@charset "UTF-8";
/*!
 * Name: main.min.css
 * Version: 6.66.1
 * Author: Squiz
 * Last updated: 6/5/2025, 3:57:37 AM
 */@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Asap:600,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded);/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(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) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}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) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(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) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}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) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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 shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-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)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,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:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,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:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,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) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,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) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,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) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,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) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,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) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,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) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,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) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,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) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__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)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-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)}}@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)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-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)}}@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)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.squiz-gb-scope *,.squiz-gb-scope :after,.squiz-gb-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-gb-scope :after,.squiz-gb-scope :before{--tw-content:""}.squiz-gb-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-gb-scope body{line-height:inherit;margin:0}.squiz-gb-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-gb-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-gb-scope h1,.squiz-gb-scope h2,.squiz-gb-scope h3,.squiz-gb-scope h4,.squiz-gb-scope h5,.squiz-gb-scope h6{font-size:inherit;font-weight:inherit}.squiz-gb-scope a{color:inherit;text-decoration:inherit}.squiz-gb-scope b,.squiz-gb-scope strong{font-weight:bolder}.squiz-gb-scope code,.squiz-gb-scope kbd,.squiz-gb-scope pre,.squiz-gb-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-gb-scope small{font-size:80%}.squiz-gb-scope sub,.squiz-gb-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-gb-scope sub{bottom:-.25em}.squiz-gb-scope sup{top:-.5em}.squiz-gb-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-gb-scope button,.squiz-gb-scope input,.squiz-gb-scope optgroup,.squiz-gb-scope select,.squiz-gb-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-gb-scope button,.squiz-gb-scope select{text-transform:none}.squiz-gb-scope [type=button],.squiz-gb-scope [type=reset],.squiz-gb-scope [type=submit],.squiz-gb-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-gb-scope :-moz-focusring{outline:auto}.squiz-gb-scope :-moz-ui-invalid{box-shadow:none}.squiz-gb-scope progress{vertical-align:baseline}.squiz-gb-scope ::-webkit-inner-spin-button,.squiz-gb-scope ::-webkit-outer-spin-button{height:auto}.squiz-gb-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-gb-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-gb-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-gb-scope summary{display:list-item}.squiz-gb-scope blockquote,.squiz-gb-scope dd,.squiz-gb-scope dl,.squiz-gb-scope figure,.squiz-gb-scope h1,.squiz-gb-scope h2,.squiz-gb-scope h3,.squiz-gb-scope h4,.squiz-gb-scope h5,.squiz-gb-scope h6,.squiz-gb-scope hr,.squiz-gb-scope p,.squiz-gb-scope pre{margin:0}.squiz-gb-scope fieldset{margin:0;padding:0}.squiz-gb-scope legend{padding:0}.squiz-gb-scope menu,.squiz-gb-scope ol,.squiz-gb-scope ul{list-style:none;margin:0;padding:0}.squiz-gb-scope textarea{resize:vertical}.squiz-gb-scope input::-moz-placeholder,.squiz-gb-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-gb-scope input::placeholder,.squiz-gb-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-gb-scope [role=button],.squiz-gb-scope button{cursor:pointer}.squiz-gb-scope :disabled{cursor:default}.squiz-gb-scope audio,.squiz-gb-scope canvas,.squiz-gb-scope embed,.squiz-gb-scope iframe,.squiz-gb-scope img,.squiz-gb-scope object,.squiz-gb-scope svg,.squiz-gb-scope video{display:block;vertical-align:middle}.squiz-gb-scope img,.squiz-gb-scope video{height:auto;max-width:100%}.squiz-gb-scope [hidden]{display:none}.squiz-gb-scope *,.squiz-gb-scope :after,.squiz-gb-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-gb-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-gb-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-gb-scope .fixed{position:fixed}.squiz-gb-scope .absolute{position:absolute}.squiz-gb-scope .relative{position:relative}.squiz-gb-scope .inset-0{inset:0}.squiz-gb-scope .-right-8{right:-2rem}.squiz-gb-scope .bottom-0{bottom:0}.squiz-gb-scope .right-3{right:.75rem}.squiz-gb-scope .right-5{right:1.25rem}.squiz-gb-scope .top-3{top:.75rem}.squiz-gb-scope .z-50{z-index:50}.squiz-gb-scope .z-\[9998\]{z-index:9998}.squiz-gb-scope .z-\[9999\]{z-index:9999}.squiz-gb-scope .m-3{margin:.75rem}.squiz-gb-scope .m-5{margin:1.25rem}.squiz-gb-scope .mx-20{margin-left:5rem;margin-right:5rem}.squiz-gb-scope .mx-4{margin-left:1rem;margin-right:1rem}.squiz-gb-scope .mx-5{margin-left:1.25rem;margin-right:1.25rem}.squiz-gb-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-gb-scope .mb-1{margin-bottom:.25rem}.squiz-gb-scope .ml-1{margin-left:.25rem}.squiz-gb-scope .ml-auto{margin-left:auto}.squiz-gb-scope .mr-2{margin-right:.5rem}.squiz-gb-scope .mr-4{margin-right:1rem}.squiz-gb-scope .mr-8{margin-right:2rem}.squiz-gb-scope .mr-auto{margin-right:auto}.squiz-gb-scope .mt-20{margin-top:5rem}.squiz-gb-scope .mt-3{margin-top:.75rem}.squiz-gb-scope .mt-4{margin-top:1rem}.squiz-gb-scope .mt-7{margin-top:1.75rem}.squiz-gb-scope .line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-gb-scope .flex{display:flex}.squiz-gb-scope .grid{display:grid}.squiz-gb-scope .h-14{height:3.5rem}.squiz-gb-scope .h-2{height:.5rem}.squiz-gb-scope .h-36{height:9rem}.squiz-gb-scope .h-4{height:1rem}.squiz-gb-scope .h-6{height:1.5rem}.squiz-gb-scope .h-9{height:2.25rem}.squiz-gb-scope .h-\[50vh\]{height:50vh}.squiz-gb-scope .h-full{height:100%}.squiz-gb-scope .h-screen{height:100vh}.squiz-gb-scope .min-h-\[64px\]{min-height:64px}.squiz-gb-scope .w-1\/2{width:50%}.squiz-gb-scope .w-12{width:3rem}.squiz-gb-scope .w-14{width:3.5rem}.squiz-gb-scope .w-3\/4{width:75%}.squiz-gb-scope .w-36{width:9rem}.squiz-gb-scope .w-4{width:1rem}.squiz-gb-scope .w-6{width:1.5rem}.squiz-gb-scope .w-full{width:100%}.squiz-gb-scope .w-screen{width:100vw}.squiz-gb-scope .max-w-\[50rem\]{max-width:50rem}.squiz-gb-scope .shrink-0{flex-shrink:0}.squiz-gb-scope .grow{flex-grow:1}.squiz-gb-scope .cursor-not-allowed{cursor:not-allowed}.squiz-gb-scope .grid-cols-\[24px_1fr_45px\]{grid-template-columns:24px 1fr 45px}.squiz-gb-scope .flex-row{flex-direction:row}.squiz-gb-scope .flex-col{flex-direction:column}.squiz-gb-scope .items-center{align-items:center}.squiz-gb-scope .items-stretch{align-items:stretch}.squiz-gb-scope .justify-end{justify-content:flex-end}.squiz-gb-scope .justify-center{justify-content:center}.squiz-gb-scope .gap-3{gap:.75rem}.squiz-gb-scope .overflow-y-scroll{overflow-y:scroll}.squiz-gb-scope .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-gb-scope .rounded{border-radius:4px}.squiz-gb-scope .rounded-full{border-radius:9999px}.squiz-gb-scope .rounded-lg{border-radius:.5rem}.squiz-gb-scope .border-1{border-width:1px}.squiz-gb-scope .border-b{border-bottom-width:1px}.squiz-gb-scope .border-b-0{border-bottom-width:0}.squiz-gb-scope .border-t{border-top-width:1px}.squiz-gb-scope .border-gray-300{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-gb-scope .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-gb-scope .bg-blue-100{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-gb-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-gb-scope .bg-blue-300\/\[\.6\]{background-color:rgba(7,116,210,.6)}.squiz-gb-scope .bg-gray-200{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-gb-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-gb-scope .bg-opacity-10{--tw-bg-opacity:0.1}.squiz-gb-scope .p-1{padding:.25rem}.squiz-gb-scope .p-4{padding:1rem}.squiz-gb-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-gb-scope .px-1\.5{padding-left:.375rem;padding-right:.375rem}.squiz-gb-scope .px-2{padding-left:.5rem;padding-right:.5rem}.squiz-gb-scope .px-2\.5{padding-left:.625rem;padding-right:.625rem}.squiz-gb-scope .px-3{padding-left:.75rem;padding-right:.75rem}.squiz-gb-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-gb-scope .px-7{padding-left:1.75rem;padding-right:1.75rem}.squiz-gb-scope .py-2{padding-bottom:.5rem;padding-top:.5rem}.squiz-gb-scope .py-8{padding-bottom:2rem;padding-top:2rem}.squiz-gb-scope .pb-4{padding-bottom:1rem}.squiz-gb-scope .text-left{text-align:left}.squiz-gb-scope .text-center{text-align:center}.squiz-gb-scope .text-right{text-align:right}.squiz-gb-scope .text-base{font-size:1rem}.squiz-gb-scope .text-md{font-size:.875rem}.squiz-gb-scope .text-sm{font-size:.8125rem}.squiz-gb-scope .font-bold{font-weight:700}.squiz-gb-scope .font-normal{font-weight:400}.squiz-gb-scope .font-semibold{font-weight:600}.squiz-gb-scope .leading-4{line-height:1rem}.squiz-gb-scope .leading-5{line-height:1.25rem}.squiz-gb-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-gb-scope .text-blue-400{--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-gb-scope .text-gray-500{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-gb-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-gb-scope .text-gray-700{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-gb-scope .text-gray-800{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-gb-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-gb-scope .opacity-40{opacity:.4}.squiz-gb-scope .outline-0{outline-width:0}.squiz-gb-scope .spinner{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-gb-scope .spinner{animation:spin 1.5s linear infinite}}.squiz-gb-scope .spinner{height:20px;width:20px}.squiz-gb-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-gb-scope .spinner--md{height:32px;width:32px}.squiz-gb-scope .animate-skeleton-pulse{animation:pulse 2s linear infinite}.squiz-gb-scope *,.squiz-gb-scope button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-gb-scope svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-gb-scope .p-4\.5{padding:18px}.squiz-gb-scope .before\:fixed:before{content:var(--tw-content);position:fixed}.squiz-gb-scope .before\:absolute:before{content:var(--tw-content);position:absolute}.squiz-gb-scope .before\:inset-0:before{content:var(--tw-content);inset:0}.squiz-gb-scope .before\:-left-1:before{content:var(--tw-content);left:-.25rem}.squiz-gb-scope .before\:top-1:before{content:var(--tw-content);top:.25rem}.squiz-gb-scope .before\:top-1\.5:before{content:var(--tw-content);top:.375rem}.squiz-gb-scope .before\:z-40:before{content:var(--tw-content);z-index:40}.squiz-gb-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-gb-scope .before\:w-px:before{content:var(--tw-content);width:1px}.squiz-gb-scope .before\:bg-black:before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-gb-scope .before\:bg-gray-200:before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-gb-scope .before\:bg-opacity-25:before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-gb-scope .first\:mt-0:first-child{margin-top:0}.squiz-gb-scope .first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-gb-scope .last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-gb-scope .last\:border-b:last-child{border-bottom-width:1px}.squiz-gb-scope .hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-gb-scope .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-gb-scope .hover\:bg-transparent:hover{background-color:transparent}.squiz-gb-scope .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-gb-scope .focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-gb-scope .focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-gb-scope .focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-gb-scope .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.squiz-gb-scope .focus-visible\:outline-0:focus-visible{outline-width:0}.squiz-gb-scope .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.squiz-gb-scope .disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media not all and (min-width:640px){.squiz-gb-scope .max-sm\:hidden{display:none}}@media (min-width:1024px){.squiz-gb-scope .lg\:h-\[calc\(100vh-9rem\)\]{height:calc(100vh - 9rem)}}.editable_attribute{outline:none}.Viper-dragOverlay{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1085}[contentEditable=true] li>br:first-child+br:last-child{display:none}.Viper-textbox-input::-ms-clear{display:none}[contenteditable=true] img::selection{background:transparent}[contenteditable=true] img::-moz-selection{background:transparent}.Viper-hidden{display:none}.Viper-offScreen{left:-9999px;position:absolute}._viper-CTNode{-moz-border-radius:5px}._viper-CT-infoBox{-moz-box-shadow:2px 3px 9px 0 #333}#ViperPasteDiv,#ViperPasteDivIframe,#ViperPasteDivNew{height:0;left:0;overflow:hidden;position:fixed;top:0;width:0}.ViperCopyPatePlugin-pasteDesc{color:#ccc;font-size:1.3em;line-height:1.2em;margin:.4em 0 .6em;padding:0 .6em;text-align:center;text-shadow:none}.ViperCopyPatePlugin-pasteDesc+.ViperCopyPatePlugin-pasteDesc{margin-top:0}.ViperCopyPastePlugin-iframe{border:none;height:35px;margin-top:.5em;width:100%}.ViperCopyPastePlugin-pasteWrapper{width:230px}.Viper-copyDiv{left:-9999px;position:fixed}.ViperTP-bar{background-color:#ededed;border-bottom:1px solid #d7d7d7;box-shadow:0 3px 2px rgba(0,0,0,.05);color:#2b2b2b;font-family:Arial,Sans Serif;font-size:9px;left:0;padding:.4em 0 .5em;position:fixed;text-align:center;top:0;white-space:nowrap;width:100%;z-index:1086}.ViperTP-bar.buttonWrap{line-height:30px;white-space:normal}.ViperTP-bar>*{white-space:normal}.ViperITP.Viper-themeDark.Viper-forTopbar.Viper-orientationLeft:before{left:auto;right:13px}.ViperTP-subSections{overflow:hidden}.ViperITP.Viper-themeDark.Viper-forTopbar .ViperITP-subSectionWrapper{display:block}.ViperITP.Viper-forTopbar .ViperITP-subSectionWrapper .Viper-subSectionArrow{display:none}.ViperNext .ViperITP.Viper-forTopbar .ViperITP-subSectionWrapper:has(.Viper-subSection.Viper-active) .Viper-subSectionArrow{display:block}.ViperTP-bar .Viper-logo{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAMAAABRYFY8AAABVlBMVEVubXKOjZLW1tdlZWl4eHygoKJmZmrExMZiYmdWVlttbHF8fIC+vsGTkpd2dnp4d3yJiI11dHltbHKWlph/foSurbFfX2S0s7VjY2j///9tbHJkY2h3dnxsa3CysrVbW2BbW2Bsa3F4d33////p6emOjpGysrSNjJGMi5BbW2B6eX5mZmuSkZZiYWZmZWqwsLNbW2BkZGmCgYdkZGl2dXv///9zc3dfXmJnZmtdXWFfXmPCwsT///9oaG1gX2R6eX+lpKienaLS0tOBgYVmZWlubXL///9ycXdxcHWRkZVkZGleXWH///+BgITMy82joqaFhYlkZGl8e4FjYmjx8fH///9qam5kZGhtbHJxcHb///+RkZSUk5j////////////o6On///9kZGlmZWpsbHFzcndvb3Rqam9paG5nZ2x2dXt0c3n///93dnx4d315eH5kZGkAAAAefiywAAAAcnRSTlO1dSGtixanL7NttHo5c4yShX+nFKFLtzezG7YJsLQ6DR+3rQwaXDZ+gCiefW0bZTwJQ5NZtAOaArCGTy0JpSytSWUhdZmzEbKpZCRlDownUny7obYWCx61tbMIXG0FAhMaB7Ozs7Ozs7Ozs7MBs7OzvQDmDgn/AAABDElEQVR42m3I1VYCAQCE4bW7O7G7le7u7lyW7QLm/W9EPcoi/Dcz5yMi6W73FXjvaktHCNt1p7N+gIvNjqYbGwGrs/3xBGWr3c9pBYF6TVWJR5yvqqr65nYv9aZW7zmaGUm6B2bOpMNFklyTpEwTX64kZXnfgfqDPEbBcSrLSeXbEYuzrM+I5t04jD6Wjcfw4zgOlksWKCsNWErl4DN+vZLiuAndyeXtyzTHpSp/jkTIPx/dIKeiR/5QAn3XhxmmWEChyDBhvcaRM/C8GWaeN+SgdcUlCNm5rCC4lAFHflIUt0VxOY9Bx5WJpmnTDv475W21Wl5qyOGx79o9GPZGdbbaGOEILAQwyrGn+Z9jOakzmy+teAAAAABJRU5ErkJggg==) no-repeat;height:20px;left:7px;margin-top:-10px;position:absolute;top:50%;width:23px}.ViperITP{animation-duration:90ms;-webkit-animation-duration:90ms;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;background-color:#fff;border-radius:.5em;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.14);color:#2b2b2b;display:none;font-family:Arial,Sans Serif;font-size:9px;margin-top:3px;position:absolute;z-index:1085}.ViperITP.Viper-forTopbar{background-color:#ededed;position:absolute;z-index:1085}.ViperITP:after,.ViperITP:before{border:12px solid transparent;border-bottom-color:#fff;content:"";display:block;height:0;left:50%;margin:-21px 0 0 -12px;pointer-events:none;position:absolute;top:0;width:0;z-index:2}.ViperITP:after{border-bottom-color:#000;border-width:10px;filter:blur(1px);-webkit-filter:blur(1px);margin-left:-10px;margin-top:-20px;opacity:.28;z-index:1}.ViperITP.Viper-noTools:before{margin-top:-24px}.ViperITP.Viper-forTopbar:before{border-bottom-color:#ededed}.ViperITP.Viper-orientationLeft{margin-left:-15px}.ViperITP.Viper-orientationRight{margin-left:15px}.ViperITP.Viper-orientationLeft:before{left:0;margin-left:3px}.ViperITP.Viper-orientationLeft:after{left:0;margin-left:5px}.ViperITP.Viper-orientationRight:before{left:100%;margin-left:-27px}.ViperITP.Viper-orientationRight:after{left:100%;margin-left:-25px}.ViperITP.Viper-compact{line-height:.8em}.ViperITP.Viper-compact:before{border-bottom-color:#ededed;border-width:10px;margin-left:-10px;margin-top:-18px}.ViperITP.Viper-calcWidth,.ViperITP.Viper-calcWidth .ViperITP-subSectionWrapper,.ViperITP.Viper-calcWidth .ViperITP-subSectionWrapper .Viper-subSection{display:block;visibility:hidden}.ViperITP-tools{background:#ededed;border-bottom-left-radius:.75em;border-bottom-right-radius:.75em;border-top:1px solid transparent;border-top-color:#dadada;overflow:hidden;padding:.4em .5em .6em;text-align:center;white-space:nowrap}.ViperITP.Viper-compact .ViperITP-tools{border-radius:.75em}.ViperITP.Viper-subSectionVisible .ViperITP-tools{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:.9em}.ViperITP-header,.ViperITP-lineage{border-bottom:1px solid transparent;font-size:1.3em;line-height:1.7em;list-style:none;margin:0;white-space:nowrap}.ViperITP-header{font-size:1.2em;text-align:center}.ViperITP-lineage .ViperITP-lineageItem{background-position:100% 50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;padding:0 .8em 0 .5em}.ViperITP-lineage .ViperITP-lineageItem:last-child{background-image:none!important;padding-right:.4em}.ViperITP-lineage .ViperITP-lineageItem:last-child:after{display:none}.ViperITP .ViperITP-subSectionWrapper{border-bottom-left-radius:.55em;border-bottom-right-radius:.55em;display:none}.ViperITP.Viper-noTools .ViperITP-subSectionWrapper{border-radius:.75em}.ViperITP.Viper-subSectionVisible .ViperITP-subSectionWrapper{display:block}.ViperITP .ViperITP-subSectionWrapper .Viper-subSectionArrow{border:4px solid transparent;display:block;height:0;left:50%;margin:-8px 0 0 -4px;position:absolute;transition:left .2s ease-out;width:0}.ViperITP.Viper-forTopbar .ViperITP-subSectionWrapper:before,.ViperITP.Viper-noTools .ViperITP-subSectionWrapper .Viper-subSectionArrow{display:none}.ViperITP .Viper-subSection{display:none;opacity:0;padding:.6em;position:relative;text-align:center}.ViperNext .ViperITP .Viper-subSection:has(.ViperITP-subSectionWrapper){padding:0}.ViperITP .Viper-subSection.Viper-active{display:block;opacity:1}.ViperITP-lineage{color:#222}.ViperITP-header{color:#4f4f4f;padding:0 20px;text-transform:uppercase}.ViperITP-lineage .ViperITP-lineageItem{position:relative}.ViperITP-lineage .ViperITP-lineageItem:after{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='20.031' height='249'%3E%3Cdefs%3E%3Cstyle%3E.cls-2,.cls-8{fill:%23fff;fill-rule:evenodd}.cls-8{fill:%239e9e9e}%3C/style%3E%3C/defs%3E%3Cpath d='M.031 0h20v249h-20z' style='fill:%232b2b2b;fill-opacity:0'/%3E%3Cpath d='M8.893 240.188 4.581 246l-2.63-2.531-1.482 1.625 2.473 2.344L4.674 249l5.764-7.469-1.545-1.343zm.847-5.687-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z' class='cls-2'/%3E%3Cpath d='m17.04 194.51-.946.775-.011-.01-2.115 1.733-.946-.775L14.526 195H9.031v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348V202h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504V195H2.536l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775L2.536 194h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504V194h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zM8.445 189h.173l-.087-.106-.086.106z' style='fill:%23a6a6a6;fill-rule:evenodd'/%3E%3Cpath d='m10.02 178.221-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zm-4.342 35.425 6-6 .707.708-6 6-.707-.708zm-4 0 10-10 .707.708-10 10-.707-.708zm10.707-1.292-2 2-.707-.708 2-2 .707.708z' style='fill:gray;fill-rule:evenodd'/%3E%3Cpath d='m9.04 168.386 1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553a51.64 51.64 0 0 0 2.957-.564l-.61-2.083a33.42 33.42 0 0 0-1.91.806c-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084H8.027c0 .79.092 1.81.277 3.061a17.695 17.695 0 0 0-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437a28.81 28.81 0 0 0-1.726 1.784l1.737 1.346a51.343 51.343 0 0 0 1.611-2.647z' style='fill:%23c44e4e;fill-rule:evenodd'/%3E%3Cpath d='m9.026 225.628 1.896 3.134 2.15-1.419a31.47 31.47 0 0 0-.801-.942l-1.686-1.897a62.994 62.994 0 0 0 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765H7.789c0 .965.113 2.211.337 3.737a21.61 21.61 0 0 0-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534a35.842 35.842 0 0 0-2.107 2.178l2.121 1.644a63.25 63.25 0 0 0 1.968-3.232z' class='cls-2'/%3E%3Cpath d='M9.031 155a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm2.547-9.458-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266a4.258 4.258 0 0 0-4.25-4.265c-1.496 0-2.806.78-3.563 1.952L7.797 130H3.031v-4.766l2.053 2.053A5.48 5.48 0 0 1 9.531 125a5.5 5.5 0 1 1 0 11z' style='fill:%23bfbfbf;fill-rule:evenodd'/%3E%3Cpath d='M10.903 114.833.035 121.108v-12.549l10.868 6.274zm-10.869-14 10.868 6.275V94.559L.034 100.833z' class='cls-2'/%3E%3Cpath d='m12.983 83.518-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z' style='fill:%23b8b8b8;fill-rule:evenodd'/%3E%3Cpath d='m8.056 87.03-.748.718-.03-.03-5.523 5.305-.748-.718L6.53 87l-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z' class='cls-8'/%3E%3Ccircle cx='9.969' cy='69.938' r='7.063' style='fill:%232b7ce0'/%3E%3Ccircle cx='10' cy='70' r='3.281' style='fill:%23fff'/%3E%3Ccircle cx='9.969' cy='49.938' r='7.063' style='fill:%239e9e9e'/%3E%3Cpath d='M15.031 37h-10a2 2 0 0 1-2-2V25a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8z' style='fill:%232a7bde;fill-rule:evenodd'/%3E%3Cpath d='M14.013 24.301a26.004 26.004 0 0 0-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z' style='fill:%232b7ce0;fill-rule:evenodd'/%3E%3Cpath d='M15.031 17h-10a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6z' class='cls-8'/%3E%3C/svg%3E") -9px -80px no-repeat;color:#797979;content:"";height:7px;margin-top:-3px;position:absolute;right:0;top:50%;width:4px}.ViperITP-lineage .ViperITP-lineageItem.Viper-selected{color:#1e59a1;font-weight:700}.ViperITP .ViperITP-subSectionWrapper{background-color:#d4d4d4;color:#3f3f3f}.ViperITP .ViperITP-subSectionWrapper .Viper-subSectionArrow{border-bottom-color:#d3d3d3}.Viper-subSectionRow{margin-top:.56em;position:relative}.Viper-subSectionRow:first-child{margin-top:0}.Viper-subSectionList-title{background-color:hsla(0,0%,100%,.2);border-bottom:1px solid #727179;border-radius:.3em;border-top:1px solid #404046;color:#dcdcdc;font-size:1.2em;padding:.4em}.Viper-subSectionList{list-style:none;margin:.3em -.6em -.6em;padding:0;text-align:left}.Viper-subSectionList .Viper-subSectionList-item{border-bottom:1px solid #404046;border-top:1px solid #727179;color:#fff;padding:.4em;position:relative}.Viper-subSectionList .Viper-subSectionList-item:after{background-color:red;clear:both;content:"";display:block}.Viper-subSectionList .Viper-subSectionList-item:first-child{border-top:none}.Viper-subSectionList .Viper-subSectionList-item:last-child{border-bottom:none}.Viper-subSectionList .Viper-subSectionList-item .Viper-listItem-text{display:block;font-size:1.3em;max-width:15em;padding:.45em 0 .4em .2em}.Viper-cellLineage .Viper-button{float:right;margin:0 0 0 .5em}.ViperITP-msgBox{background:#646468 url(data:image/gif;base64,R0lGODlhDAAMAPQNAIyKjHx6fHRydGxudHx+hHR2fISGjKSmrGxqbIyOlKSirKSipISChJyanHRyfGRmbJSWnJSSnHx6hJSSlJyapISCjJyepGxqdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBgANACwAAAAADAAMAAAFSGAjjuT4FEKBPEjZMIeiKsZDMor8QAdgUhRDoPGILAaiwoFBTCoIIsGTpIQSF5CoIXEcGQ4RxEABLhlkgoXCV0KsJIGAzeUKAQAh+QQJBgAOACwBAAAACgAMAAAFRaDjIIJong1EnCKhHJNTPCJzNFbwLIDzWJQHwxdRDASHlamwIBQUSlEhuYO0HJPFwGFQCBCKRNi0MhwWCdqJgFOzZFtHCAAh+QQJBgAQACwBAAAACgAMAAAFQiAkisZoPsUCmBCzKMoRjMTREEs5QM/SPC2IY4EQKAimwoFQOCaPPWQAmFjsBJCAIpA4JEYD2EGRAI4Myx0LYkCYQgAh+QQJBgAAACwBAAAACgAMAAAFRCAgjsBFAk9RDBDJNMeiHIJIHA1BKIqBLo0HwJGoAQQKAglhKBAHpEJShGAERIkFNDAjFBKHhGjAmy0SQlGkoIOS3KcQACH5BAkGAAAALAEAAQAKAAoAAAVCICA+RYGMIrMoq0EEAHFABAEpR/AszSMSK11hIAIESoiHYCDwARADhACXcCYWTIUicowsEoBBwrBafH0PH+JFFIUAACH5BAkGAA4ALAAAAQAMAAoAAAVEoCM6T1EgY8pYyqIYT1ooDUFACkCOQ0xGCwjBUQAIRgHLwRLDKRgjQaLiGFiCKZQI8TAoIIFCQjFMeRWKQ8KXDQQGqRAAIfkECQYADQAsAAABAAwACgAABUNgIzZPUSBjiiwKazyp0BQEASnASBzE+EyKQYOhOCgYowKPVFgQYI1AS5EgKSCpXQJquAYKgRlUZGApFLKUCCEhCEchACH5BAUGAAsALAAAAQAMAAoAAAVC4CKKQoGMI0IsxqEYj4gkrqBOBzAKiqIvj4liQDpUVqKCAulY7goH5EMBGRkUh4KVGkAgehSi6KpILAha1AJRQI5CADs=) 3px .25em no-repeat;border:1px solid #747379;border-radius:.4em;color:#cacad1;font-size:1.1em;font-weight:700;margin:.4em 0 .6em;padding:.3em .3em .3em 22px;text-align:left;text-shadow:none}.ViperITP-msgBox img{margin:1em 0 0}.ViperITP-msgBox.Viper-info{background-image:none;padding:1em;text-align:center}.ViperITP-label.Viper-expandable{-moz-transition-duration:.2s;-webkit-transition-duration:.2s;-moz-transition-property:margin-left,margin-right;-webkit-transition-property:margin-left,margin-right;-moz-transition-timing-function:ease;-webkit-transition-timing-function:ease;z-index:2}.ViperITP-label.Viper-expandable.Viper-active{margin:0 -15em;position:relative}.ViperFormatPlugin-stylePickerButton{background-color:#ededed;border:1px solid #bfbfbf;border-radius:.3em;clear:both;color:#545454;cursor:pointer;font-size:1.4em;margin-bottom:.4em;padding:.5em 0;position:relative;text-align:left;text-align:center;text-shadow:none}.ViperFormatPlugin-stylePickerButton:after{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='20.031' height='249'%3E%3Cdefs%3E%3Cstyle%3E.cls-2,.cls-8{fill:%23fff;fill-rule:evenodd}.cls-8{fill:%239e9e9e}%3C/style%3E%3C/defs%3E%3Cpath d='M.031 0h20v249h-20z' style='fill:%232b2b2b;fill-opacity:0'/%3E%3Cpath d='M8.893 240.188 4.581 246l-2.63-2.531-1.482 1.625 2.473 2.344L4.674 249l5.764-7.469-1.545-1.343zm.847-5.687-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z' class='cls-2'/%3E%3Cpath d='m17.04 194.51-.946.775-.011-.01-2.115 1.733-.946-.775L14.526 195H9.031v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348V202h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504V195H2.536l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775L2.536 194h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504V194h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zM8.445 189h.173l-.087-.106-.086.106z' style='fill:%23a6a6a6;fill-rule:evenodd'/%3E%3Cpath d='m10.02 178.221-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zm-4.342 35.425 6-6 .707.708-6 6-.707-.708zm-4 0 10-10 .707.708-10 10-.707-.708zm10.707-1.292-2 2-.707-.708 2-2 .707.708z' style='fill:gray;fill-rule:evenodd'/%3E%3Cpath d='m9.04 168.386 1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553a51.64 51.64 0 0 0 2.957-.564l-.61-2.083a33.42 33.42 0 0 0-1.91.806c-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084H8.027c0 .79.092 1.81.277 3.061a17.695 17.695 0 0 0-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437a28.81 28.81 0 0 0-1.726 1.784l1.737 1.346a51.343 51.343 0 0 0 1.611-2.647z' style='fill:%23c44e4e;fill-rule:evenodd'/%3E%3Cpath d='m9.026 225.628 1.896 3.134 2.15-1.419a31.47 31.47 0 0 0-.801-.942l-1.686-1.897a62.994 62.994 0 0 0 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765H7.789c0 .965.113 2.211.337 3.737a21.61 21.61 0 0 0-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534a35.842 35.842 0 0 0-2.107 2.178l2.121 1.644a63.25 63.25 0 0 0 1.968-3.232z' class='cls-2'/%3E%3Cpath d='M9.031 155a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm2.547-9.458-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266a4.258 4.258 0 0 0-4.25-4.265c-1.496 0-2.806.78-3.563 1.952L7.797 130H3.031v-4.766l2.053 2.053A5.48 5.48 0 0 1 9.531 125a5.5 5.5 0 1 1 0 11z' style='fill:%23bfbfbf;fill-rule:evenodd'/%3E%3Cpath d='M10.903 114.833.035 121.108v-12.549l10.868 6.274zm-10.869-14 10.868 6.275V94.559L.034 100.833z' class='cls-2'/%3E%3Cpath d='m12.983 83.518-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z' style='fill:%23b8b8b8;fill-rule:evenodd'/%3E%3Cpath d='m8.056 87.03-.748.718-.03-.03-5.523 5.305-.748-.718L6.53 87l-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z' class='cls-8'/%3E%3Ccircle cx='9.969' cy='69.938' r='7.063' style='fill:%232b7ce0'/%3E%3Ccircle cx='10' cy='70' r='3.281' style='fill:%23fff'/%3E%3Ccircle cx='9.969' cy='49.938' r='7.063' style='fill:%239e9e9e'/%3E%3Cpath d='M15.031 37h-10a2 2 0 0 1-2-2V25a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8z' style='fill:%232a7bde;fill-rule:evenodd'/%3E%3Cpath d='M14.013 24.301a26.004 26.004 0 0 0-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z' style='fill:%232b7ce0;fill-rule:evenodd'/%3E%3Cpath d='M15.031 17h-10a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6z' class='cls-8'/%3E%3C/svg%3E") 0 -80px no-repeat;content:"";height:14px;margin-top:-7px;position:absolute;right:10px;top:50%;width:9px}.ViperFormatPlugin-stylePicker-title{border-top:1px solid #b1b1b1;font-size:1.2em;line-height:30px;margin-top:5px;text-shadow:none}.ViperFormatPlugin-styleListItem{background-color:#fff;border:1px solid #bfbfbf;border-radius:.4em;padding:.4em 22px .3em .7em;position:relative;text-align:left;text-shadow:none}.ViperFormatPlugin-styleListItem+.ViperFormatPlugin-styleListItem{margin-top:.4em}.ViperFormatPlugin-styleListItem-name{color:#2b7ce0;font-size:13px}.ViperFormatPlugin-styleListItem-classes{color:#6f6f6f;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:183px}.ViperFormatPlugin-styleListItem-remove.Viper-textbox-action{background-position:0 -140px;display:block;opacity:.5}.ViperFormatPlugin-styleListItem-remove.Viper-textbox-action:hover{opacity:1}.ViperITP-highlight{position:absolute;z-index:200}.Viper-tableHighlight{background-color:hsla(0,0%,100%,.1);border:1px solid rgba(0,0,0,.31);border-radius:3px;box-shadow:0 0 8px rgba(0,0,0,.39),inset 0 0 3px hsla(0,0%,100%,.5);margin:-1px 0 0 -1px}.Viper-tableHighlight.Viper-deleteOverlay{border-color:#f94848;box-shadow:0 0 5px #ff6868}.ViperTEP.Viper-topBar{position:fixed}.Viper-button.Viper-table:first-child{border-bottom-right-radius:.3em;border-top-right-radius:.3em;margin-right:1px}.Viper-topBar .Viper-button.Viper-table:first-child,.ViperITP:hover .Viper-button.Viper-table:first-child{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:0}.VTEP-bubble-headerTitle,.VTEP-bubble-label{font-size:1.2em;margin:0 0 .5em;text-shadow:none}.VTEP-bubble-label{text-align:center}.VTEP-bubble-table{border:none;border-collapse:collapse;margin-bottom:.7em;width:100%}.VTEP-bubble-table td{background-color:#b3b3b3;border:1px solid #d4d4d4;border-collapse:collapse;color:#fff;cursor:pointer;height:2.2em;line-height:0;padding:0;text-align:center;text-shadow:none;-moz-transition:background .07s ease-in;-webkit-transition:background .07s ease-in;vertical-align:middle;width:2.2em}.VTEP-bubble-table td.Viper-selected,.VTEP-bubble-table td.Viper-selected.Viper-hover{background-color:#2b7ce0}.VTEP-bubble-table td.Viper-hover{background-color:#8a8a8a}.VTEP-bubble-table td.Viper-hover:after,.VTEP-bubble-table td.Viper-selected:after{background-color:#fff;border-radius:6px;content:" ";display:inline-block;filter:alpha(opacity = 20);height:6px;opacity:.2;width:6px}.VTEP-bubble-table td.Viper-hover:after{filter:alpha(opacity = 20);opacity:.2}.VTEP-bubble-headersTableWrapper.Viper-selected td.Viper-hover:after,.VTEP-bubble-table td.Viper-hover.Viper-selected:after{filter:alpha(opacity = 50);opacity:.5}.VTEP-bubble-headersWrapper{margin-bottom:15px}.VTEP-bubble-headersTableWrapper{display:inline-block;margin-left:1em}.VTEP-bubble-headersTableWrapper:first-child{margin-left:0}.VTEP-bubble-table.Viper-headers{margin-bottom:.6em}.VTEP-bubble-table.Viper-headers td{font-size:1em;height:1.4em;text-align:center;-moz-transition:background .1s ease-in;-webkit-transition:background .1s ease-in;vertical-align:middle;width:1.4em}.VTEP-bubble-table.Viper-headers td:after{filter:alpha(opacity = 60);opacity:.6}.VTEP-bubble-headersTableWrapper.Viper-selected td.Viper-hover{background-color:#2b7ce0}.VTEP-bubble-headersTableWrapper span{display:block;padding:.1em .5em}.VTEP-bubble-headersTableWrapper.Viper-selected span{background-color:#505050;border-radius:.4em;color:#fff;font-weight:700}.Viper-buttonIcon.Viper-tableCell.Viper-hidden,.Viper-buttonIcon.Viper-tableCol.Viper-hidden,.Viper-buttonIcon.Viper-tableRow.Viper-hidden{display:block}.Viper-subSectionRow.Viper-newWindowRow,.Viper-subSectionRow.Viper-subjectRow,.Viper-subSectionRow.Viper-titleRow{display:none}.Viper-emailLink .Viper-subSectionRow.Viper-subjectRow,.Viper-externalLink .Viper-subSectionRow.Viper-newWindowRow,.Viper-externalLink .Viper-subSectionRow.Viper-titleRow{display:block}.ViperAccessibilityPlugin{width:300px}.ViperAccessibilityPlugin.ViperITP .Viper-subSection{padding:0}.ViperAccessibilityPlugin #HTMLCS-wrapper{background-color:transparent;border:0;border-radius:0;box-shadow:none;position:relative;right:0;top:0}.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details .Viper-issueDoneCont{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAFBCAMAAADwnFn9AAADAFBMVEVJbkdFe0Q+fzygd3dSUlPf39/y1WB7fHtEikLCb3Hy1WBEikLHYWGqqa87Ozvy1WDy1WDy1WDHYWEgICBEikIqLypEikLHYWF7fHvy1WBEREQgICAcHByop62ZmZopKSnHYWFEikKCgYjdm2ATExMRERF7fHtqemlxinGCgoJMS0sdHx1EikIQEBC/u7ARERGGeXk8cjsFBQUeHh6BgYJ7fHuGhYevmIYiIiILCwtfXl8TExMfIB8fHx8eHx4gIyAXFxcTExN9fX8WFhZWVlYZGRgaGhp7e3s/Pj48PDxycXGLi4xnZmZramqGhYUPEA8fIB+Qj5COjY0fHx9tfW4DAwN2dnaKiYqPjo4dHR18e3sQEBCTkpKSkZKUk5MTExMAAAAAAAAGBgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYAAAABAQEAAAAAAAABAQEAAAAAAAACAgIHBgYAAAAAAAABAQEFBQUAAADt6ahmwWS7sE1VoFJziXKknkeVJCSZKCjAV1eqpFbT0a+7tm+dnZ2mOTnj3YVTkVKoo0zf12uspk/kxETd275SbFLW0YqwqljLpxexrWbOyGJ9fIPAvIptbHM2VTZ1dHuWrpany6YfNh/Kx5j175DPyW7EvVbX0XPi363AumDp58P17Xe1r1VDWkPw8fDf26PHwVujo6PQy3klQyVmZmZCQ0Pc2J2rq67v7c+7tFn18J62tbU9PT1JSUns55TV1NTz7IXg4OC7u7vk5uQ3Nzfb1XpbwFj19fVeX17a2tlYuVU2azU3bjYODg5WV1b7+vhCh0DAwMBPUE8pTClSrVBPpk1Fj0MxMTErKyssVCtVs1NNoUvLyspKm0g0aDNAgj7IwmLz7G/q6upIlEYiIiInJyfHwWYuWi3+/v0wXy85cjc9fTwzZDLu5m07dzmCgYj59KjPyWjRy2ji2mvTzWnk3GzX0Gny1WDHYWEZGhnb1GrZ0mrVzmnd1mvg2Gvx6W7KxGfNx2jr423n32xEikJ7fHv///8XTquwAAAAeXRSTlO+t9mtkmH1+Jt/6MpXssHWV4fWl9jiv+vzsaSkI/cN8az04R8V0+UuBotEeYCEPvM8D2u6mca4Ew+PUcTVPofJrehXZWIyKac2SWbFcX+sVfDi2eYdOoPO0vp4SPHp+v4yIgssKCUfGx0UBw4YFg8IDBIEAwkFAgEA81j3ngAAGChJREFUeNqdm3tAVXW2x88fM3V7Zy/HRs1XqWlGiTJaPgYFFRBFQRA4yDmHczgczvsB5595lfMwy/FajVZOKonvq4ioqOAl7zSS9IBuTBGBYVZat7nK9LhOo9y1fr/f3ms/2JyDCyWccX3OWuv3/O61NUWj0bGjhl6+PHRUUlRvlRWhYMTl8iVk+1yuSDBUURnVGABuvcxt6K39AcDfZ7Um5lutPiD0A+D+v/sdftcTKkIRV9haHjDnecutYVckpAckDUXXX/2KxZCkD8AV9pcHkmv2jA+U+8MufQimmy4LANpNWkDI5fN7A57M+vaJnkC51RfRA0Yxz1//mv1nlDaDoAvi9zgLmzrzSpHgClVoAXddFjVAu0ubQcTnD3hK0+r6+vY8XOrx+n2QQzwAysDqLSt1ZNb39bVPdLjLysNURnUKv/kNpaDKwB9wO1MLm/r6OpdZnB6vFcqoAdyqjOBWXQblZaUWzABzcLgD5bocTKG7qIh3hfQZeJz26acQ0J5ohxB0OZiiY4dKKQwdq/bnGVhSipoRsDOrBELQ5WDCpXCZF2CstoSRcHmZ054BGaDVzLSUlpVLU4EAYAk3jRp1UwL+pA/AUYIZ8BwgBCyjisBW45CbL126eUiSyh38eQVEBpiDDUMIu2BNVioBd95wCQwQdyo/HvwhAQhg8Yk+YTXzS9hAQAwVlQS485Jsd9LHh9AfErDb0o9LgPYFNrvTHfADAYKQV+MNBLghSfaPMH+n3TarqEcCNJmLbTCbAn5Y13IapiGXFDaE/K3MP2VFXnufbGdyV6QgodyKBAEYBn7P/vuzz16CX5eGMQD4+7j/isIznX0KazhjzrdAFriwBcF0B/ozA8Ad5A/1W5gnuZN1nkhfCKuKCAyADPRHAI8f/WeaWfQ9Bw/sfXXLllf37jrIS2meCQSRBU+BbBibP9w/rQgnUPO2jq9/f/TQxYuHjv7+645tOCXqi9I4IcgAOIo0juAvxm9mUQP85dc6ToKzZIdOXnkN/sfjRTNxPvAd0hS6g/zvCMECwE0I8jefgugPbD0Kbse2b//oo+3bjwHq6NZdPRCDeaETtydYmbgab5b8bx6LAbBNyI6j1/PHkxcv/vkjhf0ZgvgjENpzLaUiCVyNw0QBxkblAFacgVB3nQT3/1MZIE7ugv/rRD4kwUJgq3HKkGHDhkzBn8QKSi3shPy3XjzG3T5X/Dp2aCuMRqc5VWxwCMhOHHPhwpjEJAbAACwYQHPH0WOf92PHjl5phkm5goXAAMkXuI1JjkZDLraHLOvEBI79oLLPxX+PndwGczLP7mSbtIn5v7Bp06YXLlxIjmIGbsfDe6CCHUd/MLCjHT18j4UcQqYk9P8TGhCSMINSlsHBV3/4l4H98OpBzMECObiCpnwAbALnTX/adOFCPu7jfBs+sNXI/+//OnkA5kKmHXfIoGk6RgC+LILpkbDXw0uw95m/G9p3e6EIubDLQxFMY7B+6L8J64iD6Cgxw0nU8f3/GNr3HXyXx4EUAExAAGAbLGzu69nyvbE9sxu2p0K+R5syGeAFSAAsUwb0bfluAFMCkjlgEwMkI0Ck8A9j+4alIAChXJ4CAnJDHMCK+O03hvY1K6IARLNZFdB/THaUF5EN4/P/a2jPs2EURYSlACOJNj07GuXDyCbS7m8NbfdBWI+L+TDys3FiYuJEdjayC4F9EZvKX31tYF+xqbxITKQoWujxGWBLolG+GG1YhG27vzKw3duwBDY2lQUgJa8GLB1IvIpsOZ/t+LJfe76qGTMoEYvJMu/xxx//UXp6FgDk5Zxixg2l9uw/+7Pa5yAAc4q0nO9fZgYbc/+IEQgQGwqGAANRjYQrzOuK/K12cw8PQGwoI6aAJYD/lBEIEJcCWy7bVNdWXdFa9YvNuKna7NKWVoM1mAn+ySNuo021ZJa5Hrf1NbXodBa++LcO5l9fuIgFgNcdDpgyYsptabeNjMrbusU2v+g4Hizr19aeJat+6ukePFjm22hbBwBYUvS2NPAXIbAkMvjRtmv9muqqqrNnq6pq1z61uYkdbRk2Ox0sAEADAF3w+dVkfiG/GhzcvHrDL3+5YcPm13r44TrfZlccbSOSBICdC3S4AmFRbh2kobbjdbmL0J8O15tquGEFpOuFRCjOyDpxvIe8e46fWJZRXGJXHe94mixJjXqlWy5dMJyWElvx4vSiuvqGzp7mzob6uqL0xcW2EouTLhgcULD87lmTAlENAXSCww6IWYsz85YVFS3LzcyYBe52R6lHdcVB/96Vy+dkE0Bk4YUgEGErFmZDd/h4r4ifAyIFS3vB7h0e1RBQbHkAYbHbS5jZ7RZHqRs+Xn3Ng89HWznbrSYEQS6C3ipzu0udTgeY0wneZQGvHwRkUPgjIOF2Brg9WeRAV90IIsqB4fG44cuD3uXoHgkpr7oj7+9deu/S3tuTJpC7CAIRYasfIMzKwTvM5Kvqsh26v/f2H8Nv8iWEEM5WYVw+kzsBkgigi4IhwmDg7grKyRNgwo8euN8Pv4NGABckgv5GgNCUH0/xwu+QgbvLB3VgFmYpBLUpREjTGxSxXFNEHgUBfCSCDIaxzOMGUwyjSrGErLAuCdDvRHJIE8mtmEiy5CnH3Z0IiqnsZVN5YX5mXlZRUVZeZv5Ch1M/laPWMm+YQtAsptT89N+eqO/cCcd5Z/2J36bnD9ctpmgQVjeFoF7O+YVnjqv2I1As+uXsKQ1YI5Uaf/z4/hRLAygW7YZS7nBDCEp/2NnjVyywo1mcAauownUoFvBxWyCEiqh6W0/jB8uVWIoFAWE7hMDKSGfbw4UDKJZThUrFAmaxeMpZGeNWLOkKxQIWsJcGfCEpgHKlYtk+sGIRgCBcuLCMpFjMMRRLg0KxoDntUMbK+BWLHIIEKLeXemEc5CtO3mAUC5qrRAIMVrEIgFtKgTKIpVhOCMXCAXaLxx+plC6ag1MsrAQljkCYDSM8+PFACRoGoVjEIIi5fB2KhU+DMrGaIiQ44lQsCCiDQfTxxXQdigWXgoOXECMYvGLBxYgrgQOuQ7FABg6PvB1ErkOxVDrd3jAP4PoUS9hd5ucBiInkFIrlS2PF0qxULN4yr0/siGrFsuVLI8WyCxeTpFgq8JiokAFKxVLVv2K5UqtSLC4/nWwaxVJdFY9icfnoKalWsaxlhCvqb9Wb+5SKBe8HFAApljyuWGr7USw9asVSQTcOxaZasoht67vWVp9VKZaq9aiYTikVSyWY8KZt3QmKhT8Kq11TTYKlqno95K9RLOSsOlhkxbKtds3a6lrQK7XVa556Go+2U2rFQr6GiuXA6tVr16xevVkcroVqxUK+16VYCKA/3u0gN7LONKjcUbHYdIpFT/BJhJzFuaqHsotz0F+rWPRJSA9lS4pzCoqaJf+d5oKc4hLlQ1kDABJcjGABgvLBNPrTY2EjAD2YxilZrHw0zv011zwDAowmnw+z6OF8js2O/qRYDAD0cB4ndbHcHlhQzCaw9uG8AUHMB0hCalDsmW/QHpDMqEExq1C0SIoNGhRk/bdIbFKTxmbQIokRgqUEc8Bd1KBJY2TUJkrhjSocAmp1xQZQo6qEt8pKqFEVF4BaZXberMNWGbX7CBAjBwjBYcd2oYU36yiAmABqFzqwYemgdmGcAGpYls6s2bNQNCzJPwaAdkiUTuY8N7VM4wZQ07YsMb+MmrZxA6ht7E0YT23jQQCoce33GzeuyQZonaN4R//BASpl/R32Ues9DgA9f2D6G8U/U91EMAAYPb7wg1lZDWgr1AOMH6AEwLj4J+1vADB6hOPRaX89IMZDJIdG+xvvifQYq3/t76VDQQvQa3+LVvunKrW/EYC0f1qWVvsXqrQ/AfT+TPvXNei6lWfyFNpfD9B2K9EO7uLa/0C/2p8Aeu1f37/2P0XaXw9QdCv71f4dWu2vAVTK/gvZY+1deu1/AC+J1K0kgOpId9pzufY/pNX+F6lbKZ+RJtXasbJLRUztnyG6lQxA3mz6wfRJ4dr/0DFJ+dOvYxe3Qh0asiTtjwBat+COVzMuFq4Yaf+OZtHpE2eECdzlled24pWGyRWF9v+cvqP234UHLRMLrhAChHuArR17SkZ6UXv82h8BEb7x4zO71LTpRfgsPab2pxwAID21s6RlFtadEheyAyf/ZWhbD8BcmM4kWwQBfOmRN7O93xlr/2f28iJ4vOyoNoF/cqK5rr6pjyym9m8yc9mKgISJ5hrhTbb7me+NbQuMspDuKDiyYdtp79QCBtL+GoDfW7ZwYt4eNaPjm4G0P6ZAACvb/R5OXLanfScV8Wtj7f8tK6ICwO4w0A1ZlJhVwxlxa38sIg6jIBQXz19grmmHgsbQ/jiR+J0RAfIRYEdEDjDOxN+trOBTGU8BRGAUOTkFuQ2xupWdXPsDgBYTTudSjkCJ0lNl3K3EDEQNaTlDFGxFMaVmbkDN+09D7X88y6ZYzrAfyQw2oiVcJW0GAsl+NLlbWZchtL/QjZUyQ1JqbFN9sfqKzmpXq7uVmk1VKDWLDbU/EjpQ+vNf+AXdyia19hcAmQHXAj9uy7xb2fP0UyD9yWrXo3hH7a/b1ulkdIWV2r9p81PVVfKjg807ddqfAEbav+m5FzdsWLN2w4YXn2vSaX8OiKn9e5rAevrV/mqAvlu5TNutzNJqfwIM2K1sNuxWEiBWtzIvc7GuW6kHDL5bSYB4upX6Fk/si6bHsFsZ66obUlx1Pe74r7qxu5X08XFe96nVp+1WGtcAncEdDP+rhxsDSKcEIxEX+4IOJX1qLAD1SLFHyb70gesB8ZfOAGCoU8A8ZbrB0wMGqVP0gEH2KPWA2D1Ki3IJ6QGxe5RZabSIDQDC36hHWafWKXqAXqcM1KPUAgbZo9QDtDol9luVGgC9/BLrrUo8z/QEE71+kztwjxIbU5ygGk2T/Cw740T/b1VuFzqlLoM/TtWsLpPco8xqoB6lRqccAp2C1wr+QDdMK5QrlvjfqmQv0QRwdckMACh7lMY6ZRveLmfZ8GigFYoIAMTdo2wvSs9IAQRu8DLCVBF/jxLP16Lpaam4yhERBgIA4u9RojWfqivMTLPQswgAhMvje6sSjRh8gWKfKf4eJVlTfZ05MZlNClMo7rcquRGjxjwxwecCQFw9yn9oAZ3tsFllhwEQb49S7b0nb+LCMq8fAfH3KIXtbN+zLPFhtlPCJgVFjLdHKbxrshIXwV3JUcpXFhvGuHqUWLj2GvOC+cXF6E/DGIz7rcoz4J2D7nbFYSFNZVteHG9VFuTk4KejO54UfCpXKt+qrHq+f53SUcVeauTucFtSnJgmuYuQBTvqc0Y6BR98mFmPia0j+HRazjwHB+si9DCdQkJFfK/lPUrWY4LYyRs3FPVblc2ra68Y9SjlHhV5g5n4E3i5R9kEOkVoFHqrkvcobWxTDWs3Ve1blc1Pr689299blaLHpNvW9W9V7ty8nnQKvlUpdAo/WELag8VQp6xdY6RT1IDB6xQ9IPZblaRT9IBB6xQ9YPA6RQ+IX6foAYPUKXpAJbeKOHWKHlDBDQGhoLFOCRledUNBZiFmweu4bEdAGqBh/wIxxjrFALBkzr59b6G9994nn5w799kHf3nj00+/+OL8+fMffvjm1avvvvvxxx//7W/vv//+O++88/bbb/832H+B/adkJrd79px7GzdufA9MEAQCCW8KAiKQAMYIhDB53LPvfaC18fCRHe9hEEj4IA4CAQKeeVOB0Nq4v2UHD+Kzz9QEQADBKA2Tt6zg7jkPAKG18UjLDgxCXwgi6LMw+QOp83765ANtbYA4fKQFahGjlBoEPM1zF8yGENoQcRjywDRilpKygIdx3hQIYTkQwBoxiDhKeVWOAR/GQQhTn1y+tLu7G6JobDm9gwgGpfziF29IQZhA63lTl8yeOwcIaEho4VkYlvLTl/rOvCsIJpC6vnEpBZN+CoSlXV1d3a2HW06f3ogEo1K+8RLsdS+JQpiwrxEeN3zWvLuB0AXWBsN5+vUdSNCV8vyHQPgL+r8sDQbuB7B+rONSl9w9BwArV3a1HW5BAtZBU4gv1q378OMPmL88nCYhWsMBHIulK1f29na1HsEYTkMMGsK6pp3rzjF/mpUAEAT3rNlTlyOgt7uREV7fqBoMQJyCY6sG/RWz0iTviP7UJRhCL1jb/v1I+A+eBhH+AJoE/ZWzkkWAhKBv3KxJEAICuhoPE4FKKQgvq+aUvCvDhXM41hEIqyCERk5Yd06Ukggvq2elSfEIbFwKC2HVqlXdjY2CAIVQE15Sz0oCQBJWVoVeIKxsbWwVWfA0jGeliZrkQVwUmMMqyKGxtVFFMFzglALLYd5cKYc2IrBCGC1wRQ2wjAV38xy6WrtlAhSCSqklECAUhGuGGEksQjcRIAgqpWaBKwFBWNiYAy9Cm4pgXEoCuIDAZqMAdAFAEAYqJQHwELMORwBOpe7uLiC0aQn6UioAkVDQ58QqrkQA7i1SDDSc+lLK8wBOVniwzWYCATAG5YTop5QyAE/gChgGAgChS0nAtaUvpeLhPN4Xy2E54HoCgCCwwYDdXqxOXSk1AGvqPL6k27qEURCM8J62lAQAY4C5DABe6AiGnw+2n6cBBHUhNAD/cA7AEYCR5JUEBvNvwc12o5qgAUSsEqALw1gF9lcwmFhwXEAEYEBQHVwEiCJApIDO3JsMFth+iAAOHeUtggBRBvBDEQnAEWS9rfuhDKfhPkXHjiaCn+Gu1gWbO9qjqx4liEil9QgRWBoaQAABy5eC/VyyR5n9FTCM1nX49OstCgJtKAyA59PUOWBPzHmC24NPPAjGQAzQ29va8voOIIhSytd9lHEhOOkLJs1Ge4TbDGZz584FEmfgHGl5faNE+EwAYCkxgN+dOiungGwJ2Dz454OAAsiDgOjFSXIEysCyOCcDMIIKWM9e0BwOi8XOLvw2JhxycoCDkBmIAMJKRhAxSCmAv5AM/J/O4Bc8Xy4F8YAahjEAAQQMoautZcc+fjs20TwUbQnQLWQBfEztBAYgCgAxY+6DP1+JIbS2vMUJNJHklh8aPphHs/JeJjA44vEZU4GwEpZI4w5OMCn8K1AucMPegBACPh9qKY4gQnfb/o37kEDzQAAiPh84CQ7KBeRY/YjAbigSnoDLFKzR/UwnSADe1AjiX7b+DMwKX8zwTShUIIhwlCDhkblPPLl0aXdb41tAIAAa1yvoiV4+gbJaGcHqDWAQOQXzJs3Ae2lbGwD2SYAKMlRvuEPzXglPhcfA26HFWIi5SLgXCfI8EAbDyReG1K/BKQIkXohxopbzHgFC9wP7ZAD5K/fYSvGNT9VIBDuyXF5zAoSgBURlwziUFoU4gj4rxADyGms5GwhT970CAMpAJ+00ELiXQ0u2rNQJk5sR5rzyyivipgomf74Bhv09l8vPJpWdE55EgAgAU41hPAYk4BIDs0wiQGU0DgAS2Kz04Cq1OBylPAWD/I1fQ/Zyge8sLV0qA2K4EoG/jh1gu4XbPSd+AF2JXWx58pf2ZiOgYnAATAIIsNVAJy2lFx6FxQug+6TYtvC1w6WmykEAqCUo/aPF8jkAoEGINwQsAyAA4p/EUxg/+ZbRV0ffNzm7f6ekadOSNF1lJODLp24chcf+7aqw0ZMn9AdYcO3aAlVfMugSmy//p/v3XCW75TG9//hrYAmK+Yjbgw8MWqoAeEzh/8abV2/RxzANAdO0dYy4AAFPtqMYv7Bzv/jkzauTtf7J15glE4Dt3xFkAGA8+YOmPPHp1dGaSk54iAMeGqk+QoL86DBNJn+mqa9qQ8i/JixfAWDtZQwjaLoFXL84L/m/DD/cp/LP/okE+Em2hoCAkGk0+K9bd578r96jHcJrK7KTMA4aSqm3DtcKE3igpv5E+ONk0A7hNGkoEpQEwcAIjqOmlv0pAslvIo8ESfrdFmuAiljypxrQECbiT4l8KMnEkQGjgATyl0eBhnCBFAENJRnOAySQv5gHNIRUAxpKMpyJSIDxpwBoCAnwEA2lymgtSBWYoB5CDBx/vpH/vEALEKuR/B9TDyHajRjMNWHj9YCo0X4wTXIaSTAaSgIgf/J9o6/eQzsSDSGzbOUfkrUAIxOrUGwmafIfHpoQE0BDKCwtGp1If8qPDaAhFHmPzKZwaCgNADSERrYgNoBV3djGDwigIaSsRyatUP55WkwAjZp6MdFQEsB4CCkAGhT9UJpiDSFFoGISwHgIyVZkZ9M80AylaVBDSJY4ECDhWhyWMAAg+cbY/g9JA/H/wKi595LJ32MAAAAASUVORK5CYII=) no-repeat scroll 0 -224px transparent;height:65px;position:absolute;right:-66px;top:-67px;-moz-transition:right .15s ease-out 0s,top .15s ease-out 0s;visibility:hidden;width:65px}.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .Viper-issueDoneCont{right:-1px;top:-1px;visibility:visible}.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .HTMLCS-issue-title,.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .HTMLCS-issue-type,.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .HTMLCS-issue-wcag-ref{opacity:.5}.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .HTMLCS-issue-title,.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .HTMLCS-issue-type,.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .HTMLCS-issue-wcag-ref{opacity:.1}.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .ViperAP-issueRecheck{height:100%;width:100%}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck{font-size:1.26em;height:0;left:0;position:absolute;text-align:center;top:-1px;width:0}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-rechecking .ViperAP-issueRecheck{height:100%;width:100%}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-issueChecking{background:transparent url(data:image/gif;base64,R0lGODlhKAAoAPQbAGxqbFxaXGxybERGRHx+fGRmZDw6PERCRFRSVDQyNFxeXExKTDw+PHR2dFRWVHx6fHR6dGxubDQ2NGRiZHRydExOTISChCwuLGRqZHyCfExSTFRaVFxiXDQ6NERKRCsrKyH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBAAbACwAAAAAKAAoAAAF/+AmjmRpnmiqrmzrvnAsz/CV3Hh+lTu9VZZMcCjMTEgSymTQkyEe0CiUoEBCHgQKc6YhEB4Q77c6MkyxhcSsIiZcqVZo+NGQyALf84MsMjTyeXUwA19eYF58GwkFhl9hEU0rCVFvUYkiDBGHWA8OLgpYjqFwJhcKjVB2klhzBAxseygXBaxeASwIhmCePwRHKAl/lJEnAG9XTQi/KE9hXgwqF2ekI6rAhlcIKgkZmwMxFG5eyycGYlgHMbScACrmrA/QMIxv7Snco98wmoYY23lYeLmQJqdTNH5YIrhT0IRQIQILVoAS90DfCQYWbonQVEmNCgaFoDQgNuIAoguwHHj5W3EBwMMHGDyWAIkFwDQC6VgcABOFQARrJQFeOQSAJIpTXioFAAoSEDagLDWFcpbIZFI5EGMkEMBJTiKaoWoalUSLYtVzrRjKQCks1giworAEGCsJgYAMZ5OipUKXpQEDJC4gQKBhcOHBCCr09cG4sePHkCNHDgEAIfkECQQAGQAsBQABAB4AJgAABf9gJo7ZlZBoqqbSMzFrLE8EEVWXrI8H8fgPhWGnEzyODwgBMMgRU4Gf0leTPEmSSRKIxFxHC8iPWlMOSAnFKRagHgliX8MpQhAoVtXmvf1tESQXFEoNeSQLNVs+Sn5rIj1IEXQZCQ18SQiVRwooGH4+DiQKiXAQByIONTCin0d5CVRxqxktFCkXBVtKnBl2faEkBRUqCYw/cxkAcIuOIgaTJAhjPwwXSW+8TxKLoAkWnwtfGUZUCtvcp1+5WwAGNUCzT7mJAOdjZ1/KWwWwSATAT6z5eeBA0JQHEWJAyzCAG4FwbfrgSwGgWYYIrU4weHeEwkJ3gEZUSKSkgIgLAKRy+MBgcZRHEQ0VEUiX4YCxHzRLvDlwQdpNDJNG+UE2wqeNCG7KDAk06McGFBSS9lESLkWCQQQM1bzGDZxCABNQzFvmBsLEFSawIFn7o4DWJ6mWTTElDkxUqUvrPirgMJteERL2SLH498ICZSH/pjBQFUUIACH5BAkEABgALAUAAAAeACgAAAX/ICaOZLlcZaquIlCgbKwCxCvfI/3YuAw8hF1vlZAcGhBCkDeUOCLKYBC4g90kk+lj+0hul1bWAvIFEpJBr9IgC0il3i98INuUyWagl0yPLZRdUQ0OAxJQVH0sEg1lXQhWP0mJIwsIJApwBA0MJTqTIgNAEiIJVF6cnQ+fGANTASIIaUEOM6utXxAoNGgNCSphIw55BAwXXV8KQxgJsg8OCRZUBKsyFHATEoBJB8oYBYEPAAZRW6hD31QAEhnS1DGHSQXMZbRDxlTOFxR7FMq3aB4wuDHTKwUCcyQiSCPgi4ESMghhEeBWosJDIAVEXNAREUOsBxRHhJICJOQBCB0/ZIIccQEBHjI1wvgq8XEbhgsVDpGDwCbGR0ACrJmSFdBnmi14zuALUkHGzyiASCp1R2IgF6THAhUYdeOCmyRq8hQIieMCJlMCFBwENuRsELLdWA6cGPfXQLh1NbrBm/emgo4rQgAAIfkECQQAGAAsBQABAB4AJgAABf8gJo5kaWLXda4siQxtbF4RIN/iQRAGPiaSw4CRUGEmhIcCJ3FQdklCpjGpRAlGlgT56Hq/XciDgGgtxMkHBLqG7sYUViCqZneTYvT6cNrQ12NhY4CBSQUmC3RvDRsDBhIMFRFjBGtoEiQSDV55CFkjc3V3BT0jCldqDCcJDWkEDQqYmYFoqicVlBELnyMIlGNlJxcUDxylKwCVYw0JKxcVzS0XYndLPiQJLwkWhTDXGAwKXcY7gLY+p1EABornOAV3EAASGWMAA7wyk1EFCRAKx65d4PTAAQppAUsMeLPD24oEARoEOwFAFIFoJS4cKJAGYwkraSAcKpGgwpNAHFZzDBgEhc8IA+LS1HEn4oIvamMKfErGMo27BAsiXMGTcCGaOmkAABBQiBMBhyQ2NQUECI/FCisc/GEYpc0bCFBJugJDNqcsFkjWCKBQr43bCTRXMICCT0KFABMKKEBwIB+LYQ8a+P0mAtdEwib8nUVsIuG3EAAh+QQJBAAbACwFAAUAHgAeAAAF/+AmjqSYSMPAJFfpvqIURATx1FYzDW1pDC/JxPa4FR+QIoHCGxkaDtciaasaa9dCYvMkIEoBrJWQhNjMxsagYYuOHNay+IokWt2bxbgGHUgkDBUYN1VobTENR2UIPT4RdYpeIhOEZwwwIhcFVWSHCTdyl5hcbJCHCGNfo090oFGPaA1bmBJUoGJfCAoKAQpAo7q7wsMHo8bHyMnKy8zIDAwHz9HQz7MwF8/ZCQk1BBY4OBTWLwPgBAsXRuo2AuMuF49HBNuEtgTtxqhnBAUb6Zx1JBgbUMRMjWIJkhSsEkHgiwsIbhUp0OLCPjtFAojKVIHCQlAGTBCSaLAIAAAUiESUtPHLnxEBAuigMbTuRgUSFh+0S7CpDsBOJSG0FBlh1oUKpY4gUXqjgEOcDUsk0EAhg0+fCopduyahQq8CChAcaPQiBAAh+QQJBAAbACwBAAUAJgAeAAAF/+AmjmS5JdIwMMllvvArBRFhP4TVFIMb/yPJ5EEsEnBEAmXhA74WkKNU+ogiCYWE0xSQQnDR7+1obUi2o+41SSZar2b0gmClExqOgSHBqGBwdjgRTT8LNUUPGoQjBhFISQ4kCQYwFwcFdAw/FwpVNl9nBgEQCEAoTheYVwUARw9aaKYNZFQECrGonWNWmpIAPbgJFRSubw8RJg42eGdOE2KPdgQLJg1rBQdAM55hXosDtUkUCIslFxU1VBABJgBIdVMDTgxDgM2MtEVhAfdOCRoUMCS7AegIE1wjLixK8MWTJwLyEMaYs4wghAawgJQz5wjbBXcEAWwkMYACvxgJHF3cO0DnSgRKLy4gcMhjZAkFXpAo6CUigaFaR/rFuEBBTKAjADAQA+MFYqwERZM4dBXoITVcqT7tCrcsIsJzsxDpc4NFKMIECARkABTl0wSeEs1JqOBgwoQACFigCQEAIfkECQQAGQAsAAAFACgAHgAABf9gJo5kKSbSMDDJZb5wLAURYT2E3RSDG/8lyeRBfECKBCKBsvABf4FcUpqE5HAPTOL5uwytxOO1mmxIuL/JNGkkI81okXM0ETgGEgljgVmDI3M/BxFnJBeBIgYRWDgEAVwHOBRbXBcKBGBEhTEHUw+TaBcFWFYKgphkFJtACQ2eEIgikZ5XAqs/CKg4DC+RRmFKn7cwCWxJDiaRVmNuoE8CZBMlnVSkVAQNlD8FngAlFxIGeQNrD3h5ErE0EREUYWzs8SUJFmAEA08XAFfLOMvYBuaxwYEsHwBGbYo0CPhNQMIIoQDYawQQRhQyB0ItsneE4QsGnh40iPVCXxUjHmFlLBoDgKQJkxWBKHsXIWUXDA9sxrh0BYsCXiMSVJgQCEWcC4saTYwAwB0OQHFeJHAoJuERMFYiaIsalFs5KRRxtOT6rYKrImiPKCmwleyJCtBQyYUwAajbkhIqOJigQAGCAy5NhAAAIfkEBQQAGgAsAQAFACYAHgAABf+gJo5kqV3GMDDJZb5wrAXEU1tNMbhyb3aPIKFmoyx4vhJjoigBapDa0IZJJEWXCsX2sI4G0kdUXGtIfJ2AkIwoNSBcotQMuwye3DGBgjwlGBUFBHpREX1YE0RrQTYDMQZPcIwBLxcHiYM2gzUFMhcKQ1MPZzAJDhlkmgSkdRNBY00xCKGpD5QyCQ1QNYckAIxlmb0ls3IMdakQCgkLEQQVPQm7D20vCRZCBI4iDAs+AkIQEzAdU3AHVyOCXAAwBlI1x+kaBantLxJTQ9sxF14izmxAuGdCGqMHDnpceFDgwIWFwBJWohBlEAUfah5EwDSGnwkaXB54fNEB1bQh/0x6MJjWYJivOGQM9XsSBoBLEQs2VRTogJUSInAIRDDQr8HBg5yImgBlroYCeSYchNokhQKCYRcikAlTIwIAqBokvJLT8KaGBOCkBBXDsEQ9KAF84nq7U5TPA0KPzDtRQdfRGhKxyN2bQMuQMRBa7vVxQUIFBxMmBLiaLgQAOw==) 50% 0 no-repeat;margin-top:16%;padding:45px 1em 1em}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-issueRemains{margin-top:12%;padding:40px 2em 2em;position:relative}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-issueRemains:before{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAFBCAMAAADwnFn9AAADAFBMVEVJbkdFe0Q+fzygd3dSUlPf39/y1WB7fHtEikLCb3Hy1WBEikLHYWGqqa87Ozvy1WDy1WDy1WDHYWEgICBEikIqLypEikLHYWF7fHvy1WBEREQgICAcHByop62ZmZopKSnHYWFEikKCgYjdm2ATExMRERF7fHtqemlxinGCgoJMS0sdHx1EikIQEBC/u7ARERGGeXk8cjsFBQUeHh6BgYJ7fHuGhYevmIYiIiILCwtfXl8TExMfIB8fHx8eHx4gIyAXFxcTExN9fX8WFhZWVlYZGRgaGhp7e3s/Pj48PDxycXGLi4xnZmZramqGhYUPEA8fIB+Qj5COjY0fHx9tfW4DAwN2dnaKiYqPjo4dHR18e3sQEBCTkpKSkZKUk5MTExMAAAAAAAAGBgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYAAAABAQEAAAAAAAABAQEAAAAAAAACAgIHBgYAAAAAAAABAQEFBQUAAADt6ahmwWS7sE1VoFJziXKknkeVJCSZKCjAV1eqpFbT0a+7tm+dnZ2mOTnj3YVTkVKoo0zf12uspk/kxETd275SbFLW0YqwqljLpxexrWbOyGJ9fIPAvIptbHM2VTZ1dHuWrpany6YfNh/Kx5j175DPyW7EvVbX0XPi363AumDp58P17Xe1r1VDWkPw8fDf26PHwVujo6PQy3klQyVmZmZCQ0Pc2J2rq67v7c+7tFn18J62tbU9PT1JSUns55TV1NTz7IXg4OC7u7vk5uQ3Nzfb1XpbwFj19fVeX17a2tlYuVU2azU3bjYODg5WV1b7+vhCh0DAwMBPUE8pTClSrVBPpk1Fj0MxMTErKyssVCtVs1NNoUvLyspKm0g0aDNAgj7IwmLz7G/q6upIlEYiIiInJyfHwWYuWi3+/v0wXy85cjc9fTwzZDLu5m07dzmCgYj59KjPyWjRy2ji2mvTzWnk3GzX0Gny1WDHYWEZGhnb1GrZ0mrVzmnd1mvg2Gvx6W7KxGfNx2jr423n32xEikJ7fHv///8XTquwAAAAeXRSTlO+t9mtkmH1+Jt/6MpXssHWV4fWl9jiv+vzsaSkI/cN8az04R8V0+UuBotEeYCEPvM8D2u6mca4Ew+PUcTVPofJrehXZWIyKac2SWbFcX+sVfDi2eYdOoPO0vp4SPHp+v4yIgssKCUfGx0UBw4YFg8IDBIEAwkFAgEA81j3ngAAGChJREFUeNqdm3tAVXW2x88fM3V7Zy/HRs1XqWlGiTJaPgYFFRBFQRA4yDmHczgczvsB5595lfMwy/FajVZOKonvq4ioqOAl7zSS9IBuTBGBYVZat7nK9LhOo9y1fr/f3ms/2JyDCyWccX3OWuv3/O61NUWj0bGjhl6+PHRUUlRvlRWhYMTl8iVk+1yuSDBUURnVGABuvcxt6K39AcDfZ7Um5lutPiD0A+D+v/sdftcTKkIRV9haHjDnecutYVckpAckDUXXX/2KxZCkD8AV9pcHkmv2jA+U+8MufQimmy4LANpNWkDI5fN7A57M+vaJnkC51RfRA0Yxz1//mv1nlDaDoAvi9zgLmzrzSpHgClVoAXddFjVAu0ubQcTnD3hK0+r6+vY8XOrx+n2QQzwAysDqLSt1ZNb39bVPdLjLysNURnUKv/kNpaDKwB9wO1MLm/r6OpdZnB6vFcqoAdyqjOBWXQblZaUWzABzcLgD5bocTKG7qIh3hfQZeJz26acQ0J5ohxB0OZiiY4dKKQwdq/bnGVhSipoRsDOrBELQ5WDCpXCZF2CstoSRcHmZ054BGaDVzLSUlpVLU4EAYAk3jRp1UwL+pA/AUYIZ8BwgBCyjisBW45CbL126eUiSyh38eQVEBpiDDUMIu2BNVioBd95wCQwQdyo/HvwhAQhg8Yk+YTXzS9hAQAwVlQS485Jsd9LHh9AfErDb0o9LgPYFNrvTHfADAYKQV+MNBLghSfaPMH+n3TarqEcCNJmLbTCbAn5Y13IapiGXFDaE/K3MP2VFXnufbGdyV6QgodyKBAEYBn7P/vuzz16CX5eGMQD4+7j/isIznX0KazhjzrdAFriwBcF0B/ozA8Ad5A/1W5gnuZN1nkhfCKuKCAyADPRHAI8f/WeaWfQ9Bw/sfXXLllf37jrIS2meCQSRBU+BbBibP9w/rQgnUPO2jq9/f/TQxYuHjv7+645tOCXqi9I4IcgAOIo0juAvxm9mUQP85dc6ToKzZIdOXnkN/sfjRTNxPvAd0hS6g/zvCMECwE0I8jefgugPbD0Kbse2b//oo+3bjwHq6NZdPRCDeaETtydYmbgab5b8bx6LAbBNyI6j1/PHkxcv/vkjhf0ZgvgjENpzLaUiCVyNw0QBxkblAFacgVB3nQT3/1MZIE7ugv/rRD4kwUJgq3HKkGHDhkzBn8QKSi3shPy3XjzG3T5X/Dp2aCuMRqc5VWxwCMhOHHPhwpjEJAbAACwYQHPH0WOf92PHjl5phkm5goXAAMkXuI1JjkZDLraHLOvEBI79oLLPxX+PndwGczLP7mSbtIn5v7Bp06YXLlxIjmIGbsfDe6CCHUd/MLCjHT18j4UcQqYk9P8TGhCSMINSlsHBV3/4l4H98OpBzMECObiCpnwAbALnTX/adOFCPu7jfBs+sNXI/+//OnkA5kKmHXfIoGk6RgC+LILpkbDXw0uw95m/G9p3e6EIubDLQxFMY7B+6L8J64iD6Cgxw0nU8f3/GNr3HXyXx4EUAExAAGAbLGzu69nyvbE9sxu2p0K+R5syGeAFSAAsUwb0bfluAFMCkjlgEwMkI0Ck8A9j+4alIAChXJ4CAnJDHMCK+O03hvY1K6IARLNZFdB/THaUF5EN4/P/a2jPs2EURYSlACOJNj07GuXDyCbS7m8NbfdBWI+L+TDys3FiYuJEdjayC4F9EZvKX31tYF+xqbxITKQoWujxGWBLolG+GG1YhG27vzKw3duwBDY2lQUgJa8GLB1IvIpsOZ/t+LJfe76qGTMoEYvJMu/xxx//UXp6FgDk5Zxixg2l9uw/+7Pa5yAAc4q0nO9fZgYbc/+IEQgQGwqGAANRjYQrzOuK/K12cw8PQGwoI6aAJYD/lBEIEJcCWy7bVNdWXdFa9YvNuKna7NKWVoM1mAn+ySNuo021ZJa5Hrf1NbXodBa++LcO5l9fuIgFgNcdDpgyYsptabeNjMrbusU2v+g4Hizr19aeJat+6ukePFjm22hbBwBYUvS2NPAXIbAkMvjRtmv9muqqqrNnq6pq1z61uYkdbRk2Ox0sAEADAF3w+dVkfiG/GhzcvHrDL3+5YcPm13r44TrfZlccbSOSBICdC3S4AmFRbh2kobbjdbmL0J8O15tquGEFpOuFRCjOyDpxvIe8e46fWJZRXGJXHe94mixJjXqlWy5dMJyWElvx4vSiuvqGzp7mzob6uqL0xcW2EouTLhgcULD87lmTAlENAXSCww6IWYsz85YVFS3LzcyYBe52R6lHdcVB/96Vy+dkE0Bk4YUgEGErFmZDd/h4r4ifAyIFS3vB7h0e1RBQbHkAYbHbS5jZ7RZHqRs+Xn3Ng89HWznbrSYEQS6C3ipzu0udTgeY0wneZQGvHwRkUPgjIOF2Brg9WeRAV90IIsqB4fG44cuD3uXoHgkpr7oj7+9deu/S3tuTJpC7CAIRYasfIMzKwTvM5Kvqsh26v/f2H8Nv8iWEEM5WYVw+kzsBkgigi4IhwmDg7grKyRNgwo8euN8Pv4NGABckgv5GgNCUH0/xwu+QgbvLB3VgFmYpBLUpREjTGxSxXFNEHgUBfCSCDIaxzOMGUwyjSrGErLAuCdDvRHJIE8mtmEiy5CnH3Z0IiqnsZVN5YX5mXlZRUVZeZv5Ch1M/laPWMm+YQtAsptT89N+eqO/cCcd5Z/2J36bnD9ctpmgQVjeFoF7O+YVnjqv2I1As+uXsKQ1YI5Uaf/z4/hRLAygW7YZS7nBDCEp/2NnjVyywo1mcAauownUoFvBxWyCEiqh6W0/jB8uVWIoFAWE7hMDKSGfbw4UDKJZThUrFAmaxeMpZGeNWLOkKxQIWsJcGfCEpgHKlYtk+sGIRgCBcuLCMpFjMMRRLg0KxoDntUMbK+BWLHIIEKLeXemEc5CtO3mAUC5qrRAIMVrEIgFtKgTKIpVhOCMXCAXaLxx+plC6ag1MsrAQljkCYDSM8+PFACRoGoVjEIIi5fB2KhU+DMrGaIiQ44lQsCCiDQfTxxXQdigWXgoOXECMYvGLBxYgrgQOuQ7FABg6PvB1ErkOxVDrd3jAP4PoUS9hd5ucBiInkFIrlS2PF0qxULN4yr0/siGrFsuVLI8WyCxeTpFgq8JiokAFKxVLVv2K5UqtSLC4/nWwaxVJdFY9icfnoKalWsaxlhCvqb9Wb+5SKBe8HFAApljyuWGr7USw9asVSQTcOxaZasoht67vWVp9VKZaq9aiYTikVSyWY8KZt3QmKhT8Kq11TTYKlqno95K9RLOSsOlhkxbKtds3a6lrQK7XVa556Go+2U2rFQr6GiuXA6tVr16xevVkcroVqxUK+16VYCKA/3u0gN7LONKjcUbHYdIpFT/BJhJzFuaqHsotz0F+rWPRJSA9lS4pzCoqaJf+d5oKc4hLlQ1kDABJcjGABgvLBNPrTY2EjAD2YxilZrHw0zv011zwDAowmnw+z6OF8js2O/qRYDAD0cB4ndbHcHlhQzCaw9uG8AUHMB0hCalDsmW/QHpDMqEExq1C0SIoNGhRk/bdIbFKTxmbQIokRgqUEc8Bd1KBJY2TUJkrhjSocAmp1xQZQo6qEt8pKqFEVF4BaZXberMNWGbX7CBAjBwjBYcd2oYU36yiAmABqFzqwYemgdmGcAGpYls6s2bNQNCzJPwaAdkiUTuY8N7VM4wZQ07YsMb+MmrZxA6ht7E0YT23jQQCoce33GzeuyQZonaN4R//BASpl/R32Ues9DgA9f2D6G8U/U91EMAAYPb7wg1lZDWgr1AOMH6AEwLj4J+1vADB6hOPRaX89IMZDJIdG+xvvifQYq3/t76VDQQvQa3+LVvunKrW/EYC0f1qWVvsXqrQ/AfT+TPvXNei6lWfyFNpfD9B2K9EO7uLa/0C/2p8Aeu1f37/2P0XaXw9QdCv71f4dWu2vAVTK/gvZY+1deu1/AC+J1K0kgOpId9pzufY/pNX+F6lbKZ+RJtXasbJLRUztnyG6lQxA3mz6wfRJ4dr/0DFJ+dOvYxe3Qh0asiTtjwBat+COVzMuFq4Yaf+OZtHpE2eECdzlled24pWGyRWF9v+cvqP234UHLRMLrhAChHuArR17SkZ6UXv82h8BEb7x4zO71LTpRfgsPab2pxwAID21s6RlFtadEheyAyf/ZWhbD8BcmM4kWwQBfOmRN7O93xlr/2f28iJ4vOyoNoF/cqK5rr6pjyym9m8yc9mKgISJ5hrhTbb7me+NbQuMspDuKDiyYdtp79QCBtL+GoDfW7ZwYt4eNaPjm4G0P6ZAACvb/R5OXLanfScV8Wtj7f8tK6ICwO4w0A1ZlJhVwxlxa38sIg6jIBQXz19grmmHgsbQ/jiR+J0RAfIRYEdEDjDOxN+trOBTGU8BRGAUOTkFuQ2xupWdXPsDgBYTTudSjkCJ0lNl3K3EDEQNaTlDFGxFMaVmbkDN+09D7X88y6ZYzrAfyQw2oiVcJW0GAsl+NLlbWZchtL/QjZUyQ1JqbFN9sfqKzmpXq7uVmk1VKDWLDbU/EjpQ+vNf+AXdyia19hcAmQHXAj9uy7xb2fP0UyD9yWrXo3hH7a/b1ulkdIWV2r9p81PVVfKjg807ddqfAEbav+m5FzdsWLN2w4YXn2vSaX8OiKn9e5rAevrV/mqAvlu5TNutzNJqfwIM2K1sNuxWEiBWtzIvc7GuW6kHDL5bSYB4upX6Fk/si6bHsFsZ66obUlx1Pe74r7qxu5X08XFe96nVp+1WGtcAncEdDP+rhxsDSKcEIxEX+4IOJX1qLAD1SLFHyb70gesB8ZfOAGCoU8A8ZbrB0wMGqVP0gEH2KPWA2D1Ki3IJ6QGxe5RZabSIDQDC36hHWafWKXqAXqcM1KPUAgbZo9QDtDol9luVGgC9/BLrrUo8z/QEE71+kztwjxIbU5ygGk2T/Cw740T/b1VuFzqlLoM/TtWsLpPco8xqoB6lRqccAp2C1wr+QDdMK5QrlvjfqmQv0QRwdckMACh7lMY6ZRveLmfZ8GigFYoIAMTdo2wvSs9IAQRu8DLCVBF/jxLP16Lpaam4yhERBgIA4u9RojWfqivMTLPQswgAhMvje6sSjRh8gWKfKf4eJVlTfZ05MZlNClMo7rcquRGjxjwxwecCQFw9yn9oAZ3tsFllhwEQb49S7b0nb+LCMq8fAfH3KIXtbN+zLPFhtlPCJgVFjLdHKbxrshIXwV3JUcpXFhvGuHqUWLj2GvOC+cXF6E/DGIz7rcoz4J2D7nbFYSFNZVteHG9VFuTk4KejO54UfCpXKt+qrHq+f53SUcVeauTucFtSnJgmuYuQBTvqc0Y6BR98mFmPia0j+HRazjwHB+si9DCdQkJFfK/lPUrWY4LYyRs3FPVblc2ra68Y9SjlHhV5g5n4E3i5R9kEOkVoFHqrkvcobWxTDWs3Ve1blc1Pr689299blaLHpNvW9W9V7ty8nnQKvlUpdAo/WELag8VQp6xdY6RT1IDB6xQ9IPZblaRT9IBB6xQ9YPA6RQ+IX6foAYPUKXpAJbeKOHWKHlDBDQGhoLFOCRledUNBZiFmweu4bEdAGqBh/wIxxjrFALBkzr59b6G9994nn5w799kHf3nj00+/+OL8+fMffvjm1avvvvvxxx//7W/vv//+O++88/bbb/832H+B/adkJrd79px7GzdufA9MEAQCCW8KAiKQAMYIhDB53LPvfaC18fCRHe9hEEj4IA4CAQKeeVOB0Nq4v2UHD+Kzz9QEQADBKA2Tt6zg7jkPAKG18UjLDgxCXwgi6LMw+QOp83765ANtbYA4fKQFahGjlBoEPM1zF8yGENoQcRjywDRilpKygIdx3hQIYTkQwBoxiDhKeVWOAR/GQQhTn1y+tLu7G6JobDm9gwgGpfziF29IQZhA63lTl8yeOwcIaEho4VkYlvLTl/rOvCsIJpC6vnEpBZN+CoSlXV1d3a2HW06f3ogEo1K+8RLsdS+JQpiwrxEeN3zWvLuB0AXWBsN5+vUdSNCV8vyHQPgL+r8sDQbuB7B+rONSl9w9BwArV3a1HW5BAtZBU4gv1q378OMPmL88nCYhWsMBHIulK1f29na1HsEYTkMMGsK6pp3rzjF/mpUAEAT3rNlTlyOgt7uREV7fqBoMQJyCY6sG/RWz0iTviP7UJRhCL1jb/v1I+A+eBhH+AJoE/ZWzkkWAhKBv3KxJEAICuhoPE4FKKQgvq+aUvCvDhXM41hEIqyCERk5Yd06Ukggvq2elSfEIbFwKC2HVqlXdjY2CAIVQE15Sz0oCQBJWVoVeIKxsbWwVWfA0jGeliZrkQVwUmMMqyKGxtVFFMFzglALLYd5cKYc2IrBCGC1wRQ2wjAV38xy6WrtlAhSCSqklECAUhGuGGEksQjcRIAgqpWaBKwFBWNiYAy9Cm4pgXEoCuIDAZqMAdAFAEAYqJQHwELMORwBOpe7uLiC0aQn6UioAkVDQ58QqrkQA7i1SDDSc+lLK8wBOVniwzWYCATAG5YTop5QyAE/gChgGAgChS0nAtaUvpeLhPN4Xy2E54HoCgCCwwYDdXqxOXSk1AGvqPL6k27qEURCM8J62lAQAY4C5DABe6AiGnw+2n6cBBHUhNAD/cA7AEYCR5JUEBvNvwc12o5qgAUSsEqALw1gF9lcwmFhwXEAEYEBQHVwEiCJApIDO3JsMFth+iAAOHeUtggBRBvBDEQnAEWS9rfuhDKfhPkXHjiaCn+Gu1gWbO9qjqx4liEil9QgRWBoaQAABy5eC/VyyR5n9FTCM1nX49OstCgJtKAyA59PUOWBPzHmC24NPPAjGQAzQ29va8voOIIhSytd9lHEhOOkLJs1Ge4TbDGZz584FEmfgHGl5faNE+EwAYCkxgN+dOiungGwJ2Dz454OAAsiDgOjFSXIEysCyOCcDMIIKWM9e0BwOi8XOLvw2JhxycoCDkBmIAMJKRhAxSCmAv5AM/J/O4Bc8Xy4F8YAahjEAAQQMoautZcc+fjs20TwUbQnQLWQBfEztBAYgCgAxY+6DP1+JIbS2vMUJNJHklh8aPphHs/JeJjA44vEZU4GwEpZI4w5OMCn8K1AucMPegBACPh9qKY4gQnfb/o37kEDzQAAiPh84CQ7KBeRY/YjAbigSnoDLFKzR/UwnSADe1AjiX7b+DMwKX8zwTShUIIhwlCDhkblPPLl0aXdb41tAIAAa1yvoiV4+gbJaGcHqDWAQOQXzJs3Ae2lbGwD2SYAKMlRvuEPzXglPhcfA26HFWIi5SLgXCfI8EAbDyReG1K/BKQIkXohxopbzHgFC9wP7ZAD5K/fYSvGNT9VIBDuyXF5zAoSgBURlwziUFoU4gj4rxADyGms5GwhT970CAMpAJ+00ELiXQ0u2rNQJk5sR5rzyyivipgomf74Bhv09l8vPJpWdE55EgAgAU41hPAYk4BIDs0wiQGU0DgAS2Kz04Cq1OBylPAWD/I1fQ/Zyge8sLV0qA2K4EoG/jh1gu4XbPSd+AF2JXWx58pf2ZiOgYnAATAIIsNVAJy2lFx6FxQug+6TYtvC1w6WmykEAqCUo/aPF8jkAoEGINwQsAyAA4p/EUxg/+ZbRV0ffNzm7f6ekadOSNF1lJODLp24chcf+7aqw0ZMn9AdYcO3aAlVfMugSmy//p/v3XCW75TG9//hrYAmK+Yjbgw8MWqoAeEzh/8abV2/RxzANAdO0dYy4AAFPtqMYv7Bzv/jkzauTtf7J15glE4Dt3xFkAGA8+YOmPPHp1dGaSk54iAMeGqk+QoL86DBNJn+mqa9qQ8i/JixfAWDtZQwjaLoFXL84L/m/DD/cp/LP/okE+Em2hoCAkGk0+K9bd578r96jHcJrK7KTMA4aSqm3DtcKE3igpv5E+ONk0A7hNGkoEpQEwcAIjqOmlv0pAslvIo8ESfrdFmuAiljypxrQECbiT4l8KMnEkQGjgATyl0eBhnCBFAENJRnOAySQv5gHNIRUAxpKMpyJSIDxpwBoCAnwEA2lymgtSBWYoB5CDBx/vpH/vEALEKuR/B9TDyHajRjMNWHj9YCo0X4wTXIaSTAaSgIgf/J9o6/eQzsSDSGzbOUfkrUAIxOrUGwmafIfHpoQE0BDKCwtGp1If8qPDaAhFHmPzKZwaCgNADSERrYgNoBV3djGDwigIaSsRyatUP55WkwAjZp6MdFQEsB4CCkAGhT9UJpiDSFFoGISwHgIyVZkZ9M80AylaVBDSJY4ECDhWhyWMAAg+cbY/g9JA/H/wKi595LJ32MAAAAASUVORK5CYII=) -19px -289px no-repeat;content:"";display:block;height:32px;left:50%;margin-left:-16px;position:absolute;top:0;width:38px}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-recheckMessage{clear:both;color:#fff;display:block;margin-bottom:5%}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-button{font-size:.9em;font-weight:700;padding:0 3em}.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-list .Viper-issueDone .ViperAP-issueTitle,.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-list .Viper-issueDone .ViperAP-issueType{opacity:.4}.ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-list .Viper-issueDone:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAFBCAMAAADwnFn9AAADAFBMVEVJbkdFe0Q+fzygd3dSUlPf39/y1WB7fHtEikLCb3Hy1WBEikLHYWGqqa87Ozvy1WDy1WDy1WDHYWEgICBEikIqLypEikLHYWF7fHvy1WBEREQgICAcHByop62ZmZopKSnHYWFEikKCgYjdm2ATExMRERF7fHtqemlxinGCgoJMS0sdHx1EikIQEBC/u7ARERGGeXk8cjsFBQUeHh6BgYJ7fHuGhYevmIYiIiILCwtfXl8TExMfIB8fHx8eHx4gIyAXFxcTExN9fX8WFhZWVlYZGRgaGhp7e3s/Pj48PDxycXGLi4xnZmZramqGhYUPEA8fIB+Qj5COjY0fHx9tfW4DAwN2dnaKiYqPjo4dHR18e3sQEBCTkpKSkZKUk5MTExMAAAAAAAAGBgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYAAAABAQEAAAAAAAABAQEAAAAAAAACAgIHBgYAAAAAAAABAQEFBQUAAADt6ahmwWS7sE1VoFJziXKknkeVJCSZKCjAV1eqpFbT0a+7tm+dnZ2mOTnj3YVTkVKoo0zf12uspk/kxETd275SbFLW0YqwqljLpxexrWbOyGJ9fIPAvIptbHM2VTZ1dHuWrpany6YfNh/Kx5j175DPyW7EvVbX0XPi363AumDp58P17Xe1r1VDWkPw8fDf26PHwVujo6PQy3klQyVmZmZCQ0Pc2J2rq67v7c+7tFn18J62tbU9PT1JSUns55TV1NTz7IXg4OC7u7vk5uQ3Nzfb1XpbwFj19fVeX17a2tlYuVU2azU3bjYODg5WV1b7+vhCh0DAwMBPUE8pTClSrVBPpk1Fj0MxMTErKyssVCtVs1NNoUvLyspKm0g0aDNAgj7IwmLz7G/q6upIlEYiIiInJyfHwWYuWi3+/v0wXy85cjc9fTwzZDLu5m07dzmCgYj59KjPyWjRy2ji2mvTzWnk3GzX0Gny1WDHYWEZGhnb1GrZ0mrVzmnd1mvg2Gvx6W7KxGfNx2jr423n32xEikJ7fHv///8XTquwAAAAeXRSTlO+t9mtkmH1+Jt/6MpXssHWV4fWl9jiv+vzsaSkI/cN8az04R8V0+UuBotEeYCEPvM8D2u6mca4Ew+PUcTVPofJrehXZWIyKac2SWbFcX+sVfDi2eYdOoPO0vp4SPHp+v4yIgssKCUfGx0UBw4YFg8IDBIEAwkFAgEA81j3ngAAGChJREFUeNqdm3tAVXW2x88fM3V7Zy/HRs1XqWlGiTJaPgYFFRBFQRA4yDmHczgczvsB5595lfMwy/FajVZOKonvq4ioqOAl7zSS9IBuTBGBYVZat7nK9LhOo9y1fr/f3ms/2JyDCyWccX3OWuv3/O61NUWj0bGjhl6+PHRUUlRvlRWhYMTl8iVk+1yuSDBUURnVGABuvcxt6K39AcDfZ7Um5lutPiD0A+D+v/sdftcTKkIRV9haHjDnecutYVckpAckDUXXX/2KxZCkD8AV9pcHkmv2jA+U+8MufQimmy4LANpNWkDI5fN7A57M+vaJnkC51RfRA0Yxz1//mv1nlDaDoAvi9zgLmzrzSpHgClVoAXddFjVAu0ubQcTnD3hK0+r6+vY8XOrx+n2QQzwAysDqLSt1ZNb39bVPdLjLysNURnUKv/kNpaDKwB9wO1MLm/r6OpdZnB6vFcqoAdyqjOBWXQblZaUWzABzcLgD5bocTKG7qIh3hfQZeJz26acQ0J5ohxB0OZiiY4dKKQwdq/bnGVhSipoRsDOrBELQ5WDCpXCZF2CstoSRcHmZ054BGaDVzLSUlpVLU4EAYAk3jRp1UwL+pA/AUYIZ8BwgBCyjisBW45CbL126eUiSyh38eQVEBpiDDUMIu2BNVioBd95wCQwQdyo/HvwhAQhg8Yk+YTXzS9hAQAwVlQS485Jsd9LHh9AfErDb0o9LgPYFNrvTHfADAYKQV+MNBLghSfaPMH+n3TarqEcCNJmLbTCbAn5Y13IapiGXFDaE/K3MP2VFXnufbGdyV6QgodyKBAEYBn7P/vuzz16CX5eGMQD4+7j/isIznX0KazhjzrdAFriwBcF0B/ozA8Ad5A/1W5gnuZN1nkhfCKuKCAyADPRHAI8f/WeaWfQ9Bw/sfXXLllf37jrIS2meCQSRBU+BbBibP9w/rQgnUPO2jq9/f/TQxYuHjv7+645tOCXqi9I4IcgAOIo0juAvxm9mUQP85dc6ToKzZIdOXnkN/sfjRTNxPvAd0hS6g/zvCMECwE0I8jefgugPbD0Kbse2b//oo+3bjwHq6NZdPRCDeaETtydYmbgab5b8bx6LAbBNyI6j1/PHkxcv/vkjhf0ZgvgjENpzLaUiCVyNw0QBxkblAFacgVB3nQT3/1MZIE7ugv/rRD4kwUJgq3HKkGHDhkzBn8QKSi3shPy3XjzG3T5X/Dp2aCuMRqc5VWxwCMhOHHPhwpjEJAbAACwYQHPH0WOf92PHjl5phkm5goXAAMkXuI1JjkZDLraHLOvEBI79oLLPxX+PndwGczLP7mSbtIn5v7Bp06YXLlxIjmIGbsfDe6CCHUd/MLCjHT18j4UcQqYk9P8TGhCSMINSlsHBV3/4l4H98OpBzMECObiCpnwAbALnTX/adOFCPu7jfBs+sNXI/+//OnkA5kKmHXfIoGk6RgC+LILpkbDXw0uw95m/G9p3e6EIubDLQxFMY7B+6L8J64iD6Cgxw0nU8f3/GNr3HXyXx4EUAExAAGAbLGzu69nyvbE9sxu2p0K+R5syGeAFSAAsUwb0bfluAFMCkjlgEwMkI0Ck8A9j+4alIAChXJ4CAnJDHMCK+O03hvY1K6IARLNZFdB/THaUF5EN4/P/a2jPs2EURYSlACOJNj07GuXDyCbS7m8NbfdBWI+L+TDys3FiYuJEdjayC4F9EZvKX31tYF+xqbxITKQoWujxGWBLolG+GG1YhG27vzKw3duwBDY2lQUgJa8GLB1IvIpsOZ/t+LJfe76qGTMoEYvJMu/xxx//UXp6FgDk5Zxixg2l9uw/+7Pa5yAAc4q0nO9fZgYbc/+IEQgQGwqGAANRjYQrzOuK/K12cw8PQGwoI6aAJYD/lBEIEJcCWy7bVNdWXdFa9YvNuKna7NKWVoM1mAn+ySNuo021ZJa5Hrf1NbXodBa++LcO5l9fuIgFgNcdDpgyYsptabeNjMrbusU2v+g4Hizr19aeJat+6ukePFjm22hbBwBYUvS2NPAXIbAkMvjRtmv9muqqqrNnq6pq1z61uYkdbRk2Ox0sAEADAF3w+dVkfiG/GhzcvHrDL3+5YcPm13r44TrfZlccbSOSBICdC3S4AmFRbh2kobbjdbmL0J8O15tquGEFpOuFRCjOyDpxvIe8e46fWJZRXGJXHe94mixJjXqlWy5dMJyWElvx4vSiuvqGzp7mzob6uqL0xcW2EouTLhgcULD87lmTAlENAXSCww6IWYsz85YVFS3LzcyYBe52R6lHdcVB/96Vy+dkE0Bk4YUgEGErFmZDd/h4r4ifAyIFS3vB7h0e1RBQbHkAYbHbS5jZ7RZHqRs+Xn3Ng89HWznbrSYEQS6C3ipzu0udTgeY0wneZQGvHwRkUPgjIOF2Brg9WeRAV90IIsqB4fG44cuD3uXoHgkpr7oj7+9deu/S3tuTJpC7CAIRYasfIMzKwTvM5Kvqsh26v/f2H8Nv8iWEEM5WYVw+kzsBkgigi4IhwmDg7grKyRNgwo8euN8Pv4NGABckgv5GgNCUH0/xwu+QgbvLB3VgFmYpBLUpREjTGxSxXFNEHgUBfCSCDIaxzOMGUwyjSrGErLAuCdDvRHJIE8mtmEiy5CnH3Z0IiqnsZVN5YX5mXlZRUVZeZv5Ch1M/laPWMm+YQtAsptT89N+eqO/cCcd5Z/2J36bnD9ctpmgQVjeFoF7O+YVnjqv2I1As+uXsKQ1YI5Uaf/z4/hRLAygW7YZS7nBDCEp/2NnjVyywo1mcAauownUoFvBxWyCEiqh6W0/jB8uVWIoFAWE7hMDKSGfbw4UDKJZThUrFAmaxeMpZGeNWLOkKxQIWsJcGfCEpgHKlYtk+sGIRgCBcuLCMpFjMMRRLg0KxoDntUMbK+BWLHIIEKLeXemEc5CtO3mAUC5qrRAIMVrEIgFtKgTKIpVhOCMXCAXaLxx+plC6ag1MsrAQljkCYDSM8+PFACRoGoVjEIIi5fB2KhU+DMrGaIiQ44lQsCCiDQfTxxXQdigWXgoOXECMYvGLBxYgrgQOuQ7FABg6PvB1ErkOxVDrd3jAP4PoUS9hd5ucBiInkFIrlS2PF0qxULN4yr0/siGrFsuVLI8WyCxeTpFgq8JiokAFKxVLVv2K5UqtSLC4/nWwaxVJdFY9icfnoKalWsaxlhCvqb9Wb+5SKBe8HFAApljyuWGr7USw9asVSQTcOxaZasoht67vWVp9VKZaq9aiYTikVSyWY8KZt3QmKhT8Kq11TTYKlqno95K9RLOSsOlhkxbKtds3a6lrQK7XVa556Go+2U2rFQr6GiuXA6tVr16xevVkcroVqxUK+16VYCKA/3u0gN7LONKjcUbHYdIpFT/BJhJzFuaqHsotz0F+rWPRJSA9lS4pzCoqaJf+d5oKc4hLlQ1kDABJcjGABgvLBNPrTY2EjAD2YxilZrHw0zv011zwDAowmnw+z6OF8js2O/qRYDAD0cB4ndbHcHlhQzCaw9uG8AUHMB0hCalDsmW/QHpDMqEExq1C0SIoNGhRk/bdIbFKTxmbQIokRgqUEc8Bd1KBJY2TUJkrhjSocAmp1xQZQo6qEt8pKqFEVF4BaZXberMNWGbX7CBAjBwjBYcd2oYU36yiAmABqFzqwYemgdmGcAGpYls6s2bNQNCzJPwaAdkiUTuY8N7VM4wZQ07YsMb+MmrZxA6ht7E0YT23jQQCoce33GzeuyQZonaN4R//BASpl/R32Ues9DgA9f2D6G8U/U91EMAAYPb7wg1lZDWgr1AOMH6AEwLj4J+1vADB6hOPRaX89IMZDJIdG+xvvifQYq3/t76VDQQvQa3+LVvunKrW/EYC0f1qWVvsXqrQ/AfT+TPvXNei6lWfyFNpfD9B2K9EO7uLa/0C/2p8Aeu1f37/2P0XaXw9QdCv71f4dWu2vAVTK/gvZY+1deu1/AC+J1K0kgOpId9pzufY/pNX+F6lbKZ+RJtXasbJLRUztnyG6lQxA3mz6wfRJ4dr/0DFJ+dOvYxe3Qh0asiTtjwBat+COVzMuFq4Yaf+OZtHpE2eECdzlled24pWGyRWF9v+cvqP234UHLRMLrhAChHuArR17SkZ6UXv82h8BEb7x4zO71LTpRfgsPab2pxwAID21s6RlFtadEheyAyf/ZWhbD8BcmM4kWwQBfOmRN7O93xlr/2f28iJ4vOyoNoF/cqK5rr6pjyym9m8yc9mKgISJ5hrhTbb7me+NbQuMspDuKDiyYdtp79QCBtL+GoDfW7ZwYt4eNaPjm4G0P6ZAACvb/R5OXLanfScV8Wtj7f8tK6ICwO4w0A1ZlJhVwxlxa38sIg6jIBQXz19grmmHgsbQ/jiR+J0RAfIRYEdEDjDOxN+trOBTGU8BRGAUOTkFuQ2xupWdXPsDgBYTTudSjkCJ0lNl3K3EDEQNaTlDFGxFMaVmbkDN+09D7X88y6ZYzrAfyQw2oiVcJW0GAsl+NLlbWZchtL/QjZUyQ1JqbFN9sfqKzmpXq7uVmk1VKDWLDbU/EjpQ+vNf+AXdyia19hcAmQHXAj9uy7xb2fP0UyD9yWrXo3hH7a/b1ulkdIWV2r9p81PVVfKjg807ddqfAEbav+m5FzdsWLN2w4YXn2vSaX8OiKn9e5rAevrV/mqAvlu5TNutzNJqfwIM2K1sNuxWEiBWtzIvc7GuW6kHDL5bSYB4upX6Fk/si6bHsFsZ66obUlx1Pe74r7qxu5X08XFe96nVp+1WGtcAncEdDP+rhxsDSKcEIxEX+4IOJX1qLAD1SLFHyb70gesB8ZfOAGCoU8A8ZbrB0wMGqVP0gEH2KPWA2D1Ki3IJ6QGxe5RZabSIDQDC36hHWafWKXqAXqcM1KPUAgbZo9QDtDol9luVGgC9/BLrrUo8z/QEE71+kztwjxIbU5ygGk2T/Cw740T/b1VuFzqlLoM/TtWsLpPco8xqoB6lRqccAp2C1wr+QDdMK5QrlvjfqmQv0QRwdckMACh7lMY6ZRveLmfZ8GigFYoIAMTdo2wvSs9IAQRu8DLCVBF/jxLP16Lpaam4yhERBgIA4u9RojWfqivMTLPQswgAhMvje6sSjRh8gWKfKf4eJVlTfZ05MZlNClMo7rcquRGjxjwxwecCQFw9yn9oAZ3tsFllhwEQb49S7b0nb+LCMq8fAfH3KIXtbN+zLPFhtlPCJgVFjLdHKbxrshIXwV3JUcpXFhvGuHqUWLj2GvOC+cXF6E/DGIz7rcoz4J2D7nbFYSFNZVteHG9VFuTk4KejO54UfCpXKt+qrHq+f53SUcVeauTucFtSnJgmuYuQBTvqc0Y6BR98mFmPia0j+HRazjwHB+si9DCdQkJFfK/lPUrWY4LYyRs3FPVblc2ra68Y9SjlHhV5g5n4E3i5R9kEOkVoFHqrkvcobWxTDWs3Ve1blc1Pr689299blaLHpNvW9W9V7ty8nnQKvlUpdAo/WELag8VQp6xdY6RT1IDB6xQ9IPZblaRT9IBB6xQ9YPA6RQ+IX6foAYPUKXpAJbeKOHWKHlDBDQGhoLFOCRledUNBZiFmweu4bEdAGqBh/wIxxjrFALBkzr59b6G9994nn5w799kHf3nj00+/+OL8+fMffvjm1avvvvvxxx//7W/vv//+O++88/bbb/832H+B/adkJrd79px7GzdufA9MEAQCCW8KAiKQAMYIhDB53LPvfaC18fCRHe9hEEj4IA4CAQKeeVOB0Nq4v2UHD+Kzz9QEQADBKA2Tt6zg7jkPAKG18UjLDgxCXwgi6LMw+QOp83765ANtbYA4fKQFahGjlBoEPM1zF8yGENoQcRjywDRilpKygIdx3hQIYTkQwBoxiDhKeVWOAR/GQQhTn1y+tLu7G6JobDm9gwgGpfziF29IQZhA63lTl8yeOwcIaEho4VkYlvLTl/rOvCsIJpC6vnEpBZN+CoSlXV1d3a2HW06f3ogEo1K+8RLsdS+JQpiwrxEeN3zWvLuB0AXWBsN5+vUdSNCV8vyHQPgL+r8sDQbuB7B+rONSl9w9BwArV3a1HW5BAtZBU4gv1q378OMPmL88nCYhWsMBHIulK1f29na1HsEYTkMMGsK6pp3rzjF/mpUAEAT3rNlTlyOgt7uREV7fqBoMQJyCY6sG/RWz0iTviP7UJRhCL1jb/v1I+A+eBhH+AJoE/ZWzkkWAhKBv3KxJEAICuhoPE4FKKQgvq+aUvCvDhXM41hEIqyCERk5Yd06Ukggvq2elSfEIbFwKC2HVqlXdjY2CAIVQE15Sz0oCQBJWVoVeIKxsbWwVWfA0jGeliZrkQVwUmMMqyKGxtVFFMFzglALLYd5cKYc2IrBCGC1wRQ2wjAV38xy6WrtlAhSCSqklECAUhGuGGEksQjcRIAgqpWaBKwFBWNiYAy9Cm4pgXEoCuIDAZqMAdAFAEAYqJQHwELMORwBOpe7uLiC0aQn6UioAkVDQ58QqrkQA7i1SDDSc+lLK8wBOVniwzWYCATAG5YTop5QyAE/gChgGAgChS0nAtaUvpeLhPN4Xy2E54HoCgCCwwYDdXqxOXSk1AGvqPL6k27qEURCM8J62lAQAY4C5DABe6AiGnw+2n6cBBHUhNAD/cA7AEYCR5JUEBvNvwc12o5qgAUSsEqALw1gF9lcwmFhwXEAEYEBQHVwEiCJApIDO3JsMFth+iAAOHeUtggBRBvBDEQnAEWS9rfuhDKfhPkXHjiaCn+Gu1gWbO9qjqx4liEil9QgRWBoaQAABy5eC/VyyR5n9FTCM1nX49OstCgJtKAyA59PUOWBPzHmC24NPPAjGQAzQ29va8voOIIhSytd9lHEhOOkLJs1Ge4TbDGZz584FEmfgHGl5faNE+EwAYCkxgN+dOiungGwJ2Dz454OAAsiDgOjFSXIEysCyOCcDMIIKWM9e0BwOi8XOLvw2JhxycoCDkBmIAMJKRhAxSCmAv5AM/J/O4Bc8Xy4F8YAahjEAAQQMoautZcc+fjs20TwUbQnQLWQBfEztBAYgCgAxY+6DP1+JIbS2vMUJNJHklh8aPphHs/JeJjA44vEZU4GwEpZI4w5OMCn8K1AucMPegBACPh9qKY4gQnfb/o37kEDzQAAiPh84CQ7KBeRY/YjAbigSnoDLFKzR/UwnSADe1AjiX7b+DMwKX8zwTShUIIhwlCDhkblPPLl0aXdb41tAIAAa1yvoiV4+gbJaGcHqDWAQOQXzJs3Ae2lbGwD2SYAKMlRvuEPzXglPhcfA26HFWIi5SLgXCfI8EAbDyReG1K/BKQIkXohxopbzHgFC9wP7ZAD5K/fYSvGNT9VIBDuyXF5zAoSgBURlwziUFoU4gj4rxADyGms5GwhT970CAMpAJ+00ELiXQ0u2rNQJk5sR5rzyyivipgomf74Bhv09l8vPJpWdE55EgAgAU41hPAYk4BIDs0wiQGU0DgAS2Kz04Cq1OBylPAWD/I1fQ/Zyge8sLV0qA2K4EoG/jh1gu4XbPSd+AF2JXWx58pf2ZiOgYnAATAIIsNVAJy2lFx6FxQug+6TYtvC1w6WmykEAqCUo/aPF8jkAoEGINwQsAyAA4p/EUxg/+ZbRV0ffNzm7f6ekadOSNF1lJODLp24chcf+7aqw0ZMn9AdYcO3aAlVfMugSmy//p/v3XCW75TG9//hrYAmK+Yjbgw8MWqoAeEzh/8abV2/RxzANAdO0dYy4AAFPtqMYv7Bzv/jkzauTtf7J15glE4Dt3xFkAGA8+YOmPPHp1dGaSk54iAMeGqk+QoL86DBNJn+mqa9qQ8i/JixfAWDtZQwjaLoFXL84L/m/DD/cp/LP/okE+Em2hoCAkGk0+K9bd578r96jHcJrK7KTMA4aSqm3DtcKE3igpv5E+ONk0A7hNGkoEpQEwcAIjqOmlv0pAslvIo8ESfrdFmuAiljypxrQECbiT4l8KMnEkQGjgATyl0eBhnCBFAENJRnOAySQv5gHNIRUAxpKMpyJSIDxpwBoCAnwEA2lymgtSBWYoB5CDBx/vpH/vEALEKuR/B9TDyHajRjMNWHj9YCo0X4wTXIaSTAaSgIgf/J9o6/eQzsSDSGzbOUfkrUAIxOrUGwmafIfHpoQE0BDKCwtGp1If8qPDaAhFHmPzKZwaCgNADSERrYgNoBV3djGDwigIaSsRyatUP55WkwAjZp6MdFQEsB4CCkAGhT9UJpiDSFFoGISwHgIyVZkZ9M80AylaVBDSJY4ECDhWhyWMAAg+cbY/g9JA/H/wKi595LJ32MAAAAASUVORK5CYII=) no-repeat scroll 0 -289px transparent;height:19px;margin-top:-9px;right:.7em;top:50%;width:19px}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-button{background-color:#fff;border-color:#3c3c3c;border-radius:.25em .25em .25em .25em;-moz-box-sizing:border-box;cursor:pointer;display:inline-block;font-size:1.5em;line-height:1.8em;margin-left:.3em;min-width:29px;padding:0 .5em;position:relative;text-align:center}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon.Viper-locate{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJidXR0b25JY29uLXNwcml0ZS5zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PGRlZnM+PHN0eWxlPi5jbHMtNSwuY2xzLTcsLmNscy05e2ZpbGw6IzJiMmIyYn0uY2xzLTEwLC5jbHMtNCwuY2xzLTUsLmNscy02LC5jbHMtOXtmaWxsLXJ1bGU6ZXZlbm9kZH0uY2xzLTEwLC5jbHMtNiwuY2xzLTh7ZmlsbDojZmZmfS5jbHMtNSwuY2xzLTZ7b3BhY2l0eTouM30uY2xzLTEwLC5jbHMtOXtvcGFjaXR5Oi40fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTcHJpdGVfTWFza19CRyIgZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGwtb3BhY2l0eTowO2ZpbGw6IzJiMmIyYiIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGlkPSJMb2NhdGVfUGluIiBkYXRhLW5hbWU9IkxvY2F0ZSBQaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTgxMCkiPjxnIGlkPSJDb21iaW5lZC0xNSIgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggaWQ9ImRyb3BsZXRfY29weV80IiBkYXRhLW5hbWU9ImRyb3BsZXQgY29weSA0IiBkPSJNNjkuNzkxIDkxNi44MTZoLjA4NGwtLjIuMzgyYTQuNDMyIDQuNDMyIDAgMCAxLS4yNDIuNDU2TDY1LjUgOTI1LjA3bC00LjM3NS04LjI1NGguMWE0LjQ1NyA0LjQ1NyAwIDAgMS0uMjI1LTEuMzQ5IDQuNTExIDQuNTExIDAgMSAxIDkuMDIzIDAgNC40NiA0LjQ2IDAgMCAxLS4yMzIgMS4zNDlaTTY1LjUxNCA5MTRhMS41MjEgMS41MjEgMCAxIDAgMS41MjEgMS41MiAxLjUyIDEuNTIgMCAwIDAtMS41MjEtMS41MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMmIyYjJiIi8+PHBhdGggaWQ9ImRyb3BsZXRfY29weV80LTIiIGRhdGEtbmFtZT0iZHJvcGxldCBjb3B5IDQiIGQ9Ik0xMDMuNzkxIDkxNi44MTZoLjA4NGwtLjIuMzgyYTQuNTUxIDQuNTUxIDAgMCAxLS4yNDMuNDU4TDk5LjUgOTI1LjA3bC00LjM3NS04LjI1NGguMWE0LjQ1NyA0LjQ1NyAwIDAgMS0uMjI1LTEuMzQ5IDQuNTExIDQuNTExIDAgMSAxIDkuMDIzIDAgNC40NjMgNC40NjMgMCAwIDEtLjIzMiAxLjM0OVpNOTkuNTE0IDkxNGExLjUyMSAxLjUyMSAwIDEgMCAxLjUyMSAxLjUyIDEuNTIgMS41MiAwIDAgMC0xLjUyMS0xLjUyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05OCkiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PC9nPjwvc3ZnPg==)}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon.Viper-sourceView{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJidXR0b25JY29uLXNwcml0ZS5zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PGRlZnM+PHN0eWxlPi5jbHMtNSwuY2xzLTcsLmNscy05e2ZpbGw6IzJiMmIyYn0uY2xzLTEwLC5jbHMtNCwuY2xzLTUsLmNscy02LC5jbHMtOXtmaWxsLXJ1bGU6ZXZlbm9kZH0uY2xzLTEwLC5jbHMtNiwuY2xzLTh7ZmlsbDojZmZmfS5jbHMtNSwuY2xzLTZ7b3BhY2l0eTouM30uY2xzLTEwLC5jbHMtOXtvcGFjaXR5Oi40fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTcHJpdGVfTWFza19CRyIgZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGwtb3BhY2l0eTowO2ZpbGw6IzJiMmIyYiIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGlkPSJTb3VyY2VfVmlldyIgZGF0YS1uYW1lPSJTb3VyY2UgVmlldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtODM3KSI+PGcgaWQ9IkNvbWJpbmVkLTE0IiBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBpZD0iY29kZV9icmFja2V0cyIgZGF0YS1uYW1lPSJjb2RlIGJyYWNrZXRzIiBkPSJtNzMuNyA5NDUuNDgyLTUuNjU3IDUuNjU3LTEuMTIxLTEuMTIxIDQuNTQ5LTQuNTQ5LTQuNTQ5LTQuNTQ5IDEuMTIxLTEuMTIyIDUuNjU3IDUuNjU3LS4wMTQuMDE0Wm0tMTAuNjg0IDUuNjU3LTUuNjU3LTUuNjU3LjAxNC0uMDEzLS4wMTQtLjAxNCA1LjY1Ny01LjY1NyAxLjEyMSAxLjEyMi00LjU0OSA0LjU0OSA0LjU0OSA0LjU0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMmIyYjJiIi8+PHBhdGggaWQ9ImNvZGVfYnJhY2tldHMtMiIgZGF0YS1uYW1lPSJjb2RlIGJyYWNrZXRzIiBkPSJtMTA3LjcgOTQ1LjQ4Mi01LjY1NyA1LjY1Ny0xLjEyMS0xLjEyMSA0LjU0OS00LjU0OS00LjU0OS00LjU0OSAxLjEyMS0xLjEyMiA1LjY1NyA1LjY1Ny0uMDE0LjAxNFptLTEwLjY4NCA1LjY1Ny01LjY1Ny01LjY1Ny4wMTQtLjAxMy0uMDE0LS4wMTQgNS42NTctNS42NTcgMS4xMjEgMS4xMjItNC41NDkgNC41NDkgNC41NDkgNC41NDlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTk4KSIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48L2c+PC9zdmc+)}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon.Viper-accessRerun{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJidXR0b25JY29uLXNwcml0ZS5zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PGRlZnM+PHN0eWxlPi5jbHMtNSwuY2xzLTcsLmNscy05e2ZpbGw6IzJiMmIyYn0uY2xzLTEwLC5jbHMtNCwuY2xzLTUsLmNscy02LC5jbHMtOXtmaWxsLXJ1bGU6ZXZlbm9kZH0uY2xzLTEwLC5jbHMtNiwuY2xzLTh7ZmlsbDojZmZmfS5jbHMtNSwuY2xzLTZ7b3BhY2l0eTouM30uY2xzLTEwLC5jbHMtOXtvcGFjaXR5Oi40fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTcHJpdGVfTWFza19CRyIgZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGwtb3BhY2l0eTowO2ZpbGw6IzJiMmIyYiIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGlkPSJyZWZyZXNoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC03ODMpIj48ZyBpZD0iQ29tYmluZWQtMTYiIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxnIGlkPSJJY29uLTExIiBkYXRhLW5hbWU9Ikljb24iPjxwYXRoIGlkPSJSZXZlcnQiIGQ9Ik0xMDMuMDI1IDg5MnYtLjAzMUgxMDVWODkyaC0xLjk3MlptMS44NzEgMWE1Ljk3MyA1Ljk3MyAwIDAgMS0xMSAyLjA3OEw5MiA4OTYuOTY5di01aDVsLTEuNjA5IDEuNjA5YTMuOTgxIDMuOTgxIDAgMCAwIDcuNDc4LS41NzhoMi4wMzFabS0uMzY1LTIuMDMxaC00bDEuNjA5LTEuNjA5YTMuOTgzIDMuOTgzIDAgMCAwLTcuNS42MzhoLTIuMDExYTUuOTcxIDUuOTcxIDAgMCAxIDExLjAxMS0yLjEzOGwxLjg5MS0xLjg5MXY1aC0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05OCkiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PGcgaWQ9Ikljb24tMTIiIGRhdGEtbmFtZT0iSWNvbiI+PHBhdGggaWQ9IlJldmVydC0yIiBkYXRhLW5hbWU9IlJldmVydCIgZD0iTTcwLjkgODkzYTUuOTczIDUuOTczIDAgMCAxLTExIDIuMDc4bC0xLjkgMS44OTF2LTVoNWwtMS42MDkgMS42MDlhMy45ODEgMy45ODEgMCAwIDAgNy40NzgtLjU3OEg3MC45Wm0tLjM2NS0yLjAzMWgtNGwxLjYwOS0xLjYwOWEzLjk4MyAzLjk4MyAwIDAgMC03LjUuNjM4aC0yLjAxNWE1Ljk3MSA1Ljk3MSAwIDAgMSAxMS4wMTEtMi4xMzhsMS44OTEtMS44OTF2NWgtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMmIyYjJiIi8+PC9nPjwvZz48L2c+PC9zdmc+)}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon{height:20px;left:50%;margin:-11px 0 0 -12.5px;position:absolute;top:50%;width:25px}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issuePane{text-shadow:none}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution{font-size:.7em}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionInstructions p{color:#eee;margin:.5em 0 1em;overflow:hidden;padding:0;position:relative}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionHeader{margin-right:-.3em;text-align:right}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionHeader strong{color:#9b99a5;display:inline-block;float:left;font-size:1.49em;line-height:1.8em;padding-left:.2em;text-shadow:0 -1px 0 rgba(0,0,0,.6)}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox{background-color:hsla(0,0%,100%,.06);border:1px solid #393939;border-radius:.4em .4em .4em .4em;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 0 hsla(0,0%,100%,.1);clear:both;color:#fff;cursor:pointer;display:block;font-size:1.2em;margin-bottom:.6em;padding:0 .8em;position:relative;text-align:left;text-shadow:none}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox-title{color:#ddd;font-size:1.1em;line-height:2.5em;text-shadow:0 -1px 0 rgba(0,0,0,.4);white-space:nowrap}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox-switch{background-color:#2b2b2b;border-radius:.8em .8em .8em .8em;box-shadow:inset 0 2px 2px -1px rgba(0,0,0,.8),inset 0 -2px 2px -2px #000,0 1px 0 hsla(0,0%,100%,.2),inset 1px 0 0 rgba(0,0,0,.3),inset -1px 0 0 rgba(0,0,0,.3);cursor:pointer;font-size:1.2em;height:1.6em;margin-top:-.8em;overflow:hidden;position:absolute;right:.6em;top:50%;-moz-transition:background-color .2s ease 0s;width:3.2em}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox-slider{background-color:#65636b;border-radius:.65em .65em .65em .65em;box-shadow:0 0 2px #000,inset 0 1px 0 hsla(0,0%,100%,.3);content:"";height:1.3em;left:.15em;margin-top:-.65em;position:absolute;top:50%;-moz-transition:left .2s ease-out 0s;width:1.3em}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox input{visibility:hidden}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox.Viper-active .Viper-checkbox-switch{background-color:#205caf}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox.Viper-active .Viper-checkbox-slider{background:-moz-linear-gradient(center top,#e9e9eb,#c2c2cb) repeat scroll 0 0 transparent;box-shadow:0 0 2px 1px rgba(0,0,0,.6),inset 0 1px 0 hsla(0,0%,100%,.3);left:1.7em}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-title{background-color:#404040;border-radius:.2em .2em .2em .2em;color:#ddd;font-size:1.2em;height:100%;left:0;line-height:1.85em;margin:0 0 0 .2em;overflow:hidden;padding:0 10px;position:absolute;text-overflow:ellipsis;text-shadow:none;top:0;-moz-transition-duration:.3s;-moz-transition-property:color,background;white-space:nowrap}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-input[type=text],.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-textArea{background:none repeat scroll 0 0 transparent;border:none;-moz-box-sizing:border-box;color:#5a8bd0;font-family:Arial;font-size:1.49em;font-weight:700;outline:medium none;padding:.1em 0 .15em;width:100%}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox{margin-bottom:.6em;-moz-transition:opacity .2s ease-in 0s}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-main{position:relative}.ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-label{background:none repeat scroll 0 0 #2b2b2b;border-bottom:1px solid #0a0a0a;border-color:#0a0a0a #777;border-radius:.4em .4em .4em .4em;border-top:1px solid #0a0a0a;box-shadow:inset 0 0 3px #000;clear:both;color:#5a8bd0;display:block;padding:4px 2px;position:relative;text-align:left;-moz-transition-duration:.3s;-moz-transition-property:color,background}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionInstructions{color:#eee;font-size:1.49em;padding:0 .2em;text-shadow:0 -1px 0 rgba(0,0,0,.8)}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-imagePreview{border:1px solid #8f8f8f;box-shadow:0 1px 3px #2b2b2b;float:left;line-height:0;margin:0 .9em .6em 0;width:90px}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-imagePreview img{width:100%}.ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionActions{padding:0 0 .2em;text-align:center}.ViperAccessibilityPlugin #HTMLCS-wrapper li.Viper-issueDone .HTMLCS-issue-title,.ViperAccessibilityPlugin #HTMLCS-wrapper li.Viper-issueDone .HTMLCS-issue-type{opacity:.4}.ViperSourceViewPlugin{border:1px solid #666;border-radius:5px;border-top-color:#a2a1a8;box-shadow:0 0 13px #222;left:50%;margin-left:-375px;margin-top:-275px;padding:10px;position:fixed;top:50%;z-index:150}.ViperSourceViewPlugin .ViperSVP-bottom{padding:5px;position:relative;text-align:right}.VSVP-source{height:100%;position:relative!important;text-shadow:none;width:100%}.VSVP-bottomPanel,.VSVP-confirmPanel{overflow:hidden}.VSVP-confirmText{color:#4f4f4f;display:inline-block;font-size:1.5em;font-weight:700;padding-right:1em}.VSVP-bottomPanel .Viper-button,.VSVP-confirmPanel .Viper-button,.VSVP-confirmText{border-color:#b9b9b9}#ViperSourceViewPlugin-window{margin:0;padding:0}#ViperSourceViewPlugin-window .Viper-popup,.VSVP-confirmPanel{background-color:#d4d4d4}.VSVP-confirmPanel{display:none;padding:.7em .7em 0;text-align:right}.ViperSourceViewPlugin-window .VSVP-popup{border-radius:0;height:100%;left:0;top:0;width:100%}.ViperSourceViewPlugin-window .VSVP-popup #editor,.ViperSourceViewPlugin-window .VSVP-popup .Viper-popup-content{height:100%;margin:0;position:relative}.ViperSourceViewPlugin-window .VSVP-confirmPanel{display:block}.VSVP-source textarea{background:none repeat scroll 0 0 #2b2b2b;border-bottom:1px solid hsla(0,0%,100%,.25);border-radius:.25em .25em .25em .25em;border-radius:.4em .4em .4em .4em;border-top:1px solid #2b2b2b;border-color:#000 #2b2b2b #777;border-style:solid;border-width:1px;box-shadow:inset 0 0 3px #000;color:#ccc;font-family:Arial;font-size:1.49em;height:100%;padding:4px 2px;resize:none;width:100%}.Viper-popup-content .ace_editor{border:1px solid #bfbfbf;border-radius:.25em}.Viper-popup-content .ace_scroller{overflow-x:hidden!important}.Viper-popup-content .ace_gutter-cell{font-size:.8em!important}.Viper-popup-content .ace-viper .ace_gutter{min-width:3.5em!important}.Viper-popup-content .ace_gutter-cell{padding-left:0!important}.VSVP-source .ace_search{background-color:#919097;border-bottom-color:#2b2b2b;border-left-color:#2b2b2b}.VSVP-source .ace_replace_form .ace_search_field,.VSVP-source .ace_search_form{border-color:#767676}.VSVP-source .ace_replace_form .ace_search_field{border:1px solid #767676;border-radius:3px}.VSVP-source .ace_replace_form{border-color:transparent;border-bottom:1px solid #676767;margin-bottom:5px;padding-bottom:5px}.VSVP-source .ace_replace_form .ace_replacebtn,.VSVP-source .ace_search_options .ace_button{background-color:transparent;border:1px solid #666;border-radius:2px;margin:0 2px;padding:0 3px}.VSVP-source .ace_search_options .ace_button.checked{background-color:#3784ee;border-color:#1760ca;color:#fff}.VSVP-source .ace_replace_form .ace_search_field{width:217px}.Viper-browser-firefox .VSVP-source .ace_replace_form .ace_search_field{width:205px}.Viper-popup-content .ace-viper .ace_editor{border:2px solid #9f9f9f}.Viper-popup-content .ace-viper .ace_editor.ace_focus{border:2px solid #327fbd}.Viper-popup-content .ace-viper .ace_gutter{background:#383838;color:#fff;min-width:55px}.Viper-popup-content .ace-viper .ace_print_margin{background:#e8e8e8;width:1px}.Viper-popup-content .ace-viper .ace_scroller{background-color:#141414}.Viper-popup-content .ace-viper .ace_text-layer{color:#f8f8f8;cursor:text}.Viper-popup-content .ace-viper .ace_cursor{border-left:2px solid #a7a7a7}.Viper-popup-content .ace-viper .ace_cursor.ace_overwrite{border-bottom:1px solid #a7a7a7;border-left:0}.Viper-popup-content .ace-viper .ace_marker-layer .ace_selection{background:rgba(221,240,255,.2)}.Viper-popup-content .ace-viper .ace_marker-layer .ace_step{background:#c6dbae}.Viper-popup-content .ace-viper .ace_marker-layer .ace_bracket{border:1px solid hsla(0,0%,100%,.25);margin:-1px 0 0 -1px}.Viper-popup-content .ace-viper .ace_marker-layer .ace_active_line{background:#444547;border-top:1px solid #5e6064}.Viper-popup-content .ace_active_line:nth-of-type(3){border-bottom:1px solid #5e6064;border-top:none!important}.Viper-popup-content .ace_active_line[style*="width:0px"]{border:none!important}.Viper-popup-content .ace-viper .ace_marker-layer .ace_selected_word{border:1px solid rgba(221,240,255,.2)}.Viper-popup-content .ace-viper .ace_invisible{color:#666}.Viper-popup-content .ace-viper .ace_keyword{color:#cda869}.Viper-popup-content .ace-viper .ace_constant{color:#cf6a4c}.Viper-popup-content .ace-viper .ace_invalid.ace_illegal{background-color:rgba(86,45,86,.75);color:#f8f8f8}.Viper-popup-content .ace-viper .ace_invalid.ace_deprecated{color:#d2a8a1;font-style:italic;text-decoration:underline}.Viper-popup-content .ace-viper .ace_support{color:#9b859d}.Viper-popup-content .ace-viper .ace_fold{background-color:#ac885b;border-color:#f8f8f8}.Viper-popup-content .ace-viper .ace_support.ace_function{color:#dad085}.Viper-popup-content .ace-viper .ace_string{color:#309bf0}.Viper-popup-content .ace-viper .ace_string.ace_regexp{color:#e9c062}.Viper-popup-content .ace-viper .ace_line{color:#f8f8f8}.Viper-popup-content .ace-viper .ace_comment{color:#b2d8a2}.Viper-popup-content .ace-viper .ace_variable{color:#7587a6}.Viper-popup-content .ace-viper .ace_xml_pe{color:#494949}.Viper-popup-content .ace-viper .ace_meta.ace_tag{color:#c188cc}.Viper-popup-content .ace-viper .ace_entity.ace_attribute-name{color:#dc9c57}.Viper-popup-content .ace-viper .ace_keyword.ace_operator{color:#c188cc}.Viper-popup-content .ace-viper .ace_entity.ace_name.ace_function{color:#ac885b}.Viper-popup-content .ace-viper .ace_markup.ace_underline{text-decoration:underline}.Viper-popup-content .ace-viper .ace_markup.ace_heading{color:#cf6a4c}.Viper-popup-content .ace-viper .ace_markup.ace_list{color:#f9ee98}.ace-chrome .ace_gutter{background:#ebebeb;color:#333;overflow:hidden}.ace-chrome .ace_print-margin{background:#e8e8e8;width:1px}.ace-chrome{background-color:#f9f9f9;color:#000}.ace-chrome .ace_cursor{color:#000}.ace-chrome .ace_invisible{color:#bfbfbf}.ace-chrome .ace_constant.ace_buildin{color:#5848f6}.ace-chrome .ace_constant.ace_language{color:#585cf6}.ace-chrome .ace_constant.ace_library{color:#06960e}.ace-chrome .ace_invalid{background-color:#900;color:#fff}.ace-chrome .ace_support.ace_function{color:#3c4c72}.ace-chrome .ace_support.ace_constant{color:#06960e}.ace-chrome .ace_support.ace_class .ace-chrome .ace_support.ace_other,.ace-chrome .ace_support.ace_type{color:#6d79de}.ace-chrome .ace_variable.ace_parameter{color:#fd971f;font-style:italic}.ace-chrome .ace_keyword.ace_operator{color:#687687}.ace-chrome .ace_comment,.ace-chrome .ace_comment.ace_doc,.ace-chrome .ace_comment.ace_doc.ace_tag{color:#236e24}.ace-chrome .ace_constant.ace_numeric{color:#0000cd}.ace-chrome .ace_variable{color:#318495}.ace-chrome .ace_xml-pe{color:#68685b}.ace-chrome .ace_entity.ace_name.ace_function{color:#0000a2}.ace-chrome .ace_heading{color:#0c07ff}.ace-chrome .ace_list{color:#b90690}.ace-chrome .ace_marker-layer .ace_selection{background:#b5d5ff}.ace-chrome .ace_marker-layer .ace_step{background:#fcff00}.ace-chrome .ace_marker-layer .ace_stack{background:#a4e565}.ace-chrome .ace_marker-layer .ace_bracket{border:1px solid silver;margin:-1px 0 0 -1px}.ace-chrome .ace_marker-layer .ace_active-line{background:rgba(0,0,0,.07)}.ace-chrome .ace_gutter-active-line{background-color:#dcdcdc}.ace-chrome .ace_marker-layer .ace_selected-word{background:#fafaff;border:1px solid #c8c8fa}.ace-chrome .ace_keyword,.ace-chrome .ace_meta.ace_tag,.ace-chrome .ace_storage{color:#930f80}.ace-chrome .ace_string.ace_regex{color:red}.ace-chrome .ace_string{color:#1a1aa6}.ace-chrome .ace_entity.ace_other.ace_attribute-name{color:#994409}.ace-chrome .ace_indent-guide{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==) 100% repeat-y}.ViperSourceViewPlugin-ace-keyword{border-bottom:1px dashed red;position:absolute}.ViperNext .ViperImagePlugin-bubble{width:320px}.ViperNext .ViperITP-msgBox.ViperImagePlugin-previewPanel{border:none;border-radius:4px;overflow:hidden;padding:0}.ViperNext .ViperITP-msgBox.ViperImagePlugin-previewPanel img{margin:0;max-height:200px;max-width:320px}.ViperSearchPlugin-info.ViperITP-msgBox{margin:5px 0;padding:.3em}table.VCMP-table{border:none;border-collapse:collapse;display:none}table.VCMP-table.Viper-visible{display:block}table.VCMP-table td{background-color:#fff;border:1px solid #d4d4d4;border-collapse:collapse;color:#2b2b2b;cursor:pointer;font-size:1.6em;padding:10px;text-align:left;text-align:center;text-shadow:none;vertical-align:middle;width:1.5em}table.VCMP-table tr:first-child td{border-top-width:0}table.VCMP-table tr:last-child:nth-of-type(n+4) td{border-bottom-width:0}table.VCMP-table tr:last-child td:last-child{border-right-width:1px}table.VCMP-table tr td:nth-of-type(7){border-right-width:0!important}.ViperITP.VCMP-main .Viper-subSection{padding:0}.VCMP-wrapper{background-color:#dedede;overflow:hidden;white-space:nowrap}.VCMP-list{color:#2b2b2b;display:inline-block;font-size:1.3em;font-weight:700;list-style:none;margin:0;padding:0;text-align:left;vertical-align:top;white-space:normal;width:9.98em}.VCMP-list li{border-bottom:1px solid #c3c3c3;cursor:pointer;padding:.4em 20px .4em 10px;position:relative}.VCMP-list li:after{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='20.031' height='249'%3E%3Cdefs%3E%3Cstyle%3E.cls-2,.cls-8{fill:%23fff;fill-rule:evenodd}.cls-8{fill:%239e9e9e}%3C/style%3E%3C/defs%3E%3Cpath d='M.031 0h20v249h-20z' style='fill:%232b2b2b;fill-opacity:0'/%3E%3Cpath d='M8.893 240.188 4.581 246l-2.63-2.531-1.482 1.625 2.473 2.344L4.674 249l5.764-7.469-1.545-1.343zm.847-5.687-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z' class='cls-2'/%3E%3Cpath d='m17.04 194.51-.946.775-.011-.01-2.115 1.733-.946-.775L14.526 195H9.031v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348V202h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504V195H2.536l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775L2.536 194h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504V194h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zM8.445 189h.173l-.087-.106-.086.106z' style='fill:%23a6a6a6;fill-rule:evenodd'/%3E%3Cpath d='m10.02 178.221-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zm-4.342 35.425 6-6 .707.708-6 6-.707-.708zm-4 0 10-10 .707.708-10 10-.707-.708zm10.707-1.292-2 2-.707-.708 2-2 .707.708z' style='fill:gray;fill-rule:evenodd'/%3E%3Cpath d='m9.04 168.386 1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553a51.64 51.64 0 0 0 2.957-.564l-.61-2.083a33.42 33.42 0 0 0-1.91.806c-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084H8.027c0 .79.092 1.81.277 3.061a17.695 17.695 0 0 0-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437a28.81 28.81 0 0 0-1.726 1.784l1.737 1.346a51.343 51.343 0 0 0 1.611-2.647z' style='fill:%23c44e4e;fill-rule:evenodd'/%3E%3Cpath d='m9.026 225.628 1.896 3.134 2.15-1.419a31.47 31.47 0 0 0-.801-.942l-1.686-1.897a62.994 62.994 0 0 0 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765H7.789c0 .965.113 2.211.337 3.737a21.61 21.61 0 0 0-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534a35.842 35.842 0 0 0-2.107 2.178l2.121 1.644a63.25 63.25 0 0 0 1.968-3.232z' class='cls-2'/%3E%3Cpath d='M9.031 155a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm2.547-9.458-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266a4.258 4.258 0 0 0-4.25-4.265c-1.496 0-2.806.78-3.563 1.952L7.797 130H3.031v-4.766l2.053 2.053A5.48 5.48 0 0 1 9.531 125a5.5 5.5 0 1 1 0 11z' style='fill:%23bfbfbf;fill-rule:evenodd'/%3E%3Cpath d='M10.903 114.833.035 121.108v-12.549l10.868 6.274zm-10.869-14 10.868 6.275V94.559L.034 100.833z' class='cls-2'/%3E%3Cpath d='m12.983 83.518-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z' style='fill:%23b8b8b8;fill-rule:evenodd'/%3E%3Cpath d='m8.056 87.03-.748.718-.03-.03-5.523 5.305-.748-.718L6.53 87l-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z' class='cls-8'/%3E%3Ccircle cx='9.969' cy='69.938' r='7.063' style='fill:%232b7ce0'/%3E%3Ccircle cx='10' cy='70' r='3.281' style='fill:%23fff'/%3E%3Ccircle cx='9.969' cy='49.938' r='7.063' style='fill:%239e9e9e'/%3E%3Cpath d='M15.031 37h-10a2 2 0 0 1-2-2V25a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8z' style='fill:%232a7bde;fill-rule:evenodd'/%3E%3Cpath d='M14.013 24.301a26.004 26.004 0 0 0-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z' style='fill:%232b7ce0;fill-rule:evenodd'/%3E%3Cpath d='M15.031 17h-10a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6z' class='cls-8'/%3E%3C/svg%3E") 0 -80px no-repeat;content:"";height:14px;margin-top:-7px;position:absolute;right:5px;top:50%;width:9px}.VCMP-list li.Viper-selected{background-color:#cacaca}.VCMP-tablesWrapper{background-color:#ededed;display:inline-block;height:100%;min-height:16em;vertical-align:top}.VCMP-hoverBtn.Viper-button{box-shadow:0 0 2px rgba(0,0,0,.2);display:none;font-size:3em;margin-left:-.03em;margin-top:-1.4em;min-width:42px;padding:.1em .15em .5em;position:absolute}.Viper-browser-msie .VCMP-hoverBtn{min-width:27px}@-moz-keyframes CAP-fade{0%{opacity:0}to{opacity:1}}@-webkit-keyframes CAP-fade{0%{opacity:0}to{opacity:1}}.ViperCursorAssistPlugin{-webkit-touch-callout:none;animation:CAP-fade .3s 1;-webkit-animation:CAP-fade .3s 1;-moz-animation:CAP-fade .3s 1;cursor:pointer;font-family:Arial,sans-serif;font-size:11px;font-weight:700;height:0;padding:10px 0;position:absolute;text-align:center;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1000}.ViperCursorAssistPlugin:after,.ViperCursorAssistPlugin:before{border:4px solid transparent;border-width:4px 6px;content:"";height:0;margin-top:-5px;position:absolute;top:50%;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;width:3px;z-index:1001}.ViperCursorAssistPlugin:before{border-left-color:#919097;left:-15px}.ViperCursorAssistPlugin:after{border-right-color:#919097;right:-15px}.ViperCursorAssistPlugin:hover:before{left:-8px}.ViperCursorAssistPlugin:hover:after{right:-8px}.ViperCursorAssistPlugin-cursorText{background-color:#fff;border-radius:3px;color:#919097;display:inline-block;height:14px;padding:0 .9em 0 17px;position:relative;text-transform:uppercase;top:-8px;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;z-index:1001}.ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorText{color:#3e3e3e}.ViperCursorAssistPlugin-cursorText:after,.ViperCursorAssistPlugin-cursorText:before{background-color:#919097;content:"";height:1px;left:5px;margin-top:0;position:absolute;top:50%;width:7px}.ViperCursorAssistPlugin-cursorText:after{height:7px;left:8px;margin-top:-3px;width:1px}.ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorText:after,.ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorText:before{background-color:#3e3e3e}.ViperCursorAssistPlugin-cursorLine{background:#919096 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='6' height='2'%3E%3Cpath d='M0 0h6v2H0z' style='fill:%23fff'/%3E%3Cpath d='M1 0h2a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2z' style='fill:%23ccc;fill-rule:evenodd'/%3E%3C/svg%3E") 0 0 repeat;height:2px;left:0;margin-top:-2px;position:absolute;top:50%;width:100%}.ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorLine{background-image:none}.ViperCursorAssistPlugin.insertBefore{margin-top:-16px}.ViperCursorAssistPlugin.insertBetween{margin-top:-10px}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes appear-right{0%{-webkit-transform:translateX(-12px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes appear-left{0%{-webkit-transform:translateX(12px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes appear-top{0%{-webkit-transform:translateY(12px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes appear-bottom{0%{-webkit-transform:translateY(-12px)}to{-webkit-transform:translateY(0)}}.Viper-button{border:1px solid transparent;border-radius:.2em;box-sizing:content-box;cursor:pointer;display:inline-block;font-size:1.5em;line-height:1.8em;margin-left:.3em;min-width:.75em;padding:0 10px;position:relative;text-align:center;transition:opacity .1s ease-out;-webkit-transition:opacity .1s ease-out}.Viper-button:first-child{margin-left:0}.Viper-button.Viper-disabled{cursor:default;opacity:.3}.Viper-button.Viper-hidden{display:none}.Viper-buttonGroup{display:inline-block;margin-left:.55em;white-space:nowrap}.Viper-buttonGroup.ViperITP-button-hidden{display:none}.Viper-buttonGroup:first-child{margin-left:0}.Viper-buttonGroup .Viper-button{border-radius:0;border-right-width:0;margin:0}.Viper-buttonGroup .Viper-button:first-child{border-bottom-left-radius:.2em;border-top-left-radius:.2em}.Viper-buttonGroup .Viper-button:last-child{border-bottom-right-radius:.2em;border-right-width:1px;border-top-right-radius:.2em}.Viper-button{background-color:#fff;border-color:#fff;color:#2b2b2b;font-weight:700}.Viper-subSection .Viper-button{border-color:#bfbfbf}.Viper-button.Viper-active{background-color:#2b7ce0;border-color:#84b3ed;color:#fff}.Viper-buttonGroup .Viper-button.Viper-active+.Viper-button{border-left-color:#84b3ed}.Viper-buttonGroup .Viper-button.Viper-active+.Viper-button.Viper-selected.Viper-active{border-left-color:#1a4c8a}.Viper-button.Viper-selected{background:#cacaca;border-color:#f8f8f8;color:#2b2b2b}.Viper-buttonGroup .Viper-button.Viper-selected+.Viper-button{border-left-color:#f8f8f8}.Viper-button.Viper-selected.Viper-active{background:#1a4c8a;border-color:#1a4c8a;color:#fff}.Viper-buttonGroup .Viper-button.Viper-selected.Viper-active+.Viper-button{border-left-color:#1a4c8a}.Viper-button.ViperITP-button-hidden{display:none}.Viper-button.Viper-delete:hover{background-color:#ff5353;border-color:#ffb9b9}.Viper-buttonIcon{background-repeat:no-repeat;height:20px;left:50%;margin-left:-13px;margin-top:-10px;position:absolute;top:50%;width:25px}.Viper-buttonGroup .Viper-buttonIcon{margin-left:-12px}.Viper-buttonIcon.Viper-bold{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik02OC40NzkgMTQ1Ny40NGE0Ljg0NCA0Ljg0NCAwIDAgMSAxLjc3MSAzLjU2IDMgMyAwIDAgMS0zIDMgMi4wODUgMi4wODUgMCAwIDEtLjI1LS4wM3YuMDNoLTZ2LTEyaDZ2LjAzYTIuOTc5IDIuOTc5IDAgMCAxIDEuNDc5IDUuNDFaTTY3IDE0NTQuMTl2LS4xOWgtNHYzaDR2LS4xOWExLjQ2MiAxLjQ2MiAwIDAgMCAwLTIuNjJabTAgNC45MXYtLjFoLTR2M2g0di0uMWExLjQ4IDEuNDggMCAwIDAgMC0yLjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE0NDgpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0iTTEwMi40NzkgMTQ1Ny40NGE0Ljg0MSA0Ljg0MSAwIDAgMSAxLjc3MSAzLjU2IDMgMyAwIDAgMS0zIDMgMi4wODEgMi4wODEgMCAwIDEtLjI1LS4wM3YuMDNoLTZ2LTEyaDZ2LjAzYTIuOTc4IDIuOTc4IDAgMCAxIDEuNDc5IDUuNDFabS0xLjQ3OS0zLjI1di0uMTloLTR2M2g0di0uMTlhMS40NjMgMS40NjMgMCAwIDAgMC0yLjYyWm0wIDQuOTF2LS4xaC00djNoNHYtLjFhMS40OCAxLjQ4IDAgMCAwIDAtMi44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDQ4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-bold,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-bold{background-position:-34px 0}.Viper-buttonIcon.Viper-italic{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGRhdGEtbmFtZT0iSSBjb3B5IiBkPSJtNjQuMDQ1IDE0NzguOTctLjEyNy45Yy4xMjQuMDIuMzE3LjA1LjU3OS4xMXMuMDYzLjEyLjIxNS4xOWEuNi42IDAgMCAxIC4zLjIzLjU2Mi41NjIgMCAwIDEgLjA3Mi4yOSAxLjM3MiAxLjM3MiAwIDAgMS0uMDA5LjE2IDEuNDIzIDEuNDIzIDAgMCAxLS4wMjUuMTVsLTEuOTM1IDguMDlhMS4xNjkgMS4xNjkgMCAwIDEtLjIyOC41IDEuMDIxIDEuMDIxIDAgMCAxLS41LjMyIDIuNjU1IDIuNjU1IDAgMCAxLS42MjYuMTFjLS4yOTMuMDItLjUxOC4wNC0uNjc2LjA1bC0uMTI3LjloNC45NzNsLjEyNy0uOWMtLjE0MS0uMDEtLjM1NS0uMDUtLjY0Mi0uMXMtLjAzNi0uMS0uMTItLjE0YS43LjcgMCAwIDEtLjMtLjI0LjYxLjYxIDAgMCAxLS4wODUtLjMzIDEuMTIgMS4xMiAwIDAgMSAuMDA4LS4xMy42LjYgMCAwIDEgLjAyNi0uMTNsMS45NDEtOC4wOGExLjU3MyAxLjU3MyAwIDAgMSAuMjItLjUuODUyLjg1MiAwIDAgMSAuNTA3LS4zNGMuMTM1LS4wNC4zNDQtLjA4LjYyNi0uMTNzLjUxLS4wNy42ODUtLjA4bC4xMjctLjloLTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE0NzUpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJJIGNvcHkiIGQ9Im05OC4wNDUgMTQ3OC45Ny0uMTI3LjljLjEyNC4wMi4zMTcuMDUuNTc5LjExcy4wNjMuMTIuMjE1LjE5YS42LjYgMCAwIDEgLjMuMjMuNTYyLjU2MiAwIDAgMSAuMDcyLjI5IDEuMzcyIDEuMzcyIDAgMCAxLS4wMDkuMTYgMS40IDEuNCAwIDAgMS0uMDI1LjE1bC0xLjkzNSA4LjA5YTEuMTY5IDEuMTY5IDAgMCAxLS4yMjguNSAxLjAyMSAxLjAyMSAwIDAgMS0uNS4zMiAyLjY1NSAyLjY1NSAwIDAgMS0uNjI2LjExYy0uMjkzLjAyLS41MTguMDQtLjY3Ni4wNWwtLjEyNy45aDQuOTczbC4xMjYtLjljLS4xNDEtLjAxLS4zNTUtLjA1LS42NDItLjFzLS4wMzYtLjEtLjEyLS4xNGEuNy43IDAgMCAxLS4zLS4yNC42MS42MSAwIDAgMS0uMDg1LS4zMyAxLjEyIDEuMTIgMCAwIDEgLjAwOC0uMTMuNi42IDAgMCAxIC4wMjYtLjEzbDEuOTQxLTguMDhhMS41ODIgMS41ODIgMCAwIDEgLjIyLS41Ljg1NS44NTUgMCAwIDEgLjUwNy0uMzRjLjEzNi0uMDQuMzQ0LS4wOC42MjYtLjEzcy41MS0uMDcuNjg1LS4wOGwuMTI2LS45aC01WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDc1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-italic,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-italic{background-position:-34px 0}.Viper-buttonIcon.Viper-mergeUp{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iVXAgYXJyb3ciPjxwYXRoIGRhdGEtbmFtZT0idXAgYXJyb3ciIGQ9Ik02NC4wMDggMTE1LjAxM2gzdi04LjAzNWgzbC00LjUtNi00LjUgNmgzdjguMDM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05OCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNOTcuMDA4IDExNS4wMTNoM3YtOC4wMzVoM2wtNC41LTYtNC41IDZoM3Y4LjAzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeUp,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeUp{background-position:-34px 0}.Viper-buttonIcon.Viper-mergeDown{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iZG93biBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSJ1cCBhcnJvdyIgZD0iTTY0LjAwOCAxMjcuOTg3aDNWMTM2aDNsLTQuNSA1Ljk4Ny00LjUtNS45ODdoM3YtOC4wMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEyNSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNOTguMDA4IDEyNy45ODdoM1YxMzZoM2wtNC41IDUuOTg3LTQuNS01Ljk4N2gzdi04LjAxN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTI1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeDown,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeDown{background-position:-34px 0}.Viper-buttonIcon.Viper-delete{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIERlbGV0ZSIgZD0iTTcwIDE1OXY3YTEuOTEzIDEuOTEzIDAgMCAxLTEuOTY5IDJINjIuOTdhMS44OCAxLjg4IDAgMCAxLTEuOTctMS45MzVWMTU5aC0xdi0yaDIuNXYtMS41YS41LjUgMCAwIDEgLjUtLjVoNWEuNS41IDAgMCAxIC41LjV2MS41SDcxdjJoLTFabS01IDYuNWEuNS41IDAgMCAwIDEgMHYtNWEuNS41IDAgMCAwLTEgMHY1Wm0tMi01djVhLjUuNSAwIDAgMCAxIDB2LTVhLjUuNSAwIDAgMC0xIDBabTQtNC41aC0zYTEuNTQ4IDEuNTQ4IDAgMCAwLS4zNzEgMWgzLjc0M2ExLjU0OCAxLjU0OCAwIDAgMC0uMzcyLTFabTEgNC41YS41LjUgMCAwIDAtMSAwdjVhLjUuNSAwIDAgMCAxIDB2LTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1MikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9Ikljb24gLSBEZWxldGUiIGQ9Ik0xMDQgMTU5djdhMS45MTMgMS45MTMgMCAwIDEtMS45NjkgMkg5Ni45N2ExLjg4IDEuODggMCAwIDEtMS45Ny0xLjkzNVYxNTloLTF2LTJoMi41di0xLjVhLjUuNSAwIDAgMSAuNS0uNWg1YS41LjUgMCAwIDEgLjUuNXYxLjVoMi41djJoLTFabS01IDYuNWEuNS41IDAgMSAwIDEgMHYtNWEuNS41IDAgMSAwLTEgMHY1Wm0tMi01djVhLjUuNSAwIDAgMCAxIDB2LTVhLjUuNSAwIDAgMC0xIDBabTQtNC41aC0zYTEuNTQ4IDEuNTQ4IDAgMCAwLS4zNzEgMWgzLjc0M2ExLjU0OSAxLjU0OSAwIDAgMC0uMzcyLTFabTEgNC41YS41LjUgMCAwIDAtMSAwdjVhLjUuNSAwIDAgMCAxIDB2LTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1MikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-delete,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-delete,.Viper-delete:hover .Viper-buttonIcon.Viper-delete{background-position:-34px 0}.Viper-buttonIcon.Viper-addAbove{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIFVwIj48ZyBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNNjYgMTkyLjk2OXYzaC0ydi0zaC0zdi0yaDN2LTNoMnYzaDN2MmgtM1ptLTItN2gtM0w2NC45ODkgMTgwIDY5IDE4NS45NjloLTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE3OSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNMTAwIDE5Mi45Njl2M2gtMnYtM2gtM3YtMmgzdi0zaDJ2M2gzdjJoLTNabS0yLTdoLTNMOTguOTg5IDE4MGw0LjAxMSA1Ljk2OWgtNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTc5KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-addAbove,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addAbove{background-position:-34px 0}.Viper-buttonIcon.Viper-addBelow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIERvd24iPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0idXAgYXJyb3ciIGQ9Ik02NiAyMTdoLTJ2LTNoLTN2LTJoM3YtM2gydjNoM3YyaC0zdjNabS0yIDJoNWwtNC4wMTEgNS45NzJMNjEgMjE5aDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTIwNikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNMTAwIDIxN2gtMnYtM2gtM3YtMmgzdi0zaDJ2M2gzdjJoLTN2M1ptLTIgMmg1bC00LjAxMSA1Ljk3Mkw5NSAyMTloM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMjA2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-addBelow,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addBelow{background-position:-34px 0}.Viper-buttonIcon.Viper-mergeLeft{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGVmdCBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSJ1cCByaWdodCIgZD0iTTcyIDI0NXYtM2gtN3YtM2wtNiA0LjQ2OUw2NSAyNDh2LTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMjMzKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0idXAgcmlnaHQiIGQ9Ik0xMDYgMjQ1di0zaC03di0zbC02IDQuNDY5TDk5IDI0OHYtM2g3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0yMzMpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeLeft,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeLeft{background-position:-34px 0}.Viper-buttonIcon.Viper-mergeRight{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iUmlnaHQgYXJyb3ciPjxwYXRoIGRhdGEtbmFtZT0idXAgcmlnaHQiIGQ9Ik01OSAyNzJ2LTNoN3YtM2w2IDQuNDY5TDY2IDI3NXYtM2gtN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMjYwKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0idXAgcmlnaHQiIGQ9Ik05MyAyNzJ2LTNoN3YtM2w2IDQuNDY5LTYgNC41MzF2LTNoLTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTI2MCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeRight,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeRight{background-position:-34px 0}.Viper-buttonIcon.Viper-splitHoriz{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0ic3BsaXQgaG9yaXoiPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTk4IDI5NWgzdi0yaDJsLTMuNS00LTMuNSA0aDJ2MlptMCA1aDN2MmgybC0zLjUgNC0zLjUtNGgydi0yWm0tNS0ydi0xaDEzdjFIOTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTI4NykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBkYXRhLW5hbWU9Imljb24iIGQ9Ik02NCAyOTVoM3YtMmgybC0zLjUtNC0zLjUgNGgydjJabTAgNWgzdjJoMmwtMy41IDQtMy41LTRoMnYtMlptLTUtMnYtMWgxM3YxSDU5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0yODcpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-splitHoriz,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-splitHoriz{background-position:-34px 0}.Viper-buttonIcon.Viper-splitVert{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0ic3BsaXQgdmVydCI+PHBhdGggZGF0YS1uYW1lPSJpY29uIiBkPSJNNjMgMzI1di0zaC0ydi0ybC00IDMuNSA0IDMuNXYtMmgyWm01IDB2LTNoMnYtMmw0IDMuNS00IDMuNXYtMmgtMlptLTIgNWgtMXYtMTNoMXYxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMzE0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTk3IDMyNXYtM2gtMnYtMmwtNCAzLjUgNCAzLjV2LTJoMlptNSAwdi0zaDJ2LTJsNCAzLjUtNCAzLjV2LTJoLTJabS0yIDVoLTF2LTEzaDF2MTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTMxNCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-splitVert,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-splitVert{background-position:-34px 0}.Viper-buttonIcon.Viper-move{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iYXJyb3cgY29weSA2IiBkPSJNNzQgMzUxLjQ4IDcxIDM1NHYtMmgtNXY1aDJsLTIuNDggMy0yLjUyLTNoMnYtNWgtNXYybC0zLTIuNTIgMy0yLjQ4djJoNXYtNWgtMmwyLjUyLTMgMi40OCAzaC0ydjVoNXYtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMzQxKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iYXJyb3cgY29weSA2IiBkPSJtMTA4IDM1MS40OC0zIDIuNTJ2LTJoLTV2NWgybC0yLjQ4IDMtMi41Mi0zaDJ2LTVoLTV2MmwtMy0yLjUyIDMtMi40OHYyaDV2LTVoLTJsMi41Mi0zIDIuNDggM2gtMnY1aDV2LTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTM0MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-move,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-move{background-position:-34px 0}.Viper-buttonIcon.Viper-addLeft{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIExlZnQiPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0idXAgYXJyb3ciIGQ9Ik03MyAzNzloLTMuMDEydjNINjcuOTh2LTNINjV2LTJoMi45OHYtM2gyLjAwOHYzSDczdjJabS0xMC01djhsLTYtMy45NTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTM2OCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNMTA3IDM3OWgtM3YzaC0ydi0zaC0zdi0yaDN2LTNoMnYzaDN2MlptLTEwLTV2OGwtNi0zLjk1N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMzY4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-addLeft,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addLeft{background-position:-34px 0}.Viper-buttonIcon.Viper-addRight{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIFJpZ2h0Ij48ZyBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNNjggNDA5di04bDUuOTQxIDQuMDQzWm0tNSAwaC0ydi0zaC0zdi0yaDN2LTNoMnYzaDN2MmgtM3YzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0zOTUpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJ1cCBhcnJvdyIgZD0iTTEwMiA0MDl2LThsNS45NDEgNC4wNDNabS01IDBoLTJ2LTNoLTN2LTJoM3YtM2gydjNoM3YyaC0zdjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTM5NSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-addRight,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addRight{background-position:-34px 0}.Viper-buttonIcon.Viper-splitMerge{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAyIiBkPSJNNjAgNDI0aDdhMiAyIDAgMCAxIDIgMnY3YTIgMiAwIDAgMS0yIDJoLTdhMiAyIDAgMCAxLTItMnYtN2EyIDIgMCAwIDEgMi0yWm0wIDFoN2ExIDEgMCAwIDEgMSAxdjdhMSAxIDAgMCAxLTEgMWgtN2ExIDEgMCAwIDEtMS0xdi03YTEgMSAwIDAgMSAxLTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQyMikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IlJvdW5kZWQgUmVjdGFuZ2xlIDIiIGQ9Ik02NCA0MjhoN2EyIDIgMCAwIDEgMiAydjdhMiAyIDAgMCAxLTIgMmgtN2EyIDIgMCAwIDEtMi0ydi03YTIgMiAwIDAgMSAyLTJabTAgMWg3YTEgMSAwIDAgMSAxIDF2N2ExIDEgMCAwIDEtMSAxaC03YTEgMSAwIDAgMS0xLTF2LTdhMSAxIDAgMCAxIDEtMVptMCAxaDN2M2gtM3YtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNDIyKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0iUm91bmRlZCBSZWN0YW5nbGUgMiIgZD0iTTk0IDQyNGg3YTIgMiAwIDAgMSAyIDJ2N2EyIDIgMCAwIDEtMiAyaC03YTIgMiAwIDAgMS0yLTJ2LTdhMiAyIDAgMCAxIDItMlptMCAxaDdhMSAxIDAgMCAxIDEgMXY3YTEgMSAwIDAgMS0xIDFoLTdhMSAxIDAgMCAxLTEtMXYtN2ExIDEgMCAwIDEgMS0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC00MjIpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAyIiBkPSJNOTggNDI4aDdhMiAyIDAgMCAxIDIgMnY3YTIgMiAwIDAgMS0yIDJoLTdhMiAyIDAgMCAxLTItMnYtN2EyIDIgMCAwIDEgMi0yWm0wIDFoN2ExIDEgMCAwIDEgMSAxdjdhMSAxIDAgMCAxLTEgMWgtN2ExIDEgMCAwIDEtMS0xdi03YTEgMSAwIDAgMSAxLTFabTAgMWgzdjNoLTN2LTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQyMikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-splitMerge,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-splitMerge{background-position:-34px 0}.Viper-buttonIcon.Viper-accessAudit{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGQ9Ik02NS41IDQ1MGE5LjUgOS41IDAgMSAxLTkuNSA5LjUgOS41IDkuNSAwIDAgMSA5LjUtOS41Wm0wIDFhOC41IDguNSAwIDEgMS04LjUgOC41IDguNSA4LjUgMCAwIDEgOC41LTguNVptLTEuNSAyLjVhMS41IDEuNSAwIDEgMSAuNDM5IDEuMDU4QTEuNDQxIDEuNDQxIDAgMCAxIDY0IDQ1My41Wm0tMy44IDYuNjIzYS42MzIuNjMyIDAgMCAxIC4wMzktLjkzMWwzLjIzMi0yLjkzOWExLjY0OSAxLjY0OSAwIDAgMSAuNDI1LS4yMTMgMS43ODEgMS43ODEgMCAwIDEgLjUtLjA1OGgyLjE2NWExLjgxOCAxLjgxOCAwIDAgMSAuNS4wNTggMS42NDkgMS42NDkgMCAwIDEgLjQyNS4yMTNjLjEyOS4xLjYuNTQ5IDEuNDExIDEuMjcyczEuNDE5IDEuMjggMS44ODMgMS42NjdhLjYzNS42MzUgMCAwIDEgLjAzOS45MzEuNjE0LjYxNCAwIDAgMS0uOTI4LjA3OGMtLjI1OC0uMjMzLS42MzktLjU4OC0xLjIwNi0xLjA2N3MtLjk5Mi0uODU5LTEuMjc2LTEuMTQzcTAgLjAzOC0uMDU4IDBhMS4yNjkgMS4yNjkgMCAwIDAtLjEzNS0uMDc4LjMuMyAwIDAgMC0uMTE2LS4wMzljLS4wNzcgMC0uMTE2LjA5MS0uMTE2LjI3MnYxLjE0M2E3LjE4MiA3LjE4MiAwIDAgMC0uMDE2IDEuMzM4cS4wMzkuNDI2LjAzOS41bDEuMDYgNC4wMThhLjc4Ny43ODcgMCAwIDEtLjY1Ny45NjkuODE0LjgxNCAwIDAgMS0uOTY3LS42NTkgMjQuNTEyIDI0LjUxMiAwIDAgMC0uNzExLTMuMzM3Ljc0Mi43NDIgMCAwIDAtLjE5My0uNDY2LjMuMyAwIDAgMC0uMTE2LjEuMjQxLjI0MSAwIDAgMC0uMDM5LjEzNi42MzguNjM4IDAgMCAxLS4wMTkuMTU1bC0uMDE5LjA3OGMwIC4wMjUtLjA2NC0uNTg3LS4xOTMuMTYzcy0uMzIgMS4zNjUtLjQ0OSAyLjA4OWwtLjE5MyAxLjA4NWEuOTkyLjk5MiAwIDAgMS0uMzY3LjUyNC44NTEuODUxIDAgMCAxLS42LjEzNS43NzguNzc4IDAgMCAxLS42NTctLjk2OWwxLjA2LTQuMDU3Yy4wNzctLjQ5MS4wMjItMS40Ni4wMjItMi45MDggMC0uMjA2LS4wMzktLjMxLS4xMTYtLjMxYS41NjkuNTY5IDAgMCAwLS4zMDkuMTU1bC0yLjQyIDIuMTcyYS42MS42MSAwIDAgMS0uOTI4LS4wNzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQ0OSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkPSJNOTkuNSA0NTBhOS41IDkuNSAwIDEgMS05LjUgOS41IDkuNSA5LjUgMCAwIDEgOS41LTkuNVptMCAxYTguNSA4LjUgMCAxIDEtOC41IDguNSA4LjUgOC41IDAgMCAxIDguNS04LjVabS0xLjUgMi41YTEuNSAxLjUgMCAxIDEgLjQzOSAxLjA1OEExLjQ0MiAxLjQ0MiAwIDAgMSA5OCA0NTMuNVptLTMuOCA2LjYyM2EuNjMyLjYzMiAwIDAgMSAuMDM5LS45MzFsMy4yMzItMi45MzlhMS42NDkgMS42NDkgMCAwIDEgLjQyNS0uMjEzIDEuNzgxIDEuNzgxIDAgMCAxIC41LS4wNThoMi4xNjVhMS44MjMgMS44MjMgMCAwIDEgLjUuMDU4IDEuNjUxIDEuNjUxIDAgMCAxIC40MjUuMjEzYy4xMjkuMS42LjU0OSAxLjQxMSAxLjI3MnMxLjQxOSAxLjI4IDEuODgzIDEuNjY3YS42MzUuNjM1IDAgMCAxIC4wMzkuOTMxLjYxNC42MTQgMCAwIDEtLjkyOC4wNzhjLS4yNTgtLjIzMy0uNjM5LS41ODgtMS4yMDYtMS4wNjdzLS45OTMtLjg1OS0xLjI3Ni0xLjE0M2MwIC4wMjUtLjAyLjAyNS0uMDU4IDBhMS4yNjQgMS4yNjQgMCAwIDAtLjEzNi0uMDc4LjI5MS4yOTEgMCAwIDAtLjExNi0uMDM5Yy0uMDc3IDAtLjExNi4wOTEtLjExNi4yNzJ2MS4xNDNhNy4yODMgNy4yODMgMCAwIDAtLjAxNiAxLjMzOHEuMDM5LjQyNi4wMzkuNWwxLjA2IDQuMDE4YS43ODcuNzg3IDAgMCAxLS42NTcuOTY5LjgxNC44MTQgMCAwIDEtLjk2Ny0uNjU5IDI0LjUgMjQuNSAwIDAgMC0uNzEtMy4zMzcuNzQyLjc0MiAwIDAgMC0uMTkzLS40NjYuMy4zIDAgMCAwLS4xMTYuMS4yNDEuMjQxIDAgMCAwLS4wMzkuMTM2LjYzOC42MzggMCAwIDEtLjAxOS4xNTVsLS4wMTkuMDc4YzAgLjAyNS0uMDY0LS41ODctLjE5My4xNjNzLS4zMiAxLjM2NS0uNDQ5IDIuMDg5bC0uMTkzIDEuMDg1YS45OTIuOTkyIDAgMCAxLS4zNjcuNTI0Ljg1MS44NTEgMCAwIDEtLjYuMTM1Ljc3OC43NzggMCAwIDEtLjY1Ny0uOTY5bDEuMDYtNC4wNTdjLjA3Ny0uNDkxLjAyMi0xLjQ2LjAyMi0yLjkwOCAwLS4yMDYtLjAzOS0uMzEtLjExNi0uMzFhLjU2OS41NjkgMCAwIDAtLjMwOS4xNTVsLTIuNDIgMi4xNzJhLjYxLjYxIDAgMCAxLS45MjgtLjA3OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNDQ5KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-accessAudit,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-accessAudit{background-position:-34px 0}.Viper-buttonIcon.Viper-headerAbbr{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGQ9Ik02NSA0OTBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm0tMTAuNDc2LTVhOS40NTUgOS40NTUgMCAwIDEgLjQ1LTIuODk1IDIuNSAyLjUgMCAwIDEgMS4yNTgtMS4wNjRsLS42ODMtMS4wODdhNC4xODEgNC4xODEgMCAwIDAtMi4wNjUgMS44NzkgOC4wNzYgOC4wNzYgMCAwIDAtLjUgMy4yNjN2Mi45MTVINjRWNDg1aC0xLjQ4Wm0tNCAwYTkuNDU4IDkuNDU4IDAgMCAxIC40NS0yLjg5NSAyLjUgMi41IDAgMCAxIDEuMjU4LTEuMDY0bC0uNjgzLTEuMDg3YTQuMTggNC4xOCAwIDAgMC0yLjA2NSAxLjg3OSA4LjA3NCA4LjA3NCAwIDAgMC0uNSAzLjI2M3YyLjkxNUg2MFY0ODVoLTEuNDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQ3NikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiIGRhdGEtbmFtZT0iaWNvbiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJxdW90ZXMiIGQ9Ik05OSA0OTBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm0tMTAuNDc2LTVhOS40NTUgOS40NTUgMCAwIDEgLjQ1LTIuODk1IDIuNSAyLjUgMCAwIDEgMS4yNTgtMS4wNjRsLS42ODMtMS4wODdhNC4xODEgNC4xODEgMCAwIDAtMi4wNjUgMS44NzkgOC4wNzYgOC4wNzYgMCAwIDAtLjUgMy4yNjN2Mi45MTVIOThWNDg1aC0xLjQ4Wm0tNCAwYTkuNDU4IDkuNDU4IDAgMCAxIC40NS0yLjg5NSAyLjUgMi41IDAgMCAxIDEuMjU4LTEuMDY0bC0uNjgzLTEuMDg3YTQuMTggNC4xOCAwIDAgMC0yLjA2NSAxLjg3OSA4LjA3NCA4LjA3NCAwIDAgMC0uNSAzLjI2M3YyLjkxNUg5NFY0ODVoLTEuNDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQ3NikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-headerAbbr,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-headerAbbr{background-position:-34px 0}.Viper-buttonIcon.Viper-cssClass{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0ibmV3IFBhaW50IERyb3AiPjxwYXRoIGQ9Ik05OC43MjUgNTA1Ljc0NmExLjk0NSAxLjk0NSAwIDAgMCAuMi0uNjQyYy4wMzctLjE4LjExLS4wODcuMTczLS4wMDdsLjA2LjM2OWEzLjU0NyAzLjU0NyAwIDAgMCAuMzY0IDEuMDkuNjc2LjY3NiAwIDAgMCAuMTY0LjM3NCAzLjU4IDMuNTggMCAwIDAgLjQ4NS45MzJsLjI0Mi4zNjVhMy4wMTYgMy4wMTYgMCAwIDAgLjUwNy44MDUuNDU1LjQ1NSAwIDAgMCAuMTk0LjI3M2wuNTUxLjgxMy4yNzYuMzg2YTQuMjUgNC4yNSAwIDAgMCAuNTkzLjg2OGwuMTQ2LjI2Ny41NTYuOTUxLjEuMTg5LjM1OC45Yy4wNS4xNTYuMS4zMTEuMTUyLjQ2N2wuMTU1IDEuMTc3di40NjFhNC41MjMgNC41MjMgMCAwIDEtMi41NDcgMy42MTYgNy4wOTMgNy4wOTMgMCAwIDEtMi4xNDMuNkg5OC44bC0xLjMxNS0uMjEzYS40MDcuNDA3IDAgMCAwLS4zLS4wODlsLTEuMDE1LS40NzktLjMxNi0uMjM2LS42Mi0uNTRhLjYzMi42MzIgMCAwIDAtLjI3My0uMjg0bC0uNTI4LS44MTctLjE0NC0uMzc1LS4yNzQtMS4wODUtLjAxNS0uNDZhNy4xNTMgNy4xNTMgMCAwIDEgLjMtMS41OGwuMjM3LS43YTQ2LjI3NyA0Ni4yNzcgMCAwIDEgMS43Ni0yLjkxOGwuNzIzLTEuMDg0YTEyLjMgMTIuMyAwIDAgMCAxLjUtMi43NjYgMS4zMTUgMS4zMTUgMCAwIDAgLjIwNS0uNjI4Wm0uMzE3IDQuMWEuNzE2LjcxNiAwIDAgMCAuMDUyLS44NjJsLS41Ljg1MmMtLjIzLjI3NS0uNDcxLjU0Ny0uNjg5LjgyN2ExNC4xMTUgMTQuMTE1IDAgMCAwLTEuOTg5IDIuNyAxLjkgMS45IDAgMCAwLS4zNy44MjkgMi45MjIgMi45MjIgMCAwIDAtLjI1MSAxLjgyOCAxLjE3MSAxLjE3MSAwIDAgMCAxLjIxNi45NjIuOTc1Ljk3NSAwIDAgMCAuOTI1LTEuMTIzIDYuNiA2LjYgMCAwIDEgLjM5LTMuMDA5bC4zNDktLjgzN2E5Ljc2IDkuNzYgMCAwIDAgLjg2Ny0yLjE3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01MDMpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJkcm9wbGV0IiBkPSJNNjQuNzI1IDUwNS43NDZhMS45NDUgMS45NDUgMCAwIDAgLjItLjY0MmMuMDM3LS4xOC4xMS0uMDg3LjE3My0uMDA3bC4wNi4zNjlhMy41NDQgMy41NDQgMCAwIDAgLjM2NCAxLjA5LjY3Ni42NzYgMCAwIDAgLjE2NC4zNzQgMy41NzcgMy41NzcgMCAwIDAgLjQ4NS45MzJsLjI0Mi4zNjVhMy4wMjQgMy4wMjQgMCAwIDAgLjUwOC44MDUuNDUyLjQ1MiAwIDAgMCAuMTk0LjI3M2wuNTUxLjgxMy4yNzYuMzg2YTQuMjQ3IDQuMjQ3IDAgMCAwIC41OTMuODY4bC4xNDYuMjY3LjU1Ni45NTEuMS4xODkuMzU3LjkuMTUyLjQ2Ny4xNTUgMS4xNzdjMCAuMTU0IDAgLjMwOC4wMDUuNDYxYTQuNTIyIDQuNTIyIDAgMCAxLTIuNTQ4IDMuNjE2IDcuMDgzIDcuMDgzIDAgMCAxLTIuMTQzLjZINjQuOGwtMS4zMTUtLjIxM2EuNDA3LjQwNyAwIDAgMC0uMy0uMDg5bC0xLjAxNS0uNDc5LS4zMTYtLjIzNi0uNjIxLS41NGEuNjMyLjYzMiAwIDAgMC0uMjczLS4yODRsLS41MjctLjgxNy0uMTQ0LS4zNzUtLjI3NC0xLjA4NS0uMDE1LS40NmE3LjE1MyA3LjE1MyAwIDAgMSAuMy0xLjU4bC4yMzgtLjdhNDYuNzQgNDYuNzQgMCAwIDEgMS43NTktMi45MThsLjcyMy0xLjA4NGExMi4zIDEyLjMgMCAwIDAgMS41LTIuNzY2IDEuMzE1IDEuMzE1IDAgMCAwIC4yMDUtLjYyOFptLjMxNyA0LjFhLjcxNi43MTYgMCAwIDAgLjA1Mi0uODYybC0uNS44NTJjLS4yMy4yNzUtLjQ3LjU0Ny0uNjg4LjgyN2ExNC4xMTUgMTQuMTE1IDAgMCAwLTEuOTg5IDIuNyAxLjkgMS45IDAgMCAwLS4zNy44MjkgMi45MjIgMi45MjIgMCAwIDAtLjI1MSAxLjgyOCAxLjE3MSAxLjE3MSAwIDAgMCAxLjIxNi45NjIuOTc1Ljk3NSAwIDAgMCAuOTI1LTEuMTIzIDYuNiA2LjYgMCAwIDEgLjM5LTMuMDA5bC4zNDktLjgzN2E5Ljc2IDkuNzYgMCAwIDAgLjg2Ni0yLjE3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01MDMpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-cssClass,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-cssClass{background-position:-34px 0}.Viper-buttonIcon.Viper-anchorID{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQW5jaG9yIElEIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGQ9Im03Mi45ODMgNTQyLjIzNi0uMDUzLTIuN2EuNTE1LjUxNSAwIDAgMC0uNDc5LS41MjYgMi45IDIuOSAwIDAgMC0uOS42NWwtMS44MjUgMS41YS42NS42NSAwIDAgMC0uMTA2LjExOS40NzMuNDczIDAgMCAwIC4xNjkuNzM5Ljc4NC43ODQgMCAwIDAgLjE3Ny4xbC4xNjIuODU0QTUuMzQ5IDUuMzQ5IDAgMCAxIDY1Ljk3OSA1NDd2LTEwLjA1OGEyLjU4NiAyLjU4NiAwIDAgMCAxLjk4Ny0yLjZBMi40NTQgMi40NTQgMCAwIDAgNjUuNTM5IDUzMmEyLjU3MyAyLjU3MyAwIDAgMC0yLjU1NCAyLjM0MyAyLjYyNyAyLjYyNyAwIDAgMCAyIDIuNnYxMC4wNzRjLTEuNjc5LS4zMTUtMy4zMzUtMS41MjQtNC4zLTQuMDc1bC4xNTItLjkxOGEuNzc3Ljc3NyAwIDAgMCAuMTc4LS4xYy4yOS0uMjI2LjY2Ny0uMzQzLjQ0OS0uNjQ1YS41NTkuNTU5IDAgMCAwLS4xLS4xMTlsLTIuMDEzLTEuNWEzLjMzMyAzLjMzMyAwIDAgMC0uOTU1LS43MWMtLjMgMC0uMy43MjUtLjM1NiAxLjAyNGwtLjA1NiAyLjQ0OWEuNzI0LjcyNCAwIDAgMC0uMDE1LjE2LjYuNiAwIDAgMCAuNjg3LjU2MS41ODYuNTg2IDAgMCAwIC4xOTMtLjAzbC45MDcuMUM2MC42IDU0NS45IDYyLjY0NiA1NDggNjUuNSA1NDhzNC45LTIuMSA1Ljc0NC00Ljc4N2wuOTA2LS4xNmEuNTYxLjU2MSAwIDAgMCAuMTkzLjAzLjY3MS42NzEgMCAwIDAgLjY1Ny0uNjgzLjcyNi43MjYgMCAwIDAtLjAxNy0uMTY0Wk02NS41IDUzM2ExLjUgMS41IDAgMSAxLTEuNSAxLjUgMS41IDEuNSAwIDAgMSAxLjUtMS41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01MzApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0ibTEwNi45ODMgNTQyLjIzNi0uMDUzLTIuN2EuNTE2LjUxNiAwIDAgMC0uNDc5LS41MjYgMi45MDYgMi45MDYgMCAwIDAtLjkuNjVsLTEuODI0IDEuNWEuNjE2LjYxNiAwIDAgMC0uMTA2LjExOS40NzMuNDczIDAgMCAwIC4xNjkuNzM5Ljc4OC43ODggMCAwIDAgLjE3Ny4xbC4xNjIuODU0YTUuMzQ5IDUuMzQ5IDAgMCAxLTQuMTUgNC4wMjh2LTEwLjA1OGEyLjU4NyAyLjU4NyAwIDAgMCAxLjk4Ny0yLjZBMi40NTQgMi40NTQgMCAwIDAgOTkuNTM5IDUzMmEyLjU3MyAyLjU3MyAwIDAgMC0yLjU1NCAyLjM0MyAyLjYyNyAyLjYyNyAwIDAgMCAyIDIuNnYxMC4wNzRjLTEuNjc5LS4zMTUtMy4zMzUtMS41MjQtNC4zLTQuMDc1bC4xNTItLjkxOGEuNzc4Ljc3OCAwIDAgMCAuMTc4LS4xYy4yOS0uMjI2LjY2Ny0uMzQzLjQ0OS0uNjQ1YS41NTUuNTU1IDAgMCAwLS4xLS4xMTlsLTIuMDEzLTEuNWEzLjMzMyAzLjMzMyAwIDAgMC0uOTU1LS43MWMtLjMgMC0uMy43MjUtLjM1NiAxLjAyNGwtLjA1NiAyLjQ0OWEuNzI0LjcyNCAwIDAgMC0uMDE2LjE2LjYuNiAwIDAgMCAuNjg3LjU2MS41ODUuNTg1IDAgMCAwIC4xOTMtLjAzbC45MDcuMUM5NC42IDU0NS45IDk2LjY0NiA1NDggOTkuNSA1NDhzNC45LTIuMSA1Ljc0NS00Ljc4N2wuOTA2LS4xNmEuNTU4LjU1OCAwIDAgMCAuMTkzLjAzLjY3Mi42NzIgMCAwIDAgLjY1Ni0uNjgzLjcuNyAwIDAgMC0uMDE3LS4xNjRaTTk5LjUgNTMzYTEuNSAxLjUgMCAxIDEtMS41IDEuNSAxLjUgMS41IDAgMCAxIDEuNS0xLjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTUzMCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-anchorID,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-anchorID{background-position:-34px 0}.Viper-buttonIcon.Viper-table{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUiPjxwYXRoIGQ9Ik01NyA1NjBoMTd2MTRINTd2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNTU3KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik05MSA1NjBoMTd2MTRIOTF2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNTU3KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-table,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-table{background-position:-34px 0}.Viper-buttonIcon.Viper-tableRow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUgUk9XIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGQ9Ik01NyA1ODdoMTd2MTRINTd2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNTg0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTU3IDU5MmgxN3Y0SDU3di00Wm0yIDFoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01ODQpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZD0iTTkxIDU4N2gxN3YxNEg5MXYtMTRabTIgMmgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptLTEwIDRoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01ODQpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkPSJNOTEgNTkyaDE3djRIOTF2LTRabTIgMWgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTU4NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-tableRow,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableRow{background-position:-34px 0}.Viper-buttonIcon.Viper-tableCol{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUgQ09MIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0idGFibGUiIGQ9Ik01NyA2MTRoMTd2MTRINTd2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTYzIDYxNGg1djE0aC01di0xNFptMSAyaDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0idGFibGUiIGQ9Ik05MSA2MTRoMTd2MTRIOTF2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTk3IDYxNGg1djE0aC01di0xNFptMSAyaDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-tableCol,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableCol{background-position:-34px 0}.Viper-buttonIcon.Viper-tableCell{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUgQ0VMTCI+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkPSJNNTcgNjQxaDE3djE0SDU3di0xNFptMiAyaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptLTEwIDRoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTYzOCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQ7b3BhY2l0eTouMyIvPjxwYXRoIGQ9Ik01NyA2NDVoN3Y2aC03di02Wm0yIDJoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02MzgpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJ0YWJsZSIgZD0iTTkxIDY0MWgxN3YxNEg5MXYtMTRabTIgMmgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptLTEwIDRoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02MzgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkPSJNOTEgNjQ1aDd2NmgtN3YtNlptMiAyaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjM4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-tableCell,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableCell{background-position:-34px 0}.Viper-buttonIcon.Viper-listUL{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGlzdCAtIFVMIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGQ9Ik03NCA2NzB2MUg2MnYtMWgxMlptMCA1djFINjJ2LTFoMTJabTAgNXYxSDYydi0xaDEyWm0tMTctMTFoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02NjUpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0iTTEwOCA2NzB2MUg5NnYtMWgxMlptMCA1djFIOTZ2LTFoMTJabTAgNXYxSDk2di0xaDEyWm0tMTctMTFoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02NjUpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-listUL,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listUL{background-position:-34px 0}.Viper-buttonIcon.Viper-listOL{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGlzdCAtIE9MIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0iMSAyIDMiIGQ9Ik01OSA2OTl2LTRoLTJ2MWgxdjNoMVptMSA1di0xaC0xbC4yNDMtLjZxLjEzNi0uMTMyLjI2My0uMjY3YTEuOTM1IDEuOTM1IDAgMCAwIC4yMjYtLjI5MSAxLjQwOSAxLjQwOSAwIDAgMCAuMTU1LS4zMzkgMS4zOTMgMS4zOTMgMCAwIDAgLjA1Ni0uNDExIDEuMjg2IDEuMjg2IDAgMCAwLS4xMjEtLjU3NiAxLjE4MiAxLjE4MiAwIDAgMC0uMzI1LS40MDggMS4zNjUgMS4zNjUgMCAwIDAtLjQ2My0uMjQgMS44NTYgMS44NTYgMCAwIDAtLjUzNi0uMDc4IDEuNjI5IDEuNjI5IDAgMCAwLS41NTYuMDk0IDEuNDE1IDEuNDE1IDAgMCAwLS40NjYuMjcyIDEuNDc5IDEuNDc5IDAgMCAwLS4zMzYuNDMxYy0uMDg5LjE2OS0uMTE3LjAzNy0uMTQuMjUzbC44ODIuNDU2YS44MjYuODI2IDAgMCAxIC4xNzgtLjQ2NS41MjIuNTIyIDAgMCAxIC43NDgtLjAzNi41MS41MSAwIDAgMSAuMTM2LjM2OC42ODIuNjgyIDAgMCAxLS4wOS4zNDggMS41NTYgMS41NTYgMCAwIDEtLjIzNy4zMDVMNTcgNzAzdjFoM1ptLjAxIDMuMzkxYS44OC44OCAwIDAgMC0uMTY4LS4yNjMgMS4wNDggMS4wNDggMCAwIDAtLjI1OC0uMiAxLjE1NCAxLjE1NCAwIDAgMC0uMzMtLjEyM3YtLjAxN2EuOTg4Ljk4OCAwIDAgMCAuNTEzLS4zLjc4OS43ODkgMCAwIDAgLjItLjU0OC45LjkgMCAwIDAtLjEyOS0uNDg3IDEuMTE2IDEuMTE2IDAgMCAwLS4zMzgtLjM1MyAxLjUzMSAxLjUzMSAwIDAgMC0uNDc3LS4yIDIuMjc5IDIuMjc5IDAgMCAwLS41NDktLjA2NiAyLjEyIDIuMTIgMCAwIDAtLjUxNi4wNjQgMS43NjEgMS43NjEgMCAwIDAtLjQ2NS4xODcgMS4zOSAxLjM5IDAgMCAwLS4zNjkuMzA4IDEuMjMgMS4yMyAwIDAgMC0uMjM0LjQzMWwuOTM2LjJhLjU0LjU0IDAgMCAxIC4yMDctLjMxNi42MDkuNjA5IDAgMCAxIC4zNzUtLjExOC42NDIuNjQyIDAgMCAxIC4zNzIuMTExLjM2Mi4zNjIgMCAwIDEgLjE2Mi4zMi4zOTQuMzk0IDAgMCAxLS4wNjMuMjMzLjQ0OC40NDggMCAwIDEtLjE2OC4xNDEuNzgzLjc4MyAwIDAgMS0uMjM3LjA3MiAxLjg4OSAxLjg4OSAwIDAgMS0uMjc2LjAxOUg1Ny45di42NzFoLjI3YTIuMDUxIDIuMDUxIDAgMCAxIC4zMTIuMDI1IDEuMDM2IDEuMDM2IDAgMCAxIC4yNzkuMDgzLjUxNS41MTUgMCAwIDEgLjIuMTU2LjQuNCAwIDAgMSAuMDc1LjI0OC40MzUuNDM1IDAgMCAxLS4wNTcuMjMxLjQ3NS40NzUgMCAwIDEtLjE0NC4xNTEuNjA5LjYwOSAwIDAgMS0uMi4wODUuODc4Ljg3OCAwIDAgMS0uMjE5LjAyOC43NDYuNzQ2IDAgMCAxLS40NzQtLjE0Ni42OS42OSAwIDAgMS0uMjQ2LS4zMzhsLS45MzYuMjI1YTEuMjkyIDEuMjkyIDAgMCAwIC4yNTIuNDcxIDEuNDIzIDEuNDIzIDAgMCAwIC4zOTMuMzE5IDEuODcgMS44NyAwIDAgMCAuNS4xODQgMi42MDYgMi42MDYgMCAwIDAgLjU2MS4wNiAyLjI2NSAyLjI2NSAwIDAgMCAuNTc5LS4wNzQgMS42NzcgMS42NzcgMCAwIDAgLjUxMy0uMjI1IDEuMjA4IDEuMjA4IDAgMCAwIC4zNjktLjM4NCAxLjA1IDEuMDUgMCAwIDAgLjE0MS0uNTUyLjgxMS44MTEgMCAwIDAtLjA1OC0uMzEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02OTIpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0iTTc0IDY5N3YxSDYydi0xaDEyWm0wIDV2MUg2MnYtMWgxMlptMCA1djFINjJ2LTFoMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTY5MikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9IjEgMiAzIiBkPSJNOTMgNjk5di00aC0ydjFoMXYzaDFabTEgNXYtMWgtMWwuMjQzLS42cS4xMzYtLjEzMi4yNjMtLjI2N2ExLjkzNSAxLjkzNSAwIDAgMCAuMjI2LS4yOTEgMS40MDkgMS40MDkgMCAwIDAgLjE1NS0uMzM5IDEuMzkzIDEuMzkzIDAgMCAwIC4wNTYtLjQxMSAxLjI4NiAxLjI4NiAwIDAgMC0uMTIxLS41NzYgMS4xODIgMS4xODIgMCAwIDAtLjMyNS0uNDA4IDEuMzY1IDEuMzY1IDAgMCAwLS40NjMtLjI0IDEuODU2IDEuODU2IDAgMCAwLS41MzctLjA3OCAxLjYyOSAxLjYyOSAwIDAgMC0uNTU2LjA5NCAxLjQxNSAxLjQxNSAwIDAgMC0uNDY2LjI3MiAxLjQ3OSAxLjQ3OSAwIDAgMC0uMzM2LjQzMWMtLjA4OC4xNjktLjExNy4wMzctLjE0LjI1M2wuODgyLjQ1NmEuODI2LjgyNiAwIDAgMSAuMTc4LS40NjUuNTIyLjUyMiAwIDAgMSAuNzQ4LS4wMzYuNTEuNTEgMCAwIDEgLjEzNS4zNjguNjgzLjY4MyAwIDAgMS0uMDkuMzQ4IDEuNTU2IDEuNTU2IDAgMCAxLS4yMzcuMzA1TDkxIDcwM3YxaDNabS4wMSAzLjM5MWEuODguODggMCAwIDAtLjE2OC0uMjYzIDEuMDQ5IDEuMDQ5IDAgMCAwLS4yNTgtLjIgMS4xNTQgMS4xNTQgMCAwIDAtLjMzLS4xMjN2LS4wMTdhLjk4OS45ODkgMCAwIDAgLjUxMy0uMy43ODkuNzg5IDAgMCAwIC4yLS41NDguOS45IDAgMCAwLS4xMjktLjQ4NyAxLjExNiAxLjExNiAwIDAgMC0uMzM4LS4zNTMgMS41MzEgMS41MzEgMCAwIDAtLjQ3Ny0uMiAyLjI3OSAyLjI3OSAwIDAgMC0uNTQ5LS4wNjYgMi4xMiAyLjEyIDAgMCAwLS41MTYuMDY0IDEuNzYxIDEuNzYxIDAgMCAwLS40NjUuMTg3IDEuMzkgMS4zOSAwIDAgMC0uMzY5LjMwOCAxLjIyOCAxLjIyOCAwIDAgMC0uMjM0LjQzMWwuOTM2LjJhLjU0LjU0IDAgMCAxIC4yMDctLjMxNi42MDkuNjA5IDAgMCAxIC4zNzUtLjExOC42NDIuNjQyIDAgMCAxIC4zNzIuMTExLjM2Mi4zNjIgMCAwIDEgLjE2Mi4zMi4zOTQuMzk0IDAgMCAxLS4wNjMuMjMzLjQ0OC40NDggMCAwIDEtLjE2OC4xNDEuNzgzLjc4MyAwIDAgMS0uMjM3LjA3MiAxLjg4OSAxLjg4OSAwIDAgMS0uMjc2LjAxOUg5MS45di42NzFoLjI3YTIuMDUyIDIuMDUyIDAgMCAxIC4zMTIuMDI1IDEuMDM2IDEuMDM2IDAgMCAxIC4yNzkuMDgzLjUxNi41MTYgMCAwIDEgLjIuMTU2LjQuNCAwIDAgMSAuMDc1LjI0OC40MzUuNDM1IDAgMCAxLS4wNTcuMjMxLjQ3NS40NzUgMCAwIDEtLjE0NC4xNTEuNjA5LjYwOSAwIDAgMS0uMi4wODUuODc4Ljg3OCAwIDAgMS0uMjE5LjAyOC43NDYuNzQ2IDAgMCAxLS40NzQtLjE0Ni42OS42OSAwIDAgMS0uMjQ2LS4zMzhsLS45MzYuMjI1YTEuMjkyIDEuMjkyIDAgMCAwIC4yNTIuNDcxIDEuNDIzIDEuNDIzIDAgMCAwIC4zOTMuMzE5IDEuODY4IDEuODY4IDAgMCAwIC41LjE4NCAyLjYwNiAyLjYwNiAwIDAgMCAuNTYxLjA2IDIuMjY1IDIuMjY1IDAgMCAwIC41NzktLjA3NCAxLjY3NyAxLjY3NyAwIDAgMCAuNTEzLS4yMjUgMS4yMDggMS4yMDggMCAwIDAgLjM2OS0uMzg0IDEuMDUgMS4wNSAwIDAgMCAuMTQxLS41NTIuODExLjgxMSAwIDAgMC0uMDU4LS4zMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTY5MikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBkPSJNMTA4IDY5N3YxSDk2di0xaDEyWm0wIDV2MUg5NnYtMWgxMlptMCA1djFIOTZ2LTFoMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTY5MikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-listOL,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listOL{background-position:-34px 0}.Viper-buttonIcon.Viper-listIndent{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaW5kZW50IC0tJmd0OyI+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9ImFycm93IiBkPSJNNTYgNzMwdi0zaDIuOTczdi0yTDYzIDcyOC40ODUgNTguOTczIDczMnYtMkg1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzE5KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0ibGluZXMiIGQ9Ik03NSA3MjJ2MUg2NXYtMWgxMFptMCAydjJINjV2LTJoMTBabS01IDN2MmgtNXYtMmg1Wm01IDZ2MUg2NXYtMWgxMFptLTcgMiAuMDEzIDFINjV2LTFoM1ptLTQtMTN2MWgtNHYtMWg0Wm0wIDExdjFoLTR2LTFoNFptMCAydjFoLTR2LTFoNFptNi01djJoLTV2LTJoNVptLTUtMTBoMXYxaC0xdi0xWm0wIDE3aDF2MWgtMXYtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzE5KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi40Ii8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTkwIDczMHYtM2gzdi0ybDQuMDY2IDMuNDg1TDkzIDczMnYtMmgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzE5KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjxwYXRoIGRhdGEtbmFtZT0ibGluZXMiIGQ9Ik0xMDkgNzIydjFIOTl2LTFoMTBabTAgMnYySDk5di0yaDEwWm0tNSAzdjJoLTV2LTJoNVptNSA2djFIOTl2LTFoMTBabS03IDIgLjAxMyAxSDk5di0xaDNabS00LTEzdjFoLTR2LTFoNFptMCAxMXYxaC00di0xaDRabTAgMnYxaC00di0xaDRabTYtNXYyaC01di0yaDVabS01LTEwaDF2MWgtMXYtMVptMCAxN2gxdjFoLTF2LTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTcxOSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouNCIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-listIndent,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listIndent{background-position:-34px 0}.Viper-buttonIcon.Viper-listOutdent{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaW5kZW50ICZsdDstLSI+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9ImFycm93IiBkPSJNNjMgNzU3di0zaC0zdi0ybC00LjA2NiAzLjQ4NUw2MCA3NTl2LTJoM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzQ2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik03NSA3NDl2MUg2NXYtMWgxMFptMCAydjJINjV2LTJoMTBabS01IDN2MmgtNXYtMmg1Wm01IDZ2MUg2NXYtMWgxMFptLTcgMiAuMDEzIDFINjV2LTFoM1ptLTQtMTN2MWgtNHYtMWg0Wm0wIDExdjFoLTR2LTFoNFptMCAydjFoLTR2LTFoNFptNi01djJoLTV2LTJoNVptLTUtMTBoMXYxaC0xdi0xWm0wIDE3aDF2MWgtMXYtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzQ2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi40Ii8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTk3IDc1N3YtM2gtM3YtMmwtNC4wNjYgMy40ODVMOTQgNzU5di0yaDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTc0NikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBkYXRhLW5hbWU9ImxpbmVzIiBkPSJNMTA5IDc0OXYxSDk5di0xaDEwWm0wIDJ2Mkg5OXYtMmgxMFptLTUgM3YyaC01di0yaDVabTUgNnYxSDk5di0xaDEwWm0tNyAyIC4wMTMgMUg5OXYtMWgzWm0tNC0xM3YxaC00di0xaDRabTAgMTF2MWgtNHYtMWg0Wm0wIDJ2MWgtNHYtMWg0Wm02LTV2MmgtNXYtMmg1Wm0tNS0xMGgxdjFoLTF2LTFabTAgMTdoMXYxaC0xdi0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC03NDYpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjQiLz48L2c+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-listOutdent,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listOutdent{background-position:-34px 0}.Viper-buttonIcon.Viper-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBpbnNlcnQiPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgMTAiIGQ9Im03NC4xMjcgNzgxLjg3Ni01LjI4OSA1LjI4OGEzLjM3MyAzLjM3MyAwIDAgMS00Ljc0NS0uMjc2IDMuNTY3IDMuNTY3IDAgMCAxLS45MjctMy43MjFsMS4yNDIuMTc3YTIuMzI1IDIuMzI1IDAgMCAwIC40OTEgMi43MzIgMi4yMzMgMi4yMzMgMCAwIDAgMy4xNDcuMTgzbDUuMTkxLTUuMmEyLjM3MyAyLjM3MyAwIDAgMC0zLjMzLTMuMzM4bC0xLjMzIDEuMzMyLS43NTUtLjkxNSAxLjI4NC0xLjI4NGEzLjU3NCAzLjU3NCAwIDAgMSA1LjAyMSA1LjAyMlptLTcuNTM0IDEuNzQ5YTIuMzI0IDIuMzI0IDAgMCAwLS40OTEtMi43MzIgMi4yMzMgMi4yMzMgMCAwIDAtMy4xNDctLjE4NGwtNS4xOSA1LjJhMi4zNzQgMi4zNzQgMCAwIDAgMy4zMyAzLjMzOGwxLjMzLTEuMzMyLjc1NS45MTUtMS4yODQgMS4yODRhMy41NzQgMy41NzQgMCAwIDEtNS4wMjEtNS4wMmw1LjI4OS01LjI4OGEzLjM3MyAzLjM3MyAwIDAgMSA0Ljc0NS4yNzYgMy41NjcgMy41NjcgMCAwIDEgLjkyNyAzLjcyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzczKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0iU2hhcGUgMiBjb3B5IDEwIiBkPSJtMTA4LjEyNyA3ODEuODc2LTUuMjg5IDUuMjg4YTMuMzczIDMuMzczIDAgMCAxLTQuNzQ1LS4yNzYgMy41NjcgMy41NjcgMCAwIDEtLjkyNy0zLjcyMWwxLjI0Mi4xNzdhMi4zMjUgMi4zMjUgMCAwIDAgLjQ5MSAyLjczMiAyLjIzMiAyLjIzMiAwIDAgMCAzLjE0Ni4xODNsNS4xOTEtNS4yYTIuMzczIDIuMzczIDAgMCAwLTMuMzMtMy4zMzhsLTEuMzMgMS4zMzItLjc1NS0uOTE1IDEuMjg1LTEuMjg0YTMuNTc0IDMuNTc0IDAgMCAxIDUuMDIxIDUuMDIyWm0tNy41MzQgMS43NDlhMi4zMjQgMi4zMjQgMCAwIDAtLjQ5Mi0yLjczMiAyLjIzMiAyLjIzMiAwIDAgMC0zLjE0Ni0uMTg0bC01LjE5MSA1LjJhMi4zNzQgMi4zNzQgMCAwIDAgMy4zMyAzLjMzOGwxLjMzLTEuMzMyLjc1NS45MTUtMS4yODUgMS4yODRhMy41NzQgMy41NzQgMCAwIDEtNS4wMjEtNS4wMmw1LjI4OS01LjI4OGEzLjM3MyAzLjM3MyAwIDAgMSA0Ljc0NS4yNzYgMy41NjggMy41NjggMCAwIDEgLjkyNyAzLjcyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzczKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-link,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-link{background-position:-34px 0}.Viper-buttonIcon.Viper-linkNewWindow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBvcGVuIGluIG5ldyB3aW5kb3ciPjxnIGRhdGEtbmFtZT0iaWNvbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0iTTY4IDgwM2g2djZoLTF2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xWm0tOCA1djZhMSAxIDAgMCAwIDEgMWg4YTEgMSAwIDAgMCAxLTF2LTRoMXY1YTEgMSAwIDAgMS0xIDFINjBhMSAxIDAgMCAxLTEtMXYtOGExIDEgMCAwIDEgMS0xaDd2MWgtNmExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04MDApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTEwNyA4MDl2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xaDZ2NmgtMVptLTEzLTF2NmExIDEgMCAwIDAgMSAxaDhhMSAxIDAgMCAwIDEtMXYtNGgxdjVhMSAxIDAgMCAxLTEgMUg5NGExIDEgMCAwIDEtMS0xdi04YTEgMSAwIDAgMSAxLTFoN3YxaC02YTEgMSAwIDAgMC0xIDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTgwMCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-linkNewWindow,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-linkNewWindow{background-position:-34px 0}.Viper-buttonIcon.Viper-linkRemove{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBicmVhayI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0ibTc0LjEyNyA4MzUuODc2LTIuNzY0IDIuNzYzLS44MjktLjg3MiAyLjctMi43MDZhMi4zNzQgMi4zNzQgMCAwIDAtMy4zMy0zLjMzOGwtMi4zNTEgMi4zNTQtLjg4Ni0uNzg1IDIuNDM3LTIuNDM2YTMuNTc0IDMuNTc0IDAgMCAxIDUuMDIzIDUuMDJabS03LjExIDguMDc0aC0xdi00Ljk2OWgxdjQuOTY5Wk02NCA4MzFoMXY0Ljk2OWgtMVY4MzFabS0yLjE2OCAxMy4yMDhhMy41NzQgMy41NzQgMCAwIDEtNS4wMjEtNS4wMmwyLjctMi43LjgyOS44NzNMNTcuNyA4NDBhMi4zNzMgMi4zNzMgMCAwIDAgMy4zMyAzLjMzOGwyLjU2LTIuNTYzLjgxNC44NTdabS0yLjIxNy0xMC45NDkuNzA3LS43MDcgMyAzLS43MDcuNzA3Wm0xMS43MzQgOC4zODEtLjcwNy43MDctMy0zIC43MDctLjcwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtODI3KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Im0xMDguMTI3IDgzNS44NzYtMi43NjQgMi43NjMtLjgyOS0uODcyIDIuNy0yLjcwNmEyLjM3NCAyLjM3NCAwIDAgMC0zLjMzLTMuMzM4bC0yLjM1MSAyLjM1NC0uODg2LS43ODUgMi40MzctMi40MzZhMy41NzQgMy41NzQgMCAwIDEgNS4wMjMgNS4wMlptLTcuMTEgOC4wNzRoLTF2LTQuOTY5aDF2NC45NjlaTTk4IDgzMWgxdjQuOTY5aC0xVjgzMVptLTIuMTY4IDEzLjIwOGEzLjU3NCAzLjU3NCAwIDAgMS01LjAyMS01LjAybDIuNy0yLjcuODI5Ljg3M0w5MS43IDg0MGEyLjM3NCAyLjM3NCAwIDAgMCAzLjMzIDMuMzM4bDIuNTYtMi41NjMuODE0Ljg1N1ptLTIuMjE3LTEwLjk0OS43MDctLjcwNyAzIDMtLjcwNy43MDdabTExLjczNCA4LjM4MS0uNzA3LjcwNy0zLTMgLjcwNy0uNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04MjcpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-linkRemove,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-linkRemove{background-position:-34px 0}.Viper-buttonIcon.Viper-image{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSW1hZ2UgLSBpbnNlcnQiPjxwYXRoIGQ9Ik05MCA4NTZoMjB2MTZIOTB2LTE2Wm0xIDFoMTh2MTRIOTF2LTE0Wm0xIDEzdi0xMmw0IDggMi00IDQgNiAyLTIgMyA0SDkyWm0xMy0xMWEyIDIgMCAxIDEtMiAyIDIgMiAwIDAgMSAyLTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTg1NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiIGRhdGEtbmFtZT0icGljdHVyZSBpbnZlcnNlIi8+PHBhdGggZD0iTTU2IDg1NmgyMHYxNkg1NnYtMTZabTEgMWgxOHYxNEg1N3YtMTRabTEgMTN2LTEybDQgOCAyLTQgNCA2IDItMiAzIDRINThabTEzLTExYTIgMiAwIDEgMS0yIDIgMiAyIDAgMCAxIDItMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtODU0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-image,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-image{background-position:-34px 0}.Viper-buttonIcon.Viper-crop{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSW1hZ2UgQ3JvcCI+PHBhdGggZD0iTTcwIDE3MDRoLTF2LThoMXY4Wm00IDF2MUg2MXYtMWgxM1ptLTE0LTdoMXY4aC0xdi04Wm0tNC0xdi0xaDEzdjFINTZabTQtNWgxdjNoLTF2LTNabTEwIDE4aC0xdi0zaDF2M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTY5MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDQgMTcwNGgtMXYtOGgxdjhabTQgMXYxSDk1di0xaDEzWm0tMTQtN2gxdjhoLTF2LThabS00LTF2LTFoMTN2MUg5MFptNC01aDF2M2gtMXYtM1ptMTAgMThoLTF2LTNoMXYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjkxKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-crop,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-crop{background-position:-34px 0}.Viper-buttonIcon.Viper-accessRerun{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik0xMDMuMDI1IDg5MnYtLjAzMUgxMDVWODkyaC0xLjk3MlptMS44NzEgMWE1Ljk3MyA1Ljk3MyAwIDAgMS0xMSAyLjA3OEw5MiA4OTYuOTY5di01aDVsLTEuNjA5IDEuNjA5YTMuOTgxIDMuOTgxIDAgMCAwIDcuNDc4LS41NzhoMi4wMzFabS0uMzY1LTIuMDMxaC00bDEuNjA5LTEuNjA5YTMuOTgzIDMuOTgzIDAgMCAwLTcuNS42MzhoLTIuMDExYTUuOTcxIDUuOTcxIDAgMCAxIDExLjAxMS0yLjEzOGwxLjg5MS0xLjg5MXY1aC0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04ODEpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIiBkYXRhLW5hbWU9Ikljb24iLz48ZyBkYXRhLW5hbWU9Ikljb24iPjxwYXRoIGRhdGEtbmFtZT0iUmV2ZXJ0IiBkPSJNNzAuOSA4OTNhNS45NzMgNS45NzMgMCAwIDEtMTEgMi4wNzhsLTEuOSAxLjg5MXYtNWg1bC0xLjYwOSAxLjYwOWEzLjk4MSAzLjk4MSAwIDAgMCA3LjQ3OC0uNTc4SDcwLjlabS0uMzY1LTIuMDMxaC00bDEuNjA5LTEuNjA5YTMuOTgzIDMuOTgzIDAgMCAwLTcuNS42MzhoLTIuMDE1YTUuOTcxIDUuOTcxIDAgMCAxIDExLjAxMS0yLjEzOGwxLjg5MS0xLjg5MXY1aC0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04ODEpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-accessRerun,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-accessRerun{background-position:-34px 0}.Viper-buttonIcon.Viper-locate{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTG9jYXRlIFBpbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZGF0YS1uYW1lPSJkcm9wbGV0IGNvcHkgNCIgZD0iTTY5Ljc5MSA5MTYuODE2aC4wODRsLS4yLjM4MmE0LjQzMiA0LjQzMiAwIDAgMS0uMjQyLjQ1Nkw2NS41IDkyNS4wN2wtNC4zNzUtOC4yNTRoLjFhNC40NTcgNC40NTcgMCAwIDEtLjIyNS0xLjM0OSA0LjUxMSA0LjUxMSAwIDEgMSA5LjAyMyAwIDQuNDYgNC40NiAwIDAgMS0uMjMyIDEuMzQ5Wk02NS41MTQgOTE0YTEuNTIxIDEuNTIxIDAgMSAwIDEuNTIxIDEuNTIgMS41MiAxLjUyIDAgMCAwLTEuNTIxLTEuNTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTkwOCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImRyb3BsZXQgY29weSA0IiBkPSJNMTAzLjc5MSA5MTYuODE2aC4wODRsLS4yLjM4MmE0LjU1MSA0LjU1MSAwIDAgMS0uMjQzLjQ1OEw5OS41IDkyNS4wN2wtNC4zNzUtOC4yNTRoLjFhNC40NTcgNC40NTcgMCAwIDEtLjIyNS0xLjM0OSA0LjUxMSA0LjUxMSAwIDEgMSA5LjAyMyAwIDQuNDYzIDQuNDYzIDAgMCAxLS4yMzIgMS4zNDlaTTk5LjUxNCA5MTRhMS41MjEgMS41MjEgMCAxIDAgMS41MjEgMS41MiAxLjUyIDEuNTIgMCAwIDAtMS41MjEtMS41MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTA4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-locate,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-locate{background-position:-34px 0}.Viper-buttonIcon.Viper-sourceView{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iU291cmNlIFZpZXciPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iY29kZSBicmFja2V0cyIgZD0ibTczLjcgOTQ1LjQ4Mi01LjY1NyA1LjY1Ny0xLjEyMS0xLjEyMSA0LjU0OS00LjU0OS00LjU0OS00LjU0OSAxLjEyMS0xLjEyMiA1LjY1NyA1LjY1Ny0uMDE0LjAxNFptLTEwLjY4NCA1LjY1Ny01LjY1Ny01LjY1Ny4wMTQtLjAxMy0uMDE0LS4wMTQgNS42NTctNS42NTcgMS4xMjEgMS4xMjItNC41NDkgNC41NDkgNC41NDkgNC41NDlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTkzNSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImNvZGUgYnJhY2tldHMiIGQ9Im0xMDcuNyA5NDUuNDgyLTUuNjU3IDUuNjU3LTEuMTIxLTEuMTIxIDQuNTQ5LTQuNTQ5LTQuNTQ5LTQuNTQ5IDEuMTIxLTEuMTIyIDUuNjU3IDUuNjU3LS4wMTQuMDE0Wm0tMTAuNjg0IDUuNjU3LTUuNjU3LTUuNjU3LjAxNC0uMDEzLS4wMTQtLjAxNCA1LjY1Ny01LjY1NyAxLjEyMSAxLjEyMi00LjU0OSA0LjU0OSA0LjU0OSA0LjU0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTM1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-sourceView,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-sourceView{background-position:-34px 0}.Viper-buttonIcon.Viper-nextIssue{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTmV4dCBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTcwIDk3Mi05IDZ2LTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05NjIpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTEwNCA5NzItOSA2di0xMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTYyKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-nextIssue,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-nextIssue{background-position:-34px 0}.Viper-buttonIcon.Viper-prevIssue{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iUHJldiBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTYxIDk5OSA5IDZ2LTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05ODkpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTk1IDk5OSA5IDZ2LTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05ODkpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-prevIssue,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-prevIssue{background-position:-34px 0}.Viper-buttonIcon.Viper-justifyLeft{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIExlZnQiPjxwYXRoIGRhdGEtbmFtZT0ianVzdGkiIGQ9Ik01NyAxMDIydi0xaDE3LjAxM3YxSDU3Wm0wIDN2LTFoMTB2MUg1N1ptMCAzdi0xaDE3LjAxM3YxSDU3Wm0wIDN2LTFoOS45OTN2MUg1N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTAxNikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9Imp1c3RpIGNvcHkgMyIgZD0iTTkxIDEwMjJ2LTFoMTcuMDEydjFIOTFabTAgM3YtMWgxMHYxSDkxWm0wIDN2LTFoMTcuMDEydjFIOTFabTAgM3YtMWg5Ljk5M3YxSDkxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMDE2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyLeft,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyLeft{background-position:-34px 0}.Viper-buttonIcon.Viper-justifyRight{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIFJpZ2h0Ij48cGF0aCBkYXRhLW5hbWU9Imp1c3RpIiBkPSJNNzQgMTA0OXYtMUg1Ni45ODh2MUg3NFptMCAzdi0xSDY0djFoMTBabTAgM3YtMUg1Ni45ODh2MUg3NFptMCAzdi0xaC05Ljk5M3YxSDc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMDQzKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0ianVzdGkgY29weSAzIiBkPSJNMTA4IDEwNDl2LTFIOTAuOTg4djFIMTA4Wm0wIDN2LTFIOTh2MWgxMFptMCAzdi0xSDkwLjk4OHYxSDEwOFptMCAzdi0xaC05Ljk5M3YxSDEwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTA0MykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyRight,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyRight{background-position:-34px 0}.Viper-buttonIcon.Viper-justifyCenter{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIENlbnRlciI+PHBhdGggZGF0YS1uYW1lPSJqdXN0aSIgZD0iTTU2Ljk5NCAxMDc2di0xaDE3LjAxOXYxSDU2Ljk5NFptMi4wMDYgMi45N3YtLjk3aDEzLjAxM3YuOTdINTlabS0yLjAwNiAzLjAzdi0xaDE3LjAxOXYxSDU2Ljk5NFptMi4wMDYgMi45N3YtLjk3aDEzLjAxM3YuOTdINTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEwNzApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJqdXN0aSBjb3B5IiBkPSJNOTAuOTk0IDEwNzZ2LTFoMTcuMDE4djFIOTAuOTk0Wm0yLjAwNiAyLjk3di0uOTdoMTMuMDEzdi45N0g5M1ptLTIuMDA2IDMuMDN2LTFoMTcuMDE4djFIOTAuOTk0Wm0yLjAwNiAyLjk3di0uOTdoMTMuMDEzdi45N0g5M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTA3MCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyCenter,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyCenter{background-position:-34px 0}.Viper-buttonIcon.Viper-justifyBlock{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIEJsb2NrIj48cGF0aCBkPSJNNTcgMTExMnYtMWg3djFoLTdabTAtM3YtMWgxN3YxSDU3Wm0wLTN2LTFoMTd2MUg1N1ptMC0zdi0xaDE3djFINTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEwOTcpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJqdXN0aSIgZD0iTTkxIDExMTJ2LTFoN3YxaC03Wm0wLTN2LTFoMTd2MUg5MVptMC0zdi0xaDE3djFIOTFabTAtM3YtMWgxN3YxSDkxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMDk3KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyBlock,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyBlock{background-position:-34px 0}.Viper-buttonIcon.Viper-subscript{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJ4IiBkPSJtNjEuNTIgMTEzNy45NiAyLjIzNy0zLjE1LjQ2NS42NyAxLjc0OCAyLjQ4aDEuNzcybC0zLjE2Ny00LjIyIDIuOTQzLTMuNzZoLTEuNzI1bC0xLjQzNSAxLjg4Yy0uMi4yNi0uNDE0LjU1LS42NS44OC0uMTUtLjI0LS4zNDgtLjUzLS41OTMtLjg5bC0xLjMwNy0xLjg3SDYwbDIuODc5IDMuODMtMy4xMTEgNC4xNWgxLjc1MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTEyNCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQ7b3BhY2l0eTouNCIvPjxwYXRoIGRhdGEtbmFtZT0iMiIgZD0iTTcwLjQ1IDExNDAuNmEyLjMyMiAyLjMyMiAwIDAgMSAuMzA5LS40MnEuMTktLjIxLjkwNS0uODdhOS4yIDkuMiAwIDAgMCAuOTg4LTEuMDEgNC4wNzggNC4wNzggMCAwIDAgLjYtMSAyLjcyNCAyLjcyNCAwIDAgMCAuMTkxLTEuMDEgMi4wNjggMi4wNjggMCAwIDAtLjY2Ni0xLjU3IDIuNTU4IDIuNTU4IDAgMCAwLTEuODMyLS42MyAyLjc4NSAyLjc4NSAwIDAgMC0xLjc3Mi41NSAyLjQ0MyAyLjQ0MyAwIDAgMC0uODQzIDEuNzhsMS41LjE2YTEuNDU2IDEuNDU2IDAgMCAxIC4zMjItLjk1IDEgMSAwIDAgMSAuNzUyLS4yOCAxLjAxNSAxLjAxNSAwIDAgMSAuNzQ5LjI3IDEuMDQ0IDEuMDQ0IDAgMCAxIC4yNzEuNzcgMS42ODcgMS42ODcgMCAwIDEtLjMxMi45MyAxMS42NjMgMTEuNjYzIDAgMCAxLTEuMjUxIDEuMjkgMTAuMDQxIDEwLjA0MSAwIDAgMC0xLjcgMS44OCAzLjY4MyAzLjY4MyAwIDAgMC0uNTE2IDEuNTFoNS4yOXYtMS40aC0zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMTI0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0ieCIgZD0ibTk1LjUxOSAxMTM3Ljk2IDIuMjM3LTMuMTUuNDY1LjY3IDEuNzQ4IDIuNDhoMS43NzJsLTMuMTY4LTQuMjIgMi45NDItMy43NmgtMS43MjJsLTEuNDM1IDEuODhjLS4yLjI2LS40MTQuNTUtLjY1Ljg4LS4xNS0uMjQtLjM0OC0uNTMtLjU5My0uODlsLTEuMzA3LTEuODdIOTRsMi44NzkgMy44My0zLjExMSA0LjE1aDEuNzQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMTI0KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjtvcGFjaXR5Oi40Ii8+PHBhdGggZGF0YS1uYW1lPSIyIiBkPSJNMTA0LjQ1IDExNDAuNmEyLjI1NCAyLjI1NCAwIDAgMSAuMzA5LS40MnEuMTkxLS4yMS45MDUtLjg3YTkuMjQ5IDkuMjQ5IDAgMCAwIC45ODgtMS4wMSA0LjA2NCA0LjA2NCAwIDAgMCAuNi0xIDIuNzI2IDIuNzI2IDAgMCAwIC4xOTEtMS4wMSAyLjA2NyAyLjA2NyAwIDAgMC0uNjY2LTEuNTcgMi41NTkgMi41NTkgMCAwIDAtMS44MzItLjYzIDIuNzgzIDIuNzgzIDAgMCAwLTEuNzcyLjU1IDIuNDQ0IDIuNDQ0IDAgMCAwLS44NDQgMS43OGwxLjUuMTZhMS40NTQgMS40NTQgMCAwIDEgLjMyMy0uOTUgMSAxIDAgMCAxIC43NTItLjI4IDEuMDE2IDEuMDE2IDAgMCAxIC43NDkuMjcgMS4wNDMgMS4wNDMgMCAwIDEgLjI3MS43NyAxLjY5MSAxLjY5MSAwIDAgMS0uMzExLjkzIDExLjcxNiAxMS43MTYgMCAwIDEtMS4yNTIgMS4yOSAxMC4wMjggMTAuMDI4IDAgMCAwLTEuNyAxLjg4IDMuNjczIDMuNjczIDAgMCAwLS41MTYgMS41MWg1LjI5MXYtMS40aC0zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMTI0KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-subscript,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-subscript{background-position:-34px 0}.Viper-buttonIcon.Viper-superscript{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZD0ibTYxLjUyIDExNjQuOTYgMi4yMzctMy4xNS40NjUuNjcgMS43NDggMi40OGgxLjc3MmwtMy4xNjctNC4yMiAyLjk0My0zLjc2aC0xLjcyNWwtMS40MzUgMS44OGMtLjIuMjYtLjQxNC41NS0uNjUuODgtLjE1LS4yNC0uMzQ4LS41My0uNTkzLS44OWwtMS4zMDctMS44N0g2MGwyLjg3OSAzLjgzLTMuMTExIDQuMTVoMS43NTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTExNTEpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkO29wYWNpdHk6LjQiLz48cGF0aCBkYXRhLW5hbWU9IjIiIGQ9Ik03MC40NSAxMTU5LjZhMi4zMjIgMi4zMjIgMCAwIDEgLjMwOS0uNDJxLjE5LS4yMS45MDUtLjg3YTkuMiA5LjIgMCAwIDAgLjk4OC0xLjAxIDQuMDc4IDQuMDc4IDAgMCAwIC42LTEgMi43MjQgMi43MjQgMCAwIDAgLjE5MS0xLjAxIDIuMDY4IDIuMDY4IDAgMCAwLS42NjYtMS41NyAyLjU1OCAyLjU1OCAwIDAgMC0xLjgzMi0uNjMgMi43ODUgMi43ODUgMCAwIDAtMS43NzIuNTUgMi40NDMgMi40NDMgMCAwIDAtLjg0MyAxLjc4bDEuNS4xNmExLjQ1NiAxLjQ1NiAwIDAgMSAuMzIyLS45NSAxIDEgMCAwIDEgLjc1Mi0uMjggMS4wMTUgMS4wMTUgMCAwIDEgLjc0OS4yNyAxLjA0NCAxLjA0NCAwIDAgMSAuMjcxLjc3IDEuNjg3IDEuNjg3IDAgMCAxLS4zMTIuOTMgMTEuNjYzIDExLjY2MyAwIDAgMS0xLjI1MSAxLjI5IDEwLjA0MSAxMC4wNDEgMCAwIDAtMS43IDEuODggMy42ODMgMy42ODMgMCAwIDAtLjUxNiAxLjUxaDUuMjl2LTEuNGgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE1MSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9IngiIGQ9Im05NS41MTkgMTE2NC45NiAyLjIzNy0zLjE1LjQ2NS42NyAxLjc0OCAyLjQ4aDEuNzcybC0zLjE2OC00LjIyIDIuOTQyLTMuNzZoLTEuNzIybC0xLjQzNSAxLjg4Yy0uMi4yNi0uNDE0LjU1LS42NS44OC0uMTUtLjI0LS4zNDgtLjUzLS41OTMtLjg5bC0xLjMwNy0xLjg3SDk0bDIuODc5IDMuODMtMy4xMTEgNC4xNWgxLjc0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE1MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouNCIvPjxwYXRoIGRhdGEtbmFtZT0iMiIgZD0iTTEwNC40NSAxMTU5LjZhMi4yNTQgMi4yNTQgMCAwIDEgLjMwOS0uNDJxLjE5MS0uMjEuOTA1LS44N2E5LjI0OSA5LjI0OSAwIDAgMCAuOTg4LTEuMDEgNC4wNjQgNC4wNjQgMCAwIDAgLjYtMSAyLjcyNiAyLjcyNiAwIDAgMCAuMTkxLTEuMDEgMi4wNjcgMi4wNjcgMCAwIDAtLjY2Ni0xLjU3IDIuNTU5IDIuNTU5IDAgMCAwLTEuODMyLS42MyAyLjc4MyAyLjc4MyAwIDAgMC0xLjc3Mi41NSAyLjQ0NCAyLjQ0NCAwIDAgMC0uODQ0IDEuNzhsMS41LjE2YTEuNDU0IDEuNDU0IDAgMCAxIC4zMjMtLjk1IDEgMSAwIDAgMSAuNzUyLS4yOCAxLjAxNiAxLjAxNiAwIDAgMSAuNzQ5LjI3IDEuMDQzIDEuMDQzIDAgMCAxIC4yNzEuNzcgMS42OTEgMS42OTEgMCAwIDEtLjMxMS45MyAxMS43MTYgMTEuNzE2IDAgMCAxLTEuMjUyIDEuMjkgMTAuMDI4IDEwLjAyOCAwIDAgMC0xLjcgMS44OCAzLjY3MyAzLjY3MyAwIDAgMC0uNTE2IDEuNTFoNS4yOTF2LTEuNGgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE1MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-superscript,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-superscript{background-position:-34px 0}.Viper-buttonIcon.Viper-strikethrough{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZGF0YS1uYW1lPSJiYXIiIGQ9Ik02NC45NzYgMTE4Ni4zYTE1LjIgMTUuMiAwIDAgMSAyLjIzMi43SDczdjFoLTQuM2EzLjU2OCAzLjU2OCAwIDAgMSAuMzk0LjQ1IDMuMzA4IDMuMzA4IDAgMCAxIC40ODkgMS43OSAzLjY1MiAzLjY1MiAwIDAgMS0yLjA3OSAzLjI5IDUuMDU2IDUuMDU2IDAgMCAxLTIuMjY0LjQ5IDYuMzkgNi4zOSAwIDAgMS0yLjY3Mi0uNSAzLjc4OCAzLjc4OCAwIDAgMS0xLjY5MS0xLjUgNC40NzggNC40NzggMCAwIDEtLjY0NS0yLjI3bDEuNDY2LS4xM2EzLjY2NCAzLjY2NCAwIDAgMCAuNDg1IDEuNTUgMi43MTMgMi43MTMgMCAwIDAgMS4xODIuOTggNC4yIDQuMiAwIDAgMCAxLjguMzcgNC4wNDMgNC4wNDMgMCAwIDAgMS41NzEtLjI4IDIuMiAyLjIgMCAwIDAgMS4wMTQtLjc4IDEuOSAxLjkgMCAwIDAgLjMzMy0xLjA4IDEuNzU1IDEuNzU1IDAgMCAwLS4zMjEtMS4wNCA2LjcxOSA2LjcxOSAwIDAgMC0xLjgxMy0uOCAxMi4xMyAxMi4xMyAwIDAgMC0xLjMzNy0uMzQgOC45MiA4LjkyIDAgMCAxLS43MzYtLjJINTZ2LTFoNS44NjhhNC43IDQuNyAwIDAgMS0uNzc4LS45OCAzLjAxNSAzLjAxNSAwIDAgMS0uNDEzLTEuNTcgMy4zNjYgMy4zNjYgMCAwIDEgLjUtMS43OCAzLjEgMy4xIDAgMCAxIDEuNDc0LTEuMjYgNS4yMDYgNS4yMDYgMCAwIDEgMi4xNTYtLjQzIDUuNTUzIDUuNTUzIDAgMCAxIDIuMy40NSAzLjM0OSAzLjM0OSAwIDAgMSAxLjUzNSAxLjMzIDQuMDEzIDQuMDEzIDAgMCAxIC41NzcgMS45OWwtMS40OS4xMmEyLjY2NCAyLjY2NCAwIDAgMC0uODEzLTEuODEgMyAzIDAgMCAwLTIuMDQ3LS42MSAzLjExOSAzLjExOSAwIDAgMC0yLjA1NS41NSAxLjcxMyAxLjcxMyAwIDAgMC0uNjQ1IDEuMzQgMS40ODggMS40ODggMCAwIDAgLjQ1NyAxLjEyIDYuMyA2LjMgMCAwIDAgMi4zNS44NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE3OCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImJhciIgZD0iTTk4Ljk3NiAxMTg2LjNhMTUuMjA5IDE1LjIwOSAwIDAgMSAyLjIzMy43SDEwN3YxaC00LjNhMy41NDYgMy41NDYgMCAwIDEgLjM5NC40NSAzLjMwNyAzLjMwNyAwIDAgMSAuNDg5IDEuNzkgMy42NTMgMy42NTMgMCAwIDEtMi4wNzkgMy4yOSA1LjA2MSA1LjA2MSAwIDAgMS0yLjI2NC40OSA2LjM5IDYuMzkgMCAwIDEtMi42NzItLjUgMy43ODggMy43ODggMCAwIDEtMS42OTEtMS41IDQuNDc4IDQuNDc4IDAgMCAxLS42NDUtMi4yN2wxLjQ2Ni0uMTNhMy42NjUgMy42NjUgMCAwIDAgLjQ4NSAxLjU1IDIuNzE0IDIuNzE0IDAgMCAwIDEuMTgyLjk4IDQuMiA0LjIgMCAwIDAgMS44LjM3IDQuMDQxIDQuMDQxIDAgMCAwIDEuNTctLjI4IDIuMiAyLjIgMCAwIDAgMS4wMTQtLjc4IDEuOSAxLjkgMCAwIDAgLjMzMi0xLjA4IDEuNzUxIDEuNzUxIDAgMCAwLS4zMi0xLjA0IDYuNzIgNi43MiAwIDAgMC0xLjgxMy0uOCAxMi4xMzEgMTIuMTMxIDAgMCAwLTEuMzM2LS4zNCA4LjgxMiA4LjgxMiAwIDAgMS0uNzM2LS4ySDkwdi0xaDUuODY4YTQuNzA2IDQuNzA2IDAgMCAxLS43NzgtLjk4IDMuMDE1IDMuMDE1IDAgMCAxLS40MTMtMS41NyAzLjM2NiAzLjM2NiAwIDAgMSAuNS0xLjc4IDMuMSAzLjEgMCAwIDEgMS40NzQtMS4yNiA1LjIwNiA1LjIwNiAwIDAgMSAyLjE1Ni0uNDMgNS41NTMgNS41NTMgMCAwIDEgMi4zLjQ1IDMuMzQ4IDMuMzQ4IDAgMCAxIDEuNTM0IDEuMzMgNCA0IDAgMCAxIC41NzcgMS45OWwtMS40OS4xMmEyLjY2NCAyLjY2NCAwIDAgMC0uODEzLTEuODEgMyAzIDAgMCAwLTIuMDQ4LS42MSAzLjExOSAzLjExOSAwIDAgMC0yLjA1NS41NSAxLjcxMyAxLjcxMyAwIDAgMC0uNjQ1IDEuMzQgMS40ODggMS40ODggMCAwIDAgLjQ1NyAxLjEyIDYuMyA2LjMgMCAwIDAgMi4zNTIuODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTExNzgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-strikethrough,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-strikethrough{background-position:-34px 0}.Viper-buttonIcon.Viper-removeFormat{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iUmVtb3ZlIFN0eWxlcyI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0ibTc0LjYgMTIwNy42OC00LjQ3OCAzLjY1YS45NS45NSAwIDAgMS0uNDE1LjE4QTEuMzY5IDEuMzY5IDAgMCAxIDcwIDEyMTNjLS41ODYgMS4wMi0yLjYzMS4wOC0yIDEwLTUuMzE5LS45OS0xMC40MTgtMi43NS0xMC0xMCA0LjM5LS4zIDYuOC0zLjAyIDktM2EyLjgxOSAyLjgxOSAwIDAgMSAxLjU4OS41Mi45NzguOTc4IDAgMCAxIC4zNS0uNzJsNC40NzgtMy42NGEuOTMuOTMgMCAwIDEgMS4zMzUuMTUuOTkzLjk5MyAwIDAgMS0uMTUyIDEuMzdabS04LjkgNC43NWMtMy4yNDkuMi0yLjQ0NyAxLjM3LTUuNyAxLjU3YTMuMTggMy4xOCAwIDAgMC0uMTggMi42N2wzLjM1OS0xLjY2LTIuMTg1IDMuNDRhOC4wMDkgOC4wMDkgMCAwIDAgMS43MzggMS4zbDIuMjI5LTMuMzktLjc2NyA0LjFBMTAuMzQ2IDEwLjM0NiAwIDAgMCA2NiAxMjIxYy41ODUtMy4xMy0uMzYzLTQuNzQgMS40NzgtNy4yMmE0LjUxMyA0LjUxMyAwIDAgMC0xLjc3OC0xLjM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjA1KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Im0xMDguNiAxMjA3LjY4LTQuNDc4IDMuNjVhLjk1OC45NTggMCAwIDEtLjQxNS4xOCAxLjM2OSAxLjM2OSAwIDAgMSAuMyAxLjQ5Yy0uNTg2IDEuMDItMi42MzEuMDgtMiAxMC01LjMxOS0uOTktMTAuNDE4LTIuNzUtMTAtMTAgNC4zOS0uMyA2LjgtMy4wMiA5LTNhMi44MTggMi44MTggMCAwIDEgMS41ODkuNTIuOTguOTggMCAwIDEgLjM1MS0uNzJsNC40NzgtMy42NGEuOTMuOTMgMCAwIDEgMS4zMzUuMTUuOTkzLjk5MyAwIDAgMS0uMTYgMS4zN1ptLTguOSA0Ljc1Yy0zLjI0OS4yLTIuNDQ3IDEuMzctNS43IDEuNTdhMy4xOCAzLjE4IDAgMCAwLS4xOCAyLjY3bDMuMzU5LTEuNjYtMi4xODUgMy40NGE4LjAwOSA4LjAwOSAwIDAgMCAxLjczOCAxLjNsMi4yMjktMy4zOS0uNzY3IDQuMWExMC4zNDYgMTAuMzQ2IDAgMCAwIDEuODA2LjU0Yy41ODUtMy4xMy0uMzYzLTQuNzQgMS40NzgtNy4yMmE0LjUxNiA0LjUxNiAwIDAgMC0xLjc3OC0xLjM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjA1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-removeFormat,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-removeFormat{background-position:-34px 0}.Viper-buttonIcon.Viper-historyUndo{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIFJldmVydCIgZD0iTTEwMCAxMjQ4YTYuNTcgNi41NyAwIDAgMS0xLS4xdi0yLjA0YTQuMTE4IDQuMTE4IDAgMCAwIDEgLjE0IDQgNCAwIDEgMC0zLjY0LTUuNjRMOTggMTI0MmgtNXYtNWwxLjg5MSAxLjg5QTUuOTkyIDUuOTkyIDAgMSAxIDEwMCAxMjQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjMyKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIFJldmVydCIgZD0iTTY2IDEyNDhhNi41NyA2LjU3IDAgMCAxLTEtLjF2LTIuMDRhNC4xMTcgNC4xMTcgMCAwIDAgMSAuMTQgNCA0IDAgMSAwLTMuNjQtNS42NEw2NCAxMjQyaC01di01bDEuODkxIDEuODlBNS45OTIgNS45OTIgMCAxIDEgNjYgMTI0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTIzMikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-historyUndo,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-historyUndo{background-position:-34px 0}.Viper-buttonIcon.Viper-historyRedo{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIFJldmVydCIgZD0iTTEwMyAxMjY5aC0ybDEuNjQtMS42NEE0IDQgMCAxIDAgOTkgMTI3M2E0LjExOCA0LjExOCAwIDAgMCAxLS4xNHYyLjA0YTYuNTcgNi41NyAwIDAgMS0xIC4xIDYgNiAwIDEgMSA1LjEwOS05LjExTDEwNiAxMjY0djVoLTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEyNTkpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJJY29uIC0gUmV2ZXJ0IiBkPSJNNjkgMTI2OWgtMmwxLjY0LTEuNjRBNCA0IDAgMSAwIDY1IDEyNzNhNC4xMTggNC4xMTggMCAwIDAgMS0uMTR2Mi4wNGE2LjU3MSA2LjU3MSAwIDAgMS0xIC4xIDYgNiAwIDEgMSA1LjEwOS05LjExTDcyIDEyNjR2NWgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTI1OSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-historyRedo,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-historyRedo{background-position:-34px 0}.Viper-buttonIcon.Viper-accessSettings{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTcyLjg5MSAxMjk0LjM1YTcuNDgyIDcuNDgyIDAgMCAxIC4xMTIgMS4xMSA3LjQgNy40IDAgMCAxLS4xMTUgMS4xNGwtMS45OTIuMTdhNS40NDQgNS40NDQgMCAwIDEtLjY2NSAxLjU5bDEuMjkxIDEuNTRhNy43NDggNy43NDggMCAwIDEtMS41OTMgMS41OWwtMS41MzItMS4zYTUuNTQxIDUuNTQxIDAgMCAxLTEuNTg5LjY3bC0uMTY5IDEuOThhNS44MTkgNS44MTkgMCAwIDEtMi4yNTIgMGwtLjE2OC0xLjk3YTUuNiA1LjYgMCAwIDEtMS42LS42N2wtMS41MjEgMS4yOWE3Ljc0NSA3Ljc0NSAwIDAgMS0xLjU5My0xLjU5bDEuMjc1LTEuNTJhNS40NjIgNS40NjIgMCAwIDEtLjY3Ni0xLjYxbC0xLjk2NC0uMTdhNy40IDcuNCAwIDAgMS0uMTE1LTEuMTQgNy40ODIgNy40ODIgMCAwIDEgLjExMi0xLjExbDEuOTU2LS4xNmE1LjUgNS41IDAgMCAxIC42NzYtMS42M2wtMS4yNzUtMS41MWE3LjQ4OSA3LjQ4OSAwIDAgMSAxLjU4OC0xLjU5bDEuNTEzIDEuMjdhNS40NiA1LjQ2IDAgMCAxIDEuNjI4LS42N2wuMTY4LTEuOTdhNS43OTUgNS43OTUgMCAwIDEgMi4yNDcgMGwuMTY4IDEuOTdhNS40MiA1LjQyIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40ODkgNy40ODkgMCAwIDEgMS41ODggMS41OWwtMS4yOTEgMS41M2E1LjUzNyA1LjUzNyAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NyAzLjU3NyAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTEwNi44OTEgMTI5NC4zNWE1LjY1NiA1LjY1NiAwIDAgMSAwIDIuMjVsLTEuOTkzLjE3YTUuNDM1IDUuNDM1IDAgMCAxLS42NjQgMS41OWwxLjI5MSAxLjU0YTcuNzQ1IDcuNzQ1IDAgMCAxLTEuNTkzIDEuNTlsLTEuNTMyLTEuM2E1LjUzMyA1LjUzMyAwIDAgMS0xLjU4OC42N2wtLjE2OSAxLjk4YTUuODIxIDUuODIxIDAgMCAxLTIuMjUzIDBsLS4xNjgtMS45N2E1LjYgNS42IDAgMCAxLTEuNi0uNjdsLTEuNTIxIDEuMjlhNy43NDggNy43NDggMCAwIDEtMS41OTMtMS41OWwxLjI3NS0xLjUyYTUuNDYyIDUuNDYyIDAgMCAxLS42NzYtMS42MWwtMS45NjQtLjE3YTcuNCA3LjQgMCAwIDEtLjExNS0xLjE0IDcuNDgyIDcuNDgyIDAgMCAxIC4xMTItMS4xMWwxLjk1Ni0uMTZhNS41IDUuNSAwIDAgMSAuNjc2LTEuNjNsLTEuMjc1LTEuNTFhNy40ODkgNy40ODkgMCAwIDEgMS41ODgtMS41OWwxLjUxMyAxLjI3YTUuNDYgNS40NiAwIDAgMSAxLjYyOC0uNjdsLjE2OC0xLjk3YTUuNzk0IDUuNzk0IDAgMCAxIDIuMjQ3IDBsLjE2OSAxLjk3YTUuNDMzIDUuNDMzIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40NzcgNy40NzcgMCAwIDEgMS41ODcgMS41OWwtMS4yOTEgMS41M2E1LjU1NCA1LjU1NCAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NiAzLjU3NiAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-accessSettings,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-accessSettings{background-position:-34px 0}.Viper-buttonIcon.Viper-tableSettings{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTcyLjg5MSAxMjk0LjM1YTcuNDgyIDcuNDgyIDAgMCAxIC4xMTIgMS4xMSA3LjQgNy40IDAgMCAxLS4xMTUgMS4xNGwtMS45OTIuMTdhNS40NDQgNS40NDQgMCAwIDEtLjY2NSAxLjU5bDEuMjkxIDEuNTRhNy43NDggNy43NDggMCAwIDEtMS41OTMgMS41OWwtMS41MzItMS4zYTUuNTQxIDUuNTQxIDAgMCAxLTEuNTg5LjY3bC0uMTY5IDEuOThhNS44MTkgNS44MTkgMCAwIDEtMi4yNTIgMGwtLjE2OC0xLjk3YTUuNiA1LjYgMCAwIDEtMS42LS42N2wtMS41MjEgMS4yOWE3Ljc0NSA3Ljc0NSAwIDAgMS0xLjU5My0xLjU5bDEuMjc1LTEuNTJhNS40NjIgNS40NjIgMCAwIDEtLjY3Ni0xLjYxbC0xLjk2NC0uMTdhNy40IDcuNCAwIDAgMS0uMTE1LTEuMTQgNy40ODIgNy40ODIgMCAwIDEgLjExMi0xLjExbDEuOTU2LS4xNmE1LjUgNS41IDAgMCAxIC42NzYtMS42M2wtMS4yNzUtMS41MWE3LjQ4OSA3LjQ4OSAwIDAgMSAxLjU4OC0xLjU5bDEuNTEzIDEuMjdhNS40NiA1LjQ2IDAgMCAxIDEuNjI4LS42N2wuMTY4LTEuOTdhNS43OTUgNS43OTUgMCAwIDEgMi4yNDcgMGwuMTY4IDEuOTdhNS40MiA1LjQyIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40ODkgNy40ODkgMCAwIDEgMS41ODggMS41OWwtMS4yOTEgMS41M2E1LjUzNyA1LjUzNyAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NyAzLjU3NyAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTEwNi44OTEgMTI5NC4zNWE1LjY1NiA1LjY1NiAwIDAgMSAwIDIuMjVsLTEuOTkzLjE3YTUuNDM1IDUuNDM1IDAgMCAxLS42NjQgMS41OWwxLjI5MSAxLjU0YTcuNzQ1IDcuNzQ1IDAgMCAxLTEuNTkzIDEuNTlsLTEuNTMyLTEuM2E1LjUzMyA1LjUzMyAwIDAgMS0xLjU4OC42N2wtLjE2OSAxLjk4YTUuODIxIDUuODIxIDAgMCAxLTIuMjUzIDBsLS4xNjgtMS45N2E1LjYgNS42IDAgMCAxLTEuNi0uNjdsLTEuNTIxIDEuMjlhNy43NDggNy43NDggMCAwIDEtMS41OTMtMS41OWwxLjI3NS0xLjUyYTUuNDYyIDUuNDYyIDAgMCAxLS42NzYtMS42MWwtMS45NjQtLjE3YTcuNCA3LjQgMCAwIDEtLjExNS0xLjE0IDcuNDgyIDcuNDgyIDAgMCAxIC4xMTItMS4xMWwxLjk1Ni0uMTZhNS41IDUuNSAwIDAgMSAuNjc2LTEuNjNsLTEuMjc1LTEuNTFhNy40ODkgNy40ODkgMCAwIDEgMS41ODgtMS41OWwxLjUxMyAxLjI3YTUuNDYgNS40NiAwIDAgMSAxLjYyOC0uNjdsLjE2OC0xLjk3YTUuNzk0IDUuNzk0IDAgMCAxIDIuMjQ3IDBsLjE2OSAxLjk3YTUuNDMzIDUuNDMzIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40NzcgNy40NzcgMCAwIDEgMS41ODcgMS41OWwtMS4yOTEgMS41M2E1LjU1NCA1LjU1NCAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NiAzLjU3NiAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-tableSettings,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableSettings{background-position:-34px 0}.Viper-buttonIcon.Viper-target{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03MS45NTIgMTMyNGE2LjQ2OSA2LjQ2OSAwIDAgMS01Ljk1MiA1Ljk1djIuMDVoLTF2LTIuMDVhNi40NjkgNi40NjkgMCAwIDEtNS45NTItNS45NUg1N3YtMWgyLjA0OGE2LjQ2OSA2LjQ2OSAwIDAgMSA1Ljk1Mi01Ljk1VjEzMTVoMXYyLjA1YTYuNDY5IDYuNDY5IDAgMCAxIDUuOTUyIDUuOTVINzR2MWgtMi4wNDhaTTY2IDEzMTguMjN2Mi43N2gtMXYtMi43N2E1LjI5MyA1LjI5MyAwIDAgMC00Ljc3NyA0Ljc3SDYzdjFoLTIuNzc3YTUuMjk0IDUuMjk0IDAgMCAwIDQuNzc3IDQuNzdWMTMyNmgxdjIuNzdhNS4yOTQgNS4yOTQgMCAwIDAgNC43NzctNC43N0g2OHYtMWgyLjc3N2E1LjI5MyA1LjI5MyAwIDAgMC00Ljc3Ny00Ljc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMzEzKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDUuOTUyIDEzMjRhNi40NyA2LjQ3IDAgMCAxLTUuOTUyIDUuOTV2Mi4wNWgtMXYtMi4wNWE2LjQ2OSA2LjQ2OSAwIDAgMS01Ljk1Mi01Ljk1SDkxdi0xaDIuMDQ4YTYuNDY5IDYuNDY5IDAgMCAxIDUuOTUyLTUuOTVWMTMxNWgxdjIuMDVhNi40NyA2LjQ3IDAgMCAxIDUuOTUyIDUuOTVIMTA4djFoLTIuMDQ4Wm0tNS45NTItNS43N3YyLjc3aC0xdi0yLjc3YTUuMjkzIDUuMjkzIDAgMCAwLTQuNzc3IDQuNzdIOTd2MWgtMi43NzdhNS4yOTQgNS4yOTQgMCAwIDAgNC43NzcgNC43N1YxMzI2aDF2Mi43N2E1LjI5MyA1LjI5MyAwIDAgMCA0Ljc3Ny00Ljc3SDEwMnYtMWgyLjc3N2E1LjI5MyA1LjI5MyAwIDAgMC00Ljc3Ny00Ljc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMzEzKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-target,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-target{background-position:-34px 0}.Viper-buttonIcon.Viper-insertHr{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSWNvbiI+PHBhdGggc3R5bGU9ImZpbGw6IzJiMmIyYiIgZD0iTTQgMTI1MWgxN3YySDR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xMjQyKSIvPjxwYXRoIGQ9Ik01OSAxMzQ4di0xaDEzdjFINTlabTAtMnYtMWgxM3YxSDU5Wm0wLTJ2LTFoMTN2MUg1OVptMCAxM3YtMWgxM3YxSDU5Wm0wLTJ2LTFoMTN2MUg1OVptMC0ydi0xaDEzdjFINTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEzNDApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkO29wYWNpdHk6LjMiLz48L2c+PGcgZGF0YS1uYW1lPSJJY29uIj48cGF0aCBkYXRhLW5hbWU9ImJhciIgc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTM4IDEyNTFoMTd2MkgzOHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEyNDIpIi8+PHBhdGggZD0iTTkzIDEzNDh2LTFoMTN2MUg5M1ptMC0ydi0xaDEzdjFIOTNabTAtMnYtMWgxM3YxSDkzWm0wIDEzdi0xaDEzdjFIOTNabTAtMnYtMWgxM3YxSDkzWm0wLTJ2LTFoMTN2MUg5M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTM0MCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouMyIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-insertHr,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-insertHr{background-position:-34px 0}.Viper-buttonIcon.Viper-charMap{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ2hhciBNYXAiPjxwYXRoIGQ9Ik02OC42NTEgMTM4My44MWgxLjg3NGE0LjA0MSA0LjA0MSAwIDAgMS0uNDU0LTEuMjcgMjUuNTQ1IDI1LjU0NSAwIDAgMS0uMTE1LTMuMTd2LTIuMzlhMTAuMiAxMC4yIDAgMCAwLS4wOS0xLjY2IDIuNTA2IDIuNTA2IDAgMCAwLTEuOC0yLjAyIDYuNDIyIDYuNDIyIDAgMCAwLTIuMi0uMzIgNy4zMDcgNy4zMDcgMCAwIDAtMi40LjM3IDMuNDc2IDMuNDc2IDAgMCAwLTEuNTg1IDEuMDcgNC4zNDQgNC4zNDQgMCAwIDAtLjc4OCAxLjgybDEuNzU1LjI0YTIuNzI3IDIuNzI3IDAgMCAxIC44OTItMS41NyAzLjEzOSAzLjEzOSAwIDAgMSAxLjg2OS0uNDQgMy4wMzEgMy4wMzEgMCAwIDEgMi4wNDQuNiAyIDIgMCAwIDEgLjUwOCAxLjU1YzAgLjA3IDAgLjIyLS4wMS40N2ExNi44NzcgMTYuODc3IDAgMCAxLTMuMi42MiAxMC42OCAxMC42OCAwIDAgMC0xLjU5NS4yNyA0LjI1MiA0LjI1MiAwIDAgMC0xLjI5MS41OCAyLjk1IDIuOTUgMCAwIDAtLjkyNyAxLjA0IDIuODY2IDIuODY2IDAgMCAwLS4zNTQgMS40MiAyLjc5IDIuNzkgMCAwIDAgLjkzNyAyLjE3IDMuODQyIDMuODQyIDAgMCAwIDIuNjgyLjg2IDUuNiA1LjYgMCAwIDAgMS45NzktLjM1IDYuNTM2IDYuNTM2IDAgMCAwIDEuOTE5LTEuMiAzLjggMy44IDAgMCAwIC4zNTkgMS4zMVptLS41MDgtNC42NmE0LjM4MiA0LjM4MiAwIDAgMS0uMjg5IDEuOCAyLjggMi44IDAgMCAxLTEuMTg2IDEuMjQgMy43MjQgMy43MjQgMCAwIDEtMS44NDQuNDUgMi4zMzMgMi4zMzMgMCAwIDEtMS41OS0uNDggMS41MjkgMS41MjkgMCAwIDEtLjU0My0xLjE5IDEuNTQ4IDEuNTQ4IDAgMCAxIC4yNDktLjg2IDEuNTcyIDEuNTcyIDAgMCAxIC43MDgtLjU4IDcuMTMzIDcuMTMzIDAgMCAxIDEuNTY1LS4zNiAxMi41OTQgMTIuNTk0IDAgMCAwIDIuOTMxLS42OHYuNjZabS0xLjktNy4xOCAyLjM0MS0yLjk4aC0yLjUxNWwtMS40MTYgMi45OGgxLjU4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTM2NykiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IsOhIiBkPSJNMTAyLjY1MSAxMzgzLjgxaDEuODc0YTQuMDMyIDQuMDMyIDAgMCAxLS40NTMtMS4yNyAyNS40MTYgMjUuNDE2IDAgMCAxLS4xMTUtMy4xN3YtMi4zOWExMC4xNjMgMTAuMTYzIDAgMCAwLS4wOS0xLjY2IDIuODY0IDIuODY0IDAgMCAwLS41NTgtMS4yMiAyLjkgMi45IDAgMCAwLTEuMjQ2LS44IDYuNDIgNi40MiAwIDAgMC0yLjItLjMyIDcuMzA3IDcuMzA3IDAgMCAwLTIuNC4zNyAzLjQ3NiAzLjQ3NiAwIDAgMC0xLjU4NSAxLjA3IDQuMzQ0IDQuMzQ0IDAgMCAwLS43ODcgMS44MmwxLjc1NC4yNGEyLjcyNyAyLjcyNyAwIDAgMSAuODkyLTEuNTcgMy4xMzkgMy4xMzkgMCAwIDEgMS44NjktLjQ0IDMuMDMgMy4wMyAwIDAgMSAyLjA0My42IDIgMiAwIDAgMSAuNTA5IDEuNTVjMCAuMDcgMCAuMjItLjAxLjQ3YTE2LjkgMTYuOSAwIDAgMS0zLjIuNjIgMTAuNjggMTAuNjggMCAwIDAtMS41OTUuMjcgNC4yNTIgNC4yNTIgMCAwIDAtMS4yOTEuNTggMi45NSAyLjk1IDAgMCAwLS45MjcgMS4wNCAyLjg2NiAyLjg2NiAwIDAgMC0uMzU0IDEuNDIgMi43OSAyLjc5IDAgMCAwIC45MzcgMi4xNyAzLjg0MiAzLjg0MiAwIDAgMCAyLjY4Mi44NiA1LjYgNS42IDAgMCAwIDEuOTc5LS4zNSA2LjUyNCA2LjUyNCAwIDAgMCAxLjkxOS0xLjIgMy44IDMuOCAwIDAgMCAuMzU5IDEuMzFabS0uNTA4LTQuNjZhNC4zOTQgNC4zOTQgMCAwIDEtLjI4OSAxLjggMi44IDIuOCAwIDAgMS0xLjE4NyAxLjI0IDMuNzIyIDMuNzIyIDAgMCAxLTEuODQ0LjQ1IDIuMzMzIDIuMzMzIDAgMCAxLTEuNTktLjQ4IDEuNTI5IDEuNTI5IDAgMCAxLS41NDMtMS4xOSAxLjU0OSAxLjU0OSAwIDAgMSAuMjQ5LS44NiAxLjU3MiAxLjU3MiAwIDAgMSAuNzA4LS41OCA3LjEzMyA3LjEzMyAwIDAgMSAxLjU2NS0uMzYgMTIuNjEgMTIuNjEgMCAwIDAgMi45MzEtLjY4di42NlptLTEuOS03LjE4IDIuMzQyLTIuOThoLTIuNTEybC0xLjQxNiAyLjk4aDEuNTg2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMzY3KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-charMap,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-charMap{background-position:-34px 0}.Viper-buttonIcon.Viper-showHiddenChars{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSGlkZGVuIENIYXJhY3RlcnMiPjxwYXRoIGRhdGEtbmFtZT0iwrYgY29weSIgZD0iTTYyLjE4NiAxMzk3LjlhMy4yMTcgMy4yMTcgMCAwIDAtMS4xODYgMi41NyAzLjY4MyAzLjY4MyAwIDAgMCAxLjA3NyAyLjcxQTQuNjQ3IDQuNjQ3IDAgMCAwIDY1IDE0MDR2OGgxdi0xNGgydjE0aDF2LTE1aC00YTMuNzc3IDMuNzc3IDAgMCAwLTIuODE0LjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEzOTQpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSLCtiBjb3B5IiBkPSJNOTYuMTg2IDEzOTcuOWEzLjIxNyAzLjIxNyAwIDAgMC0xLjE4NiAyLjU3IDMuNjgzIDMuNjgzIDAgMCAwIDEuMDc2IDIuNzFBNC42NDcgNC42NDcgMCAwIDAgOTkgMTQwNHY4aDF2LTE0aDJ2MTRoMXYtMTVoLTRhMy43NzcgMy43NzcgMCAwIDAtMi44MTQuOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTM5NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-showHiddenChars,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-showHiddenChars{background-position:-34px 0}.Viper-buttonIcon.Viper-sourceNewWindow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBvcGVuIGluIG5ldyB3aW5kb3ciPjxnIGRhdGEtbmFtZT0iaWNvbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0iTTY4IDgwM2g2djZoLTF2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xWm0tOCA1djZhMSAxIDAgMCAwIDEgMWg4YTEgMSAwIDAgMCAxLTF2LTRoMXY1YTEgMSAwIDAgMS0xIDFINjBhMSAxIDAgMCAxLTEtMXYtOGExIDEgMCAwIDEgMS0xaDd2MWgtNmExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04MDApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTEwNyA4MDl2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xaDZ2NmgtMVptLTEzLTF2NmExIDEgMCAwIDAgMSAxaDhhMSAxIDAgMCAwIDEtMXYtNGgxdjVhMSAxIDAgMCAxLTEgMUg5NGExIDEgMCAwIDEtMS0xdi04YTEgMSAwIDAgMSAxLTFoN3YxaC02YTEgMSAwIDAgMC0xIDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTgwMCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-sourceNewWindow,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-sourceNewWindow{background-position:-34px 0}.Viper-buttonIcon.Viper-langTools{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGFuZ3VhZ2UgVG9vbHMiPjxnIGRhdGEtbmFtZT0iY29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iTGFuZ3VhZ2UgSWNvbiIgZD0ibTczLjI4OSAxNDMzLjc5LS42MTUtMi4yOS0zLjUzNi0xLjA5LS43NiAxLjg2LTEuNzEyLS41MyAzLjYzMy05LjEgMS42NjYuNTJMNzUgMTQzNC4zMlptLTIuMjI4LTguMTktMS4yNjkgMy4xMyAyLjMzMy43MlptLTIuODI1IDExLjg3YTkuNTgxIDkuNTgxIDAgMCAwIDEuNTItLjczIDEwLjc4OCAxMC43ODggMCAwIDAgMS4xLS43OGMuMTcyLS4xMy4zMjYtLjI2LjQ4OS0uNDFhMS4zNTkgMS4zNTkgMCAwIDEgLjQ4OS0uMzggMS4yNzQgMS4yNzQgMCAwIDEgLjI2My44Ny40MzYuNDM2IDAgMCAxLS4xMTguMzUgOC43MSA4LjcxIDAgMCAxLTEuODkyIDEuNTEgNi44NjggNi44NjggMCAwIDEtMS4wNTkuNTcgNC44MDYgNC44MDYgMCAwIDEtLjY2MS4xYy0uMjgxLjEtLjU3OS4zNi0uODYuNDMtLjMxNy4wOC0uNjUyLjEzLS45NjguMThINjUuMzVhOS4xMTMgOS4xMTMgMCAwIDEtMS4yOTQtLjI2Yy0uMTcyLS4wNC0uMzQ0LS4xMi0uNTE2LS4xN2E5Ljg2NSA5Ljg2NSAwIDAgMS0xLjQyMS0uNzEgOC42NjQgOC42NjQgMCAwIDEtMS4wODYtLjc3Yy0uMS0uMDktLjIxLS4xOS0uMzE4LS4yOGwtMS4zODUgMS41OS0uNjItNC4zIDQuMTc5LjIzLTEuNDgyIDEuNjlhMi42IDIuNiAwIDAgMCAuMzUuNGMuMTM2LjA4LjI4MS4wMS40LjA5LjE0NS4wOS4yOS4xOS40MjUuMjYuMjA4LjEyLjQyNS4yMy42MTUuMzJhNS4wNzQgNS4wNzQgMCAwIDAgLjYwNi4yNCA2Ljk5MSA2Ljk5MSAwIDAgMCAuODA1LjIzYy4zMTcuMDcuNjE2LjEuOTMyLjE0aC44MTVjLjE2MyAwIC45NjgtLjE1IDEtLjE1LjI5My0uMDguNjAxLS4xNi44ODItLjI2Wm0tNC4yMy02LjUxYy0uMjMxLS4xLTEuMy0uNzEtMS41NjUtLjlzLTEuMy0uOTYtMS40MzItMS4wMnYtLjIyYTMwLjcgMzAuNyAwIDAgMS0yLjI1IDMuMzMgMTIuMzE5IDEyLjMxOSAwIDAgMS0xLjg5MyAyLjAxIDMuMjU3IDMuMjU3IDAgMCAxLS44NjYuMDhjLjI5MS0uMjMgMS0xLjI4IDEuMzQ2LTEuNjkuNDU3LS41MyAyLjU2LTMuNTggMi45My00LjI3czEuNTE3LTMuMDEgMS41NzgtMy4yMmMtLjE5NC0uMDItMS40NDMuNjEtMS44MTYuNzNhMTQgMTQgMCAwIDAtMS40MzQuNDYgMS40MTggMS40MTggMCAwIDAtLjA1MS4zNiAxLjQgMS40IDAgMCAxLS41NTUuMjcgMy4xNzQgMy4xNzQgMCAwIDEtMS4wMjQuMDEuODgyLjg4MiAwIDAgMS0uMzQ1LS41OCAyLjcyMyAyLjcyMyAwIDAgMS0uMDktLjZjLjIyNi0uMDcuNTc4LS4wNy45ODItLjE5czEuMzg0LS40MSAxLjktLjU5IDEuNTMxLS41NyAxLjg0OC0uNjMgMS4xMzMtLjY2IDEuNTY0LS44MWExLjI5MSAxLjI5MSAwIDAgMSAuNzY1LS4xOSA1LjgyMSA1LjgyMSAwIDAgMSAuMTUyLjgyYy0uMDIuMTEtLjg4MyAxLjc5LTEuMDEgMi4wNi0uMDY5LjE0LS43Ni45OC0xLjU3NSAyLjI2LjI4OS4xMi45LjM5IDEuMTU1LjUxLjMwNy4xNSAyLjQ2OSAxLjA3IDIuNTc0IDEuMWEyLjk1IDIuOTUgMCAwIDEgLjI2NSAxLjE1IDIuMzU0IDIuMzU0IDAgMCAxLTEuMTUyLS4yNFptLTMuNTEzLTcuNDRhNC4xMjIgNC4xMjIgMCAwIDEtMS4yNy4yMSAxLjI4MyAxLjI4MyAwIDAgMS0uODc5LS40OCAxLjc2OSAxLjc2OSAwIDAgMS0uMzE4LS45OCAxLjYzMyAxLjYzMyAwIDAgMCAuODQyLjFjLjIzNy0uMDUuOTU5LS4yMiAxLjIyMy0uM2E5LjIgOS4yIDAgMCAxIC45OTEtLjI1LjMzNi4zMzYgMCAwIDEgLjM3Ni4zMSAxLjI1MyAxLjI1MyAwIDAgMS0uMDc0LjY5IDEuOTI2IDEuOTI2IDAgMCAxLS44OS43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDIxKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iTGFuZ3VhZ2UgSWNvbiIgZD0ibTEwNy4yODkgMTQzMy43OS0uNjE0LTIuMjktMy41MzYtMS4wOS0uNzYxIDEuODYtMS43MTEtLjUzIDMuNjMzLTkuMSAxLjY2NS41MiAzLjAzNSAxMS4xNlptLTIuMjI4LTguMTktMS4yNjkgMy4xMyAyLjMzMy43MlptLTIuODI0IDExLjg3YTkuNTczIDkuNTczIDAgMCAwIDEuNTItLjczIDEwLjcgMTAuNyAwIDAgMCAxLjEtLjc4Yy4xNzItLjEzLjMyNi0uMjYuNDg5LS40MWExLjM2NCAxLjM2NCAwIDAgMSAuNDg5LS4zOCAxLjI3MyAxLjI3MyAwIDAgMSAuMjYyLjg3LjQzNy40MzcgMCAwIDEtLjExNy4zNSA4LjcyMSA4LjcyMSAwIDAgMS0xLjg5MiAxLjUxIDYuODgzIDYuODgzIDAgMCAxLTEuMDU5LjU3IDQuNzg3IDQuNzg3IDAgMCAxLS42NjEuMWMtLjI4LjEtLjU3OS4zNi0uODU5LjQzLS4zMTcuMDgtLjY1Mi4xMy0uOTY5LjE4aC0xLjE5YTkuMTEzIDkuMTEzIDAgMCAxLTEuMjk0LS4yNmMtLjE3Mi0uMDQtLjM0NC0uMTItLjUxNi0uMTdhOS44NTkgOS44NTkgMCAwIDEtMS40MjEtLjcxIDguNjY0IDguNjY0IDAgMCAxLTEuMDg2LS43N2MtLjEtLjA5LS4yMS0uMTktLjMxOC0uMjhsLTEuMzg1IDEuNTktLjYyLTQuMyA0LjE3OS4yMy0xLjQ4MiAxLjY5YTIuNiAyLjYgMCAwIDAgLjM1LjRjLjEzNi4wOC4yODEuMDEuNC4wOS4xNDUuMDkuMjkuMTkuNDI1LjI2LjIwOC4xMi40MjUuMjMuNjE2LjMyYTUuMDc0IDUuMDc0IDAgMCAwIC42MDYuMjQgNi45OTEgNi45OTEgMCAwIDAgLjgwNS4yM2MuMzE3LjA3LjYxNS4xLjkzMi4xNGguODE0Yy4xNjMgMCAuOTY5LS4xNSAxLS4xNS4yOTMtLjA4LjYwMS0uMTYuODgyLS4yNlptLTQuMjMtNi41MWMtLjIzMS0uMS0xLjMtLjcxLTEuNTY1LS45cy0xLjMtLjk2LTEuNDMyLTEuMDJ2LS4yMmEzMC43IDMwLjcgMCAwIDEtMi4yNSAzLjMzIDEyLjMxNSAxMi4zMTUgMCAwIDEtMS44OTMgMi4wMSAzLjI1NiAzLjI1NiAwIDAgMS0uODY2LjA4Yy4yOTEtLjIzIDEtMS4yOCAxLjM0Ni0xLjY5LjQ1Ny0uNTMgMi41Ni0zLjU4IDIuOTMtNC4yN3MxLjUxNy0zLjAxIDEuNTc4LTMuMjJjLS4xOTQtLjAyLTEuNDQzLjYxLTEuODE2LjczYTE0IDE0IDAgMCAwLTEuNDM0LjQ2IDEuNDE4IDEuNDE4IDAgMCAwLS4wNTEuMzYgMS40IDEuNCAwIDAgMS0uNTU1LjI3IDMuMTc0IDMuMTc0IDAgMCAxLTEuMDI0LjAxLjg4Mi44ODIgMCAwIDEtLjM0NS0uNTggMi43MjMgMi43MjMgMCAwIDEtLjA5LS42Yy4yMjYtLjA3LjU3OC0uMDcuOTgyLS4xOXMxLjM4NC0uNDEgMS45LS41OSAxLjUzMS0uNTcgMS44NDgtLjYzIDEuMTMzLS42NiAxLjU2NC0uODFhMS4yOTEgMS4yOTEgMCAwIDEgLjc2NS0uMTkgNS44MjEgNS44MjEgMCAwIDEgLjE1Mi44MmMtLjAyLjExLS44ODMgMS43OS0xLjAxIDIuMDYtLjA2OS4xNC0uNzYuOTgtMS41NzUgMi4yNi4yOS4xMi45LjM5IDEuMTU1LjUxLjMwNy4xNSAyLjQ2OSAxLjA3IDIuNTc0IDEuMWEyLjk1MiAyLjk1MiAwIDAgMSAuMjY1IDEuMTUgMi4zNTQgMi4zNTQgMCAwIDEtMS4xNTMtLjI0Wm0tMy41MTMtNy40NGE0LjEyMiA0LjEyMiAwIDAgMS0xLjI3LjIxIDEuMjgzIDEuMjgzIDAgMCAxLS44NzktLjQ4IDEuNzY5IDEuNzY5IDAgMCAxLS4zMTctLjk4IDEuNjMyIDEuNjMyIDAgMCAwIC44NDIuMWMuMjM3LS4wNS45NTktLjIyIDEuMjIzLS4zYTkuMiA5LjIgMCAwIDEgLjk5MS0uMjUuMzM2LjMzNiAwIDAgMSAuMzc2LjMxIDEuMjUzIDEuMjUzIDAgMCAxLS4wNzQuNjkgMS45MjYgMS45MjYgMCAwIDEtLjg5Mi43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDIxKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-langTools,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-langTools{background-position:-34px 0}.Viper-buttonIcon.Viper-searchReplace{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGQ9Ik02NCAxNTA3aC0zdi0yaDN2MlptLTQgMWg0djVoLTF2NmgtNXYtNVptNy0xaDN2LTJoLTN2MlptNCAxaC00djVoMXY2aDV2LTVabS01IDVoLTF2LTVoMXY1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNTAyKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik05OCAxNTA3aC0zdi0yaDN2MlptLTQgMWg0djVoLTF2NmgtNXYtNVptNy0xaDN2LTJoLTN2MlptNCAxaC00djVoMXY2aDV2LTVabS01IDVoLTF2LTVoMXY1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNTAyKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-searchReplace,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-searchReplace{background-position:-34px 0}.Viper-buttonIcon.Viper-formats{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyAtIG5vbmUiPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03NSAxNTQ0djJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLThhMiAyIDAgMCAxLTItMnYtMTJoMTdhMiAyIDAgMCAxIDIgMnYzaC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMlptLTItOWExIDEgMCAwIDAtMS0xaC03di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMnYyYTEgMSAwIDAgMCAxIDFoMTNhMSAxIDAgMCAwIDEtMXYtOFptLTE1IDB2LTFoMWExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNTI5KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDkgMTU0NHYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC04YTIgMiAwIDAgMS0yLTJ2LTNoMnYyYTEgMSAwIDAgMCAxIDFoMTNhMSAxIDAgMCAwIDEtMXYxaDJabTAtM3YyaC0ydi0yaDJabS0yLTNoMnYyaC0ydi0yWm0wLTNhMSAxIDAgMCAwLTEtMWgtN3YtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgxN2EyIDIgMCAwIDEgMiAydjNoLTJ2LTJabS0xNSAwdi0xaDFhMSAxIDAgMCAwLTEgMVptLTIgMnYtMmgydjJoLTJabTIgM2gtMnYtMmgydjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1MjkpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-formats,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats{background-position:-34px 0}.Viper-buttonIcon.Viper-headings{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGRhdGEtbmFtZT0iSCBjb3B5IDIiIGQ9Ik03MyAxNTcyYTguNjY3IDguNjY3IDAgMCAxLS45MjEtLjA2IDIuOSAyLjkgMCAwIDEtLjU2MS0uMTcuOS45IDAgMCAxLS40MjItLjM5LjMyLjMyIDAgMCAxLS4xMDctLjI3di05LjAxYTEuNDYyIDEuNDYyIDAgMCAxIC4xMDctLjU3LjY1OC42NTggMCAwIDEgLjQyMi0uMzcgNS4xNzMgNS4xNzMgMCAwIDEgLjU2MS0uMTRBNy4zNTkgNy4zNTkgMCAwIDEgNzMgMTU2MXYtMWgtNnYxYTUuNDM2IDUuNDM2IDAgMCAxIC44NjcuMDUgMy4yNjMgMy4yNjMgMCAwIDEgLjYwOC4yMS44NTEuODUxIDAgMCAxIC40MTguMzkgMS4xODcgMS4xODcgMCAwIDEgLjEyMS41NEw2OSAxNTY2aC03di00YTEuMDMzIDEuMDMzIDAgMCAxIC4xMDctLjQ3LjY1OS42NTkgMCAwIDEgLjQyMi0uMzcgNS4xOCA1LjE4IDAgMCAxIC41NjEtLjE0IDcuMTc5IDcuMTc5IDAgMCAxIC45MS0uMDJ2LTFoLTZ2MWE1LjIgNS4yIDAgMCAxIC44NDguMDUgMy4yNjQgMy4yNjQgMCAwIDEgLjYwOC4yMS44NTEuODUxIDAgMCAxIC40MTguMzkgMS4xODcgMS4xODcgMCAwIDEgLjEyMS41NEw2MCAxNTcxYS45MTcuOTE3IDAgMCAxLS4xMzcuNTIuNzc3Ljc3NyAwIDAgMS0uNDA4LjM0IDEuNzkxIDEuNzkxIDAgMCAxLS41OC4xMWMtLjI4Mi4wMy0uNzI3LjAyLS44NzUuMDN2MWg2di0xYTguNDc2IDguNDc2IDAgMCAxLS45MDktLjA2IDIuOSAyLjkgMCAwIDEtLjU2MS0uMTcuOS45IDAgMCAxLS40MjItLjM5LjYwNi42MDYgMCAwIDEtLjEwOC0uMzh2LTRoN2wuMDEzIDQuMjFhLjMzNS4zMzUgMCAwIDEtLjEzLjMxLjc3Ny43NzcgMCAwIDEtLjQwOC4zNCAxLjc5MiAxLjc5MiAwIDAgMS0uNTguMTFjLS4yODEuMDMtLjc0Ny4wMi0uODk1LjAzdjFoNnYtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTU1NikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IkggY29weSAyIiBkPSJNMTA3IDE1NzJhOC42NjQgOC42NjQgMCAwIDEtLjkyMS0uMDYgMi45IDIuOSAwIDAgMS0uNTYxLS4xNy45LjkgMCAwIDEtLjQyMi0uMzkuMzE4LjMxOCAwIDAgMS0uMTA3LS4yN3YtOS4wMWExLjQ0OCAxLjQ0OCAwIDAgMSAuMTA3LS41Ny42NTcuNjU3IDAgMCAxIC40MjItLjM3IDUuMTU4IDUuMTU4IDAgMCAxIC41NjEtLjE0IDcuMzYzIDcuMzYzIDAgMCAxIC45MjEtLjAydi0xaC02djFhNS40MzUgNS40MzUgMCAwIDEgLjg2Ny4wNSAzLjI2OSAzLjI2OSAwIDAgMSAuNjA4LjIxLjg0OC44NDggMCAwIDEgLjQxNy4zOSAxLjE3OCAxLjE3OCAwIDAgMSAuMTIxLjU0TDEwMyAxNTY2aC03di00YTEuMDMyIDEuMDMyIDAgMCAxIC4xMDctLjQ3LjY1OS42NTkgMCAwIDEgLjQyMi0uMzcgNS4xOCA1LjE4IDAgMCAxIC41NjEtLjE0IDcuMTc5IDcuMTc5IDAgMCAxIC45MS0uMDJ2LTFoLTZ2MWE1LjIgNS4yIDAgMCAxIC44NDguMDUgMy4yNjQgMy4yNjQgMCAwIDEgLjYwOC4yMS44NTEuODUxIDAgMCAxIC40MTcuMzkgMS4xODcgMS4xODcgMCAwIDEgLjEyMS41NEw5NCAxNTcxYS45MTcuOTE3IDAgMCAxLS4xMzcuNTIuNzc3Ljc3NyAwIDAgMS0uNDA4LjM0IDEuNzkyIDEuNzkyIDAgMCAxLS41OC4xMWMtLjI4MS4wMy0uNzI3LjAyLS44NzUuMDN2MWg2di0xYTguNDc2IDguNDc2IDAgMCAxLS45MDktLjA2IDIuOSAyLjkgMCAwIDEtLjU2MS0uMTcuOS45IDAgMCAxLS40MjItLjM5LjYwNS42MDUgMCAwIDEtLjEwOC0uMzh2LTRoN2wuMDEzIDQuMjFhLjMzNC4zMzQgMCAwIDEtLjEzLjMxLjc4Ljc4IDAgMCAxLS40MDguMzQgMS43OTQgMS43OTQgMCAwIDEtLjU4LjExYy0uMjgyLjAzLS43NDcuMDItLjg5NS4wM3YxaDZ2LTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1NTYpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-headings,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-headings{background-position:-34px 0}.Viper-buttonIcon.Viper-formats-p{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbUF0iPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03NiAxNjI2djJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJINTdhMiAyIDAgMCAxLTItMnYtMTRoMTlhMiAyIDAgMCAxIDIgMnY1aC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMlptLTItMTFhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgxYTEgMSAwIDAgMC0xIDF2LTFoLTJ2MWgydjJoLTJ2MWgydjJoLTJ2MWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTYxMCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQ7b3BhY2l0eTouMyIvPjxwYXRoIGQ9Ik0xMTAgMTYyNnYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYySDkxYTIgMiAwIDAgMS0yLTJ2LTVoMnY0YTEgMSAwIDAgMCAxIDFoMTVhMSAxIDAgMCAwIDEtMXYxaDJabTAtM3YyaC0ydi0yaDJabS0yLTNoMnYyaC0ydi0yWm0wLTVhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgxYTEgMSAwIDAgMC0xIDF2LTFoLTJ2LTJoMTlhMiAyIDAgMCAxIDIgMnY1aC0ydi00Wm0tMTkgMnYtMmgydjJoLTJabTIgM2gtMnYtMmgydjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE2MTApIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkYXRhLW5hbWU9IlAgY29weSAyIiBkPSJNNjIuOTkyIDE2MjQuMDJINjV2LTMuMDdoMS4wOGEzLjEzNCAzLjEzNCAwIDAgMCAyLjIyNS0uNTkgMi40NDggMi40NDggMCAwIDAgLjcyOS0xLjg5IDIuNCAyLjQgMCAwIDAtLjY2OS0xLjgyIDIuODQxIDIuODQxIDAgMCAwLTIuMDEyLS42NGgtMy4zNjF2OC4wMVptMi02LjU3aDEuMTg3YS42NjguNjY4IDAgMCAxIC42NjguMjYgMS4zMzEgMS4zMzEgMCAwIDEgLjI1MS44IDEuMTM1IDEuMTM1IDAgMCAxLS4yODkuNzkuOC44IDAgMCAxLS43MjguMjVoLTEuMDg3di0yLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE2MTApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJQIGNvcHkgMyIgZD0iTTk2Ljk5MiAxNjI0LjAySDk5di0zLjA3aDEuMDc4YTMuMTM0IDMuMTM0IDAgMCAwIDIuMjI1LS41OSAyLjQ0OCAyLjQ0OCAwIDAgMCAuNzI5LTEuODkgMi40IDIuNCAwIDAgMC0uNjY5LTEuODIgMi44NDIgMi44NDIgMCAwIDAtMi4wMTItLjY0aC0zLjM1OXY4LjAxWm0yLTYuNTdoMS4xODdhLjY2Ny42NjcgMCAwIDEgLjY2OC4yNiAxLjMyNyAxLjMyNyAwIDAgMSAuMjUyLjggMS4xMzUgMS4xMzUgMCAwIDEtLjI5Ljc5LjguOCAwIDAgMS0uNzI4LjI1aC0xLjA4N3YtMi4xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjEwKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-p,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-p{background-position:-34px 0}.Viper-buttonIcon.Viper-formats-blockquote{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbUXVvdGVdIj48ZyBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBkPSJNNzYgMTY1M3YyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYySDU3YTIgMiAwIDAgMS0yLTJ2LTE0aDE5YTIgMiAwIDAgMSAyIDJ2NWgtMnYxaDJ2MmgtMnYxaDJ2MmgtMnYxaDJabS0yLTExYTEgMSAwIDAgMC0xLTFoLTl2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2MWgydjJoLTJ2MWgydjJoLTJ2MWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xMFptLTE3IDB2LTFoMWExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjM3KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTExMCAxNjUzdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJIOTFhMiAyIDAgMCAxLTItMnYtNWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0yaDJ2MmgtMnYxaDJabS0yLTZoMnYyaC0ydi0yWm0wLTVhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgxOWEyIDIgMCAwIDEgMiAydjVoLTJ2LTRabS0xNyAwdi0xaDFhMSAxIDAgMCAwLTEgMVptLTIgMnYtMmgydjJoLTJabTIgM2gtMnYtMmgydjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE2MzcpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkYXRhLW5hbWU9IuKAnCBjb3B5IiBkPSJtNjUgMTY0Ny0xLjUzNC0uMDFhMi40NzEgMi40NzEgMCAwIDEgLjQtMS40MSAyLjUgMi41IDAgMCAxIDEuMjYyLS44MmwtLjU3Ni0xLjIyYTQuMiA0LjIgMCAwIDAtMS41NS45MiAzLjEyOSAzLjEyOSAwIDAgMC0uODMzIDEuMzRBMi4zODcgMi4zODcgMCAwIDAgNjIgMTY0N3YzaDN2LTNabTQgMC0xLjQ1NC0uMDFhMi40NzEgMi40NzEgMCAwIDEgLjQtMS40MSAyLjUgMi41IDAgMCAxIDEuMjYyLS44MmwtLjU3Ni0xLjIyYTQuMjY2IDQuMjY2IDAgMCAwLTEuNTQ1LjkyIDMuMTEgMy4xMSAwIDAgMC0uODM4IDEuMzRBOC40IDguNCAwIDAgMCA2NiAxNjQ4djJoM3YtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTYzNykiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IuKAnCBjb3B5IiBkPSJtOTkgMTY0Ny0xLjUzNC0uMDFhMi40NzEgMi40NzEgMCAwIDEgLjQtMS40MSAyLjUgMi41IDAgMCAxIDEuMjYyLS44MmwtLjU3Ni0xLjIyYTQuMiA0LjIgMCAwIDAtMS41NS45MiAzLjEyOSAzLjEyOSAwIDAgMC0uODMzIDEuMzRBMi4zODcgMi4zODcgMCAwIDAgOTYgMTY0N3YzaDN2LTNabTQgMC0xLjQ1My0uMDFhMi40NjQgMi40NjQgMCAwIDEgLjQtMS40MSAyLjQ5MyAyLjQ5MyAwIDAgMSAxLjI2Mi0uODJsLS41NzYtMS4yMmE0LjI1OSA0LjI1OSAwIDAgMC0xLjU0NS45MiAzLjExMyAzLjExMyAwIDAgMC0uODM4IDEuMzQgOC40IDguNCAwIDAgMC0uMjUgMi4ydjJoM3YtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTYzNykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-blockquote,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-blockquote{background-position:-34px 0}.Viper-buttonIcon.Viper-formats-div{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbRElWIF0iPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03NiAxNTk5djJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJINTdhMiAyIDAgMCAxLTItMnYtMTRoMTlhMiAyIDAgMCAxIDIgMnY1aC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMlptLTItMTFhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYxaDJ2MmgtMnYxaDJ2MmgtMnYxaDJ2NGExIDEgMCAwIDAgMSAxaDE1YTEgMSAwIDAgMCAxLTF2LTEwWm0tMTcgMHYtMWgxYTEgMSAwIDAgMC0xIDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1ODMpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkO29wYWNpdHk6LjMiLz48cGF0aCBkPSJNMTEwIDE1OTl2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2Mkg5MWEyIDIgMCAwIDEtMi0ydi01aDJ2NGExIDEgMCAwIDAgMSAxaDE1YTEgMSAwIDAgMCAxLTF2LTJoMnYyaC0ydjFoMlptLTItNmgydjJoLTJ2LTJabTAtNWExIDEgMCAwIDAtMS0xaC05di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaDE5YTIgMiAwIDAgMSAyIDJ2NWgtMnYtNFptLTE3IDB2LTFoMWExIDEgMCAwIDAtMSAxWm0tMiAydi0yaDJ2MmgtMlptMiAzaC0ydi0yaDJ2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTU4MykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouMyIvPjxwYXRoIGRhdGEtbmFtZT0iZGl2IGNvcHkiIGQ9Ik01OC45OTQgMTU5NS45N2gyLjI4NGEzLjgyOSAzLjgyOSAwIDAgMCAxLjA3NS0uMTMgMS45ODUgMS45ODUgMCAwIDAgLjc5MS0uNDggMi42OSAyLjY5IDAgMCAwIC42NDQtMS4wNiAzLjk4NCAzLjk4NCAwIDAgMCAuMTg0LTEuMjggNC4zODUgNC4zODUgMCAwIDAtLjItMS40MiAyLjY0NSAyLjY0NSAwIDAgMC0uNTc0LS45OCAxLjgyMiAxLjgyMiAwIDAgMC0uODQ0LS41NSA0LjE1NCA0LjE1NCAwIDAgMC0xLjE0NC0uMTJoLTIuMjE2djYuMDJaTTYxIDE1OTFhNS44NzUgNS44NzUgMCAwIDEgLjk2OS4wMyAxLjE1MyAxLjE1MyAwIDAgMSAuNTYyLjI4IDEuNDI2IDEuNDI2IDAgMCAxIC4zNDUuNTggMy42MTcgMy42MTcgMCAwIDEgLjEyMyAxLjA3IDMuOTcxIDMuOTcxIDAgMCAxLS4xMjMgMS4xMSAxLjMzOSAxLjMzOSAwIDAgMS0uMzE4LjU4IDEuNjg2IDEuNjg2IDAgMCAxLS41NTguMzUgOC4xNzQgOC4xNzQgMCAwIDEtMSAwaC0xdi00aDFabTUgNXYtNmgtMXY2aDFabTQgMCAyLTZoLTFsLTEuNTE2IDQuNDJMNjggMTU5MGgtMWwyIDZoMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTU4MykiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImRpdiBjb3B5IiBkPSJNOTIuOTk0IDE1OTUuOTdoMi4yODRhMy44MjkgMy44MjkgMCAwIDAgMS4wNzUtLjEzIDEuOTg1IDEuOTg1IDAgMCAwIC43OS0uNDggMi42OSAyLjY5IDAgMCAwIC42NDQtMS4wNiAzLjk4NCAzLjk4NCAwIDAgMCAuMTg0LTEuMjggNC4zODUgNC4zODUgMCAwIDAtLjItMS40MiAyLjY0NSAyLjY0NSAwIDAgMC0uNTc0LS45OCAxLjgyMiAxLjgyMiAwIDAgMC0uODQ0LS41NSA0LjE1NCA0LjE1NCAwIDAgMC0xLjE0NC0uMTJoLTIuMjE1djYuMDJaTTk1IDE1OTFhNS44NzUgNS44NzUgMCAwIDEgLjk2OS4wMyAxLjE1MyAxLjE1MyAwIDAgMSAuNTYyLjI4IDEuNDI3IDEuNDI3IDAgMCAxIC4zNDQuNTggMy42MTcgMy42MTcgMCAwIDEgLjEyMyAxLjA3IDMuOTcxIDMuOTcxIDAgMCAxLS4xMjMgMS4xMSAxLjMzOSAxLjMzOSAwIDAgMS0uMzE4LjU4IDEuNjg2IDEuNjg2IDAgMCAxLS41NTcuMzUgOC4xNzQgOC4xNzQgMCAwIDEtMSAwaC0xdi00aDFabTUgNXYtNmgtMXY2aDFabTQgMCAyLTZoLTFsLTEuNTE1IDQuNDJMMTAyIDE1OTBoLTFsMiA2aDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1ODMpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-div,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-div{background-position:-34px 0}.Viper-buttonIcon.Viper-formats-pre{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbUFJFXSI+PHBhdGggZD0iTTc2IDE2ODB2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2Mkg1N2EyIDIgMCAwIDEtMi0ydi0xNGgxOWEyIDIgMCAwIDEgMiAydjVoLTJ2MWgydjJoLTJ2MWgydjJoLTJ2MWgyWm0tMi0xMWExIDEgMCAwIDAtMS0xaC05di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaDFhMSAxIDAgMCAwLTEgMXYtMWgtMnYxaDJ2MmgtMnYxaDJ2MmgtMnYxaDJ2NGExIDEgMCAwIDAgMSAxaDE1YTEgMSAwIDAgMCAxLTF2LTEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjY0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTExMCAxNjgwdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJIOTFhMiAyIDAgMCAxLTItMnYtNWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdjFoMlptMC0zdjJoLTJ2LTJoMlptLTItM2gydjJoLTJ2LTJabTAtNWExIDEgMCAwIDAtMS0xaC05di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaDFhMSAxIDAgMCAwLTEgMXYtMWgtMnYtMmgxOWEyIDIgMCAwIDEgMiAydjVoLTJ2LTRabS0xOSAydi0yaDJ2MmgtMlptMiAzaC0ydi0yaDJ2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTY2NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouMyIvPjxwYXRoIGRhdGEtbmFtZT0iUFJFIGNvcHkiIGQ9Ik02MCAxNjc3di0yaDFhMi41ODkgMi41ODkgMCAwIDAgLjgtLjExIDEuNDI4IDEuNDI4IDAgMCAwIC41NTEtLjI5IDEuNTggMS41OCAwIDAgMCAuNDQ3LS41OSAzLjU2MiAzLjU2MiAwIDAgMCAuMTc2LTEuMTggMi4wNyAyLjA3IDAgMCAwLS4zLTEuMTcgMS4zOCAxLjM4IDAgMCAwLS43NTctLjU4QTE0Ljk4OSAxNC45ODkgMCAwIDAgNjAgMTY3MWgtMXY2aDFabTEtNWExLjAxNCAxLjAxNCAwIDAgMSAuNDQuMDQuNzUyLjc1MiAwIDAgMSAuNDI3LjI3LjgzNi44MzYgMCAwIDEgLjE2OS41NCAyLjQ1IDIuNDUgMCAwIDEtLjEyLjc4LjcxNi43MTYgMCAwIDEtLjMzMi4yOS45ODEuOTgxIDAgMCAxLS41ODQuMDhoLTF2LTJoMVptNCA1LS4wMTEtMi4wNWguMjI4Yy4yNTggMCAuMDY3LjAzLjE4Ni4wN2EuODMxLjgzMSAwIDAgMSAuMzM4LjI1IDIuNzg4IDIuNzg4IDAgMCAxIC41OTMuNjlsLjgxMyAxLjAyaDEuMzQ2bC0uNjgtLjg5YTMuNTIzIDMuNTIzIDAgMCAwLS42NDEtLjc4IDIuNjUyIDIuNjUyIDAgMCAwLS42LS41IDEuNzUzIDEuNzUzIDAgMCAwIDEuMS0uNTVBMi4xIDIuMSAwIDAgMCA2OCAxNjczYTMuMyAzLjMgMCAwIDAtLjItMS4yOCAxLjMzNCAxLjMzNCAwIDAgMC0uNjQ4LS41N0ExLjU4MyAxLjU4MyAwIDAgMCA2NiAxNjcxaC0ydjZoMVptLS4wMTEtNUg2NmMuNDU2IDAgLjIxNy4wMS4zMDguMDJhLjY0My42NDMgMCAwIDEgLjQyNC4yNCAxLjcyMiAxLjcyMiAwIDAgMSAuMjY4Ljc0IDEuODQ2IDEuODQ2IDAgMCAxLS4yMzIuNjcuNjEuNjEgMCAwIDEtLjMxNi4yNSAzLjg0MSAzLjg0MSAwIDAgMS0xLjAxMS4wOGgtLjQ1MnYtMlptNy4wMTEgNXYtMWgtMnYtMmgydi0xaC0ydi0xaDJ2LTFoLTN2NmgzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjY0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iUFJFIGNvcHkiIGQ9Ik05NCAxNjc3di0yaDFhMi41ODkgMi41ODkgMCAwIDAgLjgtLjExIDEuNDI4IDEuNDI4IDAgMCAwIC41NTEtLjI5IDEuNTggMS41OCAwIDAgMCAuNDQ3LS41OSAzLjU2MiAzLjU2MiAwIDAgMCAuMTc2LTEuMTggMi4wNyAyLjA3IDAgMCAwLS4zLTEuMTcgMS4zOCAxLjM4IDAgMCAwLS43NTctLjU4QTE0Ljk4OSAxNC45ODkgMCAwIDAgOTQgMTY3MWgtMXY2aDFabTEtNWExLjAxNCAxLjAxNCAwIDAgMSAuNDQuMDQuNzUyLjc1MiAwIDAgMSAuNDI3LjI3LjgzNi44MzYgMCAwIDEgLjE2OS41NCAyLjQ1IDIuNDUgMCAwIDEtLjEyLjc4LjcxNS43MTUgMCAwIDEtLjMzMi4yOS45OC45OCAwIDAgMS0uNTg0LjA4aC0xdi0yaDFabTQgNS0uMDExLTIuMDVoLjIyOGMuMjU4IDAgLjA2Ny4wMy4xODYuMDdhLjgzMi44MzIgMCAwIDEgLjMzOC4yNSAyLjc3IDIuNzcgMCAwIDEgLjU5My42OWwuODE0IDEuMDJoMS4zNDVsLS42OC0uODlhMy41NDcgMy41NDcgMCAwIDAtLjY0LS43OCAyLjY3NiAyLjY3NiAwIDAgMC0uNi0uNSAxLjc1IDEuNzUgMCAwIDAgMS4xLS41NUEyLjEgMi4xIDAgMCAwIDEwMiAxNjczYTMuMyAzLjMgMCAwIDAtLjItMS4yOCAxLjMzMiAxLjMzMiAwIDAgMC0uNjQ4LS41N0ExLjU4NiAxLjU4NiAwIDAgMCAxMDAgMTY3MWgtMnY2aDFabS0uMDExLTVIMTAwYy40NTYgMCAuMjE3LjAxLjMwOC4wMmEuNjQ3LjY0NyAwIDAgMSAuNDI0LjI0IDEuNzIzIDEuNzIzIDAgMCAxIC4yNjguNzQgMS44NDggMS44NDggMCAwIDEtLjIzMi42Ny42MDkuNjA5IDAgMCAxLS4zMTYuMjUgMy44MzggMy44MzggMCAwIDEtMS4wMTEuMDhoLS40NTJ2LTJabTcuMDExIDV2LTFoLTJ2LTJoMnYtMWgtMnYtMWgydi0xaC0zdjZoM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTY2NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-pre,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-pre{background-position:-34px 0}.Viper-buttonIcon.Viper-code{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29kZSBpY29uIj48cGF0aCBkYXRhLW5hbWU9InsiIGQ9Ik01OSAxNzI5aDFsLjAxNiAyLjE4YTIuNjY4IDIuNjY4IDAgMCAwLS4wMTYuODIgNC44NDUgNC44NDUgMCAwIDAgLjU0NiAxLjQ0IDEuNzggMS43OCAwIDAgMCAuNzcxLjQ1QTEzLjMxNyAxMy4zMTcgMCAwIDAgNjMgMTczNGgxdi0yaC0yYS42MjUuNjI1IDAgMCAxLS4zMzQtLjQyYzAtLjE5LS4wMTUtLjYxLS4wNDQtMS4zMWE0LjcgNC43IDAgMCAwLS4xNjUtMS4xQTUuMTg1IDUuMTg1IDAgMCAwIDYxIDE3MjhjLS4xNTktLjE5LjI1LjE0IDAgMCAuMjgzLS4xOC0uMTM4LjE3IDAgMGE3LjIyNSA3LjIyNSAwIDAgMCAuNDUtMS4yMSAzLjgyNiAzLjgyNiAwIDAgMCAuMTY1LTEuMDJjLjAzOC0uNzUuMDU3LTEuMTMuMDU3LTEuMzlBLjQ3MS40NzEgMCAwIDEgNjIgMTcyNGMuMjM1LS4wNiAyIDAgMiAwdi0yaC0xYTEzLjA3NCAxMy4wNzQgMCAwIDAtMS41ODguMSAyLjA4MiAyLjA4MiAwIDAgMC0uODcuNDZBNS4wNDQgNS4wNDQgMCAwIDAgNjAgMTcyNGE0LjQxMyA0LjQxMyAwIDAgMCAuMDE2IDEuMDZsLS4wNTEuOTQuMDM1IDFoLTF2MlptMTMgMGgtMWwtLjAxNiAyLjE4YTIuNjY4IDIuNjY4IDAgMCAxIC4wMTYuODIgNC44NDUgNC44NDUgMCAwIDEtLjU0NiAxLjQ0IDEuNzggMS43OCAwIDAgMS0uNzcxLjQ1QTEzLjMxNyAxMy4zMTcgMCAwIDEgNjggMTczNGgtMXYtMmgyYS42MjUuNjI1IDAgMCAwIC4zMzQtLjQyYzAtLjE5LjAxNS0uNjEuMDQ0LTEuMzFhNC43IDQuNyAwIDAgMSAuMTY1LTEuMUE1LjE4NSA1LjE4NSAwIDAgMSA3MCAxNzI4Yy4xNTktLjE5LS4yNS4xNCAwIDAtLjI4NC0uMTguMTM4LjE3IDAgMGE3LjIyNSA3LjIyNSAwIDAgMS0uNDUtMS4yMSAzLjgyNiAzLjgyNiAwIDAgMS0uMTY1LTEuMDJjLS4wMzgtLjc1LS4wNTctMS4xMy0uMDU3LTEuMzlBLjQ3MS40NzEgMCAwIDAgNjkgMTcyNGMtLjIzNS0uMDYtMiAwLTIgMHYtMmgxYTEzLjA3NCAxMy4wNzQgMCAwIDEgMS41ODguMSAyLjA4MiAyLjA4MiAwIDAgMSAuODcuNDZBNS4wNDQgNS4wNDQgMCAwIDEgNzEgMTcyNGE0LjQxMyA0LjQxMyAwIDAgMS0uMDE2IDEuMDZsLjA1MS45NC0uMDM1IDFoMXYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNzE4KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0ieyBjb3B5IiBkPSJNOTMgMTcyOWgxbC4wMTYgMi4xOGEyLjY2OCAyLjY2OCAwIDAgMC0uMDE2LjgyIDQuODQ1IDQuODQ1IDAgMCAwIC41NDYgMS40NCAxLjc4IDEuNzggMCAwIDAgLjc3MS40NUExMy4zMTcgMTMuMzE3IDAgMCAwIDk3IDE3MzRoMXYtMmgtMmEuNjI1LjYyNSAwIDAgMS0uMzM0LS40MmMwLS4xOS0uMDE1LS42MS0uMDQ0LTEuMzFhNC43IDQuNyAwIDAgMC0uMTY1LTEuMUE1LjE4NSA1LjE4NSAwIDAgMCA5NSAxNzI4Yy0uMTU5LS4xOS4yNS4xNCAwIDAgLjI4NC0uMTgtLjEzOC4xNyAwIDBhNy4yMjUgNy4yMjUgMCAwIDAgLjQ1LTEuMjEgMy44MjYgMy44MjYgMCAwIDAgLjE2NS0xLjAyYy4wMzgtLjc1LjA1Ny0xLjEzLjA1Ny0xLjM5QS40NzEuNDcxIDAgMCAxIDk2IDE3MjRjLjIzNS0uMDYgMiAwIDIgMHYtMmgtMWExMy4wNzQgMTMuMDc0IDAgMCAwLTEuNTg4LjEgMi4wODIgMi4wODIgMCAwIDAtLjg3LjQ2QTUuMDQ0IDUuMDQ0IDAgMCAwIDk0IDE3MjRhNC40MTMgNC40MTMgMCAwIDAgLjAxNiAxLjA2bC0uMDUxLjk0LjAzNSAxaC0xdjJabTEzIDBoLTFsLS4wMTYgMi4xOGEyLjY2MiAyLjY2MiAwIDAgMSAuMDE2LjgyIDQuODM1IDQuODM1IDAgMCAxLS41NDYgMS40NCAxLjc3NSAxLjc3NSAwIDAgMS0uNzcxLjQ1IDEzLjMwNyAxMy4zMDcgMCAwIDEtMS42ODMuMTFoLTF2LTJoMmEuNjI1LjYyNSAwIDAgMCAuMzM0LS40MmMwLS4xOS4wMTUtLjYxLjA0NS0xLjMxYTQuNjYgNC42NiAwIDAgMSAuMTY1LTEuMUE1LjEzOCA1LjEzOCAwIDAgMSAxMDQgMTcyOGMuMTU5LS4xOS0uMjUuMTQgMCAwLS4yODMtLjE4LjEzOC4xNyAwIDBhNy4yNzggNy4yNzggMCAwIDEtLjQ1LTEuMjEgMy44MTQgMy44MTQgMCAwIDEtLjE2NS0xLjAyYy0uMDM4LS43NS0uMDU3LTEuMTMtLjA1Ny0xLjM5YS40NzEuNDcxIDAgMCAwLS4zMjgtLjM4Yy0uMjM1LS4wNi0yIDAtMiAwdi0yaDFhMTMuMDczIDEzLjA3MyAwIDAgMSAxLjU4OC4xIDIuMDg0IDIuMDg0IDAgMCAxIC44Ny40NkE1LjAzOCA1LjAzOCAwIDAgMSAxMDUgMTcyNGE0LjQxNiA0LjQxNiAwIDAgMS0uMDE2IDEuMDZsLjA1MS45NC0uMDM1IDFoMXYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNzE4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.Viper-button.Viper-active .Viper-buttonIcon.Viper-code,.Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-code{background-position:-34px 0}.__viper_selHighlight{background-color:#ccc!important}.Viper-deleteOverlay{background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iNSIgaGVpZ2h0PSI1Ij48cGF0aCBkPSJtMy4zNTQgNy4zNTQtLjcwOC0uNzA4IDUtNSAuNzA4LjcwOC01IDV6bS0zLTEtLjcwOC0uNzA4LjUtLjUtLjUtLjUgNS01IC43MDguNzA4LS41LjUuNS41LTUgNXptLTIuNzA4LTMuNzA4IDUtNSAuNzA4LjcwOC01IDUtLjcwOC0uNzA4eiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjtvcGFjaXR5Oi4yIi8+PHBhdGggZD0ibTIuMzU0IDYuMzU0LS43MDgtLjcwOCA1LTUgLjcwOC43MDgtNSA1em0tMy43MDgtMi43MDggNS01IC43MDguNzA4LTUgNS0uNzA4LS43MDh6IiBzdHlsZT0iZmlsbDojZTMzMDMwO29wYWNpdHk6LjU7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L3N2Zz4=) 0 0 repeat}.ViperITP form,.ViperITP ol,.ViperITP ul{margin:0;padding:0}.Viper-textbox{margin-bottom:.6em;transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;-webkit-transition:opacity .2s ease-in}.Viper-textbox .Viper-textbox-textArea{resize:none}.Viper-textbox.Viper-disabled{opacity:.3}.Viper-subSectionRow>.Viper-textbox{margin-bottom:0}.Viper-subSectionRow>.Viper-textbox+.Viper-textbox{margin-top:.56em}.Viper-textbox-label{background-color:#fff;border:1px solid #bfbfbf;border-radius:.4em;clear:both;color:#ddd;display:block;padding:4px 2px;position:relative;text-align:left;transition-duration:.3s;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;transition-property:color,background;-moz-transition-property:color,background;-webkit-transition-property:color,background}.Viper-textbox.Viper-active .Viper-textbox-label{background:#205caf}.Viper-textbox:after{clear:both;content:"";display:block}.ViperNext .Viper-textbox-main{display:flex;flex-direction:row;gap:8px;padding-right:0;position:relative}.Viper-textbox.Viper-actionClear .Viper-textbox-main,.Viper-textbox.Viper-actionRevert .Viper-textbox-main{padding-right:22px}.ViperNext .Viper-textbox-title{background-color:#ededed;border-radius:.2em;color:#4f4f4f;font-size:1.2em;height:100%;line-height:1.85em;margin:0 0 0 .2em;overflow:hidden;padding:0 10px;position:static;text-overflow:ellipsis;transition-duration:.3s;transition-property:color,background;white-space:nowrap}.Viper-textbox.Viper-active .Viper-textbox-title,.Viper-textbox.Viper-required.Viper-active .Viper-textbox-title{background-color:#2b7ce0;color:#fff}.Viper-textbox.Viper-required .Viper-textbox-title{background-color:#ea6868;color:#fff}.ViperNext .Viper-textbox-input[type=text],.ViperNext .Viper-textbox-textArea{background:transparent;border:none;box-sizing:border-box;color:#2b7ce0;flex-grow:1;font-family:Arial;font-size:1.49em;outline:none;padding:.1em 0 .15em;width:auto}.Viper-textbox.Viper-active .ViperNext .Viper-textbox-input[type=text],.Viper-textbox.Viper-active .ViperNext .Viper-textbox-textArea,.Viper-textbox.Viper-required.Viper-active .ViperNext .Viper-textbox-input[type=text],.Viper-textbox.Viper-required.Viper-active .ViperNext .Viper-textbox-textArea{color:#fff}.Viper-textbox.Viper-required .ViperNext .Viper-textbox-input[type=text],.Viper-textbox.Viper-required .ViperNext .Viper-textbox-textArea{color:#ea6868}.Viper-textbox.Viper-disabled .ViperNext .Viper-textbox-input[type=text],.Viper-textbox.Viper-disabled .ViperNext .Viper-textbox-textArea{color:#ccc;text-decoration:line-through}.Viper-textbox-textArea{min-height:3.5em}.ViperNext .Viper-textbox-input[type=text]:-moz-placeholder,.ViperNext .Viper-textbox-input[type=text]::-webkit-input-placeholder,.ViperNext .Viper-textbox-textArea:-moz-placeholder,.ViperNext .Viper-textbox-textArea::-webkit-input-placeholder,.input-placeholder{color:#c44e4e;font-style:italic;font-weight:400}.Viper-textbox.Viper-active .ViperNext .Viper-textbox-input[type=text]:-moz-placeholder,.Viper-textbox.Viper-active .ViperNext .Viper-textbox-input[type=text]::-webkit-input-placeholder,.Viper-textbox.Viper-active .ViperNext .Viper-textbox-textArea:-moz-placeholder,.Viper-textbox.Viper-active .ViperNext .Viper-textbox-textArea::-webkit-input-placeholder,.Viper-textbox.Viper-active .input-placeholder,.ViperNext .Viper-textbox.Viper-active .Viper-textbox-input[type=text]:-moz-placeholder,.ViperNext .Viper-textbox.Viper-active .Viper-textbox-input[type=text]::-webkit-input-placeholder,.ViperNext .Viper-textbox.Viper-active .Viper-textbox-textArea:-moz-placeholder,.ViperNext .Viper-textbox.Viper-active .Viper-textbox-textArea::-webkit-input-placeholder{color:#7c9cc9}.Viper-textbox-messages{font-size:1.3em;padding:.5em .2em 0}.Viper-textbox-error{background-color:#e65757;border-radius:.2em;color:#fff;display:block;padding:.4em .5em}.Viper-textbox-desc{color:#111;display:block;font-size:1.4em;padding:.4em 1em;text-shadow:0 1px 0 hsla(0,0%,100%,.2)}.Viper-alert{border-radius:4px;font-size:1.5em;padding:8px}.Viper-alert--error{background-color:#e65757;color:#fff}.Viper-alert--info{background-color:#e6f4f6;color:#3d3d3d}.Viper-textbox-action,.Viper-textbox.Viper-required .Viper-textbox-main:after{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='20.031' height='249'%3E%3Cdefs%3E%3Cstyle%3E.cls-2,.cls-8{fill:%23fff;fill-rule:evenodd}.cls-8{fill:%239e9e9e}%3C/style%3E%3C/defs%3E%3Cpath d='M.031 0h20v249h-20z' style='fill:%232b2b2b;fill-opacity:0'/%3E%3Cpath d='M8.893 240.188 4.581 246l-2.63-2.531-1.482 1.625 2.473 2.344L4.674 249l5.764-7.469-1.545-1.343zm.847-5.687-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z' class='cls-2'/%3E%3Cpath d='m17.04 194.51-.946.775-.011-.01-2.115 1.733-.946-.775L14.526 195H9.031v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348V202h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504V195H2.536l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775L2.536 194h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504V194h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zM8.445 189h.173l-.087-.106-.086.106z' style='fill:%23a6a6a6;fill-rule:evenodd'/%3E%3Cpath d='m10.02 178.221-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zm-4.342 35.425 6-6 .707.708-6 6-.707-.708zm-4 0 10-10 .707.708-10 10-.707-.708zm10.707-1.292-2 2-.707-.708 2-2 .707.708z' style='fill:gray;fill-rule:evenodd'/%3E%3Cpath d='m9.04 168.386 1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553a51.64 51.64 0 0 0 2.957-.564l-.61-2.083a33.42 33.42 0 0 0-1.91.806c-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084H8.027c0 .79.092 1.81.277 3.061a17.695 17.695 0 0 0-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437a28.81 28.81 0 0 0-1.726 1.784l1.737 1.346a51.343 51.343 0 0 0 1.611-2.647z' style='fill:%23c44e4e;fill-rule:evenodd'/%3E%3Cpath d='m9.026 225.628 1.896 3.134 2.15-1.419a31.47 31.47 0 0 0-.801-.942l-1.686-1.897a62.994 62.994 0 0 0 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765H7.789c0 .965.113 2.211.337 3.737a21.61 21.61 0 0 0-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534a35.842 35.842 0 0 0-2.107 2.178l2.121 1.644a63.25 63.25 0 0 0 1.968-3.232z' class='cls-2'/%3E%3Cpath d='M9.031 155a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm2.547-9.458-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266a4.258 4.258 0 0 0-4.25-4.265c-1.496 0-2.806.78-3.563 1.952L7.797 130H3.031v-4.766l2.053 2.053A5.48 5.48 0 0 1 9.531 125a5.5 5.5 0 1 1 0 11z' style='fill:%23bfbfbf;fill-rule:evenodd'/%3E%3Cpath d='M10.903 114.833.035 121.108v-12.549l10.868 6.274zm-10.869-14 10.868 6.275V94.559L.034 100.833z' class='cls-2'/%3E%3Cpath d='m12.983 83.518-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z' style='fill:%23b8b8b8;fill-rule:evenodd'/%3E%3Cpath d='m8.056 87.03-.748.718-.03-.03-5.523 5.305-.748-.718L6.53 87l-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z' class='cls-8'/%3E%3Ccircle cx='9.969' cy='69.938' r='7.063' style='fill:%232b7ce0'/%3E%3Ccircle cx='10' cy='70' r='3.281' style='fill:%23fff'/%3E%3Ccircle cx='9.969' cy='49.938' r='7.063' style='fill:%239e9e9e'/%3E%3Cpath d='M15.031 37h-10a2 2 0 0 1-2-2V25a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8z' style='fill:%232a7bde;fill-rule:evenodd'/%3E%3Cpath d='M14.013 24.301a26.004 26.004 0 0 0-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z' style='fill:%232b7ce0;fill-rule:evenodd'/%3E%3Cpath d='M15.031 17h-10a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6z' class='cls-8'/%3E%3C/svg%3E") 0 -122px no-repeat;cursor:pointer;display:none;height:18px;margin-top:-9px;position:absolute;right:2px;top:50%;width:18px}.Viper-textbox.Viper-actionClear.Viper-required .Viper-textbox-main:after,.Viper-textbox.Viper-actionRevert.Viper-required .Viper-textbox-main:after{display:none}.Viper-textbox.Viper-disabled .Viper-textbox.Viper-required .Viper-textbox-main:after{visibility:hidden}.Viper-textBox-textArea .Viper-textbox.Viper-required .Viper-textbox-main:after{display:none}.Viper-textbox.Viper-required .Viper-textbox-main:after{background-position:0 -158px;content:"";display:block}.Viper-textbox.Viper-required.Viper-active .Viper-textbox-main:after{background-position:0 -215px}.Viper-textbox.Viper-actionClear .Viper-textbox-action,.Viper-textbox.Viper-actionRevert .Viper-textbox-action{display:block;opacity:.6}.Viper-textbox.Viper-actionClear .Viper-textbox-action:hover,.Viper-textbox.Viper-actionRevert .Viper-textbox-action:hover{opacity:1}.Viper-textbox.Viper-actionClear .Viper-textbox-action{background-position:0 -140px}.Viper-checkbox{background-color:#ededed;border:1px solid #bfbfbf;border-radius:.3em;clear:both;color:#4f4f4f;cursor:pointer;display:block;font-size:1.2em;margin-bottom:.6em;padding:0 .8em;position:relative;text-align:left}.Viper-checkbox.Viper-disabled{opacity:.4}.Viper-checkbox-title{font-size:1.1em;line-height:2.5em;white-space:nowrap}.Viper-checkbox-switch{background-color:#cacaca;border-radius:.8em;box-shadow:inset 0 0 1px 0 rgba(0,0,0,.3);cursor:pointer;font-size:1.2em;height:1.6em;margin-top:-.8em;overflow:hidden;position:absolute;right:.6em;top:50%;-moz-transition:background-color .2s ease;-webkit-transition:background-color .2s ease;width:3.2em}.Viper-checkbox.Viper-active .Viper-checkbox-switch{background-color:#2b7ce0}.Viper-checkbox-slider{background-color:#fff;border-radius:.65em;box-shadow:0 0 1px rgba(0,0,0,.55);content:"";height:1.3em;left:.15em;margin-top:-.65em;position:absolute;top:50%;-moz-transition:left .2s ease-out;-webkit-transition:left .2s ease-out;width:1.3em}.Viper-checkbox.Viper-active .Viper-checkbox-slider{left:1.7em}.Viper-checkbox-switch:before{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='20.031' height='249'%3E%3Cdefs%3E%3Cstyle%3E.cls-2,.cls-8{fill:%23fff;fill-rule:evenodd}.cls-8{fill:%239e9e9e}%3C/style%3E%3C/defs%3E%3Cpath d='M.031 0h20v249h-20z' style='fill:%232b2b2b;fill-opacity:0'/%3E%3Cpath d='M8.893 240.188 4.581 246l-2.63-2.531-1.482 1.625 2.473 2.344L4.674 249l5.764-7.469-1.545-1.343zm.847-5.687-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z' class='cls-2'/%3E%3Cpath d='m17.04 194.51-.946.775-.011-.01-2.115 1.733-.946-.775L14.526 195H9.031v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348V202h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504V195H2.536l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775L2.536 194h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504V194h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zM8.445 189h.173l-.087-.106-.086.106z' style='fill:%23a6a6a6;fill-rule:evenodd'/%3E%3Cpath d='m10.02 178.221-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zm-4.342 35.425 6-6 .707.708-6 6-.707-.708zm-4 0 10-10 .707.708-10 10-.707-.708zm10.707-1.292-2 2-.707-.708 2-2 .707.708z' style='fill:gray;fill-rule:evenodd'/%3E%3Cpath d='m9.04 168.386 1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553a51.64 51.64 0 0 0 2.957-.564l-.61-2.083a33.42 33.42 0 0 0-1.91.806c-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084H8.027c0 .79.092 1.81.277 3.061a17.695 17.695 0 0 0-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437a28.81 28.81 0 0 0-1.726 1.784l1.737 1.346a51.343 51.343 0 0 0 1.611-2.647z' style='fill:%23c44e4e;fill-rule:evenodd'/%3E%3Cpath d='m9.026 225.628 1.896 3.134 2.15-1.419a31.47 31.47 0 0 0-.801-.942l-1.686-1.897a62.994 62.994 0 0 0 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765H7.789c0 .965.113 2.211.337 3.737a21.61 21.61 0 0 0-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534a35.842 35.842 0 0 0-2.107 2.178l2.121 1.644a63.25 63.25 0 0 0 1.968-3.232z' class='cls-2'/%3E%3Cpath d='M9.031 155a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm2.547-9.458-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266a4.258 4.258 0 0 0-4.25-4.265c-1.496 0-2.806.78-3.563 1.952L7.797 130H3.031v-4.766l2.053 2.053A5.48 5.48 0 0 1 9.531 125a5.5 5.5 0 1 1 0 11z' style='fill:%23bfbfbf;fill-rule:evenodd'/%3E%3Cpath d='M10.903 114.833.035 121.108v-12.549l10.868 6.274zm-10.869-14 10.868 6.275V94.559L.034 100.833z' class='cls-2'/%3E%3Cpath d='m12.983 83.518-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z' style='fill:%23b8b8b8;fill-rule:evenodd'/%3E%3Cpath d='m8.056 87.03-.748.718-.03-.03-5.523 5.305-.748-.718L6.53 87l-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z' class='cls-8'/%3E%3Ccircle cx='9.969' cy='69.938' r='7.063' style='fill:%232b7ce0'/%3E%3Ccircle cx='10' cy='70' r='3.281' style='fill:%23fff'/%3E%3Ccircle cx='9.969' cy='49.938' r='7.063' style='fill:%239e9e9e'/%3E%3Cpath d='M15.031 37h-10a2 2 0 0 1-2-2V25a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8z' style='fill:%232a7bde;fill-rule:evenodd'/%3E%3Cpath d='M14.013 24.301a26.004 26.004 0 0 0-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z' style='fill:%232b7ce0;fill-rule:evenodd'/%3E%3Cpath d='M15.031 17h-10a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6z' class='cls-8'/%3E%3C/svg%3E") 0 -233px no-repeat;content:"";display:block;height:7px;left:.5em;margin-top:-3px;opacity:0;position:absolute;top:51%;-moz-transition:opacity .2s ease-in;-webkit-transition:opacity .2s ease-in;width:10px}.Viper-checkbox.Viper-active .Viper-checkbox-switch:before{opacity:1}.Viper-checkbox input{visibility:hidden}.Viper-popup{background-color:#ededed;border-radius:.8em;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 1px rgba(0,0,0,.6);font-family:Arial,Sans Serif;font-size:9px;position:fixed!important;z-index:1086}.Viper-popup-header{border-bottom:1px solid transparent;cursor:move;font-size:1.2em;line-height:1.8em;margin:0;padding:.4em 0 0;position:relative;text-align:center;text-transform:uppercase;white-space:nowrap}.Viper-popup-bottom,.Viper-popup-content{background-color:#d4d4d4;padding:.3em 1em 1em}.Viper-popup-bottom{border-bottom-left-radius:.8em;border-bottom-right-radius:.8em;position:relative;text-align:center}.Viper-popup-content{min-width:52em;padding:.7em}.Viper-popup-closeIcon,.Viper-popup-closeIcon:after,.Viper-popup-dragIcon,.Viper-popup-resizeHandle,.Viper-popup-resizeIcon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='20.031' height='249'%3E%3Cdefs%3E%3Cstyle%3E.cls-2,.cls-8{fill:%23fff;fill-rule:evenodd}.cls-8{fill:%239e9e9e}%3C/style%3E%3C/defs%3E%3Cpath d='M.031 0h20v249h-20z' style='fill:%232b2b2b;fill-opacity:0'/%3E%3Cpath d='M8.893 240.188 4.581 246l-2.63-2.531-1.482 1.625 2.473 2.344L4.674 249l5.764-7.469-1.545-1.343zm.847-5.687-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z' class='cls-2'/%3E%3Cpath d='m17.04 194.51-.946.775-.011-.01-2.115 1.733-.946-.775L14.526 195H9.031v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348V202h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504V195H2.536l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775L2.536 194h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504V194h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zM8.445 189h.173l-.087-.106-.086.106z' style='fill:%23a6a6a6;fill-rule:evenodd'/%3E%3Cpath d='m10.02 178.221-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zm-4.342 35.425 6-6 .707.708-6 6-.707-.708zm-4 0 10-10 .707.708-10 10-.707-.708zm10.707-1.292-2 2-.707-.708 2-2 .707.708z' style='fill:gray;fill-rule:evenodd'/%3E%3Cpath d='m9.04 168.386 1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553a51.64 51.64 0 0 0 2.957-.564l-.61-2.083a33.42 33.42 0 0 0-1.91.806c-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084H8.027c0 .79.092 1.81.277 3.061a17.695 17.695 0 0 0-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437a28.81 28.81 0 0 0-1.726 1.784l1.737 1.346a51.343 51.343 0 0 0 1.611-2.647z' style='fill:%23c44e4e;fill-rule:evenodd'/%3E%3Cpath d='m9.026 225.628 1.896 3.134 2.15-1.419a31.47 31.47 0 0 0-.801-.942l-1.686-1.897a62.994 62.994 0 0 0 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765H7.789c0 .965.113 2.211.337 3.737a21.61 21.61 0 0 0-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534a35.842 35.842 0 0 0-2.107 2.178l2.121 1.644a63.25 63.25 0 0 0 1.968-3.232z' class='cls-2'/%3E%3Cpath d='M9.031 155a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm2.547-9.458-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266a4.258 4.258 0 0 0-4.25-4.265c-1.496 0-2.806.78-3.563 1.952L7.797 130H3.031v-4.766l2.053 2.053A5.48 5.48 0 0 1 9.531 125a5.5 5.5 0 1 1 0 11z' style='fill:%23bfbfbf;fill-rule:evenodd'/%3E%3Cpath d='M10.903 114.833.035 121.108v-12.549l10.868 6.274zm-10.869-14 10.868 6.275V94.559L.034 100.833z' class='cls-2'/%3E%3Cpath d='m12.983 83.518-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z' style='fill:%23b8b8b8;fill-rule:evenodd'/%3E%3Cpath d='m8.056 87.03-.748.718-.03-.03-5.523 5.305-.748-.718L6.53 87l-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z' class='cls-8'/%3E%3Ccircle cx='9.969' cy='69.938' r='7.063' style='fill:%232b7ce0'/%3E%3Ccircle cx='10' cy='70' r='3.281' style='fill:%23fff'/%3E%3Ccircle cx='9.969' cy='49.938' r='7.063' style='fill:%239e9e9e'/%3E%3Cpath d='M15.031 37h-10a2 2 0 0 1-2-2V25a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8z' style='fill:%232a7bde;fill-rule:evenodd'/%3E%3Cpath d='M14.013 24.301a26.004 26.004 0 0 0-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z' style='fill:%232b7ce0;fill-rule:evenodd'/%3E%3Cpath d='M15.031 17h-10a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6z' class='cls-8'/%3E%3C/svg%3E");position:absolute}.Viper-popup-closeIcon{background:none;cursor:pointer;height:2.2em;opacity:.5;right:0;top:0;width:2.2em}.Viper-popup-closeIcon:hover{opacity:1}.Viper-popup-closeIcon:after{background-position:0 -176px;content:"";display:block;height:10px;left:50%;margin:-5px 0 0 -5px;top:50%;width:11px}.Viper-popup-dragIcon{background-position:0 -186px;height:16px;left:.5em;margin-top:-8px;top:50%;width:17px}.Viper-popup-resizeIcon{background-position:0 -199px;bottom:0;height:13px;right:0;width:13px}.Viper-popup-resizeHandle{background-position:0 -202px;bottom:3px;cursor:se-resize;height:13px;right:3px;width:13px;z-index:1085}.ViperUtil-hidden{display:none}.Viper-tooltip{background-color:#ededed;border-radius:.4em;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 1px rgba(0,0,0,.5);color:#171717;font-family:Arial;line-height:1.2em;margin:5px 0;max-width:200px;opacity:.85;padding:10px;position:absolute;text-align:center;-moz-user-select:none;z-index:1085}.Viper-popoutPanel{animation-duration:90ms;-webkit-animation-duration:90ms;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;background-color:#fff;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.14);display:none;padding:.3em;position:absolute;z-index:1100}.Viper-popoutPanel.ViperUtil-visible{display:block}.Viper-popoutPanel.ViperUtil-visible.ViperUtil-arrowleft{animation-name:fade-in,appear-right;-webkit-animation-name:fade-in,appear-right}.Viper-popoutPanel.ViperUtil-visible.ViperUtil-arrowright{animation-name:fade-in,appear-left;-webkit-animation-name:fade-in,appear-left}.ViperITP.Viper-visible{animation-name:fade-in,appear-bottom;-webkit-animation-name:fade-in,appear-bottom;display:block}.Viper-selectionList{color:#777;font-family:Arial,Sans Serif;font-size:12px;list-style:none;margin:0;padding-left:0}.Viper-selectionList li{border-bottom:1px solid #d7d7d7;box-shadow:0 1px 0 hsla(0,0%,100%,.1);cursor:pointer;padding:6px 40px 6px 8px;position:relative;transition:background-color .1s ease-out}.Viper-selectionList li.lastVisibleItem{border-bottom:none}.Viper-selectionList li:before{border:2px solid #b1b1b1;border-radius:10px;content:"";height:14px;margin-top:-9px;position:absolute;right:5px;top:50%;width:14px}.Viper-selectionList li:after{content:"";opacity:0;transform:scale(.1);transition:transform .1s ease-out}.Viper-selectionList li.selected{background-color:#e9f3ff;color:#2b7ce0}.Viper-selectionList li.selected:before{background-color:#2b7ce0;border-color:#2b7ce0}.Viper-selectionList li.selected:after{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='20.031' height='249'%3E%3Cdefs%3E%3Cstyle%3E.cls-2,.cls-8{fill:%23fff;fill-rule:evenodd}.cls-8{fill:%239e9e9e}%3C/style%3E%3C/defs%3E%3Cpath d='M.031 0h20v249h-20z' style='fill:%232b2b2b;fill-opacity:0'/%3E%3Cpath d='M8.893 240.188 4.581 246l-2.63-2.531-1.482 1.625 2.473 2.344L4.674 249l5.764-7.469-1.545-1.343zm.847-5.687-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z' class='cls-2'/%3E%3Cpath d='m17.04 194.51-.946.775-.011-.01-2.115 1.733-.946-.775L14.526 195H9.031v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348V202h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504V195H2.536l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775L2.536 194h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504V194h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zM8.445 189h.173l-.087-.106-.086.106z' style='fill:%23a6a6a6;fill-rule:evenodd'/%3E%3Cpath d='m10.02 178.221-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zm-4.342 35.425 6-6 .707.708-6 6-.707-.708zm-4 0 10-10 .707.708-10 10-.707-.708zm10.707-1.292-2 2-.707-.708 2-2 .707.708z' style='fill:gray;fill-rule:evenodd'/%3E%3Cpath d='m9.04 168.386 1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553a51.64 51.64 0 0 0 2.957-.564l-.61-2.083a33.42 33.42 0 0 0-1.91.806c-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084H8.027c0 .79.092 1.81.277 3.061a17.695 17.695 0 0 0-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437a28.81 28.81 0 0 0-1.726 1.784l1.737 1.346a51.343 51.343 0 0 0 1.611-2.647z' style='fill:%23c44e4e;fill-rule:evenodd'/%3E%3Cpath d='m9.026 225.628 1.896 3.134 2.15-1.419a31.47 31.47 0 0 0-.801-.942l-1.686-1.897a62.994 62.994 0 0 0 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765H7.789c0 .965.113 2.211.337 3.737a21.61 21.61 0 0 0-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534a35.842 35.842 0 0 0-2.107 2.178l2.121 1.644a63.25 63.25 0 0 0 1.968-3.232z' class='cls-2'/%3E%3Cpath d='M9.031 155a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm2.547-9.458-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266a4.258 4.258 0 0 0-4.25-4.265c-1.496 0-2.806.78-3.563 1.952L7.797 130H3.031v-4.766l2.053 2.053A5.48 5.48 0 0 1 9.531 125a5.5 5.5 0 1 1 0 11z' style='fill:%23bfbfbf;fill-rule:evenodd'/%3E%3Cpath d='M10.903 114.833.035 121.108v-12.549l10.868 6.274zm-10.869-14 10.868 6.275V94.559L.034 100.833z' class='cls-2'/%3E%3Cpath d='m12.983 83.518-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z' style='fill:%23b8b8b8;fill-rule:evenodd'/%3E%3Cpath d='m8.056 87.03-.748.718-.03-.03-5.523 5.305-.748-.718L6.53 87l-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z' class='cls-8'/%3E%3Ccircle cx='9.969' cy='69.938' r='7.063' style='fill:%232b7ce0'/%3E%3Ccircle cx='10' cy='70' r='3.281' style='fill:%23fff'/%3E%3Ccircle cx='9.969' cy='49.938' r='7.063' style='fill:%239e9e9e'/%3E%3Cpath d='M15.031 37h-10a2 2 0 0 1-2-2V25a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8z' style='fill:%232a7bde;fill-rule:evenodd'/%3E%3Cpath d='M14.013 24.301a26.004 26.004 0 0 0-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z' style='fill:%232b7ce0;fill-rule:evenodd'/%3E%3Cpath d='M15.031 17h-10a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2zm0-11a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6z' class='cls-8'/%3E%3C/svg%3E") 0 -240px no-repeat;height:9px;margin-top:-4px;opacity:1;position:absolute;right:8px;top:50%;transform:scale(1);width:11px}.Viper-popoutPanel:after,.Viper-popoutPanel:before{border:10px solid transparent;content:"";height:0;pointer-events:none;position:absolute;right:100%;top:50%;width:0}.Viper-popoutPanel:after{border-width:8px}.Viper-popoutPanel.ViperUtil-alignbottom{margin-top:-15px}.Viper-popoutPanel.ViperUtil-arrowleft{margin-left:5px}.Viper-popoutPanel.ViperUtil-arrowleft:before{border-right-color:#c1c1c1}.Viper-popoutPanel.ViperUtil-arrowleft:after{border-right-color:#fff}.Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-alignmiddle:before{margin-top:-10px}.Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-alignmiddle:after{margin-top:-8px}.Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-aligntop:before{top:0}.Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-aligntop:after{top:2px}.Viper-popoutPanel.ViperUtil-arrowright{margin-left:15px}.Viper-popoutPanel.ViperUtil-arrowright:before{border-left-color:#c1c1c1;left:100%}.Viper-popoutPanel.ViperUtil-arrowright:after{border-left-color:#fff;left:100%}.Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-alignmiddle:before{margin-top:-10px}.Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-alignmiddle:after{margin-top:-8px}.Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-aligntop{margin-top:15px}.Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-aligntop:before{top:14px}.Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-aligntop:after{top:16px}.Viper-popoutPanel.ViperUtil-arrowtop{margin-top:12px}.Viper-popoutPanel.ViperUtil-arrowtop:before{border-color:rgba(43,43,43,0) rgba(43,43,43,0) #2b2b2b;left:50%;margin-left:-12px;top:-12px}.Viper-popoutPanel.ViperUtil-arrowbottom{border-color:#2b2b2b rgba(43,43,43,0) rgba(43,43,43,0);border-width:12px;left:50%;margin-left:-12px;margin-top:-12px;top:100%}.Viper-menu{display:flex;flex-direction:column;gap:4px;list-style-type:none;margin:0;padding:0}.Viper-menu--itemButton{align-items:center;background-color:#fff;border:none;border-radius:4px;color:#707070;cursor:pointer;display:flex;font-size:1.5em;text-align:left;width:100%}.Viper-menu--itemButton:hover{background:#f5f5f5;color:#2b2b2b}.Viper-menu--itemButton:disabled{cursor:default;opacity:.5;pointer-events:none}.Viper-menu--itemLabel{display:block;padding:8px;word-break:break-word}.viperReact{background-color:#fff;border-radius:8px}.viperReact.viperReact--bordered{border:2px solid #e0e0e0}.viperReact.viperReact--disabled{background-color:#f7f7f7;cursor:not-allowed}.viperReact.viperReact--focused{border-width:0;box-shadow:0 0 0 0 #000,0 0 0 0 #000,0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12)}.viperReactInput{box-sizing:border-box;max-height:22.5rem;min-height:7rem;overflow-y:auto;position:relative}.viperReactInput--indented{padding:2rem}.viperReact--empty:not(.viperReact--disabled) .viperReactInput:before{color:#949494;content:"Write something";font-style:italic;pointer-events:none;position:absolute}.viperReactInput{font-family:Open Sans,sans-serif}.viperReactInput h1,.viperReactInput h2,.viperReactInput h3,.viperReactInput h4,.viperReactInput h5,.viperReactInput h6,.viperReactInput p{margin-bottom:0;margin-top:0}.viperReactInput p{margin:0 0 .8rem}.viperReactInput h1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem}.viperReactInput h2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.viperReactInput h3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.viperReactInput h4{font-weight:700}.viperReactInput h4,.viperReactInput h5{font-size:1rem;letter-spacing:-.2px;line-height:1.25rem}.viperReactInput h5{font-weight:600}.viperReactInput h6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.viperReactInput table{border-collapse:collapse}.viperReactInput table td,.viperReactInput table th{border:1px solid #e0e0e0;padding:.5rem}.viperReactInput table th{background-color:#f7f7f7}.viperReactInput hr{border:0;border-top:1px solid #ededed;margin-bottom:.6rem;margin-top:.6rem}.viperReactInput ol,.viperReactInput ul{list-style:revert;margin:revert;padding:revert}.viperReactToolbar{border-top-left-radius:8px;border-top-right-radius:8px;max-height:0;opacity:0;overflow:hidden;position:relative}.viperReactToolbar .ViperTP-bar{background-color:#f5f5f5;border-top-left-radius:4px;border-top-right-radius:4px;box-sizing:border-box;display:flex!important;flex-wrap:wrap;justify-content:center;position:relative!important;z-index:auto!important}.viperReactToolbar .ViperTP-bar.viper-inactive{display:none!important;transition:display allow-discrete .3s}.viperReactToolbar:has(.viper-active.ViperTP-bar){max-height:112px;opacity:1;overflow:visible}.viperReactToolbar:has(.viper-active.ViperTP-bar) .ViperTP-bar.ViperNext{background:#f5f5f5;border-bottom:none;box-shadow:0 1px 0 0 rgba(0,0,0,.16);padding:4px;row-gap:4px}.viperReactToolbar:has(.viper-active.ViperTP-bar) .ViperTP-bar.ViperNext .Viper-button,.viperReactToolbar:has(.viper-active.ViperTP-bar) .ViperTP-bar.ViperNext .Viper-buttonGroup .Viper-button{margin-bottom:0}.viperReactToolbar--animated{transition:max-height .3s ease-out,opacity .3s ease-out,overflow 0s ease-out .3s}.Viper-buttonIcon.Viper-contentTools{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxnIGZpbHRlcj0idXJsKCNiKSI+PHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9InVybCgjYykiLz48cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiByeD0iMTAuNSIgc3Ryb2tlPSIjZmZmIi8+PC9nPjxnIGZpbHRlcj0idXJsKCNkKSI+PHBhdGggZD0iTTExLjIwOCA5Ljc5MiAxMC4xMjIgNy40YS42ODQuNjg0IDAgMCAwLTEuMjQ0IDBMNy43OTIgOS43OTIgNS40IDEwLjg3OGMtLjUzMy4yNDYtLjUzMyAxLjAwNSAwIDEuMjQ0bDIuMzkyIDEuMDg2TDguODc4IDE1LjZjLjI0Ni41MzMgMS4wMDUuNTMzIDEuMjQ0IDBsMS4wODYtMi4zOTIgMi4zOTItMS4wODZjLjUzMy0uMjQ2LjUzMy0xLjAwNSAwLTEuMjQ0bC0yLjM5Mi0xLjA4NloiIGZpbGw9IiNmZmYiLz48L2c+PGcgb3BhY2l0eT0iLjgiIGZpbHRlcj0idXJsKCNlKSI+PHBhdGggZD0ibTE3LjQ1IDEwLjQ1LS42IDEuMzI4YS4zODYuMzg2IDAgMCAxLS43IDBsLS42LTEuMzM3LTEuMzI4LS42YS4zOC4zOCAwIDAgMSAwLS42OWwxLjMzNy0uNi42LTEuMzI5YS4zOC4zOCAwIDAgMSAuNjkgMGwuNiAxLjMzNiAxLjMyOS42YS4zOC4zOCAwIDAgMSAwIC42OTFsLTEuMzI5LjZaIiBmaWxsPSIjZmZmIi8+PC9nPjxnIG9wYWNpdHk9Ii44IiBmaWx0ZXI9InVybCgjZikiPjxjaXJjbGUgY3g9IjE0LjUiIGN5PSIxNi41IiByPSIxLjUiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeD0iMSIgZHk9IjEiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC4yIDAgMCAwIDAgMC43MDk5NDEgMCAwIDAgMCAxIDAgMCAwIDAuNjQgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeD0iLTEiIGR5PSItMSIvPjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjk2IDAgMCAwIDAgMC43NiAwIDAgMCAwIDAuNDggMCAwIDAgMC42NCAwIi8+PGZlQmxlbmQgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzA2MF80NDU0NSIgcmVzdWx0PSJlZmZlY3QyX2Ryb3BTaGFkb3dfMzA2MF80NDU0NSIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDJfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iZCIgeD0iNSIgeT0iNyIgd2lkdGg9IjkiIGhlaWdodD0iMTAiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTYgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzMwNjBfNDQ1NDUiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJlIiB4PSIxNCIgeT0iNyIgd2lkdGg9IjUiIGhlaWdodD0iNi4zMDciIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjEuMzA3Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE2IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzA2MF80NDU0NSIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iZiIgeD0iMTMiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSI0LjMyNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMS4zMjQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTYgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzMwNjBfNDQ1NDUiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSI2LjU0NSIgeTE9IjMuODE4IiB4Mj0iMTciIHkyPSIyMC4xODIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjVENkFCIi8+PHN0b3Agb2Zmc2V0PSIuMjUxIiBzdG9wLWNvbG9yPSIjRjg5NUE3Ii8+PHN0b3Agb2Zmc2V0PSIuNTg1IiBzdG9wLWNvbG9yPSIjNzdBMUYxIi8+PHN0b3Agb2Zmc2V0PSIuODYxIiBzdG9wLWNvbG9yPSIjNjhDOEZGIi8+PC9saW5lYXJHcmFkaWVudD48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)}.squiz-cb-scope *,.squiz-cb-scope :after,.squiz-cb-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-cb-scope :after,.squiz-cb-scope :before{--tw-content:""}.squiz-cb-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-cb-scope body{line-height:inherit;margin:0}.squiz-cb-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-cb-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-cb-scope h1,.squiz-cb-scope h2,.squiz-cb-scope h3,.squiz-cb-scope h4,.squiz-cb-scope h5,.squiz-cb-scope h6{font-size:inherit;font-weight:inherit}.squiz-cb-scope a{color:inherit;text-decoration:inherit}.squiz-cb-scope b,.squiz-cb-scope strong{font-weight:bolder}.squiz-cb-scope code,.squiz-cb-scope kbd,.squiz-cb-scope pre,.squiz-cb-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-cb-scope small{font-size:80%}.squiz-cb-scope sub,.squiz-cb-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-cb-scope sub{bottom:-.25em}.squiz-cb-scope sup{top:-.5em}.squiz-cb-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-cb-scope button,.squiz-cb-scope input,.squiz-cb-scope optgroup,.squiz-cb-scope select,.squiz-cb-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-cb-scope button,.squiz-cb-scope select{text-transform:none}.squiz-cb-scope [type=button],.squiz-cb-scope [type=reset],.squiz-cb-scope [type=submit],.squiz-cb-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-cb-scope :-moz-focusring{outline:auto}.squiz-cb-scope :-moz-ui-invalid{box-shadow:none}.squiz-cb-scope progress{vertical-align:baseline}.squiz-cb-scope ::-webkit-inner-spin-button,.squiz-cb-scope ::-webkit-outer-spin-button{height:auto}.squiz-cb-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-cb-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-cb-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-cb-scope summary{display:list-item}.squiz-cb-scope blockquote,.squiz-cb-scope dd,.squiz-cb-scope dl,.squiz-cb-scope figure,.squiz-cb-scope h1,.squiz-cb-scope h2,.squiz-cb-scope h3,.squiz-cb-scope h4,.squiz-cb-scope h5,.squiz-cb-scope h6,.squiz-cb-scope hr,.squiz-cb-scope p,.squiz-cb-scope pre{margin:0}.squiz-cb-scope fieldset{margin:0;padding:0}.squiz-cb-scope legend{padding:0}.squiz-cb-scope menu,.squiz-cb-scope ol,.squiz-cb-scope ul{list-style:none;margin:0;padding:0}.squiz-cb-scope textarea{resize:vertical}.squiz-cb-scope input::-moz-placeholder,.squiz-cb-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-cb-scope input::placeholder,.squiz-cb-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-cb-scope [role=button],.squiz-cb-scope button{cursor:pointer}.squiz-cb-scope :disabled{cursor:default}.squiz-cb-scope audio,.squiz-cb-scope canvas,.squiz-cb-scope embed,.squiz-cb-scope iframe,.squiz-cb-scope img,.squiz-cb-scope object,.squiz-cb-scope svg,.squiz-cb-scope video{display:block;vertical-align:middle}.squiz-cb-scope img,.squiz-cb-scope video{height:auto;max-width:100%}.squiz-cb-scope [hidden]{display:none}.squiz-cb-scope *,.squiz-cb-scope :after,.squiz-cb-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-cb-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-cb-scope .container{width:100%}@media (min-width:640px){.squiz-cb-scope .container{max-width:640px}}@media (min-width:768px){.squiz-cb-scope .container{max-width:768px}}@media (min-width:1024px){.squiz-cb-scope .container{max-width:1024px}}@media (min-width:1280px){.squiz-cb-scope .container{max-width:1280px}}@media (min-width:1536px){.squiz-cb-scope .container{max-width:1536px}}.squiz-cb-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-cb-scope .visible{visibility:visible}.squiz-cb-scope .fixed{position:fixed}.squiz-cb-scope .absolute{position:absolute}.squiz-cb-scope .relative{position:relative}.squiz-cb-scope .inset-0{inset:0}.squiz-cb-scope .-right-8{right:-2rem}.squiz-cb-scope .bottom-0{bottom:0}.squiz-cb-scope .right-1{right:.25rem}.squiz-cb-scope .right-2{right:.5rem}.squiz-cb-scope .right-3{right:.75rem}.squiz-cb-scope .right-5{right:1.25rem}.squiz-cb-scope .top-2{top:.5rem}.squiz-cb-scope .top-3{top:.75rem}.squiz-cb-scope .z-10{z-index:10}.squiz-cb-scope .z-50{z-index:50}.squiz-cb-scope .z-\[9998\]{z-index:9998}.squiz-cb-scope .z-\[9999\]{z-index:9999}.squiz-cb-scope .m-3{margin:.75rem}.squiz-cb-scope .m-4{margin:1rem}.squiz-cb-scope .m-5{margin:1.25rem}.squiz-cb-scope .mx-20{margin-left:5rem;margin-right:5rem}.squiz-cb-scope .mx-4{margin-left:1rem;margin-right:1rem}.squiz-cb-scope .mx-5{margin-left:1.25rem;margin-right:1.25rem}.squiz-cb-scope .mx-6{margin-left:1.5rem;margin-right:1.5rem}.squiz-cb-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-cb-scope .my-5{margin-bottom:1.25rem;margin-top:1.25rem}.squiz-cb-scope .mb-1{margin-bottom:.25rem}.squiz-cb-scope .mb-2{margin-bottom:.5rem}.squiz-cb-scope .ml-1{margin-left:.25rem}.squiz-cb-scope .ml-2{margin-left:.5rem}.squiz-cb-scope .ml-auto{margin-left:auto}.squiz-cb-scope .mr-1{margin-right:.25rem}.squiz-cb-scope .mr-2{margin-right:.5rem}.squiz-cb-scope .mr-3{margin-right:.75rem}.squiz-cb-scope .mr-4{margin-right:1rem}.squiz-cb-scope .mr-8{margin-right:2rem}.squiz-cb-scope .mr-auto{margin-right:auto}.squiz-cb-scope .mt-20{margin-top:5rem}.squiz-cb-scope .mt-3{margin-top:.75rem}.squiz-cb-scope .mt-4{margin-top:1rem}.squiz-cb-scope .mt-7{margin-top:1.75rem}.squiz-cb-scope .line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-cb-scope .inline-block{display:inline-block}.squiz-cb-scope .inline{display:inline}.squiz-cb-scope .flex{display:flex}.squiz-cb-scope .grid{display:grid}.squiz-cb-scope .contents{display:contents}.squiz-cb-scope .\!h-6{height:1.5rem!important}.squiz-cb-scope .h-14{height:3.5rem}.squiz-cb-scope .h-2{height:.5rem}.squiz-cb-scope .h-36{height:9rem}.squiz-cb-scope .h-4{height:1rem}.squiz-cb-scope .h-6{height:1.5rem}.squiz-cb-scope .h-9{height:2.25rem}.squiz-cb-scope .h-\[18px\]{height:18px}.squiz-cb-scope .h-\[24px\]{height:24px}.squiz-cb-scope .h-\[50vh\]{height:50vh}.squiz-cb-scope .h-full{height:100%}.squiz-cb-scope .h-screen{height:100vh}.squiz-cb-scope .max-h-0{max-height:0}.squiz-cb-scope .min-h-\[64px\]{min-height:64px}.squiz-cb-scope .min-h-full{min-height:100%}.squiz-cb-scope .\!w-6{width:1.5rem!important}.squiz-cb-scope .w-1\/2{width:50%}.squiz-cb-scope .w-12{width:3rem}.squiz-cb-scope .w-14{width:3.5rem}.squiz-cb-scope .w-3\/4{width:75%}.squiz-cb-scope .w-36{width:9rem}.squiz-cb-scope .w-4{width:1rem}.squiz-cb-scope .w-6{width:1.5rem}.squiz-cb-scope .w-72{width:18rem}.squiz-cb-scope .w-\[18px\]{width:18px}.squiz-cb-scope .w-\[24px\]{width:24px}.squiz-cb-scope .w-\[400px\]{width:400px}.squiz-cb-scope .w-\[60px\]{width:60px}.squiz-cb-scope .w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px)}.squiz-cb-scope .w-full{width:100%}.squiz-cb-scope .w-screen{width:100vw}.squiz-cb-scope .max-w-\[50rem\]{max-width:50rem}.squiz-cb-scope .flex-1{flex:1 1 0%}.squiz-cb-scope .shrink-0{flex-shrink:0}.squiz-cb-scope .grow{flex-grow:1}.squiz-cb-scope .grow-\[3\]{flex-grow:3}.squiz-cb-scope .animate-spin{animation:spin 1s linear infinite}.squiz-cb-scope .cursor-not-allowed{cursor:not-allowed}.squiz-cb-scope .cursor-pointer{cursor:pointer}.squiz-cb-scope .resize{resize:both}.squiz-cb-scope .grid-cols-\[24px_1fr_45px\]{grid-template-columns:24px 1fr 45px}.squiz-cb-scope .flex-row{flex-direction:row}.squiz-cb-scope .flex-col{flex-direction:column}.squiz-cb-scope .content-center{align-content:center}.squiz-cb-scope .items-center{align-items:center}.squiz-cb-scope .items-stretch{align-items:stretch}.squiz-cb-scope .justify-end{justify-content:flex-end}.squiz-cb-scope .justify-center{justify-content:center}.squiz-cb-scope .gap-3{gap:.75rem}.squiz-cb-scope .overflow-y-auto{overflow-y:auto}.squiz-cb-scope .overflow-y-scroll{overflow-y:scroll}.squiz-cb-scope .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-cb-scope .rounded{border-radius:4px}.squiz-cb-scope .rounded-full{border-radius:9999px}.squiz-cb-scope .rounded-lg{border-radius:.5rem}.squiz-cb-scope .rounded-bl-\[0\.5rem\]{border-bottom-left-radius:.5rem}.squiz-cb-scope .rounded-br-\[0\.5rem\]{border-bottom-right-radius:.5rem}.squiz-cb-scope .border,.squiz-cb-scope .border-1{border-width:1px}.squiz-cb-scope .border-2{border-width:2px}.squiz-cb-scope .border-b{border-bottom-width:1px}.squiz-cb-scope .border-b-0{border-bottom-width:0}.squiz-cb-scope .border-l{border-left-width:1px}.squiz-cb-scope .border-r{border-right-width:1px}.squiz-cb-scope .border-t{border-top-width:1px}.squiz-cb-scope .border-solid{border-style:solid}.squiz-cb-scope .border-current{border-color:currentColor}.squiz-cb-scope .border-gray-300{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-cb-scope .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-cb-scope .bg-blue-100{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-cb-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-cb-scope .bg-blue-300\/\[\.6\]{background-color:rgba(7,116,210,.6)}.squiz-cb-scope .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-cb-scope .bg-gray-200{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-cb-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-cb-scope .bg-opacity-10{--tw-bg-opacity:0.1}.squiz-cb-scope .p-1{padding:.25rem}.squiz-cb-scope .p-1\.5{padding:.375rem}.squiz-cb-scope .p-2{padding:.5rem}.squiz-cb-scope .p-2\.5{padding:.625rem}.squiz-cb-scope .p-3{padding:.75rem}.squiz-cb-scope .p-4{padding:1rem}.squiz-cb-scope .p-5{padding:1.25rem}.squiz-cb-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-cb-scope .px-1\.5{padding-left:.375rem;padding-right:.375rem}.squiz-cb-scope .px-2{padding-left:.5rem;padding-right:.5rem}.squiz-cb-scope .px-2\.5{padding-left:.625rem;padding-right:.625rem}.squiz-cb-scope .px-3{padding-left:.75rem;padding-right:.75rem}.squiz-cb-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-cb-scope .px-6{padding-left:1.5rem;padding-right:1.5rem}.squiz-cb-scope .px-7{padding-left:1.75rem;padding-right:1.75rem}.squiz-cb-scope .py-2{padding-bottom:.5rem;padding-top:.5rem}.squiz-cb-scope .py-4{padding-bottom:1rem;padding-top:1rem}.squiz-cb-scope .py-8{padding-bottom:2rem;padding-top:2rem}.squiz-cb-scope .pb-3{padding-bottom:.75rem}.squiz-cb-scope .pb-4{padding-bottom:1rem}.squiz-cb-scope .pl-2{padding-left:.5rem}.squiz-cb-scope .pr-2{padding-right:.5rem}.squiz-cb-scope .text-left{text-align:left}.squiz-cb-scope .text-center{text-align:center}.squiz-cb-scope .text-right{text-align:right}.squiz-cb-scope .align-\[-0\.125em\]{vertical-align:-.125em}.squiz-cb-scope .text-base{font-size:1rem}.squiz-cb-scope .text-md{font-size:.875rem}.squiz-cb-scope .text-sm{font-size:.8125rem}.squiz-cb-scope .text-xl{font-size:1.25rem;line-height:1.75rem}.squiz-cb-scope .font-bold{font-weight:700}.squiz-cb-scope .font-normal{font-weight:400}.squiz-cb-scope .font-semibold{font-weight:600}.squiz-cb-scope .italic{font-style:italic}.squiz-cb-scope .leading-4{line-height:1rem}.squiz-cb-scope .leading-5{line-height:1.25rem}.squiz-cb-scope .leading-6{line-height:1.5rem}.squiz-cb-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-cb-scope .text-blue-400{--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-cb-scope .text-gray-500{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-cb-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-cb-scope .text-gray-700{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-cb-scope .text-gray-800{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-cb-scope .text-teal-300{--tw-text-opacity:1;color:rgb(5 126 145/var(--tw-text-opacity))}.squiz-cb-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-cb-scope .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.squiz-cb-scope .opacity-40{opacity:.4}.squiz-cb-scope .outline-0{outline-width:0}.squiz-cb-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-cb-scope body{--google-font-color-materialiconstwotone:none}.squiz-cb-scope .component-service__component-icon{--google-font-color-materialiconstwotone:none;word-wrap:normal;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-background-clip:text!important;background-clip:text!important;color:transparent;direction:ltr;display:inline-block;font-display:block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;height:24px;letter-spacing:normal;line-height:1;overflow:hidden;text-transform:none;white-space:nowrap;width:24px}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-gray{--tw-bg-opacity:1;background-color:rgb(79 79 79/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-default{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-grey-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-purple{--tw-bg-opacity:1;background-color:rgb(107 71 180/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-blue{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-green{--tw-bg-opacity:1;background-color:rgb(9 137 52/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-yellow{--tw-bg-opacity:1;background-color:rgb(239 179 36/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-orange{--tw-bg-opacity:1;background-color:rgb(233 105 0/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-red{--tw-bg-opacity:1;background-color:rgb(215 35 33/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-pink{--tw-bg-opacity:1;background-color:rgb(185 61 169/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-teal{--tw-bg-opacity:1;background-color:rgb(5 126 145/var(--tw-bg-opacity))}.squiz-cb-scope .component-service__component-icon--large{font-size:54px;height:54px;width:54px}.squiz-cb-scope .spinner{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-cb-scope .spinner{animation:spin 1.5s linear infinite}}.squiz-cb-scope .spinner{height:20px;width:20px}.squiz-cb-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-cb-scope .spinner--md{height:32px;width:32px}.squiz-cb-scope .animate-skeleton-pulse{animation:pulse 2s linear infinite}.squiz-cb-scope *,.squiz-cb-scope button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-cb-scope svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-cb-scope .p-4\.5{padding:18px}.squiz-cb-scope .before\:fixed:before{content:var(--tw-content);position:fixed}.squiz-cb-scope .before\:absolute:before{content:var(--tw-content);position:absolute}.squiz-cb-scope .before\:inset-0:before{content:var(--tw-content);inset:0}.squiz-cb-scope .before\:-left-1:before{content:var(--tw-content);left:-.25rem}.squiz-cb-scope .before\:top-1:before{content:var(--tw-content);top:.25rem}.squiz-cb-scope .before\:top-1\.5:before{content:var(--tw-content);top:.375rem}.squiz-cb-scope .before\:top-1\/4:before{content:var(--tw-content);top:25%}.squiz-cb-scope .before\:z-0:before{content:var(--tw-content);z-index:0}.squiz-cb-scope .before\:z-40:before{content:var(--tw-content);z-index:40}.squiz-cb-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-cb-scope .before\:h-px:before{content:var(--tw-content);height:1px}.squiz-cb-scope .before\:w-full:before{content:var(--tw-content);width:100%}.squiz-cb-scope .before\:w-px:before{content:var(--tw-content);width:1px}.squiz-cb-scope .before\:bg-black:before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-cb-scope .before\:bg-gray-200:before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-cb-scope .before\:bg-gray-300:before{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-cb-scope .before\:bg-opacity-25:before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-cb-scope .first\:mt-0:first-child{margin-top:0}.squiz-cb-scope .first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-cb-scope .last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-cb-scope .last\:border-b:last-child{border-bottom-width:1px}.squiz-cb-scope .last\:border-b-0:last-child{border-bottom-width:0}.squiz-cb-scope .last\:pb-0:last-child{padding-bottom:0}.squiz-cb-scope .hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-cb-scope .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-cb-scope .hover\:bg-transparent:hover{background-color:transparent}.squiz-cb-scope .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-cb-scope .focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-cb-scope .focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-cb-scope .focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-cb-scope .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.squiz-cb-scope .focus-visible\:outline-0:focus-visible{outline-width:0}.squiz-cb-scope .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.squiz-cb-scope .disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-cb-scope .disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media (prefers-reduced-motion:reduce){.squiz-cb-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{animation:spin 1.5s linear infinite}}@media not all and (min-width:640px){.squiz-cb-scope .max-sm\:hidden{display:none}}@media (min-width:640px){.squiz-cb-scope .sm\:flex-1{flex:1 1 0%}.squiz-cb-scope .sm\:grow-\[2\]{flex-grow:2}}@media (min-width:768px){.squiz-cb-scope .md\:px-0{padding-left:0;padding-right:0}.squiz-cb-scope .md\:px-7{padding-left:1.75rem;padding-right:1.75rem}}@media (min-width:1024px){.squiz-cb-scope .lg\:h-\[calc\(100vh-9rem\)\]{height:calc(100vh - 9rem)}}code[class*=language-],pre[class*=language-]{word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.sds-button,.sds-card-link,.sds-dropdown-button,.sds-select-field__button{background:transparent;border:none;color:#707070;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.svg-wrapper{display:flex}.svg-wrapper svg{fill:#707070}.svg-wrapper--custom-color-icon svg{fill:currentcolor}.sds-accordion-container{background:#fff;border-radius:.5rem;margin-top:1rem;position:relative;text-align:left;text-transform:none;width:100%}.sds-accordion-container--basic .sds-accordion-header:after{content:none}.sds-accordion-container--border{border:1px solid #e0e0e0}.sds-accordion-container.active .sds-accordion-icon{transform:translateY(-50%) rotate(90deg)}.sds-accordion-container.active .sds-accordion-content{height:auto;padding:1.25rem}.sds-accordion-container.active .sds-accordion-separator{display:block}.sds-accordion-content{border-radius:0 0 .5rem .5rem;height:0;overflow:hidden;padding:0 1.25rem;transition:all .3s ease}.sds-accordion-separator{border:0;border-bottom:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0;display:none;margin:0 1.25rem}.sds-accordion-footer{border-top:1px solid #ededed}.sds-accordion-header{border:none;color:#707070;padding:1.25rem;position:static}button.sds-accordion-header{text-align:left;width:100%}.sds-accordion-header-content{position:relative}.sds-accordion-toggle{margin:0;padding:.75rem;width:100%}.sds-accordion-icon{color:#707070;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transition:all .3s ease}@media screen and (min-width:1024px){.sds-accordion-header:after{border-radius:.5rem;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:100%}}.sds-activity-log__timestamp{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.sds-alert__wrapper{background:#fff;border-radius:.25rem;flex-wrap:wrap;padding:.5rem .75rem .5rem .5rem}.sds-alert__body-header,.sds-alert__wrapper{align-items:center;display:flex}.sds-alert__body{display:flex;max-width:100%}.sds-alert__body--header{flex-direction:column}.sds-alert__body--header h3{margin:0}.sds-alert__icon-container{align-self:baseline;margin-right:.5rem}.sds-alert__content{color:#3d3d3d;display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:.125rem;padding-right:.375rem}.sds-alert__title{flex-shrink:0;font-size:1.25rem;font-weight:600;font-weight:700;letter-spacing:-.5px;line-height:1.5rem;margin:0 .5rem 0 0;max-width:100%}.sds-alert__title .svg-wrapper svg{fill:#3d3d3d}.sds-alert__buttons{display:flex;margin-bottom:.375rem;margin-top:1rem;place-content:flex-end;width:100%}.sds-alert--dark{background-color:#f5f5f5}.sds-alert-type--help.sds-alert--has-bg-color{background-color:#f0ecf7}.sds-alert-type--help svg{fill:#6b47b4}.sds-alert-type--custom.sds-alert--has-bg-color,.sds-alert-type--info.sds-alert--has-bg-color{background-color:#e6f4f6}.sds-alert-type--custom svg,.sds-alert-type--info svg{fill:#057e91}.sds-alert-type--warning.sds-alert--has-bg-color{background-color:#fcf0e5;margin:2px}.sds-alert-type--warning svg{fill:#e96900}.sds-alert-type--report.sds-alert--has-bg-color{background-color:#fae9e8}.sds-alert-type--report svg{fill:#d72321}.sds-alert-type--assistant.sds-alert--has-bg-color{background-color:#fdf7e9}.sds-alert-type--assistant svg{fill:#efb324}@media screen and (min-width:576px){.sds-alert__wrapper{flex-wrap:nowrap;justify-content:space-between}.sds-alert__buttons{margin:0 0 0 1rem;width:auto}}.sds-table--api tbody{position:relative}.sds-table--api .sds-table__empty-row{height:5rem}.sds-table--api .sds-table__row--selected{background-color:#f5f5f5}.sds-table--api .sds-table__row--selectable,.sds-table--api .sds-table__th--selectable{cursor:pointer}.sds-table--api .sds-table__th--selectable .sds-table__th-content{align-items:center;display:flex}.sds-table--api .sds-table__th--selectable div{line-height:0}.sds-table--api .checkbox-cell{align-items:center;display:flex}.sds-table--api .checkbox-cell div{line-height:0}.sds-table--api .loading{background:hsla(0,0%,100%,.7);border:none;height:100%;position:absolute;top:0;width:100%;z-index:1}.sds-table--api .sds-table__loader-row{position:unset}.sds-table--api .sds-table__error-cell{padding-bottom:4rem;padding-top:4rem}.sds-table--api .sds-table__error-content{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.sds-table--api .sds-table__error-content-icon svg{fill:#949494!important;height:4rem!important;width:4rem!important}.sds-table--api .sds-table__error-content-text{color:#707070;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;max-width:18rem;text-align:center}.sds-table--api .sds-table__error-content-button path{fill:#4f4f4f!important}.sds-table--api .sds-table__pagination{padding:1.25rem 1rem}.sds-table--api .sds-table__navigator button:nth-child(2){margin-left:1.5rem}.sds-table--loading{display:grid;place-items:center}.sds-table--loading .sds-spinner{color:#707070}.sds-avatar{align-items:center;background-color:#26324b;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-family:Asap,sans-serif;justify-content:center}.sds-avatar.size--lg{font-size:3rem;height:6.25rem;width:6.25rem}.sds-avatar.size--lg svg{height:3.75rem;width:3.75rem}.sds-avatar.size--md{font-size:1.875rem;height:4rem;width:4rem}.sds-avatar.size--md svg,.sds-avatar.size--sm{height:2.25rem;width:2.25rem}.sds-avatar.size--sm{font-size:1rem}.sds-avatar.size--xs{font-size:.875rem;height:1.875rem;width:1.875rem}.sds-avatar.size--xs svg{height:1.25rem;width:1.25rem}.sds-avatar.size--xxs{font-size:.6875rem;height:1.5rem;width:1.5rem}.sds-avatar.size--xxs svg{height:1rem;width:1rem}.sds-avatar-icon svg{fill:#fff}.sds-avatar-photo{background-size:cover}.sds-avatar-button:focus{border-radius:100%}.sds-badge{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.sds-badge.badge--combination .sds-badge-label--left,.sds-badge.badge--combination-alt .sds-badge-label--right,.sds-badge.badge--strong{background:#e0e0e0}.sds-badge.badge--action{background:#fff;border:1px solid #0774d2;color:#0774d2}.sds-badge.badge--action.badge--combination .sds-badge-label--left,.sds-badge.badge--action.badge--combination-alt .sds-badge-label--right,.sds-badge.badge--action.badge--strong{background:#0774d2;color:#fff}.sds-badge.badge--success{background:#fff;border:1px solid #098934;color:#098934}.sds-badge.badge--success.badge--combination .sds-badge-label--left,.sds-badge.badge--success.badge--combination-alt .sds-badge-label--right,.sds-badge.badge--success.badge--strong{background:#098934;color:#fff}.sds-badge.badge--info{background:#fff;border:1px solid #057e91;color:#057e91}.sds-badge.badge--info.badge--combination .sds-badge-label--left,.sds-badge.badge--info.badge--combination-alt .sds-badge-label--right,.sds-badge.badge--info.badge--strong{background:#057e91;color:#fff}.sds-badge.badge--warning{background:#fff;border:1px solid #e96900;color:#e96900}.sds-badge.badge--warning.badge--combination .sds-badge-label--left,.sds-badge.badge--warning.badge--combination-alt .sds-badge-label--right,.sds-badge.badge--warning.badge--strong{background:#e96900;color:#fff}.sds-badge.badge--danger{background:#fff;border:1px solid #d72321;color:#d72321}.sds-badge.badge--danger.badge--combination .sds-badge-label--left,.sds-badge.badge--danger.badge--combination-alt .sds-badge-label--right,.sds-badge.badge--danger.badge--strong{background:#d72321;color:#fff}.sds-badge-label{display:inline-block;max-width:12.25rem;overflow-x:hidden;padding:.0625rem .5rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.sds-breadcrumbs__wrapper span{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;white-space:nowrap}.sds-breadcrumbs__wrapper .sds-button.sds-breadcrumbs__button{padding:.375rem 0}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list li{align-items:center;display:flex;justify-content:center}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(:first-child):before{color:#707070;content:"/";font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding-left:.75rem;padding-right:.75rem}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list li.readonly{pointer-events:none}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow{padding:.125rem}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow svg{fill:#707070}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.5rem;transition:text-decoration-color .5s}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:hover{background-color:unset;text-decoration-color:unset}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current{overflow-x:hidden}.sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current span{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575px){.sds-breadcrumbs__wrapper .sds-breadcrumbs__button .sds-button-icon>svg{fill:#707070}.sds-breadcrumbs__wrapper span{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}}.sds-button{border-radius:.25rem;padding:.5rem .75rem;transition:background-color .3s ease}.sds-button .button--content{align-items:center;display:flex}.sds-button:disabled{cursor:not-allowed;opacity:.5}.sds-button.button--icon{padding:.375rem .5rem}.sds-button.button--icon .button--content .sds-button-icon.svg--white>svg{fill:#fff}.sds-button.button--icon .button--content .sds-button-icon.svg--offwhite>svg{fill:#d9d9d9}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-50>svg{fill:#f7f7f7}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-100>svg{fill:#f5f5f5}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-200>svg{fill:#ededed}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-300>svg{fill:#e0e0e0}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-400>svg{fill:#bababa}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-500>svg{fill:#949494}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-600>svg{fill:#707070}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-700>svg{fill:#4f4f4f}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-800>svg{fill:#3d3d3d}.sds-button.button--icon .button--content .sds-button-icon.svg--grey-900>svg{fill:#2b2b2b}.sds-button.button--icon .button--content .sds-button-icon.svg--black>svg{fill:#000}.sds-button.button--icon .button--content .sds-button-icon.svg--blue-100>svg{fill:#e6f1fa}.sds-button.button--icon .button--content .sds-button-icon.svg--blue-200>svg{fill:#8fc0eb}.sds-button.button--icon .button--content .sds-button-icon.svg--blue-300>svg{fill:#0774d2}.sds-button.button--icon .button--content .sds-button-icon.svg--blue-400>svg{fill:#044985}.sds-button.button--icon .button--content .sds-button-icon.svg--green-100>svg{fill:#e7f4ec}.sds-button.button--icon .button--content .sds-button-icon.svg--green-200>svg{fill:#95d0a9}.sds-button.button--icon .button--content .sds-button-icon.svg--green-300>svg{fill:#098934}.sds-button.button--icon .button--content .sds-button-icon.svg--green-400>svg{fill:#0a4a20}.sds-button.button--icon .button--content .sds-button-icon.svg--orange-100>svg{fill:#fcf0e5}.sds-button.button--icon .button--content .sds-button-icon.svg--orange-200>svg{fill:#f5bb8c}.sds-button.button--icon .button--content .sds-button-icon.svg--orange-300>svg{fill:#e96900}.sds-button.button--icon .button--content .sds-button-icon.svg--orange-400>svg{fill:#8f4000}.sds-button.button--icon .button--content .sds-button-icon.svg--red-100>svg{fill:#fae9e8}.sds-button.button--icon .button--content .sds-button-icon.svg--red-200>svg{fill:#ec9c9b}.sds-button.button--icon .button--content .sds-button-icon.svg--red-300>svg{fill:#d72321}.sds-button.button--icon .button--content .sds-button-icon.svg--red-400>svg{fill:#6b1211}.sds-button.button--icon .button--content .sds-button-icon.svg--purple-100>svg{fill:#f0ecf7}.sds-button.button--icon .button--content .sds-button-icon.svg--purple-200>svg{fill:#bcacdd}.sds-button.button--icon .button--content .sds-button-icon.svg--purple-300>svg{fill:#6b47b4}.sds-button.button--icon .button--content .sds-button-icon.svg--purple-400>svg{fill:#3e2969}.sds-button.button--icon .button--content .sds-button-icon.svg--teal-100>svg{fill:#e6f4f6}.sds-button.button--icon .button--content .sds-button-icon.svg--teal-200>svg{fill:#8fd0d9}.sds-button.button--icon .button--content .sds-button-icon.svg--teal-300>svg{fill:#057e91}.sds-button.button--icon .button--content .sds-button-icon.svg--teal-400>svg{fill:#024752}.sds-button.button--icon .button--content .sds-button-icon.svg--yellow-100>svg{fill:#fdf7e9}.sds-button.button--icon .button--content .sds-button-icon.svg--yellow-200>svg{fill:#f7dd9c}.sds-button.button--icon .button--content .sds-button-icon.svg--yellow-300>svg{fill:#efb324}.sds-button.button--icon .button--content .sds-button-icon.svg--yellow-400>svg{fill:#a17917}.sds-button.button--icon .button--content .sds-button-icon.svg--pink-100>svg{fill:#f8ebf6}.sds-button.button--icon .button--content .sds-button-icon.svg--pink-200>svg{fill:#dfa7d8}.sds-button.button--icon .button--content .sds-button-icon.svg--pink-300>svg{fill:#b93da9}.sds-button.button--icon .button--content .sds-button-icon.svg--pink-400>svg{fill:#6e2464}.sds-button.button--round{border-radius:1rem}.sds-button.button--icon-round,.sds-button.button--icon-round:focus:not(.main,.main-menu){border-radius:50%;padding:.375rem}.sds-button.button--lite{padding:0}.sds-button.button--wide{width:100%}.sds-button.button--wide .button--content{justify-content:center}.sds-button.button--loading{cursor:default;pointer-events:none;position:relative}.sds-button.button--loading .button--spinner-container{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.sds-button.button--loading .button--content{visibility:hidden}.sds-button.button--default.button--soft{background:#e0e0e0;color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--default.button--soft:hover:not(:disabled){background-color:#c7c7c7}.sds-button.button--default.button--soft .sds-button-icon svg{fill:#4f4f4f}.sds-button.button--default.button--transparent{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--default.button--transparent:hover:not(:disabled){background-color:rgba(0,0,0,.04)}.sds-button.button--default.button--transparent .sds-button-icon svg{fill:#707070}.sds-button.button--primary.button--strong{background:#0774d2;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--primary.button--strong:hover:not(:disabled){background-color:#0559a1}.sds-button.button--primary.button--strong .sds-button-icon svg{fill:#fff}.sds-button.button--primary.button--soft{background:#e0e0e0;color:#0774d2;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--primary.button--soft:hover:not(:disabled){background-color:#c7c7c7}.sds-button.button--primary.button--soft .sds-button-icon svg{fill:#0774d2}.sds-button.button--primary.button--transparent{color:#0774d2;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--primary.button--transparent:hover:not(:disabled){background-color:rgba(0,0,0,.04)}.sds-button.button--primary.button--transparent .sds-button-icon svg{fill:#0774d2}.sds-button.button--success.button--strong{background:#098934;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--success.button--strong:hover:not(:disabled){background-color:#065922}.sds-button.button--success.button--strong .sds-button-icon svg{fill:#fff}.sds-button.button--success.button--soft{background:#e0e0e0;color:#098934;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--success.button--soft:hover:not(:disabled){background-color:#c7c7c7}.sds-button.button--success.button--soft .sds-button-icon svg{fill:#098934}.sds-button.button--success.button--transparent{color:#098934;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--success.button--transparent:hover:not(:disabled){background-color:rgba(0,0,0,.04)}.sds-button.button--success.button--transparent .sds-button-icon svg{fill:#098934}.sds-button.button--danger.button--strong{background:#d72321;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--danger.button--strong:hover:not(:disabled){background-color:#ab1c1a}.sds-button.button--danger.button--strong .sds-button-icon svg{fill:#fff}.sds-button.button--danger.button--soft{background:#e0e0e0;color:#d72321;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--danger.button--soft:hover:not(:disabled){background-color:#c7c7c7}.sds-button.button--danger.button--soft .sds-button-icon svg{fill:#d72321}.sds-button.button--danger.button--transparent{color:#d72321;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.sds-button.button--danger.button--transparent:hover:not(:disabled){background-color:rgba(0,0,0,.04)}.sds-button.button--danger.button--transparent .sds-button-icon svg{fill:#d72321}.sds-button.button--toolbar{margin-right:.5rem;padding:.5rem}.sds-button .sds-button-icon{display:flex}.sds-button .sds-button-icon+.sds-button-label,.sds-button .sds-button-label+.sds-button-icon{margin-left:.5rem}.sds-button-list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.sds-button-list li{margin-right:.5rem}.sds-button-list li:last-child{margin-right:0}.sds-button-list.button-list--wide{flex-wrap:wrap}.sds-button-list.button-list--wide li{margin-bottom:.5rem;margin-right:0;width:100%}.sds-button-list.button-list--wide .sds-button{width:100%}.sds-button-list.button-list--middle,.sds-button-list.button-list--wide .sds-button .button--content{justify-content:center}.sds-button-list.button-list--space-between{justify-content:space-between}.sds-button-list.button-list--right{flex-direction:row-reverse}.sds-button-list.button-list--right li{margin-left:.5rem;margin-right:0}.sds-button-list.button-list--right li:last-child{margin-left:0}.sds-card-container{background:#fff;border-radius:.25rem;color:#3d3d3d;height:100%;width:16.5rem}.sds-card-container.card--standard{border:1px solid #e0e0e0}.sds-card-container.card--button{box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.sds-card-container.card--button a{color:#3d3d3d;display:block;height:100%;text-decoration:none}.sds-card-container.card--button:hover{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}.sds-card-link{color:inherit;height:100%;text-align:left;width:100%}.sds-card{display:flex;flex-direction:column;height:100%;padding:1.25rem}.sds-card-header{border-bottom:1px solid #ededed;margin-bottom:1rem}.sds-card-icon{align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.25rem;width:4.5rem}.sds-card-icon svg{height:2rem;width:2rem}.sds-card-icon.sds-card-type--danger{background:#fae9e8}.sds-card-icon.sds-card-type--danger svg{fill:#d72321}.sds-card-icon.sds-card-type--info{background:#e6f1fa}.sds-card-icon.sds-card-type--info svg{fill:#0774d2}.sds-card-icon.sds-card-type--success{background:#e7f4ec}.sds-card-icon.sds-card-type--success svg{fill:#098934}.sds-card-body{flex-grow:1}.sds-card-title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.sds-card-title .svg-wrapper svg{fill:#3d3d3d}.sds-card-subtitle{color:#707070;display:block;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-top:.75rem}.sds-card-content{display:block;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.sds-card-buttons,.sds-card-content{margin-top:1.25rem}.sds-card-list{list-style-type:none;margin:0;padding:0}.sds-card-list>li{margin-bottom:2rem}@media screen and (min-width:768px){.sds-card-list{display:flex;flex-wrap:wrap}.sds-card-list>li{margin-right:2rem}.sds-card-list>li:last-child{margin-right:0}}.sds-chart{padding:.25rem}.sds-chip{align-items:center;display:flex;margin:.25rem}.sds-chip.chip--default.chip--navigation .sds-chip-label{background:#e0e0e0;color:#4f4f4f}.sds-chip.chip--default.chip--navigation .sds-chip-label,.sds-chip.chip--default.chip--selection .sds-chip-label{border:1px solid #e0e0e0;border-radius:6.25rem;padding:.25rem .75rem}.sds-chip.chip--default.chip--selection.active{border-radius:6.25rem}.sds-chip.chip--default.chip--selection .sds-chip-label{border-color:#bababa}.sds-chip.chip--default.chip--selection.active{background:#e0e0e0}.sds-chip.chip--default.chip--selection.active .sds-chip-label{color:#4f4f4f}.sds-chip.chip--default.chip--removable{background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem}.sds-chip.chip--default.chip--removable .sds-chip-label{color:#4f4f4f}.sds-chip.chip--default.chip--removable svg{fill:rgba(79,79,79,.5)}.sds-chip.chip--default.chip--removable .sds-chip-remover:hover svg{fill:#4f4f4f}.sds-chip.chip--default.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.sds-chip.chip--grey.chip--navigation .sds-chip-label{background:#4f4f4f;color:#fff}.sds-chip.chip--grey.chip--navigation .sds-chip-label,.sds-chip.chip--grey.chip--selection .sds-chip-label{border:1px solid #4f4f4f;border-radius:6.25rem;padding:.25rem .75rem}.sds-chip.chip--grey.chip--selection.active{border-radius:6.25rem}.sds-chip.chip--grey.chip--selection .sds-chip-label{color:#4f4f4f}.sds-chip.chip--grey.chip--selection.active{background:#4f4f4f}.sds-chip.chip--grey.chip--selection.active .sds-chip-label{color:#fff}.sds-chip.chip--grey.chip--removable{background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem}.sds-chip.chip--grey.chip--removable .sds-chip-label{color:#fff}.sds-chip.chip--grey.chip--removable svg{fill:hsla(0,0%,100%,.5)}.sds-chip.chip--grey.chip--removable .sds-chip-remover:hover svg{fill:#fff}.sds-chip.chip--grey.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.sds-chip.chip--blue.chip--navigation .sds-chip-label{background:#0774d2;color:#fff}.sds-chip.chip--blue.chip--navigation .sds-chip-label,.sds-chip.chip--blue.chip--selection .sds-chip-label{border:1px solid #0774d2;border-radius:6.25rem;padding:.25rem .75rem}.sds-chip.chip--blue.chip--selection.active{border-radius:6.25rem}.sds-chip.chip--blue.chip--selection .sds-chip-label{color:#0774d2}.sds-chip.chip--blue.chip--selection.active{background:#0774d2}.sds-chip.chip--blue.chip--selection.active .sds-chip-label{color:#fff}.sds-chip.chip--blue.chip--removable{background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem}.sds-chip.chip--blue.chip--removable .sds-chip-label{color:#fff}.sds-chip.chip--blue.chip--removable svg{fill:hsla(0,0%,100%,.5)}.sds-chip.chip--blue.chip--removable .sds-chip-remover:hover svg{fill:#fff}.sds-chip.chip--blue.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.sds-chip.chip--blue .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.sds-chip.chip--green.chip--navigation .sds-chip-label{background:#098934;color:#fff}.sds-chip.chip--green.chip--navigation .sds-chip-label,.sds-chip.chip--green.chip--selection .sds-chip-label{border:1px solid #098934;border-radius:6.25rem;padding:.25rem .75rem}.sds-chip.chip--green.chip--selection.active{border-radius:6.25rem}.sds-chip.chip--green.chip--selection .sds-chip-label{color:#098934}.sds-chip.chip--green.chip--selection.active{background:#098934}.sds-chip.chip--green.chip--selection.active .sds-chip-label{color:#fff}.sds-chip.chip--green.chip--removable{background:#098934;border:1px solid #098934;border-radius:6.25rem}.sds-chip.chip--green.chip--removable .sds-chip-label{color:#fff}.sds-chip.chip--green.chip--removable svg{fill:hsla(0,0%,100%,.5)}.sds-chip.chip--green.chip--removable .sds-chip-remover:hover svg{fill:#fff}.sds-chip.chip--green.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.sds-chip.chip--green .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.sds-chip.chip--purple.chip--navigation .sds-chip-label{background:#6b47b4;color:#fff}.sds-chip.chip--purple.chip--navigation .sds-chip-label,.sds-chip.chip--purple.chip--selection .sds-chip-label{border:1px solid #6b47b4;border-radius:6.25rem;padding:.25rem .75rem}.sds-chip.chip--purple.chip--selection.active{border-radius:6.25rem}.sds-chip.chip--purple.chip--selection .sds-chip-label{color:#6b47b4}.sds-chip.chip--purple.chip--selection.active{background:#6b47b4}.sds-chip.chip--purple.chip--selection.active .sds-chip-label{color:#fff}.sds-chip.chip--purple.chip--removable{background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem}.sds-chip.chip--purple.chip--removable .sds-chip-label{color:#fff}.sds-chip.chip--purple.chip--removable svg{fill:hsla(0,0%,100%,.5)}.sds-chip.chip--purple.chip--removable .sds-chip-remover:hover svg{fill:#fff}.sds-chip.chip--purple.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.sds-chip.chip--purple .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.sds-chip.chip--red.chip--navigation .sds-chip-label{background:#d72321;color:#fff}.sds-chip.chip--red.chip--navigation .sds-chip-label,.sds-chip.chip--red.chip--selection .sds-chip-label{border:1px solid #d72321;border-radius:6.25rem;padding:.25rem .75rem}.sds-chip.chip--red.chip--selection.active{border-radius:6.25rem}.sds-chip.chip--red.chip--selection .sds-chip-label{color:#d72321}.sds-chip.chip--red.chip--selection.active{background:#d72321}.sds-chip.chip--red.chip--selection.active .sds-chip-label{color:#fff}.sds-chip.chip--red.chip--removable{background:#d72321;border:1px solid #d72321;border-radius:6.25rem}.sds-chip.chip--red.chip--removable .sds-chip-label{color:#fff}.sds-chip.chip--red.chip--removable svg{fill:hsla(0,0%,100%,.5)}.sds-chip.chip--red.chip--removable .sds-chip-remover:hover svg{fill:#fff}.sds-chip.chip--red.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.sds-chip.chip--red .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.sds-chip.chip--pink.chip--navigation .sds-chip-label{background:#b93da9;color:#fff}.sds-chip.chip--pink.chip--navigation .sds-chip-label,.sds-chip.chip--pink.chip--selection .sds-chip-label{border:1px solid #b93da9;border-radius:6.25rem;padding:.25rem .75rem}.sds-chip.chip--pink.chip--selection.active{border-radius:6.25rem}.sds-chip.chip--pink.chip--selection .sds-chip-label{color:#b93da9}.sds-chip.chip--pink.chip--selection.active{background:#b93da9}.sds-chip.chip--pink.chip--selection.active .sds-chip-label{color:#fff}.sds-chip.chip--pink.chip--removable{background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem}.sds-chip.chip--pink.chip--removable .sds-chip-label{color:#fff}.sds-chip.chip--pink.chip--removable svg{fill:hsla(0,0%,100%,.5)}.sds-chip.chip--pink.chip--removable .sds-chip-remover:hover svg{fill:#fff}.sds-chip.chip--pink.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.sds-chip.chip--pink .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.sds-chip.chip--icon .sds-chip-label{align-items:center;display:flex}.sds-chip .sds-chip-icon{display:flex}.sds-chip .sds-chip-icon~.sds-chip-label,.sds-chip .sds-chip-icon~.sds-chip-label--text,.sds-chip .sds-chip-label--text~.sds-chip-icon,.sds-chip .sds-chip-label~.sds-chip-icon{margin-left:.25rem}.sds-chip-label{color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sds-chip-remover{margin-right:.125rem}.sds-chip-remover:focus{border-radius:100%}.sds-chip-list{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active,.chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn{background-color:#4f4f4f;color:#fff}.chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active svg,.chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn svg{fill:#fff}.chip-filter{position:relative}.chip-filter .sds-button.chip-filter__btn{border-radius:3rem;color:#4f4f4f;font-weight:600;margin-bottom:.25rem;padding:.25rem .5rem}.chip-filter .sds-button.chip-filter__btn svg{fill:#4f4f4f;height:1.25rem;width:1.25rem}.chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn:hover{background:#707070}.chip-filter--no-icon .chip-filter__btn-content{padding-left:.25rem}.chip-filter--radio-simplified .chip-filter__dropdown-btn-container,.chip-filter--radio-simplified .sds-form-control-option button[role=radio]{display:none}.chip-filter--radio-simplified .sds-form-control-item{cursor:pointer;transition:background-color .3s ease-in-out}.chip-filter--radio-simplified .sds-form-control-item:hover{background-color:#ededed}.chip-filter--radio-simplified .sds-form-control-option{padding-left:1.25rem}.chip-filter__btn-content{align-items:center;display:flex;gap:.25rem}.chip-filter__btn-content .closed,.chip-filter__btn-content .open{display:flex}.chip-filter__btn-content .closed{transform:rotate(90deg)}.chip-filter__btn-content .open{transform:rotate(-90deg)}.chip-filter__dropdown{background-color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.chip-filter__dropdown-body,.chip-filter__dropdown-header{padding:.5rem .75rem}.chip-filter__dropdown-body .sds-form-field,.chip-filter__dropdown-header .sds-form-field{gap:0;padding:0}.chip-filter__dropdown-body .sds-form-label,.chip-filter__dropdown-header .sds-form-label{color:#3d3d3d;font-size:.875rem;margin-bottom:0}.chip-filter__dropdown-groups{display:flex;flex-direction:column;gap:1rem}.chip-filter__dropdown-groups .sds-form-field{gap:.5rem}.chip-filter__dropdown-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}.chip-filter__dropdown-header svg{fill:#707070}.chip-filter__dropdown-header h3{color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.chip-filter__dropdown-header .chip-filter__dropdown-title{margin:0;padding:0}.chip-filter__dropdown-body{flex:1;overflow-y:auto}.chip-filter__dropdown-body h4{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.chip-filter__dropdown--open{display:flex;flex-direction:column}.chip-filter__dropdown .sds-form-field{margin-bottom:0}.chip-filter__dropdown .sds-form-control-item{padding:.5rem 0}.chip-filter__dropdown-btn-container{border-top:1px solid #e0e0e0;display:flex;gap:.5rem;margin-top:auto;padding:1.5rem 1rem;width:100%}.chip-filter__dropdown-btn-container--centered{display:flex}.chip-filter__dropdown-btn-container--centered>button{flex-grow:1}.chip-filter__dropdown-btn-container .button--content{justify-content:center}.chip-filter__btn-counter{align-items:center;background-color:#fff;border-radius:100%;color:#4f4f4f;display:flex;font-size:.8125rem;height:16px;justify-content:center;margin:0 .125rem;text-transform:capitalize;width:16px}@media screen and (min-width:576px){.chip-filter__dropdown{border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);height:unset;left:0;position:absolute;top:unset;width:220px;z-index:2}.chip-filter__dropdown-body h4,.chip-filter__dropdown-header{display:none}.chip-filter__dropdown-btn-container{justify-content:flex-end;margin-top:unset;padding:.5rem .75rem}.chip-filter__dropdown-btn--reset{display:none}}@media screen and (max-width:575px){.chip-filter__dropdown-btn-container{padding:1rem 1rem 1.5rem}.chip-filter__dropdown-btn-container button{width:100%}.chip-filter__dropdown-body,.chip-filter__dropdown-header{padding:1.5rem 1rem}.chip-filter__dropdown-body .sds-form-field,.chip-filter__dropdown-header .sds-form-field{display:grid;padding:0}.chip-filter__dropdown-body .sds-form-label,.chip-filter__dropdown-header .sds-form-label{color:#3d3d3d;font-size:1rem;margin-bottom:0}.chip-filter__dropdown-groups{display:flex;gap:1.5rem}.chip-filter__dropdown-groups .sds-form-field{gap:.75rem}}.sds-code-snippet{display:flex;flex-direction:column;max-height:12.5rem;max-width:25rem}.sds-code-snippet__header{align-items:center;background-color:#4f4f4f;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}.sds-code-snippet__header svg{fill:#fff}.sds-code-snippet__title{color:#fff;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.sds-code-snippet__copy-btn{align-items:center;color:#d9d9d9;display:flex;gap:.5rem;margin-left:auto}.sds-code-snippet__copy-btn:hover{text-decoration:underline}.sds-code-snippet pre{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;margin:0;padding:.5rem;scrollbar-color:#d9d9d9 #2b2b2b;scrollbar-width:2.5rem}.sds-code-snippet pre::-webkit-scrollbar{background:#2b2b2b}.sds-code-snippet pre::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.5rem;min-height:2.5rem}.sds-code-snippet pre::-webkit-scrollbar-thumb:hover{background:silver}.sds-code-snippet pre::-webkit-scrollbar-thumb:active{background:#a6a6a6}.sds-code-snippet pre::-webkit-scrollbar-corner{background:#2b2b2b}.sds-code-snippet code{font-size:.6875rem}.react-js-cron{align-items:flex-start;display:flex;flex-wrap:wrap}.react-js-cron-field,.react-js-cron>div{align-items:center;display:flex}.react-js-cron-field{margin-bottom:10px}.react-js-cron-field>span,div.react-js-cron-select{margin-left:5px}.react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}div.react-js-cron-error .react-js-cron-select .ant-select-selector{background:#fff6f6;border-color:#ff4d4f}div.react-js-cron-custom-select{min-width:70px;z-index:1}div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}div.react-js-cron-custom-select .ant-select-selection-search{margin:0!important;width:0!important}div.react-js-cron-custom-select .ant-select-selection-placeholder{color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.react-js-cron-custom-select-dropdown{min-width:0!important;width:174px!important}.react-js-cron-custom-select-dropdown .rc-virtual-list,.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:none!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{display:grid!important;grid-template-columns:repeat(4,1fr)}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.react-js-cron-period>span:first-child{margin-left:0!important}.react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.react-js-cron-select-dropdown-period{min-width:0!important;width:auto!important}.react-js-cron-clear-button{margin-bottom:10px;margin-left:10px}.react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{align-items:center;flex:initial}.sds-cron-editor-container{align-items:center}.sds-cron-editor-container .react-js-cron-field{margin-bottom:0}.cron-editor-default{align-items:center;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.cron-editor-default .cron-editor-default__label{color:#707070}.cron-editor-default>.sds-form-field{margin-left:.5rem;width:7.5rem}.cron-editor-default>.sds-form-field span{color:#949494;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.cron-editor-default>.sds-form-field .sds-select-option button{color:#707070}.react-js-cron-field.sds-cron-field .react-js-cron-select,.react-js-cron-field.sds-cron-field>span{margin-left:.5rem}.react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>span,.react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>span,.react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>span,.react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>span,.react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>span,.react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>span{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>div>div>span{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>div>div>span.ant-select-selection-placeholder,.react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>div>div>span.ant-select-selection-placeholder,.react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>div>div>span.ant-select-selection-placeholder,.react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>div>div>span.ant-select-selection-placeholder,.react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>div>div>span.ant-select-selection-placeholder{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;opacity:1}.sds-cron-hours .ant-select-selection-overflow-item,.sds-cron-minutes .ant-select-selection-overflow-item,.sds-cron-month-days .ant-select-selection-overflow-item,.sds-cron-months .ant-select-selection-overflow-item,.sds-cron-week-days .ant-select-selection-overflow-item{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.react-js-cron>div{flex-wrap:wrap}div.ant-select-dropdown .ant-select-item-option-content{color:#707070;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}div.react-js-cron-field.sds-cron-field>div.ant-select{height:2.25rem}div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select .ant-select-selector{border:2px solid #e0e0e0;border-radius:.25rem}div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open).ant-select-focused .ant-select-selector,div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open):hover .ant-select-selector{border:2px solid #e0e0e0;box-shadow:none}div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select.ant-select-open .ant-select-selector{border-color:transparent;box-shadow:0 0 0 2px #0774d2}.sds-data-list{background:#fff;border-radius:.5rem;padding:1rem}.sds-data-list.data-list--lite{padding-bottom:0;padding-top:0}.sds-data-list.data-list--lite .sds-data-list__body{border:0;margin:0}.sds-data-list.data-list--lite .sds-data-list__row:last-child{border:0}.sds-data-list__header{display:flex;justify-content:space-between;padding:.25rem .5rem 1.25rem}.sds-data-list__body{border-top:1px solid #ededed;margin-bottom:.25rem}.sds-data-list__footer{display:flex;justify-content:center;padding:1rem .5rem .25rem 0}.sds-data-list__list{list-style-type:none;margin:0;padding:0}.sds-data-list__row{border-bottom:1px solid #ededed}.sds-data-list__item{align-items:center;display:flex;padding:1rem .5rem}button.sds-data-list__item{text-align:left;width:100%}button.sds-data-list__item:hover{background-color:#f7f7f7}.sds-data-list__icon{align-self:baseline;margin-right:.5rem}.sds-data-list__title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-data-list__title .svg-wrapper svg{fill:#3d3d3d}@media screen and (min-width:768px){.sds-data-list__icon+div{align-items:center;display:flex;justify-content:space-between;width:100%}.sds-data-list__content{display:flex;width:100%}.sds-data-list__content>:first-child{flex-grow:1;margin-right:.5rem}.sds-data-list__content>:nth-child(2){flex-shrink:0}}.sds-datetime-picker .sds-text-field{position:relative}.sds-datetime-picker .sds-text-field input{padding-left:3rem;padding-right:2rem}.sds-datetime-picker__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}@media screen and (min-width:576px){.sds-datetime-picker{max-width:23.8125rem}}.sds-dialog__container{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.sds-dialog{background:#fff;border-radius:.5rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);color:#2b2b2b;display:flex;flex-direction:column;max-height:100%;max-width:25rem;width:100%}.sds-dialog.sm-md{max-width:30rem}.sds-dialog.md{max-width:37.5rem}.sds-dialog.lg{max-width:50rem}.sds-dialog.xl{max-width:62.5rem}.sds-dialog.fullscreen{height:100%;max-width:100%;width:100%}.sds-dialog.md .sds-form,.sds-dialog.sm-md .sds-form{max-width:100%}.sds-dialog__header{padding:1.5rem 1.5rem 1rem;position:relative}.sds-dialog__action-buttons{display:flex;gap:.75rem;padding:.75rem;position:absolute;right:0;top:0}.sds-dialog__action-buttons button{background:none;border:0;color:#707070}.sds-dialog__action-buttons button:hover .svg-wrapper svg{fill:#3d3d3d}.sds-dialog__heading{display:flex;margin:0 1.5rem .5rem 0}.sds-dialog__heading span{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.sds-dialog__heading span .svg-wrapper svg{fill:#3d3d3d}.sds-dialog__icon{flex-shrink:0;margin-right:.75rem}.sds-dialog__icon svg{fill:#3d3d3d}.sds-dialog__body{display:flex;flex-grow:1;padding:0 1.5rem}.sds-dialog__body.dialog--scroll{overflow-y:auto}.sds-dialog__body.dividers{border-bottom:1px solid #ededed;border-top:1px solid #ededed}.sds-dialog__body.dividers .sds-dialog__content{padding:1.5rem 0}.sds-dialog__loading{align-items:center;display:flex;flex-grow:1;min-height:5rem;padding-bottom:1.5rem}.sds-dialog__loading .sds-dialog__body{justify-content:center;overflow:hidden;width:100%}.sds-dialog__content{max-height:28.25rem;width:100%}.sds-dialog__footer{padding:0 1.5rem}.sds-dialog__error,.sds-dialog__footer-text{padding-top:1rem}.sds-dialog__actions{display:flex;justify-content:flex-end;padding:1.5rem 0}@media screen and (max-width:575px){.sds-dialog__container--full{padding:0}.sds-dialog__container--full .sds-dialog{border-radius:0;height:100%}.sds-dialog__container--sm .sds-dialog{border-radius:.25rem;height:-moz-fit-content;height:fit-content}.sds-dialog__fullscreen{display:none}.sds-dialog__body{flex-grow:1}}.sds-divider{align-items:center;display:flex;width:100%}.sds-divider:after,.sds-divider:before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px;position:relative;width:1px;z-index:0}.sds-divider:before{margin-right:1rem}.sds-divider:after{margin-left:1rem}.sds-divider span{z-index:1}.sds-divider--left:before,.sds-divider--right:after{content:none}.sds-divider--empty:before{margin:0}.sds-divider--empty:after{content:none}.sds-dropdown-wrapper{display:inline-block;position:relative}.sds-dropdown{background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;flex-direction:column;min-width:7.25rem;padding:.5rem .75rem;position:absolute;top:calc(100% + .25rem);width:-moz-max-content;width:max-content;z-index:2}.sds-dropdown--fixed{margin-top:.25rem;position:fixed}.sds-dropdown.sds-dropdown--left{left:0}.sds-dropdown.sds-dropdown--right{right:0}.sds-dropdown.sds-dropdown--middle:not(.sds-dropdown--fixed){left:50%;transform:translateX(-50%)}.sds-dropdown.active{display:inline-flex}.sds-dropdown-heading{color:#707070;display:block;font-weight:700;padding:.5rem 0 .75rem;text-align:center;text-transform:uppercase}.sds-dropdown-heading,.sds-dropdown-section{border-bottom:1px solid #ededed;margin-bottom:.25rem}.sds-dropdown-section{padding-bottom:.25rem}.sds-dropdown-section:last-child{border:none;margin:0;padding:0}.sds-dropdown-section__heading{background:#f5f5f5;border-radius:.25rem;color:#707070;font-weight:600;margin:.25rem 0;padding:.25rem .5rem;text-align:center}.sds-dropdown-heading+div>.sds-dropdown-section:first-child .sds-dropdown-section__heading{margin-top:0}.sds-dropdown-list{list-style-type:none;margin:0;padding:0}.sds-dropdown-button{align-items:center;color:#707070;display:flex;font-size:.875rem;text-align:left;width:100%}.sds-dropdown-button:hover{background:#f5f5f5;border-radius:.25rem;color:#2b2b2b}.sds-dropdown-button:disabled{cursor:default;opacity:.5;pointer-events:none}.sds-dropdown-icon{padding:0 .25rem}.sds-dropdown-label{display:block;overflow-wrap:anywhere;padding:.5rem;word-break:normal}.sds-empty-state-card{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;color:#707070;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:1.25rem;letter-spacing:-.4px;line-height:1.5rem;padding:5rem 0;width:100%}.sds-empty-state-card--lite{border:none}.sds-empty-state-card__text{display:block;max-width:18rem;text-align:center}.sds-empty-state-card__title{color:#3d3d3d;font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:0;margin-top:1rem;text-align:center}.sds-empty-state-card__title .svg-wrapper svg{fill:#3d3d3d}.sds-empty-state-card__icon>svg{height:11rem;width:auto}.sds-empty-state-card--with-cta .sds-empty-state-card__icon .svg-path-primary{fill:#057e91}.sds-error{align-items:center;color:#d72321;display:flex}.sds-error .svg-wrapper svg{fill:#d72321}.sds-error span{margin-left:.25rem}.sds-error--contained{background-color:#fff;border-radius:.5rem;padding:1rem}.sds-form{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;max-width:25rem;padding:1.5rem}.sds-form.form--lite{border:none;padding:0}.sds-form.form--dark{background:#ededed;border:none;border-radius:.5rem;padding:1.25rem}.sds-form.form--horizontal{max-width:none}.sds-form.form--horizontal .sds-form-footer{margin-top:.5rem}.sds-fieldset{border:none;margin:0;padding:0}.sds-form-group{border-bottom:1px solid #ededed;margin-bottom:1rem;padding-bottom:1rem}.sds-form-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sds-form-error,.sds-form-footer{margin-top:.75rem}@media screen and (max-width:575px){.sds-form.form--horizontal .sds-button-list li{flex-grow:1}}@media screen and (min-width:576px){.sds-form.form--horizontal{align-items:flex-end;display:flex}.sds-form.form--horizontal .sds-fieldset{display:flex;flex-grow:1}.sds-form.form--horizontal .sds-form-field{flex-grow:1;margin-bottom:0;margin-right:.5rem}}.sds-checkbox-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.sds-checkbox-option__button.checked{background:#0774d2;border-color:#0774d2}.sds-checkbox-option__button.checked:after,.sds-checkbox-option__button.checked:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.sds-checkbox-option__button.checked:after{height:6px;transform:translate(-4.8px,-1px) rotate(-45deg)}.sds-checkbox-option__button.checked:before{height:12px;transform:translate(.3px,-6px) rotate(45deg)}.sds-radio-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:100%;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.sds-radio-option__button:focus{border-radius:100%}.sds-radio-option__button.checked{border-color:#0774d2}.sds-radio-option__button.checked:before{background:#0774d2;border-radius:100%;content:" ";height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625rem}.sds-radio-option__button.disabled{background-color:#ededed;cursor:not-allowed}.sds-multi-chip-list{min-height:2.75rem;padding:.25rem}.sds-multi-chip-list li{margin:.25rem}.sds-multi-chip-list .sds-chip{color:#3d3d3d;margin:0}.sds-multi-chip-list .sds-chip.chip--default{border:1px solid transparent}.sds-multi-chip-list .sds-chip.sds-chip--invalid{border:1px solid #d72321}.sds-multi-chip-list .sds-chip.sds-chip--warning{border:1px solid #e96900}.sds-multi-chip-list li:last-child{flex:1;min-width:33%}.sds-multi-chip-list .sds-text-field input{border:none;outline:none;padding-bottom:.25rem;padding-top:.25rem}.sds-multi-chip-list .sds-text-field input:focus{box-shadow:none}.sds-multi-chip-list__active{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2}.floating-text{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);color:#3d3d3d;cursor:pointer;margin-top:.5rem;padding:.5rem;position:absolute;z-index:1}.sds-select-field{border-radius:.25rem;display:grid;position:relative}.sds-select-field.active{box-shadow:0 0 0 2px #0774d2}.sds-select-field button{padding-right:2.5rem;text-align:left}.sds-select-field .sds-select-field__button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem 1.5rem .375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.sds-select-field .sds-select-field__button:disabled{background:#ededed;border-radius:0;color:#949494}.sds-select-field .sds-select-field__button:disabled+.sds-select-field__icon svg{opacity:.3}.sds-select-field .sds-select-field__button.readonly{background:transparent;border-radius:.25rem;color:#3d3d3d}.sds-select-field .sds-select-field__button.readonly+.sds-select-field__icon svg{opacity:.5}.sds-select-field .sds-select-field__button:not(.placeholder,.readonly){font-weight:600}.sds-select-field .sds-select-field__button.placeholder{color:#949494}.sds-select-field ul{list-style-type:none;margin:0;padding:0}.sds-select-field ul button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.sds-select-field ul button:hover{background:#f5f5f5}.sds-select-field ul button:focus{z-index:1}.sds-select-field__span--prefixed{align-items:center;display:flex}.sds-select-field__span--prefixed svg:first-child{height:1.25rem;margin-right:.25rem;width:1.25rem}.sds-select-field__icon{pointer-events:none;position:absolute;right:.25rem;top:.25rem}.sds-select-field__icon svg{transform:rotate(-90deg)}.active .sds-select-field__icon svg{transform:rotate(90deg)}.sds-select-field__options{background-color:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:6px;max-height:12rem;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.sds-select-field__options--fixed{position:fixed}.sds-text-field.sds-field-icon input{padding-left:3rem}.sds-text-field.sds-field-error input{padding-right:2rem}.sds-text-field label{color:#707070;display:block;font-weight:600;margin-bottom:.25rem}.sds-text-field input,.sds-text-field textarea{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.sds-text-field input:disabled,.sds-text-field textarea:disabled{background:#ededed;border-radius:0;color:#949494;cursor:default;pointer-events:none}.sds-text-field textarea{resize:vertical}.sds-text-field .sds-field-error__icon,.sds-text-field .sds-text-field__copy-icon{align-items:center;display:flex;height:100%;padding:0 .25rem;position:absolute;right:0;top:0}.sds-text-field:has(.sds-text-field__copy-icon) input{padding-right:2rem}.sds-text-field.readonly input,.sds-text-field.readonly textarea{background:transparent;border-radius:.25rem;color:#3d3d3d}.sds-text-field__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}span.sds-toggle-button{display:block;opacity:.5}.sds-toggle{background:#bababa;border-radius:.625rem;height:1.25rem;padding:0;position:relative;width:2.25rem}.sds-toggle.active{background:#0774d2}.sds-toggle.active .sds-toggle-check{height:1.25rem;left:.25rem;position:absolute;top:0;width:.75rem}.sds-toggle.active .sds-toggle-check:after,.sds-toggle.active .sds-toggle-check:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.sds-toggle.active .sds-toggle-check:after{height:6px;transform:translate(-4.2px,-1.8px) rotate(-45deg)}.sds-toggle.active .sds-toggle-check:before{height:10px;transform:translate(.3px,-5px) rotate(45deg)}.sds-toggle.active .sds-toggle-disc{left:calc(100% - 1.125rem)}button.sds-toggle-button{padding:.5rem}button.sds-toggle-button:focus{box-shadow:none}button.sds-toggle-button:focus .sds-toggle:after{border-radius:.75rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + .25rem);left:-2px;position:absolute;top:-2px;width:calc(100% + .25rem)}button.sds-toggle-button:focus:not(:focus-visible) .sds-toggle:after{content:none}.sds-toggle-disc{background:#fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);height:1rem;left:.125rem;position:absolute;top:.125rem;transition:all .3s ease;width:1rem}.sds-form-control-list{list-style-type:none;margin:0;padding:0}.sds-form-control-item{margin-bottom:.5rem}.sds-form-control-item:last-child{margin-bottom:0}.sds-form-control-option{display:flex}.sds-form-control-option.disabled .sds-checkbox-option__button,.sds-form-control-option.disabled .sds-form-control-label,.sds-form-control-option.disabled .sds-radio-option__button,.sds-form-control-option.readOnly .sds-checkbox-option__button,.sds-form-control-option.readOnly .sds-radio-option__button{opacity:.5}.sds-form-control-heading{color:#2b2b2b;display:block;font-weight:600;margin-bottom:.25rem}.sds-form-control-text{align-items:center;display:flex}.sds-form-control-label{color:#3d3d3d;flex-grow:1;overflow-wrap:anywhere;text-align:left;word-break:normal}.sds-form-control--prominent .sds-form-control-item{margin-bottom:1.25rem}.sds-form-control--prominent .sds-form-control-item:last-child{margin-bottom:0}::-moz-placeholder{color:#949494}::placeholder{color:#949494}.sds-field-container{background:#f5f5f5;border-radius:.25rem;padding:1rem}.sds-form-label{align-items:center;color:#707070;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.sds-form-label.sds-form-label--visible{margin-bottom:.25rem}.form--dark .sds-form-label{color:#4f4f4f}.sds-form-field{margin-bottom:.75rem}.sds-form-field:last-child{margin-bottom:0}.sds-form-field[disabled] .sds-form-input{background:#ededed}.sds-form-field[icon] .sds-form-input{background:#f5f5f5}.sds-form-field.sds-form-field--inline{align-items:center;display:flex}.sds-form-field.sds-form-field--inline .sds-form-label{margin-right:.75rem}.sds-form-field.sds-form-field--inline .sds-form-label.sds-form-label--visible{margin-bottom:0}.sds-form-input{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;position:relative}.sds-form-input.readonly{background:rgba(0,0,0,.04);border:2px solid transparent}.sds-form-toggle{display:flex}.sds-field-error__icon .svg-wrapper svg{fill:#d72321}.sds-field-error__message{color:#d72321;font-size:.8125rem;margin-top:.25rem}.sds-field-note{color:#707070;font-size:.8125rem;margin-top:.25rem}.sds-grid{display:grid;gap:1.25rem}.sds-grid-card{background-color:#fff;border-radius:.5rem;display:inline-block;height:100%;width:100%}.sds-grid-card button{padding:1.25rem;text-align:unset;width:100%}.sds-grid-card:hover{box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.sds-grid-card__heading{align-items:center;display:flex;height:2rem}.sds-grid-card__heading__top{margin-top:.75rem}.sds-grid-card__icon{align-items:center;background-color:#e6f4f6;border-radius:.5rem;display:flex;height:2rem;justify-content:center;width:2rem}.sds-grid-card__icon path{fill:#057e91}.sds-grid-card__title{color:#3d3d3d;margin-left:.5rem}.sds-grid-card__title__no__margin{color:#3d3d3d}.sds-grid-card__description{color:#3d3d3d;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-top:.75rem}.sds-grid-card--selected{border:2px solid #0774d2}.sds-grid-card--selected:hover{box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.sds-grid-card-list{display:grid;gap:1rem;grid-template-columns:1fr;list-style-type:none;margin:1.25rem 0 0;padding:0}@media screen and (min-width:576px){.sds-grid-card-list{grid-template-columns:1fr 1fr}}@media screen and (min-width:1024px){.sds-grid-card-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.sds-link-wrapper{display:inline;position:relative}.sds-link-icon{height:100%;position:absolute;top:0}.sds-link-icon svg{height:100%}.sds-link-icon--left{left:0}.sds-link-icon--left+.sds-link-text{padding-left:1.75rem}.sds-link-icon--right{right:0}.sds-link-icon--right+.sds-link-text{padding-left:0;padding-right:1.75rem}.sds-link-text{display:inline-block}.sds-link.link--standalone{color:#707070;text-decoration:none}.sds-link.link--standalone:hover{text-decoration:underline}.sds-link.link--paragraph{color:currentcolor}.sds-link.link--paragraph:hover{text-decoration:none}.sds-link-list__heading{display:block;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:.75rem}.sds-link-list__heading .svg-wrapper svg{fill:#3d3d3d}.sds-link-list{list-style-type:none;margin:0;padding:0}.sds-link-list li{border-bottom:1px solid #e0e0e0}.sds-link-list li:first-child{border-top:1px solid #e0e0e0}.sds-link-list .sds-link-wrapper{display:flex}.sds-link-list .sds-link{color:#3d3d3d;padding:.75rem 0;text-decoration:none;width:100%}.sds-link-list .sds-link:hover{text-decoration:underline}.sds-link-list .sds-link-text{display:block}.sds-loader{align-items:center;display:flex;flex-direction:column}.sds-loader-message{max-width:15.75rem;padding-top:1.5rem;text-align:center}.sds-overlay{background:rgba(0,0,0,.5);height:calc(100vh - 56px);position:absolute;top:56px;width:100%;z-index:10}.sds-overlay.overlay--fullscreen{height:100vh;top:0}.sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__percentage{color:#d72321}.sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__indicator,.sds-progress-bar-container.sds-progress-bar-level--very-high .sds-progress-bar__indicator{background:#d72321}.sds-progress-bar-container.sds-progress-bar-level--high .sds-progress-bar__indicator{background:#e96900}.sds-progress-bar-container.sds-progress-bar-level--moderate .sds-progress-bar__indicator{background:#efb324}.sds-progress-bar-container.sds-progress-bar-level--low .sds-progress-bar__indicator{background:#098934}.sds-progress-bar{background:#ededed;border-radius:.5rem;height:.5rem;position:relative}.sds-progress-bar__indicator{border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:50%}.sds-progress-bar__stats{display:flex;justify-content:space-between;margin-bottom:.5rem}.sds-progress-bar__current-value,.sds-progress-bar__percentage{font-weight:700}.sds-row{background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:1rem}.sds-row.no-border{box-shadow:none}.sds-row.no-children .sds-row__header-text{margin-bottom:0}.sds-row__title{align-items:center;color:#3d3d3d;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;letter-spacing:-.5px;line-height:1.5rem}.sds-row__title .svg-wrapper svg{fill:#3d3d3d}.sds-row__subtitle{color:#4f4f4f}.sds-row__header-text{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}@media screen and (max-width:768px){.sds-row__header-text{width:100%}.sds-row__header-actions{margin-top:.5rem;width:100%}.sds-row__header-actions .sds-button{display:grid;place-items:center;width:100%}}.sds-row__header{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:768px){.sds-row__header{flex-direction:row}}.sds-scroll-container{display:flex;margin:.5rem 0;min-height:-moz-fit-content;min-height:fit-content}.sds-scroll-container--horizontal{overflow-x:auto;padding:.5rem 0}.sds-scroll-container.sds-scroll-container__hidden-content--left{border-left:1px solid #bababa}.sds-scroll-container.sds-scroll-container__hidden-content--right{border-right:1px solid #bababa}.sds-scroll-container::-webkit-scrollbar,.sds-scroll-container::-webkit-scrollbar-track{background-color:#ededed;height:.25rem}.sds-scroll-container::-webkit-scrollbar-thumb{background-color:#bababa;border-radius:1px}@-moz-document url-prefix(){.sds-scroll-container{scrollbar-color:#e0e0e0 transparent;scrollbar-width:thin}}.sds-heading--level-1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:1.75rem;margin-top:1.75rem}.sds-heading--level-1 .svg-wrapper svg{fill:#3d3d3d}.sds-heading--level-2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.sds-heading--level-2 .svg-wrapper svg{fill:#3d3d3d}.sds-heading--level-3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.sds-heading--level-3 .svg-wrapper svg{fill:#3d3d3d}.sds-heading--level-4{font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-heading--level-4 .svg-wrapper svg{fill:#3d3d3d}.sds-heading--level-5{font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.sds-heading--level-5 .svg-wrapper svg{fill:#3d3d3d}.sds-heading--level-6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.sds-heading--level-6 .svg-wrapper svg{fill:#3d3d3d}.sds-text--sm-regular{font-weight:400}.sds-text--sm-regular,.sds-text--sm-semibold{font-size:.8125rem;letter-spacing:0;line-height:1rem}.sds-text--sm-semibold{font-weight:600}.sds-text--sm-bold{font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.sds-text--md-regular{font-weight:400}.sds-text--md-regular,.sds-text--md-semibold{font-size:.875rem;letter-spacing:-.2px;line-height:1.25rem}.sds-text--md-semibold{font-weight:600}.sds-text--md-bold{font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-text--lg-regular{font-weight:400}.sds-text--lg-regular,.sds-text--lg-semibold{font-size:1rem;letter-spacing:-.4px;line-height:1.5rem}.sds-text--lg-semibold{font-weight:600}.sds-text--lg-bold{font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.sds-text--xlg-regular{font-size:1.125rem;font-weight:400;letter-spacing:-.4px;line-height:1.75rem}.sds-text--xlg-semibold{font-weight:600}.sds-text--xlg-bold,.sds-text--xlg-semibold{font-size:1.125rem;letter-spacing:-.4px;line-height:1.6875rem}.sds-text--xlg-bold{font-weight:700}.sds-transition--fade{opacity:0;position:relative;transition:all 1s ease}.sds-transition--fade.sds-transition-fade-enter{opacity:0}.sds-transition--fade.sds-transition-fade-enter-active{opacity:1;transition:opacity .3s;z-index:100}.sds-transition--fade.sds-transition-fade-enter-done,.sds-transition--fade.sds-transition-fade-exit{opacity:1}.sds-transition--fade.sds-transition-fade-exit-active{opacity:0;transition:opacity .6s;z-index:100}.sds-transition--slide-from-top-fade{position:fixed;right:0;transition:all 1s ease;z-index:100}.sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter{top:-100%}.sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-active{top:0;transition:all .3s}.sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-done{top:0}.sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit{opacity:1;top:0}.sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit-active{opacity:0;top:0;transition:all .6s}.sds-search-filter input{padding:.5rem .5rem .5rem 3rem}.sds-sidenav-item.active{position:relative}.sds-sidenav-item.active:before{background:#2b2b2b;border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;width:3px;z-index:1}.sds-sidenav-item.active .sds-sidenav-link{color:#3d3d3d;font-weight:700}.sds-sidenav-item.active .sds-sidenav-link svg{fill:#3d3d3d}.sds-sidenav-link{color:#707070;display:flex;margin:.125rem;padding:1rem 0 1rem 1rem;text-align:left;width:calc(100% - .25rem)}.sds-sidenav-link:focus,.sds-sidenav-link:hover{background:#ededed;border-radius:.25rem}.sds-sidenav-link .svg-wrapper{margin-right:.75rem}.sds-sidenav-link.active .sds-sidenav-submenu__toggle svg{transform:rotate(90deg)}.sds-sidenav-link.active+.sds-sidenav-submenu{display:block;height:auto}.sds-sidenav-label{display:inline-block;padding-right:1rem}.sds-sidenav-submenu__toggle--top{margin-left:auto}.sds-sidenav-submenu__toggle--sub{margin-top:.25rem}.sds-sidenav-submenu__toggle svg{transform:rotate(-90deg);transition:transform .3s ease}.sds-sidenav-submenu{display:none;height:0;list-style-type:none;margin:0;overflow:hidden;padding:0}.sds-sidenav-submenu .svg-wrapper{margin-right:.5rem}.sds-sidenav-submenu .svg-wrapper svg{height:1rem;width:1rem}.sds-sidenav-submenu .sds-sidenav-link{padding-left:3rem}.sds-sidenav-submenu .sds-sidenav-submenu .sds-sidenav-link{padding-left:4.5rem}@media screen and (max-width:1024px){.sds-sidenav-link{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}}@media screen and (min-width:1024px){.sds-sidenav-link{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;line-height:1.5rem;padding:.625rem 0 .625rem 1rem}}.sds-sidenav-list{list-style-type:none;margin:0;padding:0}.sds-sidenav-section{align-items:center;display:flex;padding:1rem 1.25rem;text-transform:uppercase}.sds-sidenav{background:#f5f5f5;color:#707070;overflow-y:auto;padding:1rem 0}.sds-sidenav-mobile{left:0;position:fixed;top:56px;width:100%;z-index:10}.sds-sidenav-mobile .sds-sidenav,.sds-sidenav-tablet{height:calc(100vh - 56px)}.sds-sidenav-tablet{background:rgba(0,0,0,.5);display:flex;left:0;position:absolute;top:100%;width:100%;z-index:10}.sds-sidenav-tablet.sds-transition-enter .sds-sidenav{transform:translateX(-100%)}.sds-sidenav-tablet.sds-transition-enter-active .sds-sidenav{transform:translateX(0);transition:transform .3s}.sds-sidenav-tablet.sds-transition-enter-done .sds-sidenav,.sds-sidenav-tablet.sds-transition-exit .sds-sidenav{transform:translateX(0)}.sds-sidenav-tablet.sds-transition-exit-active .sds-sidenav{transform:translateX(-100%);transition:transform .6s}.sds-sidenav-tablet .sds-sidenav{border-top:1px solid #e0e0e0;flex-shrink:0}.sds-sidenav-bg{width:100%}@media screen and (min-width:768px){.sds-sidenav{height:100%;width:260px}}.sds-sidenav-launcher{align-items:center;display:flex;flex-direction:column}.sds-sidenav-launcher .sds-button.button--icon{margin:0;padding:0}.sds-sidenav-launcher>.sds-button.active rect,.sds-sidenav-launcher>.sds-button:hover rect{fill-opacity:.6}.sds-sidenav-launcher>.sds-button.active path,.sds-sidenav-launcher>.sds-button:hover path{fill-opacity:1}@media screen and (max-width:575px){.sds-sidenav-launcher{margin-left:.75rem;margin-right:0}}@media screen and (min-width:576px){.sds-sidenav-launcher{margin-left:.25rem;margin-right:.75rem}}.sds-skip-links__list{list-style-type:none;margin:0;padding:0}.sds-skip-links__button{color:#707070;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem}.sds-skip-links__button:active,.sds-skip-links__button:focus,.sds-skip-links__button:focus-within,.sds-skip-links__button:hover{background:#ededed}.sds-sortable-list.presentation-only .sds-sortable-list__item-content{margin-right:unset}.sds-sortable-list__item{align-items:center;display:flex;gap:.5rem;position:relative}.sds-sortable-list__item:last-of-type:before{content:none}.sds-sortable-list__list{display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding:0}.sds-sortable-list__list--dragging .sds-sortable-list__item-dots{display:none}.sds-sortable-list__list--dragging .sds-tooltip{visibility:hidden}.sds-sortable-list__item-content{display:flex;flex-direction:row;gap:.5rem;width:100%}@media screen and (min-width:576px){.sds-sortable-list__item-content{gap:1rem}}.sds-sortable-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.sds-sortable-list .sds-tooltip__wrapper:has(.sds-sortable-list__item-remove){position:absolute;right:1rem;top:.75rem}.sds-sortable-list__item-drag-btn{align-self:baseline}.sds-sortable-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.sds-sortable-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.sds-sortable-list--presentation-grey-box .sds-sortable-list__item-content{background-color:#ededed;border-radius:.25rem;padding:.375rem .625rem}.sds-source-selector__item button{align-items:center;background:#fff;border:1px solid #ededed;border-bottom:none;border-radius:.25rem;border-radius:0;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.625rem;width:100%}.sds-source-selector__item button:hover{background:#f5f5f5}.sds-source-selector__item button:focus{z-index:1}.sds-source-selector__item button span{margin-right:.75rem}.sds-source-selector__item:first-child button{border-radius:.25rem .25rem 0 0}.sds-source-selector__item:last-child button{border-bottom:1px solid #ededed;border-radius:0 0 .25rem .25rem}.sds-source-selector__item .sds-source-selector__icon{margin-right:.5rem}.sds-source-selector__item .sds-source-selector__check{margin-left:auto}.sds-source-selector__item .sds-source-selector__check svg{height:24px;width:24px}.sds-source-selector__item .sds-source-selector__check path{fill:#044985}.sds-source-selector__launcher{align-items:center;background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.sds-source-selector__launcher .sds-source-selector__icon{margin-right:.75rem}.sds-source-selector__launcher .sds-source-selector__chevron{margin-left:auto;pointer-events:none}.sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(-90deg)}.sds-source-selector.active .sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(90deg)}.sds-source-selector{border-radius:.25rem;display:grid;position:relative}.sds-source-selector ul{list-style-type:none;margin:0;padding:0}.sds-source-selector__panel{background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:.25rem;margin-top:6px;max-height:12rem;overflow-y:auto;padding:.5rem;position:absolute;top:100%;width:100%;z-index:1}.sds-spinner{align-items:center;animation:spinner-border .8s linear infinite both;border-radius:50%;color:currentcolor;display:flex}.sds-spinner.spinner--lg{height:3rem;width:3rem}.sds-spinner.spinner--lg,.sds-spinner.spinner--regular{border:.1875rem solid;border-right:.1875rem solid transparent}.sds-spinner.spinner--regular{height:2rem;width:2rem}.sds-spinner.spinner--sm{height:1.25rem;width:1.25rem}.sds-spinner.spinner--sm,.sds-spinner.spinner--xs{border:.125rem solid;border-right:.125rem solid transparent}.sds-spinner.spinner--xs{height:1rem;width:1rem}.sds-table__wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;overflow-x:auto;position:relative}.sds-table__wrapper.table--sortable .sds-table th:hover{background-color:#d4d4d4;border-radius:0;cursor:pointer}.sds-table__wrapper.table--slim .sds-table__th,.sds-table__wrapper.table--slim .sds-table__th-content{font-size:.8125rem;line-height:1rem}.sds-table__wrapper.table--slim .sds-table__pagination,.sds-table__wrapper.table--slim td,.sds-table__wrapper.table--slim th{padding-bottom:.5rem;padding-top:.5rem}.sds-table__wrapper.table--slim td{vertical-align:top}.sds-table__wrapper.table--slim .sds-table__pagination-options{height:1.25rem}.sds-table table{background:#fff;border:none;border-collapse:collapse;border-spacing:0;display:table;position:relative;width:100%}.sds-table thead{background:#ededed;color:#707070}.sds-table th{background:#ededed;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;transition:all .3s ease}.sds-table th:focus{border-radius:0;box-shadow:none}.sds-table th:focus .sds-table__th-content:after{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + 2px);left:-2px;position:absolute;top:-1px;width:calc(100% + .25rem)}.sds-table th:focus:not(:focus-visible) .sds-table__th-content:after{content:none}.sds-table .sds-table__th-content{display:inline-flex;line-height:1.5rem;position:relative}.sds-table td,.sds-table th{border-bottom:1px solid #e0e0e0;color:#3d3d3d;padding:1.25rem 1rem;text-align:left}.sds-table tr:last-child td{border-bottom:none}.sds-table__pagination{background:#fff;border-top:1px solid #e0e0e0;color:#707070;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.sds-table__pagination,.sds-table__pagination-options{align-items:center;display:flex}.sds-table__page-select{background:transparent;border:none;color:#707070;font-weight:600;margin-left:.5rem}.sds-table__navigator{align-items:center;display:flex}.sds-table__navigator button[disabled]{opacity:.5;pointer-events:none}.sds-table__navigator button{border-radius:.25rem;transition:all .3s ease}.sds-table__navigator button svg{height:1.25rem}.sds-table__navigator button:hover{background:#e6e6e6}.sds-table__row-range{display:block;margin-right:.5rem}.sds-table__search{display:flex;margin-bottom:1rem}.sds-table__search .sds-form-field{width:15.625rem}@media screen and (max-width:575px){.sds-table__search .sds-form-field{width:100%}.sds-table__pagination{align-items:flex-start;flex-direction:column}.sds-table__pagination-options{margin-bottom:1rem}}.sds-tabs-outer-button{position:absolute;right:0;top:-3.4375rem}.sds-tabs-list{align-items:center;border-bottom:1px solid rgba(43,43,43,.1);display:flex;list-style-type:none;margin:0;padding:0}.sds-tabs-item{margin-right:.5rem}.sds-tabs-item button{color:#3d3d3d;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding:.5rem;position:relative}.sds-tabs-item button:after{background:transparent;border-radius:.125rem .125rem 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.sds-tabs-item button:hover:after{background:#bababa}.sds-tabs-item.active button{font-weight:700}.sds-tabs-item.active button:after{background:#2b2b2b}.sds-toast__container{padding:1rem;position:relative;right:0;top:57px;z-index:8}.sds-toast{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);display:inline-flex;min-width:17rem;padding:.75rem}.sds-toast-icon{align-self:flex-start;margin-right:.875rem}.sds-toast-content{flex-grow:1}.sds-toast-message a{color:#0774d2;font-style:italic;text-decoration:none}.sds-toast-message a:hover{text-decoration:underline}.sds-toast-title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.sds-toast-close{align-self:flex-start;margin-left:.75rem}.sds-toast-close:hover .svg-wrapper svg{fill:#3d3d3d}.sds-toast-type--success .sds-toast-icon svg{fill:#098934}.sds-toast-type--info .sds-toast-icon svg{fill:#057e91}.sds-toast-type--warning .sds-toast-icon svg{fill:#e96900}.sds-toast-type--danger .sds-toast-icon svg{fill:#d72321}.sds-toast-type--loading .sds-toast-icon{margin-top:.125rem}@media screen and (max-width:575px){.sds-toast{width:100%}.sds-toast__container{padding:0;right:1.5rem;top:1.5rem;width:calc(100vw - 3rem)}}@media screen and (min-width:768px){.sds-toast__container{max-width:28.25rem}}.sds-toolbar{background:#26324b;max-height:56px;padding:.5rem;position:relative}.sds-toolbar,.sds-toolbar-branding{align-items:center;display:flex}.sds-toolbar-logo{margin-right:.75rem}.sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper{align-items:center;display:flex;height:2.125rem;justify-content:center;width:2.125rem}.sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper svg{fill:none}.sds-toolbar-branding__text{margin-right:1rem;min-width:-moz-fit-content;min-width:fit-content}.sds-toolbar-branding__text,.sds-toolbar-client{color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.sds-toolbar-client{margin-left:1rem;position:relative}.sds-toolbar-client>div:before,.sds-toolbar-client>span:before{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";height:1.875rem;left:-1rem;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.sds-toolbar-content{flex-grow:1}.sds-toolbar-tools{align-items:center;background:rgba(29,155,226,.16);border-radius:.25rem;color:rgba(0,0,0,.7);display:flex;height:2.5rem;margin-left:.75rem}.sds-toolbar-tools .sds-dropdown{z-index:20}.sds-toolbar-menus .sds-button{padding:.5rem .375rem}.sds-toolbar-menus .sds-dropdown-wrapper{display:flex}.sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon svg,.sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon svg{fill:hsla(0,0%,100%,.6);transition:all .3s ease}.sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon:hover svg,.sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon:hover svg{fill:#fff}.sds-toolbar-menus__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0 .375rem}.sds-toolbar-user__wrapper{position:relative}.sds-toolbar-user__wrapper:before{background-color:#26324b;border-radius:.25rem;content:"";height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.sds-toolbar-user{margin-left:.125rem;padding:0 .375rem}.sds-toolbar-user .sds-avatar{background-color:#fff;color:#26324b}.sds-toolbar-user .sds-button{padding:.375rem}.sds-toolbar-user .sds-user-name{color:#fff}@media screen and (max-width:575px){.sds-toolbar{padding:.6875rem .75rem}.sds-toolbar-tools{display:none}}@media screen and (min-width:1024px){.sds-toolbar{padding-left:.75rem}}.sds-tooltip__label{background-color:#2b2b2b;border-radius:.25rem;color:#fff;padding:.125rem .5rem}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed){display:inline-flex;position:relative}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed):hover .sds-tooltip:not(.sds-tooltip__hidden){opacity:1;transition-delay:.3s;visibility:visible;z-index:1}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip{display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;opacity:0;position:absolute;transition:opacity .3s,visibility .3s;visibility:hidden;width:-moz-max-content;width:max-content}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--bottom,.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--top{left:50%;transform:translateX(-50%)}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--left,.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--right{top:50%;transform:translateY(-50%)}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--bottom{padding-top:.25rem;top:100%}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--left{padding-right:.25rem;right:100%}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--right{left:100%;padding-left:.25rem}.sds-tooltip__wrapper:not(.sds-tooltip__wrapper--fixed) .sds-tooltip.position--top{bottom:100%;padding-bottom:.25rem}.sds-tooltip__wrapper--fixed{display:inline-flex}.sds-tooltip__wrapper--fixed .sds-tooltip{display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;opacity:0;position:fixed;transition:opacity .3s,visibility .3s;visibility:hidden;width:-moz-max-content;width:max-content}.sds-tooltip__wrapper--fixed .sds-tooltip.active{opacity:1;transition-delay:.3s;visibility:visible;z-index:1}.sds-tooltip__wrapper--fixed .sds-tooltip.position--left{padding-right:.25rem}.sds-tooltip__wrapper--fixed .sds-tooltip.position--right{padding-left:.25rem}.sds-tooltip__wrapper--fixed .sds-tooltip.position--top{padding-bottom:.25rem}.sds-tooltip__wrapper--fixed .sds-tooltip.position--bottom{padding-top:.25rem}.sds-user{align-items:center;display:flex;flex-direction:column}.sds-user-avatar+.sds-user-name{margin-top:.75rem}.sds-user-name{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;overflow-x:hidden;text-align:center;text-overflow:ellipsis}.dashboard-summary{background:#ededed;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.dashboard-summary__content{background:#fff;border-radius:.5rem;padding:1rem 1.5rem}.dashboard-summary__content-grid{display:grid;gap:32px 56px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dashboard-summary-item hr{background:#e0e0e0;border:0;height:1px;margin:.75rem 0;padding:0}.dashboard-summary-item__title{align-items:center;display:flex;gap:.5rem;margin:0}.dashboard-summary-item__description{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.5rem}.dashboard-summary-item__count{color:#3d3d3d;font-size:2rem;padding:.75rem 0;vertical-align:middle}.dashboard-summary-item__trend{align-items:center;display:flex;flex-wrap:wrap}.dashboard-summary-item__trend>:first-child{margin-right:.25rem}.dashboard-summary-item__trend>:nth-child(2){margin-right:.5rem}.dashboard-summary-item__trend-percentage{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.dashboard-summary-item__trend-icon{vertical-align:middle}.dashboard-summary-item__trend-icon svg{display:block}.dashboard-summary-item__trend-description{text-wrap:nowrap;color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.down.inverted .dashboard-summary-item__trend-icon svg,.down.inverted .dashboard-summary-item__trend-percentage,.up .dashboard-summary-item__trend-icon svg,.up .dashboard-summary-item__trend-percentage{fill:#098934;color:#098934}.down .dashboard-summary-item__trend-icon svg,.down .dashboard-summary-item__trend-percentage,.up.inverted .dashboard-summary-item__trend-icon svg,.up.inverted .dashboard-summary-item__trend-percentage{fill:#d72321;color:#d72321}.flat .dashboard-summary-item__trend-icon svg,.flat .dashboard-summary-item__trend-percentage{fill:#707070;color:#707070}.dashboard-summary-item__help-icon svg{background-color:#ededed;border-radius:100%;height:22px;padding:.125rem;width:22px}.sds-popover{display:inline-block;position:relative}.sds-popover:hover .sds-popover__content-wrapper{display:block}.sds-popover__content-wrapper{border-radius:.25rem;bottom:calc(100% + 1rem);display:none;height:-moz-fit-content;height:fit-content;right:50%;transform:translateX(50%);z-index:2}.sds-popover__content-wrapper,.sds-popover__content-wrapper:before{box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);position:absolute}.sds-popover__content-wrapper:before{background:#fff;bottom:0;content:"";height:15px;left:50%;transform:translate(-50%,50%) rotate(45deg);width:15px;z-index:-1}.sds-popover__content{background-color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;padding:1rem}.sds-popover__text{display:block;width:100%}.sds-popover__title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.sds-popover__title .svg-wrapper svg{fill:#3d3d3d}.sds-popover--left .sds-popover__content-wrapper{bottom:50%;right:calc(100% + 1rem);transform:translateY(50%)}.sds-popover--left .sds-popover__content-wrapper:before{left:unset;right:0;top:50%;transform:translate(50%,-50%) rotate(45deg)}.sds-popover--right .sds-popover__content-wrapper{bottom:50%;left:calc(100% + 1rem);transform:translateY(50%)}.sds-popover--right .sds-popover__content-wrapper:before{left:0;right:unset;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.sds-popover--bottom .sds-popover__content-wrapper{top:calc(100% + 1rem);transform:translateX(50%)}.sds-popover--bottom .sds-popover__content-wrapper:before{bottom:unset;left:50%;right:unset;top:0;transform:translate(-50%,-50%) rotate(45deg)}.sds-popover--small .sds-popover__content-wrapper{width:260px}.sds-popover--medium .sds-popover__content-wrapper{width:400px}.sds-sequence-list.presentation-only .sds-sequence-list__item-content{margin-right:unset}.sds-sequence-list__item{background-color:#ededed;border-radius:.25rem;display:flex;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background-color .3s ease-in}.sds-sequence-list__item--dragging{background-color:#e0e0e0}.sds-sequence-list__item:last-of-type:before{content:none}.sds-sequence-list__list{display:flex;flex-direction:column;gap:.75rem;list-style-type:none}.sds-sequence-list__list--dragging .sds-sequence-list__item-dots{display:none}.sds-sequence-list__list--dragging .sds-tooltip{visibility:hidden}.sds-sequence-list__item-content{display:flex;flex-direction:column;gap:.5rem;margin-right:1.5rem;width:100%}@media screen and (min-width:576px){.sds-sequence-list__item-content{flex-direction:row;gap:1rem;justify-content:space-evenly}}.sds-sequence-list__item-content .sds-form-field{width:100%}.sds-sequence-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.sds-sequence-list .sds-tooltip__wrapper:has(.sds-sequence-list__item-remove){position:absolute;right:1rem;top:.75rem}.sds-sequence-list__item-remove--disabled{cursor:not-allowed;opacity:.5}.sds-sequence-list__item-dots{left:-30px;position:absolute;width:.25rem}.sds-sequence-list__item-index-mark{background-color:#f5bb8c;border-radius:100%;display:grid;font-size:.875rem;font-weight:400;height:2rem;left:-.75rem;letter-spacing:-.2px;line-height:1.25rem;place-items:center;position:absolute;top:50%;transform:translate(-100%,-50%);width:2rem}.sds-sequence-list__item-drag-btn{align-self:baseline}.sds-sequence-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.sds-sequence-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.sds-sequence-list__add-item-btn{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;letter-spacing:-.2px;line-height:1.25rem;margin-left:3rem}.sds-sequence-list .simple-list{padding-inline-start:0}
/*!
 * @license
 * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
 */.dxp-ctm-section__header{align-items:center;display:flex;flex-direction:row;height:36px;justify-content:space-between;margin-bottom:.5rem}.dxp-ctm-section__header h3{font-size:.96rem}.dxp-ctm-section__spinner{display:flex;justify-content:center;padding-top:1.5rem}.dxp-ctm-content{align-content:stretch;align-items:stretch;display:flex;flex-flow:row nowrap;gap:.25rem;max-height:100%;min-height:100%}.dxp-ctm-content>.dxp-ctm-section{box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-width:50%;padding:1rem}.dxp-ctm-content>.dxp-ctm-section>.squiz-fte-scope{flex-grow:1}.dxp-ctm-content>.dxp-ctm-section>.squiz-fte-scope:not(.dxp-ctm-section__spinner){background-color:#fff}.dxp-ctm-section__viperTextInput{background-color:#fff!important;flex-grow:1;overflow-y:auto}.dxp-ctm-dialog .sds-dialog__content{max-height:100%}.dxp-ctm-dialog>.sds-dialog__footer{align-items:center;color:#707070;display:flex}.dxp-ctm-dialog>.sds-dialog__footer>.sds-dialog__footer-text{flex:1;padding:0}.dxp-ctm-dialog>.sds-dialog__footer>.sds-dialog__footer-text>span{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.dxp-ctm-dialog .dxp-ctm-flagged{align-items:center;color:#000;display:flex;font-weight:600;gap:.5rem;padding-left:.5rem}.dxp-ctm-dialog .dxp-ctm-flagged svg path{fill:#e96900}.dxp-ctm-section{background-color:#ededed;border-radius:.5rem;min-height:400px;padding:.5rem}.dxp-ctm-section__header h3{margin:0}
/*!
 * @license
 * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
 */.squiz-pb-scope .squiz-ce-scope *,.squiz-pb-scope .squiz-ce-scope :after,.squiz-pb-scope .squiz-ce-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-ce-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-ce-scope .container{width:100%}@media (min-width:640px){.squiz-pb-scope .squiz-ce-scope .container{max-width:640px}}@media (min-width:768px){.squiz-pb-scope .squiz-ce-scope .container{max-width:768px}}@media (min-width:1024px){.squiz-pb-scope .squiz-ce-scope .container{max-width:1024px}}@media (min-width:1280px){.squiz-pb-scope .squiz-ce-scope .container{max-width:1280px}}@media (min-width:1536px){.squiz-pb-scope .squiz-ce-scope .container{max-width:1536px}}.squiz-pb-scope .squiz-ce-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-scope .squiz-ce-scope .visible{visibility:visible}.squiz-pb-scope .squiz-ce-scope .fixed{position:fixed}.squiz-pb-scope .squiz-ce-scope .m-4{margin:1rem}.squiz-pb-scope .squiz-ce-scope .mx-2{margin-left:.5rem;margin-right:.5rem}.squiz-pb-scope .squiz-ce-scope .my-1{margin-bottom:.25rem;margin-top:.25rem}.squiz-pb-scope .squiz-ce-scope .my-10{margin-bottom:2.5rem;margin-top:2.5rem}.squiz-pb-scope .squiz-ce-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-pb-scope .squiz-ce-scope .\!mb-0{margin-bottom:0!important}.squiz-pb-scope .squiz-ce-scope .mb-0{margin-bottom:0}.squiz-pb-scope .squiz-ce-scope .mb-1{margin-bottom:.25rem}.squiz-pb-scope .squiz-ce-scope .mb-2{margin-bottom:.5rem}.squiz-pb-scope .squiz-ce-scope .mb-3{margin-bottom:.75rem}.squiz-pb-scope .squiz-ce-scope .mr-1{margin-right:.25rem}.squiz-pb-scope .squiz-ce-scope .mt-1{margin-top:.25rem}.squiz-pb-scope .squiz-ce-scope .block{display:block}.squiz-pb-scope .squiz-ce-scope .inline{display:inline}.squiz-pb-scope .squiz-ce-scope .flex{display:flex}.squiz-pb-scope .squiz-ce-scope .table{display:table}.squiz-pb-scope .squiz-ce-scope .hidden{display:none}.squiz-pb-scope .squiz-ce-scope .w-full{width:100%}.squiz-pb-scope .squiz-ce-scope .flex-col{flex-direction:column}.squiz-pb-scope .squiz-ce-scope .items-start{align-items:flex-start}.squiz-pb-scope .squiz-ce-scope .items-center{align-items:center}.squiz-pb-scope .squiz-ce-scope .justify-center{justify-content:center}.squiz-pb-scope .squiz-ce-scope .gap-2{gap:.5rem}.squiz-pb-scope .squiz-ce-scope .gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.squiz-pb-scope .squiz-ce-scope .border-0{border-width:0}.squiz-pb-scope .squiz-ce-scope .border-b{border-bottom-width:1px}.squiz-pb-scope .squiz-ce-scope .border-b-gray-300{--tw-border-opacity:1;border-bottom-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-scope .squiz-ce-scope .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-ce-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-ce-scope .\!p-0{padding:0!important}.squiz-pb-scope .squiz-ce-scope .p-4{padding:1rem}.squiz-pb-scope .squiz-ce-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-pb-scope .squiz-ce-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-pb-scope .squiz-ce-scope .pb-2{padding-bottom:.5rem}.squiz-pb-scope .squiz-ce-scope .pl-0{padding-left:0}.squiz-pb-scope .squiz-ce-scope .text-center{text-align:center}.squiz-pb-scope .squiz-ce-scope .text-md{font-size:.875rem}.squiz-pb-scope .squiz-ce-scope .text-sm{font-size:.8125rem}.squiz-pb-scope .squiz-ce-scope .font-normal{font-weight:400}.squiz-pb-scope .squiz-ce-scope .italic{font-style:italic}.squiz-pb-scope .squiz-ce-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-pb-scope .squiz-ce-scope .transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.squiz-pb-scope .squiz-ce-scope .accordion{--tw-border-opacity:1;border-bottom:1px;border-color:rgb(224 224 224/var(--tw-border-opacity));border-style:solid;margin-top:.75rem;padding-bottom:.75rem;position:relative;width:100%}.squiz-pb-scope .squiz-ce-scope .field-object:last-child>.form-group>.accordion{border-bottom:none}.squiz-pb-scope .squiz-ce-scope .accordion__header{--tw-text-opacity:1;align-items:center;background-color:transparent;color:rgb(61 61 61/var(--tw-text-opacity));display:flex;font-size:.875rem;font-weight:600;margin-top:.75rem;position:static;width:100%}.squiz-pb-scope .squiz-ce-scope .accordion__icon{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));transition:all .3s ease}.squiz-pb-scope .squiz-ce-scope .accordion__content{height:0;transition:height .3s ease;visibility:hidden}.squiz-pb-scope .squiz-ce-scope .accordion--expanded .accordion__content{height:auto;padding-top:.75rem;visibility:visible}.squiz-pb-scope .squiz-ce-scope .accordion--expanded .accordion__icon{transform:rotate(90deg)}.squiz-pb-scope .squiz-ce-scope .btn,.squiz-pb-scope .squiz-ce-scope .btn-more-info,.squiz-pb-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-color:transparent;border-radius:4px;border-width:1px;color:rgb(79 79 79/var(--tw-text-opacity));cursor:pointer;display:inline-block;font-size:.875rem;font-weight:700;margin-bottom:0;padding:.5rem 1rem;text-align:center;vertical-align:middle}.squiz-pb-scope .squiz-ce-scope .btn-more-info:focus,.squiz-pb-scope .squiz-ce-scope .btn-more-info:hover,.squiz-pb-scope .squiz-ce-scope .btn:focus,.squiz-pb-scope .squiz-ce-scope .btn:hover,.squiz-pb-scope .squiz-ce-scope .sds-btn-add:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-add:hover,.squiz-pb-scope .squiz-ce-scope .sds-btn-close:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-close:hover,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo:hover,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:hover,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:hover{background-color:#e6e6e6;color:#333;text-decoration:none}.squiz-pb-scope .squiz-ce-scope .btn-more-info:active,.squiz-pb-scope .squiz-ce-scope .btn-more-info:focus,.squiz-pb-scope .squiz-ce-scope .btn:active,.squiz-pb-scope .squiz-ce-scope .btn:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-add:active,.squiz-pb-scope .squiz-ce-scope .sds-btn-add:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-close:active,.squiz-pb-scope .squiz-ce-scope .sds-btn-close:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo:active,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:active,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:focus,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:active,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus{outline:0}.squiz-pb-scope .squiz-ce-scope .btn.disabled,.squiz-pb-scope .squiz-ce-scope .btn[disabled],.squiz-pb-scope .squiz-ce-scope .disabled.btn-more-info,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-add,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-close,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .disabled.sds-matrix-btn-circular-icon-toggle,.squiz-pb-scope .squiz-ce-scope [disabled].btn-more-info,.squiz-pb-scope .squiz-ce-scope [disabled].sds-btn-add,.squiz-pb-scope .squiz-ce-scope [disabled].sds-btn-close,.squiz-pb-scope .squiz-ce-scope [disabled].sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope [disabled].sds-btn-undo,.squiz-pb-scope .squiz-ce-scope [disabled].sds-matrix-btn-circular-icon-toggle{--tw-text-opacity:1;background-color:rgba(0,0,0,.1);color:rgb(79 79 79/var(--tw-text-opacity));cursor:default;opacity:.5}.squiz-pb-scope .squiz-ce-scope input:focus+label.btn,.squiz-pb-scope .squiz-ce-scope input:focus+label.btn-more-info,.squiz-pb-scope .squiz-ce-scope input:focus+label.sds-btn-add,.squiz-pb-scope .squiz-ce-scope input:focus+label.sds-btn-close,.squiz-pb-scope .squiz-ce-scope input:focus+label.sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope input:focus+label.sds-btn-undo,.squiz-pb-scope .squiz-ce-scope input:focus+label.sds-matrix-btn-circular-icon-toggle{background-color:rgba(0,0,0,.2)}.squiz-pb-scope .squiz-ce-scope .btn-reset{background-color:transparent;border:0;margin:0;padding:0}.squiz-pb-scope .squiz-ce-scope .btn-default,.squiz-pb-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo{--tw-text-opacity:1;background-color:rgba(0,0,0,.1);color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-default:hover:disabled,.squiz-pb-scope .squiz-ce-scope .sds-btn-close:hover:disabled,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:hover:disabled{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-default:focus,.squiz-pb-scope .squiz-ce-scope .btn-default:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope .btn-default[aria-expanded=true],.squiz-pb-scope .squiz-ce-scope .sds-btn-close:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-close:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope [aria-expanded=true].sds-btn-close,.squiz-pb-scope .squiz-ce-scope [aria-expanded=true].sds-btn-undo{background-color:rgba(0,0,0,.2)}.squiz-pb-scope .squiz-ce-scope .btn-default-lighter,.squiz-pb-scope .squiz-ce-scope .sds-btn-add{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-default-lighter:hover:disabled,.squiz-pb-scope .squiz-ce-scope .sds-btn-add:hover:disabled{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-default-lighter:focus,.squiz-pb-scope .squiz-ce-scope .btn-default-lighter:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope .btn-default-lighter[aria-expanded=true],.squiz-pb-scope .squiz-ce-scope .sds-btn-add:focus,.squiz-pb-scope .squiz-ce-scope .sds-btn-add:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope [aria-expanded=true].sds-btn-add{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity));color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-muted{background-color:transparent}.squiz-pb-scope .squiz-ce-scope .btn-muted,.squiz-pb-scope .squiz-ce-scope .btn-muted:focus:disabled,.squiz-pb-scope .squiz-ce-scope .btn-muted:hover:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-muted:focus:not(:disabled),.squiz-pb-scope .squiz-ce-scope .btn-muted:hover:not(:disabled){--tw-text-opacity:1;background-color:transparent;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-muted-extreme{background-color:transparent}.squiz-pb-scope .squiz-ce-scope .btn-muted-extreme,.squiz-pb-scope .squiz-ce-scope .btn-muted-extreme:focus:disabled,.squiz-pb-scope .squiz-ce-scope .btn-muted-extreme:hover:disabled{--tw-text-opacity:1;color:rgb(186 186 186/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-muted-extreme:focus:not(:disabled),.squiz-pb-scope .squiz-ce-scope .btn-muted-extreme:hover:not(:disabled){--tw-text-opacity:1;background-color:transparent;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-default-transparent,.squiz-pb-scope .squiz-ce-scope .btn-more-info{--tw-text-opacity:1;background-color:transparent;color:rgb(112 112 112/var(--tw-text-opacity));font-weight:600}.squiz-pb-scope .squiz-ce-scope .btn-default-transparent:hover:disabled,.squiz-pb-scope .squiz-ce-scope .btn-more-info:hover:disabled{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-default-transparent:focus,.squiz-pb-scope .squiz-ce-scope .btn-default-transparent:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope .btn-default-transparent[aria-expanded=true],.squiz-pb-scope .squiz-ce-scope .btn-more-info:focus,.squiz-pb-scope .squiz-ce-scope .btn-more-info:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope [aria-expanded=true].btn-more-info{--tw-text-opacity:1;background-color:rgba(0,0,0,.04);color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-pink-transparent{background-color:transparent;font-weight:600}.squiz-pb-scope .squiz-ce-scope .btn-pink-transparent,.squiz-pb-scope .squiz-ce-scope .btn-pink-transparent:hover:disabled{--tw-text-opacity:1;color:rgb(185 61 169/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-pink-transparent:focus,.squiz-pb-scope .squiz-ce-scope .btn-pink-transparent:hover:not(:disabled),.squiz-pb-scope .squiz-ce-scope .btn-pink-transparent[aria-expanded=true]{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(248 235 246/var(--tw-bg-opacity));color:rgb(185 61 169/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-link{--tw-text-opacity:1;background-color:transparent;color:rgb(7 116 210/var(--tw-text-opacity));font-weight:400;text-decoration:none}.squiz-pb-scope .squiz-ce-scope .btn-link:active,.squiz-pb-scope .squiz-ce-scope .btn-link:focus,.squiz-pb-scope .squiz-ce-scope .btn-link:hover{--tw-text-opacity:1;background-color:transparent;color:rgb(4 73 133/var(--tw-text-opacity));text-decoration:underline}.squiz-pb-scope .squiz-ce-scope .btn-link:disabled{--tw-text-opacity:1;background-color:transparent;color:rgb(79 79 79/var(--tw-text-opacity));pointer-events:none}.squiz-pb-scope .squiz-ce-scope .btn-icon,.squiz-pb-scope .squiz-ce-scope .btn-more-info,.squiz-pb-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{align-items:center;display:inline-flex;padding:.315rem .75rem}.squiz-pb-scope .squiz-ce-scope .btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .btn-more-info,.squiz-pb-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{border:0;padding:.375rem}.squiz-pb-scope .squiz-ce-scope .btn-icon-solo.btn-sm,.squiz-pb-scope .squiz-ce-scope .btn-more-info,.squiz-pb-scope .squiz-ce-scope .btn-sm.sds-btn-close,.squiz-pb-scope .squiz-ce-scope .btn-sm.sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .btn-sm.sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{padding:.25rem}.squiz-pb-scope .squiz-ce-scope .btn-icon-solo.btn-lg,.squiz-pb-scope .squiz-ce-scope .btn-lg.btn-more-info,.squiz-pb-scope .squiz-ce-scope .btn-lg.sds-btn-add,.squiz-pb-scope .squiz-ce-scope .btn-lg.sds-btn-close,.squiz-pb-scope .squiz-ce-scope .btn-lg.sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .btn-lg.sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .btn-lg.sds-matrix-btn-circular-icon-toggle{padding:.5rem}.squiz-pb-scope .squiz-ce-scope .btn-icon .icon,.squiz-pb-scope .squiz-ce-scope .btn-more-info .icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-add .icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-close .icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo .icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo .icon,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle .icon{fill:currentColor;stroke:currentColor;stroke-width:0;box-sizing:content-box;display:inline-block;flex:none;height:18px;width:18px}.squiz-pb-scope .squiz-ce-scope .btn-icon .icon+:not(.sr-only),.squiz-pb-scope .squiz-ce-scope .btn-more-info .icon+:not(.sr-only),.squiz-pb-scope .squiz-ce-scope .sds-btn-add .icon+:not(.sr-only),.squiz-pb-scope .squiz-ce-scope .sds-btn-close .icon+:not(.sr-only),.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo .icon+:not(.sr-only),.squiz-pb-scope .squiz-ce-scope .sds-btn-undo .icon+:not(.sr-only),.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle .icon+:not(.sr-only){padding-left:.5rem}.squiz-pb-scope .squiz-ce-scope .btn-icon-sm svg,.squiz-pb-scope .squiz-ce-scope .btn-more-info svg{height:1.125rem;width:1.125rem}.squiz-pb-scope .squiz-ce-scope .btn-icon svg.icon,.squiz-pb-scope .squiz-ce-scope .btn-more-info svg.icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-add svg.icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-close svg.icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo svg.icon,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo svg.icon,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg.icon{height:18px;width:18px}.squiz-pb-scope .squiz-ce-scope .btn-icon.is-loading svg,.squiz-pb-scope .squiz-ce-scope .is-loading.btn-more-info svg,.squiz-pb-scope .squiz-ce-scope .is-loading.sds-btn-add svg,.squiz-pb-scope .squiz-ce-scope .is-loading.sds-btn-close svg,.squiz-pb-scope .squiz-ce-scope .is-loading.sds-btn-icon-solo svg,.squiz-pb-scope .squiz-ce-scope .is-loading.sds-btn-undo svg,.squiz-pb-scope .squiz-ce-scope .is-loading.sds-matrix-btn-circular-icon-toggle svg{animation:spinner-border .6s linear infinite both}.squiz-pb-scope .squiz-ce-scope .btn-icon-solo svg,.squiz-pb-scope .squiz-ce-scope .btn-more-info svg,.squiz-pb-scope .squiz-ce-scope .sds-btn-add svg,.squiz-pb-scope .squiz-ce-scope .sds-btn-close svg,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo svg,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo svg,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg{height:18px;width:18px}.squiz-pb-scope .squiz-ce-scope .btn-group .btn-more-info:not(:last-child),.squiz-pb-scope .squiz-ce-scope .btn-group .btn:not(:last-child),.squiz-pb-scope .squiz-ce-scope .btn-group .sds-btn-add:not(:last-child),.squiz-pb-scope .squiz-ce-scope .btn-group .sds-btn-close:not(:last-child),.squiz-pb-scope .squiz-ce-scope .btn-group .sds-btn-icon-solo:not(:last-child),.squiz-pb-scope .squiz-ce-scope .btn-group .sds-btn-undo:not(:last-child),.squiz-pb-scope .squiz-ce-scope .btn-group .sds-matrix-btn-circular-icon-toggle:not(:last-child){margin-right:.5rem}.squiz-pb-scope .squiz-ce-scope .btn-insert-component{animation-duration:.3s;animation-fill-mode:forwards;animation-name:fadeIn}.squiz-pb-scope .squiz-ce-scope .btn-insert-component.active,.squiz-pb-scope .squiz-ce-scope .btn-insert-component:active{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-insert-component.active:hover,.squiz-pb-scope .squiz-ce-scope .btn-insert-component:active:hover{--tw-bg-opacity:1;background-color:rgb(4 73 133/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-insert-component.active svg,.squiz-pb-scope .squiz-ce-scope .btn-insert-component:active svg{transform:rotate(45deg)}.squiz-pb-scope .squiz-ce-scope .btn-insert-component svg{transform:rotate(0deg);transition:transform .2s ease-out}.squiz-pb-scope .squiz-ce-scope .btn-more-info{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity));transition:color .1s ease-out;visibility:hidden}.squiz-pb-scope .squiz-ce-scope .sds-btn-add:disabled{opacity:.5}.squiz-pb-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo{padding:0}.squiz-pb-scope .squiz-ce-scope .sds-btn-action>button{border-radius:50%;padding:0}.squiz-pb-scope .squiz-ce-scope .sds-btn-action.dropdown .dropdown-menu{padding:.15rem}.squiz-pb-scope .squiz-ce-scope .sds-btn-action>.btn-transparent{fill:currentColor;--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .sds-btn-action .dropdown-item>svg{margin-right:.5rem}.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-width:2px;transition:none}.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));height:1.25rem;width:1.25rem}.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:hover{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity))}.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity));color:rgb(143 192 235/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on svg{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on:focus,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on:hover{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.inactive{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border:0;cursor:default;opacity:1}.squiz-pb-scope .squiz-ce-scope .btn-more-info:disabled,.squiz-pb-scope .squiz-ce-scope .btn.disabled,.squiz-pb-scope .squiz-ce-scope .btn:disabled,.squiz-pb-scope .squiz-ce-scope .disabled.btn-more-info,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-add,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-close,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-icon-solo,.squiz-pb-scope .squiz-ce-scope .disabled.sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .disabled.sds-matrix-btn-circular-icon-toggle,.squiz-pb-scope .squiz-ce-scope .sds-btn-add:disabled,.squiz-pb-scope .squiz-ce-scope .sds-btn-close:disabled,.squiz-pb-scope .squiz-ce-scope .sds-btn-icon-solo:disabled,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo:disabled,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:disabled{cursor:not-allowed}.squiz-pb-scope .squiz-ce-scope .btn-circle,.squiz-pb-scope .squiz-ce-scope .btn-more-info,.squiz-pb-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{border-radius:50%}.squiz-pb-scope .squiz-ce-scope .btn-no-events{pointer-events:none}.squiz-pb-scope .squiz-ce-scope .btn-drag-handle{padding:.25rem 0;position:relative}.squiz-pb-scope .squiz-ce-scope .btn-drag-handle:not(.disabled):focus{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .btn-drag-handle:not(.disabled):focus svg{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope body{--google-font-color-materialiconstwotone:none}.squiz-pb-scope .component-service__component-icon{--google-font-color-materialiconstwotone:none;word-wrap:normal;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-background-clip:text!important;background-clip:text!important;color:transparent;direction:ltr;display:inline-block;font-display:block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;height:24px;letter-spacing:normal;line-height:1;overflow:hidden;text-transform:none;white-space:nowrap;width:24px}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-gray{--tw-bg-opacity:1;background-color:rgb(79 79 79/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-default{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-grey-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-purple{--tw-bg-opacity:1;background-color:rgb(107 71 180/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-blue{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-green{--tw-bg-opacity:1;background-color:rgb(9 137 52/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-yellow{--tw-bg-opacity:1;background-color:rgb(239 179 36/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-orange{--tw-bg-opacity:1;background-color:rgb(233 105 0/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-red{--tw-bg-opacity:1;background-color:rgb(215 35 33/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-pink{--tw-bg-opacity:1;background-color:rgb(185 61 169/var(--tw-bg-opacity))}.squiz-pb-scope .component-service__component-icon.component-service__component-icon--color-teal{--tw-bg-opacity:1;background-color:rgb(5 126 145/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-ce-scope .tippy-box{--tw-bg-opacity:1;background-color:rgb(43 43 43/var(--tw-bg-opacity));border-radius:4px;outline:0;padding:.125rem .5rem;position:relative;transition:opacity .07s ease-out!important;transition-property:transform,visibility,opacity}.squiz-pb-scope .squiz-ce-scope .tippy-box[data-state=hidden]{opacity:0}.squiz-pb-scope .squiz-ce-scope .tippy-box[data-state=visible]{opacity:1}.squiz-pb-scope .squiz-ce-scope .tippy-box .tippy-content{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:.875rem;line-height:20px;position:relative;text-align:center;z-index:1}.squiz-pb-scope .squiz-ce-scope .tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.squiz-pb-scope .squiz-ce-scope .tippy-box[data-placement^=top]{bottom:-6px}.squiz-pb-scope .squiz-ce-scope .tippy-box[data-placement^=right]{left:-6px}.squiz-pb-scope .squiz-ce-scope .tippy-box[data-placement^=bottom]{top:-6px}.squiz-pb-scope .squiz-ce-scope .tippy-box[data-placement^=left]{right:-6px}.squiz-pb-scope .squiz-ce-scope [data-tippy-root]{position:absolute!important}.squiz-pb-scope .squiz-ce-scope *,.squiz-pb-scope .squiz-ce-scope :after,.squiz-pb-scope .squiz-ce-scope :before{--tw-border-opacity:1;border:0 solid rgb(224 224 224/var(--tw-border-opacity));box-sizing:border-box}.squiz-pb-scope .squiz-ce-scope .squiz-ce-form{font-size:16px;line-height:1.25}.squiz-pb-scope .squiz-ce-scope hr{margin-bottom:.5rem;margin-top:.25rem}.squiz-pb-scope .squiz-ce-scope hr.bg-secondary{--tw-bg-opacity:1!important;background-color:rgb(224 224 224/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-ce-scope small{font-size:.8125rem}.squiz-pb-scope .squiz-ce-scope .form-group{margin-bottom:0}.squiz-pb-scope .squiz-ce-scope .form-group .form-group-heading,.squiz-pb-scope .squiz-ce-scope .form-group>label{display:inline-block}.squiz-pb-scope .squiz-ce-scope .form-group .form-check-label,.squiz-pb-scope .squiz-ce-scope .form-group .form-label{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.8125rem;font-weight:600;line-height:1rem;margin-bottom:.25rem}.squiz-pb-scope .squiz-ce-scope .form-group .form-group-heading,.squiz-pb-scope .squiz-ce-scope .form-group label.form-label--large{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity));font-size:.875rem;font-weight:600;line-height:1.25rem;margin:0}.squiz-pb-scope .squiz-ce-scope .form-group button:disabled,.squiz-pb-scope .squiz-ce-scope .form-group input:disabled,.squiz-pb-scope .squiz-ce-scope .form-group select:disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border:0;cursor:not-allowed;pointer-events:all;text-decoration:none}.squiz-pb-scope .squiz-ce-scope .form-section>.form-group,.squiz-pb-scope .squiz-ce-scope .panel>.form-group{margin-bottom:12px}.squiz-pb-scope .squiz-ce-scope .form-section>.form-group:last-child,.squiz-pb-scope .squiz-ce-scope .panel>.form-group:last-child{margin-bottom:0}.squiz-pb-scope .squiz-ce-scope form button[type=submit]{margin-top:12px}.squiz-pb-scope .squiz-ce-scope .form-add{width:48px}.squiz-pb-scope .squiz-ce-scope .form-control{--tw-border-opacity:1;background-clip:padding-box;background-color:#fff;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:#4f4f4f;display:block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem .5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:21rem}.squiz-pb-scope .squiz-ce-scope .form-control:focus{--tw-border-opacity:1;--tw-text-opacity:1;background-color:#fff;border-color:rgb(7 116 210/var(--tw-border-opacity));box-shadow:none;color:rgb(79 79 79/var(--tw-text-opacity));outline:0}.squiz-pb-scope .squiz-ce-scope .form-control.is-disabled,.squiz-pb-scope .squiz-ce-scope .form-control:disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border:0;cursor:not-allowed;pointer-events:all;text-decoration:none}.squiz-pb-scope .squiz-ce-scope textarea.form-control{height:auto;max-height:20rem}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check{margin:.5rem 0}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check:last-child{margin:0}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]{margin-left:0;margin-right:.5rem;position:relative;visibility:hidden}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]+label{font-size:14px;font-weight:400;height:20px;line-height:20px;margin:0 0 0 .5rem;min-width:20px}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]+label:before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:100%;border-width:2px;content:"";height:20px;left:0;position:absolute;width:20px}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:disabled{opacity:0}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:disabled+label:before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));cursor:not-allowed}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked+label:before{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked+label:after{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));border-radius:100%;content:"";height:10px;left:0;position:absolute;top:0;transform:translate(50%,50%);width:10px}.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked:disabled+label:after,.squiz-pb-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked:disabled+label:before{opacity:.5}.squiz-pb-scope .squiz-ce-scope .form-check{align-items:center;display:block;display:flex;padding-left:0;position:relative}.squiz-pb-scope .squiz-ce-scope .form-check-label{display:inline-block;font-size:13px;font-weight:400;margin-bottom:0;margin-left:.5rem}.squiz-pb-scope .squiz-ce-scope .custom-checkbox-input,.squiz-pb-scope .squiz-ce-scope input.custom-checkbox-input{--tw-border-opacity:1;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:contain;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;cursor:pointer;height:20px;vertical-align:top;width:20px}.squiz-pb-scope .squiz-ce-scope .custom-checkbox-input:focus:not(:checked),.squiz-pb-scope .squiz-ce-scope input.custom-checkbox-input:focus:not(:checked){--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity));border-width:2px;opacity:.5;outline:0}.squiz-pb-scope .squiz-ce-scope .custom-checkbox-input:checked,.squiz-pb-scope .squiz-ce-scope input.custom-checkbox-input:checked{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-pb-scope .squiz-ce-scope .custom-checkbox-input:checked[type=checkbox],.squiz-pb-scope .squiz-ce-scope input.custom-checkbox-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E");background-size:1rem}.squiz-pb-scope .squiz-ce-scope .custom-checkbox-input:disabled,.squiz-pb-scope .squiz-ce-scope input.custom-checkbox-input:disabled{background-color:#fff;border:2px solid #e0e0e0;filter:none;opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-ce-scope .custom-checkbox-input:disabled:checked,.squiz-pb-scope .squiz-ce-scope input.custom-checkbox-input:disabled:checked{background-color:#0774d2;border-color:#0774d2}.squiz-pb-scope .squiz-ce-scope .custom-select{--tw-border-opacity:1;--tw-text-opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .5rem center/8px 10px no-repeat;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:rgb(79 79 79/var(--tw-text-opacity));display:block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem 1.5rem .375rem .5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;width:21rem}.squiz-pb-scope .squiz-ce-scope .custom-select:focus{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .custom-select[multiple]{height:auto}.squiz-pb-scope .squiz-ce-scope .hide-labels .form-check-label,.squiz-pb-scope .squiz-ce-scope .hide-labels .form-label{display:none}.squiz-pb-scope .squiz-ce-scope .hide-labels .field-SquizLink>.form-group>.component-group label{display:block}.squiz-pb-scope .squiz-ce-scope .custom-select.is-invalid,.squiz-pb-scope .squiz-ce-scope .field-string.has-error .form-control,.squiz-pb-scope .squiz-ce-scope .form-control.is-invalid,.squiz-pb-scope .squiz-ce-scope .has-error .resource-picker{--tw-border-opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0ibm9uZSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik00LjQ3IDIxaDE1LjA2YzEuNTQgMCAyLjUtMS42NyAxLjczLTNMMTMuNzMgNC45OWMtLjc3LTEuMzMtMi42OS0xLjMzLTMuNDYgMEwyLjc0IDE4Yy0uNzcgMS4zMy4xOSAzIDEuNzMgM3pNMTIgMTRjLS41NSAwLTEtLjQ1LTEtMXYtMmMwLS41NS40NS0xIDEtMXMxIC40NSAxIDF2MmMwIC41NS0uNDUgMS0xIDF6bTEgNGgtMnYtMmgydjJ6IiBjbGFzcz0ic2VsZWN0ZWQiIGZpbGw9IiNkNzIzMjEiLz48L2c+PC9zdmc+);background-position:center right 4px;background-repeat:no-repeat;background-size:24px;border-color:rgb(215 35 33/var(--tw-border-opacity))}.squiz-pb-scope .squiz-ce-scope .custom-select.is-invalid:focus,.squiz-pb-scope .squiz-ce-scope .field-string.has-error .form-control:focus,.squiz-pb-scope .squiz-ce-scope .form-control.is-invalid:focus,.squiz-pb-scope .squiz-ce-scope .has-error .resource-picker:focus{box-shadow:none}.squiz-pb-scope .squiz-ce-scope .resource-picker{max-width:100%;width:21rem}.squiz-pb-scope .squiz-ce-scope .form-label.text-danger,.squiz-pb-scope .squiz-ce-scope .form-text.text-danger{color:inherit!important}.squiz-pb-scope .squiz-ce-scope .error-container{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}.squiz-pb-scope .squiz-ce-scope .error-container .error-item{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-pb-scope .squiz-ce-scope .error-container .error-item:first-letter{text-transform:uppercase}.squiz-pb-scope .squiz-ce-scope .field-object>.error-container,.squiz-pb-scope .squiz-ce-scope .field-object>.form-group>.error-container{display:none}.squiz-pb-scope .squiz-ce-scope .component-group{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-ce-scope .component-group .component-group{background-color:#fff}.squiz-pb-scope .squiz-ce-scope .component-group{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;border-width:1px;margin-bottom:.5rem;position:relative}.squiz-pb-scope .squiz-ce-scope .component-group h5:first-of-type{margin-bottom:0}.squiz-pb-scope .squiz-ce-scope .component-group [id$=title] h5,.squiz-pb-scope .squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]{margin:0 1.75rem .5rem}.squiz-pb-scope .squiz-ce-scope .component-group [id$=title] h5+hr,.squiz-pb-scope .squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]+hr{display:none}.squiz-pb-scope .squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]{margin-bottom:.75rem;margin-top:.3125rem}.squiz-pb-scope .squiz-ce-scope .component-group-header{display:flex;justify-content:space-between;justify-items:center;padding:.5rem;position:relative}.squiz-pb-scope .squiz-ce-scope .component-group-header .btn-drag-handle,.squiz-pb-scope .squiz-ce-scope .component-group-header .sds-btn-icon-solo{padding:1px}.squiz-pb-scope .squiz-ce-scope .component-group-heading{margin-bottom:2rem}.squiz-pb-scope .squiz-ce-scope .component-group-body{align-items:flex-end;display:flex;margin-top:-2.625rem;padding:.5rem}.squiz-pb-scope .squiz-ce-scope .field-array{width:100%}.squiz-pb-scope .squiz-ce-scope .field-array .array-item>.component-group-body>.field-array>.form-group>header h5{margin:0 1.75rem .5rem}.squiz-pb-scope .squiz-ce-scope .field-array .field-object{width:100%}.squiz-pb-scope .squiz-ce-scope .field-array .array-item>.field-formatted-text{flex-grow:1;max-width:calc(100% - 62px)}.squiz-pb-scope .squiz-ce-scope .primitive-array-group .array-item .btn-drag-handle,.squiz-pb-scope .squiz-ce-scope .primitive-array-group .array-item .sds-btn-icon-solo{margin-top:.25rem}.squiz-pb-scope .squiz-ce-scope .is-dragging-over{--tw-border-opacity:1;border:2px dashed rgb(7 116 210/var(--tw-border-opacity));border-radius:8px;padding:.25rem}.squiz-pb-scope .squiz-ce-scope .is-dragging-over .component-group:last-of-type{margin-bottom:0}.squiz-pb-scope .squiz-ce-scope .is-dragging{margin-bottom:.5rem;opacity:.8}.squiz-pb-scope .squiz-ce-scope .is-dragging .form-group .container-fluid{display:none}.squiz-pb-scope .squiz-ce-scope .is-dragging .hide-while-drag{display:none!important}.squiz-pb-scope .squiz-ce-scope .is-dragging .component-group-body{padding-bottom:0}.squiz-pb-scope .squiz-ce-scope .is-dragging [id$=title] h5{margin-bottom:0}.squiz-pb-scope .squiz-ce-scope .component-squiz-link{padding:.5rem}.squiz-pb-scope .squiz-ce-scope .component-squiz-link label{display:block}.squiz-pb-scope .squiz-ce-scope .array-item>.component-group-body>.form-group>.form-group>.component-squiz-link{background-color:transparent;border:none;padding:0}.squiz-pb-scope .squiz-ce-scope .viperReact{margin-top:4px}.squiz-pb-scope .squiz-ce-scope .viperReact .viperReactToolbar .Viper-button{box-sizing:content-box}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit{position:relative}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit .form-label{margin-right:102px}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit .viperReact{margin:0 1px}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit .viperReact.viperReact--bordered{border-width:1px}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit .viperReact.viperReact--focused,.squiz-pb-scope .squiz-ce-scope .viper-quick-edit .viperReactToolbar .ViperTP-bar{box-shadow:none}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit .viperReactToolbar .ViperTP-bar{border-radius:6px 6px 0 0}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit .viperReactInput{max-height:364px;overflow-y:auto}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit{margin-top:4px}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text{--tw-text-opacity:1;background-color:rgba(0,0,0,.04);border-radius:4px;color:rgb(112 112 112/var(--tw-text-opacity));display:flex;font-size:.8125rem;min-height:52px;padding:.5rem .5rem .75rem;width:100%}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text .icon{height:18px;margin-right:.5rem;width:18px}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text span{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow:hidden;text-align:left;text-overflow:ellipsis;word-break:break-word}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text span em{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.8125rem}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button{background-color:transparent;font-size:.8125rem;font-weight:400;justify-content:center;line-height:1rem;padding:0;position:absolute;right:0;top:1px}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button .icon+:not(.sr-only){padding-left:.25rem}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:disabled,.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:hover{background-color:transparent}.squiz-pb-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:disabled{opacity:.5}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit__item.array-item .btn-drag-handle,.squiz-pb-scope .squiz-ce-scope .viper-quick-edit__item.array-item .sds-btn-icon-solo{margin-top:1.5rem}.squiz-pb-scope .squiz-ce-scope .viper-quick-edit__item.array-item .viper-quick-edit{padding-top:1.25rem}.squiz-pb-scope .squiz-fte-scope code[class*=language-],.squiz-pb-scope .squiz-fte-scope pre[class*=language-]{word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}.squiz-pb-scope .squiz-fte-scope pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}.squiz-pb-scope .squiz-fte-scope :not(pre)>code[class*=language-],.squiz-pb-scope .squiz-fte-scope pre[class*=language-]{background:#2d2d2d}.squiz-pb-scope .squiz-fte-scope :not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.squiz-pb-scope .squiz-fte-scope .token.block-comment,.squiz-pb-scope .squiz-fte-scope .token.cdata,.squiz-pb-scope .squiz-fte-scope .token.comment,.squiz-pb-scope .squiz-fte-scope .token.doctype,.squiz-pb-scope .squiz-fte-scope .token.prolog{color:#999}.squiz-pb-scope .squiz-fte-scope .token.punctuation{color:#ccc}.squiz-pb-scope .squiz-fte-scope .token.attr-name,.squiz-pb-scope .squiz-fte-scope .token.deleted,.squiz-pb-scope .squiz-fte-scope .token.namespace,.squiz-pb-scope .squiz-fte-scope .token.tag{color:#e2777a}.squiz-pb-scope .squiz-fte-scope .token.function-name{color:#6196cc}.squiz-pb-scope .squiz-fte-scope .token.boolean,.squiz-pb-scope .squiz-fte-scope .token.function,.squiz-pb-scope .squiz-fte-scope .token.number{color:#f08d49}.squiz-pb-scope .squiz-fte-scope .token.class-name,.squiz-pb-scope .squiz-fte-scope .token.constant,.squiz-pb-scope .squiz-fte-scope .token.property,.squiz-pb-scope .squiz-fte-scope .token.symbol{color:#f8c555}.squiz-pb-scope .squiz-fte-scope .token.atrule,.squiz-pb-scope .squiz-fte-scope .token.builtin,.squiz-pb-scope .squiz-fte-scope .token.important,.squiz-pb-scope .squiz-fte-scope .token.keyword,.squiz-pb-scope .squiz-fte-scope .token.selector{color:#cc99cd}.squiz-pb-scope .squiz-fte-scope .token.attr-value,.squiz-pb-scope .squiz-fte-scope .token.char,.squiz-pb-scope .squiz-fte-scope .token.regex,.squiz-pb-scope .squiz-fte-scope .token.string,.squiz-pb-scope .squiz-fte-scope .token.variable{color:#7ec699}.squiz-pb-scope .squiz-fte-scope .token.entity,.squiz-pb-scope .squiz-fte-scope .token.operator,.squiz-pb-scope .squiz-fte-scope .token.url{color:#67cdcc}.squiz-pb-scope .squiz-fte-scope .token.bold,.squiz-pb-scope .squiz-fte-scope .token.important{font-weight:700}.squiz-pb-scope .squiz-fte-scope .token.italic{font-style:italic}.squiz-pb-scope .squiz-fte-scope .token.entity{cursor:help}.squiz-pb-scope .squiz-fte-scope .token.inserted{color:green}.squiz-pb-scope .squiz-fte-scope .sds-button,.squiz-pb-scope .squiz-fte-scope .sds-card-link,.squiz-pb-scope .squiz-fte-scope .sds-dropdown-button,.squiz-pb-scope .squiz-fte-scope .sds-select-field__button{background:transparent;border:none;color:#707070;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-pb-scope .squiz-fte-scope .svg-wrapper{display:flex}.squiz-pb-scope .squiz-fte-scope .svg-wrapper svg{fill:#707070}.squiz-pb-scope .squiz-fte-scope .svg-wrapper--custom-color-icon svg{fill:currentcolor}.squiz-pb-scope .squiz-fte-scope .sds-accordion-container{background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:1rem;position:relative;text-align:left;text-transform:none;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-accordion-container--basic{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-pb-scope .squiz-fte-scope .sds-accordion-container--basic .sds-accordion-header:after{content:none}.squiz-pb-scope .squiz-fte-scope .sds-accordion-container.active .sds-accordion-header{border-bottom:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0}.squiz-pb-scope .squiz-fte-scope .sds-accordion-container.active .sds-accordion-icon{transform:translateY(-50%) rotate(90deg)}.squiz-pb-scope .squiz-fte-scope .sds-accordion-container.active .sds-accordion-content{border-radius:0 0 .25rem .25rem;height:auto;padding:1rem}.squiz-pb-scope .squiz-fte-scope .sds-accordion-content{background:#f7f7f7;height:0;overflow:hidden;padding:0 1rem;transition:all .3s ease}.squiz-pb-scope .squiz-fte-scope .sds-accordion-footer{border-top:1px solid #ededed}.squiz-pb-scope .squiz-fte-scope .sds-accordion-header{background-color:#fff;border:none;border-radius:.25rem;color:#707070;padding:1.25rem 1rem;position:static}.squiz-pb-scope .squiz-fte-scope button.sds-accordion-header{text-align:left;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-accordion-header-content{position:relative}.squiz-pb-scope .squiz-fte-scope .sds-accordion-toggle{background-color:#fff;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-accordion-icon{color:#707070;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transition:all .3s ease}@media screen and (min-width:1024px){.squiz-pb-scope .squiz-fte-scope .sds-accordion-container{box-shadow:none}.squiz-pb-scope .squiz-fte-scope .sds-accordion-container--basic{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-pb-scope .squiz-fte-scope .sds-accordion-header:after{border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-accordion-header:hover:after{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}}.squiz-pb-scope .squiz-fte-scope .sds-activity-log__timestamp{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .sds-alert__wrapper{align-items:center;background:#fff;border-radius:.25rem;display:flex;flex-wrap:wrap;padding:.5rem .75rem .5rem .5rem}.squiz-pb-scope .squiz-fte-scope .sds-alert__body-header{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-alert__body{display:flex;max-width:100%}.squiz-pb-scope .squiz-fte-scope .sds-alert__body--header{flex-direction:column}.squiz-pb-scope .squiz-fte-scope .sds-alert__body--header h3{margin:0}.squiz-pb-scope .squiz-fte-scope .sds-alert__icon-container{align-self:baseline;margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-alert__content{color:#3d3d3d;display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:.125rem;padding-right:.375rem}.squiz-pb-scope .squiz-fte-scope .sds-alert__title{flex-shrink:0;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.5rem;margin:0 .5rem 0 0;max-width:100%}.squiz-pb-scope .squiz-fte-scope .sds-alert__title .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-alert__buttons{display:flex;margin-bottom:.375rem;margin-top:1rem;place-content:flex-end;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-alert--dark{background-color:#f5f5f5}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--help.sds-alert--has-bg-color{background-color:#f0ecf7}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--help svg{fill:#6b47b4}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--custom.sds-alert--has-bg-color,.squiz-pb-scope .squiz-fte-scope .sds-alert-type--info.sds-alert--has-bg-color{background-color:#e6f4f6}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--custom svg,.squiz-pb-scope .squiz-fte-scope .sds-alert-type--info svg{fill:#057e91}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--warning.sds-alert--has-bg-color{background-color:#fcf0e5;margin:2px}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--warning svg{fill:#e96900}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--report.sds-alert--has-bg-color{background-color:#fae9e8}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--report svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--assistant.sds-alert--has-bg-color{background-color:#fdf7e9}.squiz-pb-scope .squiz-fte-scope .sds-alert-type--assistant svg{fill:#efb324}@media screen and (min-width:576px){.squiz-pb-scope .squiz-fte-scope .sds-alert__wrapper{flex-wrap:nowrap;justify-content:space-between}.squiz-pb-scope .squiz-fte-scope .sds-alert__buttons{margin:0 0 0 1rem;width:auto}}.squiz-pb-scope .squiz-fte-scope .sds-table--api tbody{position:relative}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__empty-row{height:5rem}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__row--selected{background-color:#f5f5f5}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__row--selectable,.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__th--selectable{cursor:pointer}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__th--selectable .sds-table__th-content{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__th--selectable div{line-height:0}.squiz-pb-scope .squiz-fte-scope .sds-table--api .checkbox-cell{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-table--api .checkbox-cell div{line-height:0}.squiz-pb-scope .squiz-fte-scope .sds-table--api .loading{background:hsla(0,0%,100%,.7);border:none;height:100%;position:absolute;top:0;width:100%;z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__loader-row{position:unset}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__pagination{padding:1.25rem 1rem}.squiz-pb-scope .squiz-fte-scope .sds-table--api .sds-table__navigator button:nth-child(2){margin-left:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-table--loading{display:grid;place-items:center}.squiz-pb-scope .squiz-fte-scope .sds-avatar{align-items:center;background-color:#26324b;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-family:Asap,sans-serif;justify-content:center}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--lg{font-size:3rem;height:6.25rem;width:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--lg svg{height:3.75rem;width:3.75rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--md{font-size:1.875rem;height:4rem;width:4rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--md svg{height:2.25rem;width:2.25rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--sm{font-size:1rem;height:2.25rem;width:2.25rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--xs{font-size:.875rem;height:1.875rem;width:1.875rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--xs svg{height:1.25rem;width:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--xxs{font-size:.6875rem;height:1.5rem;width:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar.size--xxs svg{height:1rem;width:1rem}.squiz-pb-scope .squiz-fte-scope .sds-avatar-icon svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-avatar-photo{background-size:cover}.squiz-pb-scope .squiz-fte-scope .sds-avatar-button:focus{border-radius:100%}.squiz-pb-scope .squiz-fte-scope .sds-badge{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--combination .sds-badge-label--left,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--combination-alt .sds-badge-label--right,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--strong{background:#e0e0e0}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--action{background:#fff;border:1px solid #0774d2;color:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--action.badge--combination .sds-badge-label--left,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--action.badge--combination-alt .sds-badge-label--right,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--action.badge--strong{background:#0774d2;color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--success{background:#fff;border:1px solid #098934;color:#098934}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--success.badge--combination .sds-badge-label--left,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--success.badge--combination-alt .sds-badge-label--right,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--success.badge--strong{background:#098934;color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--info{background:#fff;border:1px solid #057e91;color:#057e91}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--info.badge--combination .sds-badge-label--left,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--info.badge--combination-alt .sds-badge-label--right,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--info.badge--strong{background:#057e91;color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--warning{background:#fff;border:1px solid #e96900;color:#e96900}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--warning.badge--combination .sds-badge-label--left,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--warning.badge--combination-alt .sds-badge-label--right,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--warning.badge--strong{background:#e96900;color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--danger{background:#fff;border:1px solid #d72321;color:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--danger.badge--combination .sds-badge-label--left,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--danger.badge--combination-alt .sds-badge-label--right,.squiz-pb-scope .squiz-fte-scope .sds-badge.badge--danger.badge--strong{background:#d72321;color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-badge-label{display:inline-block;max-width:12.25rem;overflow-x:hidden;padding:.0625rem .5rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper span{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;white-space:nowrap}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-button.sds-breadcrumbs__button{padding:.375rem 0}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li{align-items:center;display:flex;justify-content:center}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(:first-child):before{color:#707070;content:"/";font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding-left:.75rem;padding-right:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow{padding:.125rem}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow svg{fill:#707070}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.5rem;transition:text-decoration-color .5s}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:hover{background-color:unset;text-decoration-color:unset}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current{overflow-x:hidden}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current span{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__button .sds-button-icon>svg{fill:#707070}.squiz-pb-scope .squiz-fte-scope .sds-breadcrumbs__wrapper span{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}}.squiz-pb-scope .squiz-fte-scope .sds-button{border-radius:.25rem;padding:.5rem .75rem;transition:background-color .3s ease}.squiz-pb-scope .squiz-fte-scope .sds-button .button--content{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-button:disabled{cursor:default;opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon{padding:.375rem .5rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--white>svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--offwhite>svg{fill:#d9d9d9}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-50>svg{fill:#f7f7f7}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-100>svg{fill:#f5f5f5}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-200>svg{fill:#ededed}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-300>svg{fill:#e0e0e0}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-400>svg{fill:#bababa}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-500>svg{fill:#949494}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-600>svg{fill:#707070}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-700>svg{fill:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-800>svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-900>svg{fill:#2b2b2b}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--black>svg{fill:#000}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-100>svg{fill:#e6f1fa}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-200>svg{fill:#8fc0eb}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-300>svg{fill:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-400>svg{fill:#044985}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-100>svg{fill:#e7f4ec}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-200>svg{fill:#95d0a9}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-300>svg{fill:#098934}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-400>svg{fill:#0a4a20}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-100>svg{fill:#fcf0e5}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-200>svg{fill:#f5bb8c}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-300>svg{fill:#e96900}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-400>svg{fill:#8f4000}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-100>svg{fill:#fae9e8}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-200>svg{fill:#ec9c9b}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-300>svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-400>svg{fill:#6b1211}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-100>svg{fill:#f0ecf7}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-200>svg{fill:#bcacdd}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-300>svg{fill:#6b47b4}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-400>svg{fill:#3e2969}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-100>svg{fill:#e6f4f6}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-200>svg{fill:#8fd0d9}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-300>svg{fill:#057e91}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-400>svg{fill:#024752}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-100>svg{fill:#fdf7e9}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-200>svg{fill:#f7dd9c}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-300>svg{fill:#efb324}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-400>svg{fill:#a17917}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-100>svg{fill:#f8ebf6}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-200>svg{fill:#dfa7d8}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-300>svg{fill:#b93da9}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-400>svg{fill:#6e2464}.squiz-pb-scope .squiz-fte-scope .sds-button.button--round{border-radius:1rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--icon-round{border-radius:50%;padding:.375rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--lite{padding:0}.squiz-pb-scope .squiz-fte-scope .sds-button.button--wide{width:100%}.squiz-pb-scope .squiz-fte-scope .sds-button.button--wide .button--content{justify-content:center}.squiz-pb-scope .squiz-fte-scope .sds-button.button--loading{cursor:default;pointer-events:none;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-button.button--loading .button--spinner-container{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.squiz-pb-scope .squiz-fte-scope .sds-button.button--loading .button--content{visibility:hidden}.squiz-pb-scope .squiz-fte-scope .sds-button.button--default.button--soft{background:#e0e0e0;color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--default.button--soft:hover{background-color:#c7c7c7}.squiz-pb-scope .squiz-fte-scope .sds-button.button--default.button--soft .sds-button-icon svg{fill:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-button.button--default.button--transparent{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--default.button--transparent.active,.squiz-pb-scope .squiz-fte-scope .sds-button.button--default.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope .sds-button.button--default.button--transparent .sds-button-icon svg{fill:#707070}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--strong{background:#0774d2;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--strong:hover{background-color:#0559a1}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--strong .sds-button-icon svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--soft{background:#e0e0e0;color:#0774d2;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--soft:hover{background-color:#c7c7c7}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--soft .sds-button-icon svg{fill:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--transparent{color:#0774d2;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--transparent.active,.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope .sds-button.button--primary.button--transparent .sds-button-icon svg{fill:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--strong{background:#098934;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--strong:hover{background-color:#065922}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--strong .sds-button-icon svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--soft{background:#e0e0e0;color:#098934;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--soft:hover{background-color:#c7c7c7}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--soft .sds-button-icon svg{fill:#098934}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--transparent{color:#098934;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--transparent.active,.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope .sds-button.button--success.button--transparent .sds-button-icon svg{fill:#098934}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--strong{background:#d72321;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--strong:hover{background-color:#ab1c1a}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--strong .sds-button-icon svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--soft{background:#e0e0e0;color:#d72321;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--soft:hover{background-color:#c7c7c7}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--soft .sds-button-icon svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--transparent{color:#d72321;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--transparent.active,.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope .sds-button.button--danger.button--transparent .sds-button-icon svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-button.button--toolbar{margin-right:.5rem;padding:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-button .sds-button-icon{display:flex}.squiz-pb-scope .squiz-fte-scope .sds-button .sds-button-icon+.sds-button-label,.squiz-pb-scope .squiz-fte-scope .sds-button .sds-button-label+.sds-button-icon{margin-left:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-button-list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-button-list li{margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-button-list li:last-child{margin-right:0}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--wide{flex-wrap:wrap}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--wide li{margin-bottom:.5rem;margin-right:0;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--wide .sds-button{width:100%}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--middle,.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--wide .sds-button .button--content{justify-content:center}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--space-between{justify-content:space-between}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--right{flex-direction:row-reverse}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--right li{margin-left:.5rem;margin-right:0}.squiz-pb-scope .squiz-fte-scope .sds-button-list.button-list--right li:last-child{margin-left:0}.squiz-pb-scope .squiz-fte-scope .sds-card-container{background:#fff;border-radius:.25rem;color:#3d3d3d;height:100%;width:16.5rem}.squiz-pb-scope .squiz-fte-scope .sds-card-container.card--standard{border:1px solid #e0e0e0}.squiz-pb-scope .squiz-fte-scope .sds-card-container.card--button{box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.squiz-pb-scope .squiz-fte-scope .sds-card-container.card--button a{color:#3d3d3d;display:block;height:100%;text-decoration:none}.squiz-pb-scope .squiz-fte-scope .sds-card-container.card--button:hover{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}.squiz-pb-scope .squiz-fte-scope .sds-card-link{color:inherit;height:100%;text-align:left;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-card{display:flex;flex-direction:column;height:100%;padding:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-card-header{border-bottom:1px solid #ededed;margin-bottom:1rem}.squiz-pb-scope .squiz-fte-scope .sds-card-icon{align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.25rem;width:4.5rem}.squiz-pb-scope .squiz-fte-scope .sds-card-icon svg{height:2rem;width:2rem}.squiz-pb-scope .squiz-fte-scope .sds-card-icon.sds-card-type--danger{background:#fae9e8}.squiz-pb-scope .squiz-fte-scope .sds-card-icon.sds-card-type--danger svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-card-icon.sds-card-type--info{background:#e6f1fa}.squiz-pb-scope .squiz-fte-scope .sds-card-icon.sds-card-type--info svg{fill:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-card-icon.sds-card-type--success{background:#e7f4ec}.squiz-pb-scope .squiz-fte-scope .sds-card-icon.sds-card-type--success svg{fill:#098934}.squiz-pb-scope .squiz-fte-scope .sds-card-body{flex-grow:1}.squiz-pb-scope .squiz-fte-scope .sds-card-title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-card-title .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-card-subtitle{color:#707070;display:block;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-top:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-card-content{display:block;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-card-buttons{margin-top:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-card-list{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-card-list>li{margin-bottom:2rem}@media screen and (min-width:768px){.squiz-pb-scope .squiz-fte-scope .sds-card-list{display:flex;flex-wrap:wrap}.squiz-pb-scope .squiz-fte-scope .sds-card-list>li{margin-right:2rem}.squiz-pb-scope .squiz-fte-scope .sds-card-list>li:last-child{margin-right:0}}.squiz-pb-scope .squiz-fte-scope .sds-chart{padding:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip{align-items:center;display:flex;margin:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--navigation .sds-chip-label{background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem;color:#4f4f4f;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--selection .sds-chip-label{border:1px solid #e0e0e0;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--selection.active{border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--selection .sds-chip-label{border-color:#bababa}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--selection.active{background:#e0e0e0}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--selection.active .sds-chip-label{color:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--removable{background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--removable .sds-chip-label{color:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--removable svg{fill:rgba(79,79,79,.5)}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--removable .sds-chip-remover:hover svg{fill:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--default.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--navigation .sds-chip-label{background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--selection .sds-chip-label{border:1px solid #4f4f4f;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--selection.active{border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--selection .sds-chip-label{color:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--selection.active{background:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--selection.active .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--removable{background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--removable .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--grey.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--navigation .sds-chip-label{background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--selection .sds-chip-label{border:1px solid #0774d2;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--selection.active{border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--selection .sds-chip-label{color:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--selection.active{background:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--selection.active .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--removable{background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--removable .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--blue .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--navigation .sds-chip-label{background:#098934;border:1px solid #098934;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--selection .sds-chip-label{border:1px solid #098934;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--selection.active{border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--selection .sds-chip-label{color:#098934}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--selection.active{background:#098934}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--selection.active .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--removable{background:#098934;border:1px solid #098934;border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--removable .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--green .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--navigation .sds-chip-label{background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--selection .sds-chip-label{border:1px solid #6b47b4;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--selection.active{border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--selection .sds-chip-label{color:#6b47b4}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--selection.active{background:#6b47b4}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--selection.active .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--removable{background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--removable .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--purple .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--navigation .sds-chip-label{background:#d72321;border:1px solid #d72321;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--selection .sds-chip-label{border:1px solid #d72321;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--selection.active{border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--selection .sds-chip-label{color:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--selection.active{background:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--selection.active .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--removable{background:#d72321;border:1px solid #d72321;border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--removable .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--red .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--navigation .sds-chip-label{background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--selection .sds-chip-label{border:1px solid #b93da9;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--selection.active{border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--selection .sds-chip-label{color:#b93da9}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--selection.active{background:#b93da9}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--selection.active .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--removable{background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--removable .sds-chip-label{color:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--pink .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-fte-scope .sds-chip.chip--icon .sds-chip-label{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-chip .sds-chip-icon{display:flex}.squiz-pb-scope .squiz-fte-scope .sds-chip .sds-chip-icon~.sds-chip-label,.squiz-pb-scope .squiz-fte-scope .sds-chip .sds-chip-icon~.sds-chip-label--text,.squiz-pb-scope .squiz-fte-scope .sds-chip .sds-chip-label--text~.sds-chip-icon,.squiz-pb-scope .squiz-fte-scope .sds-chip .sds-chip-label~.sds-chip-icon{margin-left:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-chip-label{color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .squiz-fte-scope .sds-chip-remover{margin-right:.125rem}.squiz-pb-scope .squiz-fte-scope .sds-chip-remover:focus{border-radius:100%}.squiz-pb-scope .squiz-fte-scope .sds-chip-list{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active,.squiz-pb-scope .squiz-fte-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn{background-color:#4f4f4f;color:#fff}.squiz-pb-scope .squiz-fte-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active svg,.squiz-pb-scope .squiz-fte-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .chip-filter{position:relative}.squiz-pb-scope .squiz-fte-scope .chip-filter .sds-button.chip-filter__btn{border-radius:3rem;color:#4f4f4f;font-weight:600;margin-bottom:.25rem;padding:.25rem .5rem}.squiz-pb-scope .squiz-fte-scope .chip-filter .sds-button.chip-filter__btn svg{fill:#4f4f4f;height:1.25rem;width:1.25rem}.squiz-pb-scope .squiz-fte-scope .chip-filter--no-icon .chip-filter__btn-content{padding-left:.25rem}.squiz-pb-scope .squiz-fte-scope .chip-filter--radio-simplified .chip-filter__dropdown-btn-container,.squiz-pb-scope .squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-option button[role=radio]{display:none}.squiz-pb-scope .squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-item{cursor:pointer;transition:background-color .3s ease-in-out}.squiz-pb-scope .squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-item:hover{background-color:#ededed}.squiz-pb-scope .squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-option{padding-left:1.25rem}.squiz-pb-scope .squiz-fte-scope .chip-filter__btn-content{align-items:center;display:flex;gap:.25rem}.squiz-pb-scope .squiz-fte-scope .chip-filter__btn-content .closed,.squiz-pb-scope .squiz-fte-scope .chip-filter__btn-content .open{display:flex}.squiz-pb-scope .squiz-fte-scope .chip-filter__btn-content .closed{transform:rotate(90deg)}.squiz-pb-scope .squiz-fte-scope .chip-filter__btn-content .open{transform:rotate(-90deg)}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown{background-color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-body,.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-header{padding:.5rem .75rem}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-header svg{fill:#707070}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-header h3{color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-header .chip-filter__dropdown-title{padding-left:1.25rem}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-body{max-height:17rem;overflow-y:auto}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-body h4{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown--open{display:flex;flex-direction:column}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown .sds-form-field{margin-bottom:0}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown .sds-form-control-item{padding:.5rem 0}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-btn-container{border-top:1px solid #e0e0e0;display:flex;gap:.5rem;margin-top:auto;padding:1.5rem 1rem;width:100%}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-btn-container--centered{display:flex}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-btn-container--centered>button{flex-grow:1}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-btn-container .button--content{justify-content:center}.squiz-pb-scope .squiz-fte-scope .chip-filter__btn-counter{align-items:center;background-color:#fff;border-radius:100%;color:#4f4f4f;display:flex;font-size:.8125rem;height:16px;justify-content:center;margin:0 .125rem;text-transform:capitalize;width:16px}@media screen and (min-width:576px){.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown{border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);height:unset;left:0;position:absolute;top:unset;width:220px;z-index:2}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-body h4,.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-header{display:none}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-btn-container{justify-content:flex-end;margin-top:unset;padding:.5rem .75rem}.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-btn--reset{display:none}}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .chip-filter__dropdown-btn-container button{width:100%}}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet{display:flex;flex-direction:column;max-height:12.5rem;max-width:25rem}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet__header{align-items:center;background-color:#4f4f4f;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet__header svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet__title{color:#fff;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet__copy-btn{align-items:center;color:#d9d9d9;display:flex;gap:.5rem;margin-left:auto}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet__copy-btn:hover{text-decoration:underline}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet pre{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;margin:0;padding:.5rem;scrollbar-color:#d9d9d9 #2b2b2b;scrollbar-width:2.5rem}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar{background:#2b2b2b}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.5rem;min-height:2.5rem}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-thumb:hover{background:silver}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-thumb:active{background:#a6a6a6}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-corner{background:#2b2b2b}.squiz-pb-scope .squiz-fte-scope .sds-code-snippet code{font-size:.6875rem}.squiz-pb-scope .squiz-fte-scope .react-js-cron{align-items:flex-start;display:flex;flex-wrap:wrap}.squiz-pb-scope .squiz-fte-scope .react-js-cron-field,.squiz-pb-scope .squiz-fte-scope .react-js-cron>div{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .react-js-cron-field{margin-bottom:10px}.squiz-pb-scope .squiz-fte-scope .react-js-cron-field>span,.squiz-pb-scope .squiz-fte-scope div.react-js-cron-select{margin-left:5px}.squiz-pb-scope .squiz-fte-scope .react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-error .react-js-cron-select .ant-select-selector{background:#fff6f6;border-color:#ff4d4f}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-custom-select{min-width:70px;z-index:1}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.squiz-pb-scope .squiz-fte-scope .react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-custom-select .ant-select-selection-search{margin:0!important;width:0!important}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-custom-select .ant-select-selection-placeholder{color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.squiz-pb-scope .squiz-fte-scope .react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.squiz-pb-scope .squiz-fte-scope .react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown{min-width:0!important;width:174px!important}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown .rc-virtual-list,.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:none!important}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{display:grid!important;grid-template-columns:repeat(4,1fr)}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.squiz-pb-scope .squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.squiz-pb-scope .squiz-fte-scope .react-js-cron-period>span:first-child{margin-left:0!important}.squiz-pb-scope .squiz-fte-scope .react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.squiz-pb-scope .squiz-fte-scope .react-js-cron-select-dropdown-period{min-width:0!important;width:auto!important}.squiz-pb-scope .squiz-fte-scope .react-js-cron-clear-button{margin-bottom:10px;margin-left:10px}.squiz-pb-scope .squiz-fte-scope .react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{align-items:center;flex:initial}.squiz-pb-scope .squiz-fte-scope .sds-cron-editor-container{align-items:center}.squiz-pb-scope .squiz-fte-scope .sds-cron-editor-container .react-js-cron-field{margin-bottom:0}.squiz-pb-scope .squiz-fte-scope .cron-editor-default{align-items:center;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .cron-editor-default .cron-editor-default__label{color:#707070}.squiz-pb-scope .squiz-fte-scope .cron-editor-default>.sds-form-field{margin-left:.5rem;width:7.5rem}.squiz-pb-scope .squiz-fte-scope .cron-editor-default>.sds-form-field span{color:#949494;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .cron-editor-default>.sds-form-field .sds-select-option button{color:#707070}.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.sds-cron-field .react-js-cron-select,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.sds-cron-field>span{margin-left:.5rem}.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>span,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>span,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>span,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>span,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>span,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>span{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>div>div>span{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>div>div>span.ant-select-selection-placeholder,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>div>div>span.ant-select-selection-placeholder,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>div>div>span.ant-select-selection-placeholder,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>div>div>span.ant-select-selection-placeholder,.squiz-pb-scope .squiz-fte-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>div>div>span.ant-select-selection-placeholder{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;opacity:1}.squiz-pb-scope .squiz-fte-scope .sds-cron-hours .ant-select-selection-overflow-item,.squiz-pb-scope .squiz-fte-scope .sds-cron-minutes .ant-select-selection-overflow-item,.squiz-pb-scope .squiz-fte-scope .sds-cron-month-days .ant-select-selection-overflow-item,.squiz-pb-scope .squiz-fte-scope .sds-cron-months .ant-select-selection-overflow-item,.squiz-pb-scope .squiz-fte-scope .sds-cron-week-days .ant-select-selection-overflow-item{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .react-js-cron>div{flex-wrap:wrap}.squiz-pb-scope .squiz-fte-scope div.ant-select-dropdown .ant-select-item-option-content{color:#707070;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-field.sds-cron-field>div.ant-select{height:2.25rem}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select .ant-select-selector{border:2px solid #e0e0e0;border-radius:.25rem}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open).ant-select-focused .ant-select-selector,.squiz-pb-scope .squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open):hover .ant-select-selector{border:2px solid #e0e0e0;box-shadow:none}.squiz-pb-scope .squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select.ant-select-open .ant-select-selector{border-color:transparent;box-shadow:0 0 0 2px #0774d2}.squiz-pb-scope .squiz-fte-scope .sds-data-list{background:#fff;border-radius:.5rem;padding:1rem}.squiz-pb-scope .squiz-fte-scope .sds-data-list.data-list--lite{padding-bottom:0;padding-top:0}.squiz-pb-scope .squiz-fte-scope .sds-data-list.data-list--lite .sds-data-list__body{border:0;margin:0}.squiz-pb-scope .squiz-fte-scope .sds-data-list.data-list--lite .sds-data-list__row:last-child{border:0}.squiz-pb-scope .squiz-fte-scope .sds-data-list__header{display:flex;justify-content:space-between;padding:.25rem .5rem 1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-data-list__body{border-top:1px solid #ededed;margin-bottom:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-data-list__footer{display:flex;justify-content:center;padding:1rem .5rem .25rem 0}.squiz-pb-scope .squiz-fte-scope .sds-data-list__list{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-data-list__row{border-bottom:1px solid #ededed}.squiz-pb-scope .squiz-fte-scope .sds-data-list__item{align-items:center;display:flex;padding:1rem .5rem}.squiz-pb-scope .squiz-fte-scope button.sds-data-list__item{text-align:left;width:100%}.squiz-pb-scope .squiz-fte-scope button.sds-data-list__item:hover{background-color:#f7f7f7}.squiz-pb-scope .squiz-fte-scope .sds-data-list__icon{align-self:baseline;margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-data-list__title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-data-list__title .svg-wrapper svg{fill:#3d3d3d}@media screen and (min-width:768px){.squiz-pb-scope .squiz-fte-scope .sds-data-list__icon+div{align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-data-list__content{display:flex;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-data-list__content>:first-child{flex-grow:1;margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-data-list__content>:nth-child(2){flex-shrink:0}}.squiz-pb-scope .squiz-fte-scope .sds-datetime-picker .sds-text-field{position:relative}.squiz-pb-scope .squiz-fte-scope .sds-datetime-picker .sds-text-field input{padding-left:3rem}.squiz-pb-scope .squiz-fte-scope .sds-datetime-picker .sds-datetime-picker__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}@media screen and (min-width:576px){.squiz-pb-scope .squiz-fte-scope .sds-datetime-picker{max-width:23.8125rem}}.squiz-pb-scope .squiz-fte-scope .sds-dialog__container{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.squiz-pb-scope .squiz-fte-scope .sds-dialog{background:#fff;border-radius:.5rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);color:#2b2b2b;display:flex;flex-direction:column;max-height:100%;max-width:25rem;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-dialog.sm-md{max-width:30rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog.md{max-width:37.5rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog.lg{max-width:50rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog.xl{max-width:62.5rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog.fullscreen{height:100%;max-width:100%;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-dialog.md .sds-form,.squiz-pb-scope .squiz-fte-scope .sds-dialog.sm-md .sds-form{max-width:100%}.squiz-pb-scope .squiz-fte-scope .sds-dialog__header{padding:1.5rem 1.5rem 1rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-dialog__action-buttons{display:flex;gap:.75rem;padding:.75rem;position:absolute;right:0;top:0}.squiz-pb-scope .squiz-fte-scope .sds-dialog__action-buttons button{background:none;border:0;color:#707070}.squiz-pb-scope .squiz-fte-scope .sds-dialog__action-buttons button:hover .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-dialog__heading{display:flex;margin:0 1.5rem .5rem 0}.squiz-pb-scope .squiz-fte-scope .sds-dialog__heading span{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog__heading span .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-dialog__icon{flex-shrink:0;margin-right:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog__icon svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-dialog__body{display:flex;flex-grow:1;padding:0 1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog__body.dialog--scroll{overflow-y:auto}.squiz-pb-scope .squiz-fte-scope .sds-dialog__body.dividers{border-bottom:1px solid #ededed;border-top:1px solid #ededed}.squiz-pb-scope .squiz-fte-scope .sds-dialog__body.dividers .sds-dialog__content{padding:1.5rem 0}.squiz-pb-scope .squiz-fte-scope .sds-dialog__loading{align-items:center;display:flex;flex-grow:1;min-height:5rem;padding-bottom:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog__loading .sds-dialog__body{justify-content:center;overflow:hidden;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-dialog__content{max-height:28.25rem;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-dialog__footer{padding:0 1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog__error,.squiz-pb-scope .squiz-fte-scope .sds-dialog__footer-text{padding-top:1rem}.squiz-pb-scope .squiz-fte-scope .sds-dialog__actions{display:flex;justify-content:flex-end;padding:1.5rem 0}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .sds-dialog__container--full{padding:0}.squiz-pb-scope .squiz-fte-scope .sds-dialog__container--full .sds-dialog{border-radius:0;height:100%}.squiz-pb-scope .squiz-fte-scope .sds-dialog__container--sm .sds-dialog{border-radius:.25rem;height:-moz-fit-content;height:fit-content}.squiz-pb-scope .squiz-fte-scope .sds-dialog__fullscreen{display:none}.squiz-pb-scope .squiz-fte-scope .sds-dialog__body{flex-grow:1}}.squiz-pb-scope .squiz-fte-scope .sds-divider{align-items:center;display:flex;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-divider:after,.squiz-pb-scope .squiz-fte-scope .sds-divider:before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px;position:relative;width:1px;z-index:0}.squiz-pb-scope .squiz-fte-scope .sds-divider:before{margin-right:1rem}.squiz-pb-scope .squiz-fte-scope .sds-divider:after{margin-left:1rem}.squiz-pb-scope .squiz-fte-scope .sds-divider span{z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-divider--left:before,.squiz-pb-scope .squiz-fte-scope .sds-divider--right:after{content:none}.squiz-pb-scope .squiz-fte-scope .sds-divider--empty:before{margin:0}.squiz-pb-scope .squiz-fte-scope .sds-divider--empty:after{content:none}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-wrapper{display:inline-block;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-dropdown{background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;flex-direction:column;min-width:7.25rem;padding:.5rem .75rem;position:absolute;top:calc(100% + .25rem);width:-moz-max-content;width:max-content;z-index:2}.squiz-pb-scope .squiz-fte-scope .sds-dropdown.sds-dropdown--left{left:0}.squiz-pb-scope .squiz-fte-scope .sds-dropdown.sds-dropdown--right{right:0}.squiz-pb-scope .squiz-fte-scope .sds-dropdown.active{display:inline-flex}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-heading{border-bottom:1px solid #ededed;color:#707070;display:block;font-weight:700;margin-bottom:.25rem;padding:.5rem 0 .75rem;text-align:center;text-transform:uppercase}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-section{border-bottom:1px solid #ededed;margin-bottom:.25rem;padding-bottom:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-section:last-child{border:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-section__heading{background:#f5f5f5;border-radius:.25rem;color:#707070;font-weight:600;margin:.25rem 0;padding:.25rem .5rem;text-align:center}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-heading+div>.sds-dropdown-section:first-child .sds-dropdown-section__heading{margin-top:0}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-list{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-button{align-items:center;color:#707070;display:flex;font-size:.875rem;text-align:left;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-button:hover{background:#f5f5f5;border-radius:.25rem;color:#2b2b2b}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-button:disabled{cursor:default;opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-icon{padding:0 .25rem}.squiz-pb-scope .squiz-fte-scope .sds-dropdown-label{display:block;padding:.5rem;word-break:break-word}.squiz-pb-scope .squiz-fte-scope .sds-empty-state-card{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;color:#707070;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:1.25rem;letter-spacing:-.4px;line-height:1.5rem;padding:5rem 0;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-empty-state-card--lite{border:none}.squiz-pb-scope .squiz-fte-scope .sds-empty-state-card__text{display:block;max-width:18rem;text-align:center}.squiz-pb-scope .squiz-fte-scope .sds-empty-state-card__title{color:#3d3d3d;font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:0;margin-top:1rem;text-align:center}.squiz-pb-scope .squiz-fte-scope .sds-empty-state-card__title .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-empty-state-card__icon>svg{height:11rem;width:auto}.squiz-pb-scope .squiz-fte-scope .sds-empty-state-card--with-cta .sds-empty-state-card__icon .svg-path-primary{fill:#057e91}.squiz-pb-scope .squiz-fte-scope .sds-error{align-items:center;color:#d72321;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-error .svg-wrapper svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-error span{margin-left:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-error--contained{background-color:#fff;border-radius:.5rem;padding:1rem}.squiz-pb-scope .squiz-fte-scope .sds-form{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;max-width:25rem;padding:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-form.form--lite{border:none;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-form.form--dark{background:#ededed;border:none;border-radius:.5rem;padding:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-form.form--horizontal{max-width:none}.squiz-pb-scope .squiz-fte-scope .sds-form.form--horizontal .sds-form-footer{margin-top:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-fieldset{border:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-form-group{border-bottom:1px solid #ededed;margin-bottom:1rem;padding-bottom:1rem}.squiz-pb-scope .squiz-fte-scope .sds-form-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.squiz-pb-scope .squiz-fte-scope .sds-form-error,.squiz-pb-scope .squiz-fte-scope .sds-form-footer{margin-top:.75rem}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .sds-form.form--horizontal .sds-button-list li{flex-grow:1}}@media screen and (min-width:576px){.squiz-pb-scope .squiz-fte-scope .sds-form.form--horizontal{align-items:flex-end;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-form.form--horizontal .sds-fieldset{display:flex;flex-grow:1}.squiz-pb-scope .squiz-fte-scope .sds-form.form--horizontal .sds-form-field{flex-grow:1;margin-bottom:0;margin-right:.5rem}}.squiz-pb-scope .squiz-fte-scope .sds-checkbox-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-checkbox-option__button.checked{background:#0774d2;border-color:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-checkbox-option__button.checked:after,.squiz-pb-scope .squiz-fte-scope .sds-checkbox-option__button.checked:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-pb-scope .squiz-fte-scope .sds-checkbox-option__button.checked:after{height:6px;transform:translate(-4.8px,-1px) rotate(-45deg)}.squiz-pb-scope .squiz-fte-scope .sds-checkbox-option__button.checked:before{height:12px;transform:translate(.3px,-6px) rotate(45deg)}.squiz-pb-scope .squiz-fte-scope .sds-radio-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:100%;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-radio-option__button:focus{border-radius:100%}.squiz-pb-scope .squiz-fte-scope .sds-radio-option__button.checked{border-color:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-radio-option__button.checked:before{background:#0774d2;border-radius:100%;content:" ";height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625rem}.squiz-pb-scope .squiz-fte-scope .sds-radio-option__button.disabled{background-color:#ededed;cursor:not-allowed}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list{min-height:2.75rem;padding:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list li{margin:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list .sds-chip{color:#3d3d3d;margin:0}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list .sds-chip.chip--default{border:1px solid transparent}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list .sds-chip.sds-chip--invalid{border:1px solid #d72321}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list .sds-chip.sds-chip--warning{border:1px solid #e96900}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list li:last-child{flex:1;min-width:33%}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list .sds-text-field input{border:none;outline:none;padding-bottom:.25rem;padding-top:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list .sds-text-field input:focus{box-shadow:none}.squiz-pb-scope .squiz-fte-scope .sds-multi-chip-list__active{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2}.squiz-pb-scope .squiz-fte-scope .floating-text{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);color:#3d3d3d;cursor:pointer;margin-top:.5rem;padding:.5rem;position:absolute;z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-select-field{border-radius:.25rem;display:grid;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-select-field--custom{position:static}.squiz-pb-scope .squiz-fte-scope .sds-select-field.active{box-shadow:0 0 0 2px #0774d2}.squiz-pb-scope .squiz-fte-scope .sds-select-field.active svg{transform:rotate(90deg)}.squiz-pb-scope .squiz-fte-scope .sds-select-field button{padding-right:2.5rem;text-align:left}.squiz-pb-scope .squiz-fte-scope .sds-select-field .sds-select-field__button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem 1.5rem .375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-select-field .sds-select-field__button:disabled{background:#ededed;border-radius:0;color:#949494}.squiz-pb-scope .squiz-fte-scope .sds-select-field .sds-select-field__button:disabled+.sds-select-field__icon svg{opacity:.3}.squiz-pb-scope .squiz-fte-scope .sds-select-field .sds-select-field__button.readonly{background:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope .sds-select-field .sds-select-field__button:not(.placeholder,.readonly){font-weight:600}.squiz-pb-scope .squiz-fte-scope .sds-select-field .sds-select-field__button.placeholder{color:#949494}.squiz-pb-scope .squiz-fte-scope .sds-select-field ul{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-select-field ul button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-select-field ul button:hover{background:#f5f5f5}.squiz-pb-scope .squiz-fte-scope .sds-select-field ul button:focus{z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-select-field__icon{pointer-events:none;position:absolute;right:.25rem;top:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-select-field__icon svg{transform:rotate(-90deg)}.squiz-pb-scope .squiz-fte-scope .sds-select-field__options{background-color:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:6px;max-height:12rem;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-text-field.sds-field-icon input{padding-left:3rem}.squiz-pb-scope .squiz-fte-scope .sds-text-field.sds-field-error input{padding-right:2rem}.squiz-pb-scope .squiz-fte-scope .sds-text-field label{color:#707070;display:block;font-weight:600;margin-bottom:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-text-field input,.squiz-pb-scope .squiz-fte-scope .sds-text-field textarea{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-text-field input:disabled,.squiz-pb-scope .squiz-fte-scope .sds-text-field textarea:disabled{background:#ededed;border-radius:0;color:#949494;cursor:default;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .sds-text-field textarea{resize:vertical}.squiz-pb-scope .squiz-fte-scope .sds-text-field .sds-field-error__icon,.squiz-pb-scope .squiz-fte-scope .sds-text-field .sds-text-field__copy-icon{align-items:center;display:flex;height:100%;padding:0 .25rem;position:absolute;right:0;top:0}.squiz-pb-scope .squiz-fte-scope .sds-text-field:has(.sds-text-field__copy-icon) input{padding-right:2rem}.squiz-pb-scope .squiz-fte-scope .sds-text-field.readonly input,.squiz-pb-scope .squiz-fte-scope .sds-text-field.readonly textarea{background:rgba(0,0,0,.04);color:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-text-field__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}.squiz-pb-scope .squiz-fte-scope span.sds-toggle-button{display:block;opacity:.5}.squiz-pb-scope .squiz-fte-scope .sds-toggle{background:#bababa;border-radius:.625rem;height:1.25rem;padding:0;position:relative;width:2.25rem}.squiz-pb-scope .squiz-fte-scope .sds-toggle.active{background:#0774d2}.squiz-pb-scope .squiz-fte-scope .sds-toggle.active .sds-toggle-check{height:1.25rem;left:.25rem;position:absolute;top:0;width:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-toggle.active .sds-toggle-check:after,.squiz-pb-scope .squiz-fte-scope .sds-toggle.active .sds-toggle-check:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-pb-scope .squiz-fte-scope .sds-toggle.active .sds-toggle-check:after{height:6px;transform:translate(-4.2px,-1.8px) rotate(-45deg)}.squiz-pb-scope .squiz-fte-scope .sds-toggle.active .sds-toggle-check:before{height:10px;transform:translate(.3px,-5px) rotate(45deg)}.squiz-pb-scope .squiz-fte-scope .sds-toggle.active .sds-toggle-disc{left:calc(100% - 1.125rem)}.squiz-pb-scope .squiz-fte-scope button.sds-toggle-button{padding:.5rem}.squiz-pb-scope .squiz-fte-scope button.sds-toggle-button:focus{box-shadow:none}.squiz-pb-scope .squiz-fte-scope button.sds-toggle-button:focus .sds-toggle:after{border-radius:.75rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + .25rem);left:-2px;position:absolute;top:-2px;width:calc(100% + .25rem)}.squiz-pb-scope .squiz-fte-scope button.sds-toggle-button:focus:not(:focus-visible) .sds-toggle:after{content:none}.squiz-pb-scope .squiz-fte-scope .sds-toggle-disc{background:#fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);height:1rem;left:.125rem;position:absolute;top:.125rem;transition:all .3s ease;width:1rem}.squiz-pb-scope .squiz-fte-scope .sds-form-control-list{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-form-control-item{margin-bottom:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-form-control-item:last-child{margin-bottom:0}.squiz-pb-scope .squiz-fte-scope .sds-form-control-option{display:flex}.squiz-pb-scope .squiz-fte-scope .sds-form-control-option.disabled .sds-form-control-label{opacity:.75}.squiz-pb-scope .squiz-fte-scope .sds-form-control-option.disabled .sds-checkbox-option__button,.squiz-pb-scope .squiz-fte-scope .sds-form-control-option.disabled .sds-radio-option__button,.squiz-pb-scope .squiz-fte-scope .sds-form-control-option.readOnly .sds-checkbox-option__button,.squiz-pb-scope .squiz-fte-scope .sds-form-control-option.readOnly .sds-radio-option__button{opacity:.5}.squiz-pb-scope .squiz-fte-scope .sds-form-control-heading{color:#2b2b2b;display:block;font-weight:600;margin-bottom:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-form-control-text{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-form-control-label{color:#3d3d3d;flex-grow:1;text-align:left;word-break:break-word}.squiz-pb-scope .squiz-fte-scope .sds-form-control--prominent .sds-form-control-item{margin-bottom:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-form-control--prominent .sds-form-control-item:last-child{margin-bottom:0}.squiz-pb-scope .squiz-fte-scope ::-moz-placeholder{color:#949494}.squiz-pb-scope .squiz-fte-scope ::placeholder{color:#949494}.squiz-pb-scope .squiz-fte-scope .sds-field-container{background:#f5f5f5;border-radius:.25rem;padding:1rem}.squiz-pb-scope .squiz-fte-scope .sds-form-label{align-items:center;color:#707070;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-form-label.sds-form-label--visible{margin-bottom:.25rem}.squiz-pb-scope .squiz-fte-scope .form--dark .sds-form-label{color:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-form-field{margin-bottom:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-form-field:last-child{margin-bottom:0}.squiz-pb-scope .squiz-fte-scope .sds-form-field[disabled] .sds-form-input{background:#ededed}.squiz-pb-scope .squiz-fte-scope .sds-form-field[icon] .sds-form-input{background:#f5f5f5}.squiz-pb-scope .squiz-fte-scope .sds-form-field.sds-form-field--inline{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-form-field.sds-form-field--inline .sds-form-label{margin-right:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-form-field.sds-form-field--inline .sds-form-label.sds-form-label--visible{margin-bottom:0}.squiz-pb-scope .squiz-fte-scope .sds-form-input{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-form-input--custom{position:static}.squiz-pb-scope .squiz-fte-scope .sds-form-input.readonly{border:transparent}.squiz-pb-scope .squiz-fte-scope .sds-form-toggle{display:flex}.squiz-pb-scope .squiz-fte-scope .sds-field-error__icon .svg-wrapper svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-field-error__message{color:#d72321;font-size:.8125rem;margin-top:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-field-note{color:#707070;font-size:.8125rem;margin-top:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-grid{display:grid;gap:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-link-wrapper{display:inline;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-link-icon{height:100%;left:0;position:absolute;top:0}.squiz-pb-scope .squiz-fte-scope .sds-link-icon svg{height:100%}.squiz-pb-scope .squiz-fte-scope .sds-link-icon~span{padding-left:1.75rem}.squiz-pb-scope .squiz-fte-scope .sds-link.link--standalone{color:#707070;text-decoration:none}.squiz-pb-scope .squiz-fte-scope .sds-link.link--standalone:hover{text-decoration:underline}.squiz-pb-scope .squiz-fte-scope .sds-link.link--paragraph{color:currentcolor}.squiz-pb-scope .squiz-fte-scope .sds-link.link--paragraph:hover{text-decoration:none}.squiz-pb-scope .squiz-fte-scope .sds-link-list__heading{display:block;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-link-list__heading .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-link-list{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-link-list li{border-bottom:1px solid #e0e0e0}.squiz-pb-scope .squiz-fte-scope .sds-link-list li:first-child{border-top:1px solid #e0e0e0}.squiz-pb-scope .squiz-fte-scope .sds-link-list .sds-link-wrapper{display:flex}.squiz-pb-scope .squiz-fte-scope .sds-link-list .sds-link{color:#3d3d3d;padding:.75rem 0;text-decoration:none;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-link-list .sds-link:hover{text-decoration:underline}.squiz-pb-scope .squiz-fte-scope .sds-link-list .sds-link-text{display:block}.squiz-pb-scope .squiz-fte-scope .sds-loader{align-items:center;display:flex;flex-direction:column}.squiz-pb-scope .squiz-fte-scope .sds-loader-message{max-width:15.75rem;padding-top:1.5rem;text-align:center}.squiz-pb-scope .squiz-fte-scope .sds-overlay{background:rgba(0,0,0,.5);height:calc(100vh - 56px);position:absolute;top:56px;width:100%;z-index:10}.squiz-pb-scope .squiz-fte-scope .sds-overlay.overlay--fullscreen{height:100vh;top:0}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__percentage{color:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__indicator,.squiz-pb-scope .squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--very-high .sds-progress-bar__indicator{background:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--high .sds-progress-bar__indicator{background:#e96900}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--moderate .sds-progress-bar__indicator{background:#efb324}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--low .sds-progress-bar__indicator{background:#098934}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar{background:#ededed;border-radius:.5rem;height:.5rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar__indicator{border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:50%}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar__stats{display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-progress-bar__current-value,.squiz-pb-scope .squiz-fte-scope .sds-progress-bar__percentage{font-weight:700}.squiz-pb-scope .squiz-fte-scope .sds-row{background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:1rem}.squiz-pb-scope .squiz-fte-scope .sds-row.no-border{box-shadow:none}.squiz-pb-scope .squiz-fte-scope .sds-row.no-children .sds-row__header-text{margin-bottom:0}.squiz-pb-scope .squiz-fte-scope .sds-row__title{color:#3d3d3d;display:block;font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-row__title .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-row__subtitle{color:#4f4f4f}.squiz-pb-scope .squiz-fte-scope .sds-row__header-text{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}@media screen and (max-width:768px){.squiz-pb-scope .squiz-fte-scope .sds-row__header-text{width:100%}.squiz-pb-scope .squiz-fte-scope .sds-row__header-actions{margin-top:.5rem;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-row__header-actions .sds-button{display:grid;place-items:center;width:100%}}.squiz-pb-scope .squiz-fte-scope .sds-row__header{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:768px){.squiz-pb-scope .squiz-fte-scope .sds-row__header{flex-direction:row}}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:1.75rem;margin-top:1.75rem}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-1 .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-2 .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-3 .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-4{font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-4 .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-5{font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-5 .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-heading--level-6 .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-text--sm-regular{font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .sds-text--sm-semibold{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .sds-text--sm-bold{font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .sds-text--md-regular{font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-text--md-semibold{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-text--md-bold{font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-text--lg-regular{font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-text--lg-semibold{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-text--lg-bold{font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-text--xlg-regular{font-size:1.125rem;font-weight:400;letter-spacing:-.4px;line-height:1.75rem}.squiz-pb-scope .squiz-fte-scope .sds-text--xlg-semibold{font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-scope .squiz-fte-scope .sds-text--xlg-bold{font-size:1.125rem;font-weight:700;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-scope .squiz-fte-scope .sds-transition--fade{opacity:0;position:relative;transition:all 1s ease}.squiz-pb-scope .squiz-fte-scope .sds-transition--fade.sds-transition-fade-enter{opacity:0}.squiz-pb-scope .squiz-fte-scope .sds-transition--fade.sds-transition-fade-enter-active{opacity:1;transition:opacity .3s;z-index:100}.squiz-pb-scope .squiz-fte-scope .sds-transition--fade.sds-transition-fade-enter-done,.squiz-pb-scope .squiz-fte-scope .sds-transition--fade.sds-transition-fade-exit{opacity:1}.squiz-pb-scope .squiz-fte-scope .sds-transition--fade.sds-transition-fade-exit-active{opacity:0;transition:opacity .6s;z-index:100}.squiz-pb-scope .squiz-fte-scope .sds-transition--slide-from-top-fade{position:fixed;right:0;transition:all 1s ease;z-index:100}.squiz-pb-scope .squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter{top:-100%}.squiz-pb-scope .squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-active{top:0;transition:all .3s}.squiz-pb-scope .squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-done{top:0}.squiz-pb-scope .squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit{opacity:1;top:0}.squiz-pb-scope .squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit-active{opacity:0;top:0;transition:all .6s}.squiz-pb-scope .squiz-fte-scope .sds-search-filter input{padding:.5rem .5rem .5rem 3rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-item.active{position:relative}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-item.active:before{background:#2b2b2b;border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;width:3px;z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-item.active .sds-sidenav-link{color:#3d3d3d;font-weight:700}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-item.active .sds-sidenav-link svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link{color:#707070;display:flex;margin:.125rem;padding:1rem 0 1rem 1rem;text-align:left;width:calc(100% - .25rem)}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link:focus,.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link:hover{background:#ededed;border-radius:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link .svg-wrapper{margin-right:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link.active .sds-sidenav-submenu__toggle svg{transform:rotate(90deg)}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link.active+.sds-sidenav-submenu{display:block;height:auto}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-label{display:inline-block;padding-right:1rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu__toggle--top{margin-left:auto}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu__toggle--sub{margin-top:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu__toggle svg{transform:rotate(-90deg);transition:transform .3s ease}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu{display:none;height:0;list-style-type:none;margin:0;overflow:hidden;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu .svg-wrapper{margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu .svg-wrapper svg{height:1rem;width:1rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu .sds-sidenav-link{padding-left:3rem}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-submenu .sds-sidenav-submenu .sds-sidenav-link{padding-left:4.5rem}@media screen and (max-width:1024px){.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}}@media screen and (min-width:1024px){.squiz-pb-scope .squiz-fte-scope .sds-sidenav-link{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.5rem;padding:.625rem 0 .625rem 1rem}}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-list{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-section{align-items:center;display:flex;padding:1rem 1.25rem;text-transform:uppercase}.squiz-pb-scope .squiz-fte-scope .sds-sidenav{background:#f5f5f5;color:#707070;overflow-y:auto;padding:1rem 0}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-mobile{left:0;position:fixed;top:56px;width:100%;z-index:10}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-mobile .sds-sidenav{height:calc(100vh - 56px)}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-tablet{background:rgba(0,0,0,.5);display:flex;height:calc(100vh - 56px);left:0;position:absolute;top:100%;width:100%;z-index:10}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-tablet.sds-transition-enter .sds-sidenav{transform:translateX(-100%)}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-tablet.sds-transition-enter-active .sds-sidenav{transform:translateX(0);transition:transform .3s}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-tablet.sds-transition-enter-done .sds-sidenav,.squiz-pb-scope .squiz-fte-scope .sds-sidenav-tablet.sds-transition-exit .sds-sidenav{transform:translateX(0)}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-tablet.sds-transition-exit-active .sds-sidenav{transform:translateX(-100%);transition:transform .6s}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-tablet .sds-sidenav{border-top:1px solid #e0e0e0;flex-shrink:0}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-bg{width:100%}@media screen and (min-width:768px){.squiz-pb-scope .squiz-fte-scope .sds-sidenav{height:100%;width:260px}}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher{align-items:center;display:flex;flex-direction:column}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher .sds-button.button--icon{margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher>.sds-button.active rect,.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher>.sds-button:hover rect{fill-opacity:.6}.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher>.sds-button.active path,.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher>.sds-button:hover path{fill-opacity:1}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher{margin-left:.75rem;margin-right:0}}@media screen and (min-width:576px){.squiz-pb-scope .squiz-fte-scope .sds-sidenav-launcher{margin-left:.25rem;margin-right:.75rem}}.squiz-pb-scope .squiz-fte-scope .sds-skip-links__list{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-skip-links__button{color:#707070;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-skip-links__button:active,.squiz-pb-scope .squiz-fte-scope .sds-skip-links__button:focus,.squiz-pb-scope .squiz-fte-scope .sds-skip-links__button:focus-within,.squiz-pb-scope .squiz-fte-scope .sds-skip-links__button:hover{background:#ededed}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list.presentation-only .sds-sortable-list__item-content{margin-right:unset}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__item{align-items:center;display:flex;gap:.5rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__item:last-of-type:before{content:none}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__list{display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__list--dragging .sds-sortable-list__item-dots{display:none}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__list--dragging .sds-tooltip{visibility:hidden}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__item-content{display:flex;flex-direction:row;gap:.5rem;width:100%}@media screen and (min-width:576px){.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__item-content{gap:1rem}}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list .sds-tooltip__wrapper:has(.sds-sortable-list__item-remove){position:absolute;right:1rem;top:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__item-drag-btn{align-self:baseline}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .sds-sortable-list--presentation-grey-box .sds-sortable-list__item-content{background-color:#ededed;border-radius:.25rem;padding:.375rem .625rem}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item button{align-items:center;background:#fff;border:1px solid #ededed;border-bottom:none;border-radius:.25rem;border-radius:0;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.625rem;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item button:hover{background:#f5f5f5}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item button:focus{z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item button span{margin-right:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item:first-child button{border-radius:.25rem .25rem 0 0}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item:last-child button{border-bottom:1px solid #ededed;border-radius:0 0 .25rem .25rem}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item .sds-source-selector__icon{margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item .sds-source-selector__check{margin-left:auto}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item .sds-source-selector__check svg{height:24px;width:24px}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__item .sds-source-selector__check path{fill:#044985}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__launcher{align-items:center;background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__launcher .sds-source-selector__icon{margin-right:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__launcher .sds-source-selector__chevron{margin-left:auto;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(-90deg)}.squiz-pb-scope .squiz-fte-scope .sds-source-selector.active .sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(90deg)}.squiz-pb-scope .squiz-fte-scope .sds-source-selector{border-radius:.25rem;display:grid;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-source-selector ul{list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-source-selector__panel{background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:.25rem;margin-top:6px;max-height:12rem;overflow-y:auto;padding:.5rem;position:absolute;top:100%;width:100%;z-index:1}.squiz-pb-scope .squiz-fte-scope .sds-spinner{align-items:center;animation:spinner-border .8s linear infinite both;border-radius:50%;color:currentcolor;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-spinner.spinner--lg{border:.1875rem solid;border-right:.1875rem solid transparent;height:3rem;width:3rem}.squiz-pb-scope .squiz-fte-scope .sds-spinner.spinner--regular{border:.1875rem solid;border-right:.1875rem solid transparent;height:2rem;width:2rem}.squiz-pb-scope .squiz-fte-scope .sds-spinner.spinner--sm{border:.125rem solid;border-right:.125rem solid transparent;height:1.25rem;width:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-spinner.spinner--xs{border:.125rem solid;border-right:.125rem solid transparent;height:1rem;width:1rem}.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;overflow-x:auto;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--sortable .sds-table th:hover{background-color:#d4d4d4;border-radius:0;cursor:pointer}.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__th,.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__th-content{font-size:.8125rem;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__pagination,.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--slim td,.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--slim th{padding-bottom:.5rem;padding-top:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--slim td{vertical-align:top}.squiz-pb-scope .squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__pagination-options{height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-table table{background:#fff;border:none;border-collapse:collapse;border-spacing:0;display:table;position:relative;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-table thead{background:#ededed;color:#707070}.squiz-pb-scope .squiz-fte-scope .sds-table th{background:#ededed;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;transition:all .3s ease}.squiz-pb-scope .squiz-fte-scope .sds-table th:focus{border-radius:0;box-shadow:none}.squiz-pb-scope .squiz-fte-scope .sds-table th:focus .sds-table__th-content:after{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + 2px);left:-2px;position:absolute;top:-1px;width:calc(100% + .25rem)}.squiz-pb-scope .squiz-fte-scope .sds-table th:focus:not(:focus-visible) .sds-table__th-content:after{content:none}.squiz-pb-scope .squiz-fte-scope .sds-table .sds-table__th-content{display:inline-flex;line-height:1.5rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-table td,.squiz-pb-scope .squiz-fte-scope .sds-table th{border-bottom:1px solid #e0e0e0;color:#3d3d3d;padding:1.25rem 1rem;text-align:left}.squiz-pb-scope .squiz-fte-scope .sds-table tr:last-child td{border-bottom:none}.squiz-pb-scope .squiz-fte-scope .sds-table__pagination{align-items:center;background:#fff;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.squiz-pb-scope .squiz-fte-scope .sds-table__pagination-options{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-table__page-select{background:transparent;border:none;color:#707070;font-weight:600;margin-left:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-table__navigator{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-table__navigator button[disabled]{opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .sds-table__navigator button{border-radius:.25rem;transition:all .3s ease}.squiz-pb-scope .squiz-fte-scope .sds-table__navigator button svg{height:1.25rem}.squiz-pb-scope .squiz-fte-scope .sds-table__navigator button:hover{background:#e6e6e6}.squiz-pb-scope .squiz-fte-scope .sds-table__row-range{display:block;margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-table__search{display:flex;margin-bottom:1rem}.squiz-pb-scope .squiz-fte-scope .sds-table__search .sds-form-field{width:15.625rem}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .sds-table__search .sds-form-field{width:100%}.squiz-pb-scope .squiz-fte-scope .sds-table__pagination{align-items:flex-start;flex-direction:column}.squiz-pb-scope .squiz-fte-scope .sds-table__pagination-options{margin-bottom:1rem}}.squiz-pb-scope .squiz-fte-scope .sds-tabs-outer-button{position:absolute;right:0;top:-3.4375rem}.squiz-pb-scope .squiz-fte-scope .sds-tabs-list{align-items:center;border-bottom:1px solid rgba(43,43,43,.1);display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope .sds-tabs-item{margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .sds-tabs-item button{color:#3d3d3d;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding:.5rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-tabs-item button:after{background:transparent;border-radius:.125rem .125rem 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-tabs-item button:hover:after{background:#bababa}.squiz-pb-scope .squiz-fte-scope .sds-tabs-item.active button{font-weight:700}.squiz-pb-scope .squiz-fte-scope .sds-tabs-item.active button:after{background:#2b2b2b}.squiz-pb-scope .squiz-fte-scope .sds-toast__container{padding:1rem;position:relative;right:0;top:57px;z-index:8}.squiz-pb-scope .squiz-fte-scope .sds-toast{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);display:inline-flex;min-width:17rem;padding:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-toast-icon{align-self:flex-start;margin-right:.875rem}.squiz-pb-scope .squiz-fte-scope .sds-toast-content{flex-grow:1}.squiz-pb-scope .squiz-fte-scope .sds-toast-message a{color:#0774d2;font-style:italic;text-decoration:none}.squiz-pb-scope .squiz-fte-scope .sds-toast-message a:hover{text-decoration:underline}.squiz-pb-scope .squiz-fte-scope .sds-toast-title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-toast-close{align-self:flex-start;margin-left:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-toast-close:hover .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-toast-type--success .sds-toast-icon svg{fill:#098934}.squiz-pb-scope .squiz-fte-scope .sds-toast-type--info .sds-toast-icon svg{fill:#057e91}.squiz-pb-scope .squiz-fte-scope .sds-toast-type--warning .sds-toast-icon svg{fill:#e96900}.squiz-pb-scope .squiz-fte-scope .sds-toast-type--danger .sds-toast-icon svg{fill:#d72321}.squiz-pb-scope .squiz-fte-scope .sds-toast-type--loading .sds-toast-icon{margin-top:.125rem}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .sds-toast{width:100%}.squiz-pb-scope .squiz-fte-scope .sds-toast__container{padding:0;right:1.5rem;top:1.5rem;width:calc(100vw - 3rem)}}@media screen and (min-width:768px){.squiz-pb-scope .squiz-fte-scope .sds-toast__container{max-width:28.25rem}}.squiz-pb-scope .squiz-fte-scope .sds-toolbar{align-items:center;background:#26324b;display:flex;max-height:56px;padding:.5rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-branding{align-items:center;display:flex}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-logo{margin-right:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper{align-items:center;display:flex;height:2.125rem;justify-content:center;width:2.125rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper svg{fill:none}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-branding__text{color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-right:1rem;min-width:-moz-fit-content;min-width:fit-content}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-client{color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-left:1rem;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-client>div:before,.squiz-pb-scope .squiz-fte-scope .sds-toolbar-client>span:before{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";height:1.875rem;left:-1rem;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-content{flex-grow:1}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-tools{align-items:center;background:rgba(29,155,226,.16);border-radius:.25rem;color:rgba(0,0,0,.7);display:flex;height:2.5rem;margin-left:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-tools .sds-dropdown{z-index:20}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-menus .sds-button{padding:.5rem .375rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-menus .sds-dropdown-wrapper{display:flex}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon svg,.squiz-pb-scope .squiz-fte-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon svg{fill:hsla(0,0%,100%,.6);transition:all .3s ease}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon:hover svg,.squiz-pb-scope .squiz-fte-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-menus__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0 .375rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-user__wrapper{position:relative}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-user__wrapper:before{background-color:#26324b;border-radius:.25rem;content:"";height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-user{margin-left:.125rem;padding:0 .375rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-user .sds-avatar{background-color:#fff;color:#26324b}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-user .sds-button{padding:.375rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-user .sds-user-name{color:#fff}@media screen and (max-width:575px){.squiz-pb-scope .squiz-fte-scope .sds-toolbar{padding:.6875rem .75rem}.squiz-pb-scope .squiz-fte-scope .sds-toolbar-tools{display:none}}@media screen and (min-width:1024px){.squiz-pb-scope .squiz-fte-scope .sds-toolbar{padding-left:.75rem}}.squiz-pb-scope .squiz-fte-scope .sds-tooltip__wrapper{display:inline-block;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-tooltip__wrapper:hover .sds-tooltip{display:block}.squiz-pb-scope .squiz-fte-scope .sds-tooltip{display:none;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;position:absolute;width:-moz-max-content;width:max-content}.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--bottom,.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--top{left:50%;transform:translateX(-50%)}.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--left,.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--right{top:50%;transform:translateY(-50%)}.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--bottom{padding-top:.25rem;top:100%}.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--left{padding-right:.25rem;right:100%}.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--right{left:100%;padding-left:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-tooltip.position--top{bottom:100%;padding-bottom:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-tooltip__label{background-color:#2b2b2b;border-radius:.25rem;color:#fff;padding:.125rem .5rem}.squiz-pb-scope .squiz-fte-scope .sds-user{align-items:center;display:flex;flex-direction:column}.squiz-pb-scope .squiz-fte-scope .sds-user-avatar+.sds-user-name{margin-top:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-user-name{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;overflow-x:hidden;text-align:center;text-overflow:ellipsis}.squiz-pb-scope .squiz-fte-scope .dashboard-summary{background:#ededed;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.squiz-pb-scope .squiz-fte-scope .dashboard-summary__content{background:#fff;border-radius:.5rem;padding:1rem 1.5rem}.squiz-pb-scope .squiz-fte-scope .dashboard-summary__content-grid{display:grid;gap:32px 56px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item hr{background:#e0e0e0;border:0;height:1px;margin:.75rem 0;padding:0}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__title{align-items:center;display:flex;gap:.5rem;margin:0}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__description{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.5rem}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__count{color:#3d3d3d;font-size:2rem;padding:.75rem 0;vertical-align:middle}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__trend{align-items:center;display:flex;flex-wrap:wrap}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__trend>:first-child{margin-right:.25rem}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__trend>:nth-child(2){margin-right:.5rem}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__trend-percentage{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__trend-icon{vertical-align:middle}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__trend-icon svg{display:block}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__trend-description{text-wrap:nowrap;color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .down.inverted .dashboard-summary-item__trend-icon svg,.squiz-pb-scope .squiz-fte-scope .down.inverted .dashboard-summary-item__trend-percentage,.squiz-pb-scope .squiz-fte-scope .up .dashboard-summary-item__trend-icon svg,.squiz-pb-scope .squiz-fte-scope .up .dashboard-summary-item__trend-percentage{fill:#098934;color:#098934}.squiz-pb-scope .squiz-fte-scope .down .dashboard-summary-item__trend-icon svg,.squiz-pb-scope .squiz-fte-scope .down .dashboard-summary-item__trend-percentage,.squiz-pb-scope .squiz-fte-scope .up.inverted .dashboard-summary-item__trend-icon svg,.squiz-pb-scope .squiz-fte-scope .up.inverted .dashboard-summary-item__trend-percentage{fill:#d72321;color:#d72321}.squiz-pb-scope .squiz-fte-scope .flat .dashboard-summary-item__trend-icon svg,.squiz-pb-scope .squiz-fte-scope .flat .dashboard-summary-item__trend-percentage{fill:#707070;color:#707070}.squiz-pb-scope .squiz-fte-scope .dashboard-summary-item__help-icon svg{background-color:#ededed;border-radius:100%;height:22px;padding:.125rem;width:22px}.squiz-pb-scope .squiz-fte-scope .sds-popover{display:inline-block;position:relative}.squiz-pb-scope .squiz-fte-scope .sds-popover:hover .sds-popover__content-wrapper{display:block}.squiz-pb-scope .squiz-fte-scope .sds-popover__content-wrapper{border-radius:.25rem;bottom:calc(100% + 1rem);box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;height:-moz-fit-content;height:fit-content;position:absolute;right:50%;transform:translateX(50%);z-index:2}.squiz-pb-scope .squiz-fte-scope .sds-popover__content-wrapper:before{background:#fff;bottom:0;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:15px;left:50%;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:15px;z-index:-1}.squiz-pb-scope .squiz-fte-scope .sds-popover__content{background-color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;padding:1rem}.squiz-pb-scope .squiz-fte-scope .sds-popover__text{display:block;width:100%}.squiz-pb-scope .squiz-fte-scope .sds-popover__title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.squiz-pb-scope .squiz-fte-scope .sds-popover__title .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .squiz-fte-scope .sds-popover--left .sds-popover__content-wrapper{bottom:50%;right:calc(100% + 1rem);transform:translateY(50%)}.squiz-pb-scope .squiz-fte-scope .sds-popover--left .sds-popover__content-wrapper:before{left:unset;right:0;top:50%;transform:translate(50%,-50%) rotate(45deg)}.squiz-pb-scope .squiz-fte-scope .sds-popover--right .sds-popover__content-wrapper{bottom:50%;left:calc(100% + 1rem);transform:translateY(50%)}.squiz-pb-scope .squiz-fte-scope .sds-popover--right .sds-popover__content-wrapper:before{left:0;right:unset;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.squiz-pb-scope .squiz-fte-scope .sds-popover--bottom .sds-popover__content-wrapper{top:calc(100% + 1rem);transform:translateX(50%)}.squiz-pb-scope .squiz-fte-scope .sds-popover--bottom .sds-popover__content-wrapper:before{bottom:unset;left:50%;right:unset;top:0;transform:translate(-50%,-50%) rotate(45deg)}.squiz-pb-scope .squiz-fte-scope .sds-popover--small .sds-popover__content-wrapper{width:260px}.squiz-pb-scope .squiz-fte-scope .sds-popover--medium .sds-popover__content-wrapper{width:400px}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list.presentation-only .sds-sequence-list__item-content{margin-right:unset}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item{background-color:#ededed;border-radius:.25rem;display:flex;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background-color .3s ease-in}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item--dragging{background-color:#e0e0e0}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item:last-of-type:before{content:none}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__list{display:flex;flex-direction:column;gap:.75rem;list-style-type:none}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__list--dragging .sds-sequence-list__item-dots{display:none}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__list--dragging .sds-tooltip{visibility:hidden}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-content{display:flex;flex-direction:column;gap:.5rem;margin-right:1.5rem;width:100%}@media screen and (min-width:576px){.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-content{flex-direction:row;gap:1rem;justify-content:space-evenly}}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-content .sds-form-field{width:100%}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list .sds-tooltip__wrapper:has(.sds-sequence-list__item-remove){position:absolute;right:1rem;top:.75rem}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-remove--disabled{cursor:not-allowed;opacity:.5}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-dots{left:-30px;position:absolute;width:.25rem}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-index-mark{background-color:#f5bb8c;border-radius:100%;display:grid;font-size:.875rem;font-weight:400;height:2rem;left:-.75rem;letter-spacing:-.2px;line-height:1.25rem;place-items:center;position:absolute;top:50%;transform:translate(-100%,-50%);width:2rem}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-drag-btn{align-self:baseline}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list__add-item-btn{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;letter-spacing:-.2px;line-height:1.25rem;margin-left:3rem}.squiz-pb-scope .squiz-fte-scope .sds-sequence-list .simple-list{padding-inline-start:0}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-section__header{align-items:center;display:flex;flex-direction:row;height:36px;justify-content:space-between;margin-bottom:.5rem}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-section__header h3{font-size:.96rem}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-section__spinner{display:flex;justify-content:center;padding-top:1.5rem}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-content{align-content:stretch;align-items:stretch;display:flex;flex-flow:row nowrap;gap:.25rem;max-height:100%;min-height:100%}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-content>.dxp-ctm-section{display:flex;flex:1;flex-direction:column;max-width:calc(50% - 2rem);padding:1rem}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-content>.dxp-ctm-section>.squiz-fte-scope{flex-grow:1}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-content>.dxp-ctm-section>.squiz-fte-scope:not(.dxp-ctm-section__spinner){background-color:#fff}.squiz-pb-scope .dxp-ctm-section .squiz-fte-scope.squiz-fte-scope__editor.squiz-fte-scope__editor--is-disabled.squiz-fte-scope__editor--bordered{overflow-y:scroll}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-section__viperTextInput{background-color:#fff!important;flex-grow:1;overflow-y:auto}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-dialog .sds-dialog__content{max-height:100%}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-dialog>.sds-dialog__footer{align-items:center;color:#707070;display:flex}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-dialog>.sds-dialog__footer>.sds-dialog__footer-text{flex:1;padding:0}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-dialog>.sds-dialog__footer>.sds-dialog__footer-text>span{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-dialog .dxp-ctm-flagged{align-items:center;color:#000;display:flex;font-weight:600;gap:.5rem;padding-left:.5rem}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-dialog .dxp-ctm-flagged svg path{fill:#e96900}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-section{background-color:#ededed;border-radius:.5rem;min-height:400px;padding:.5rem}.squiz-pb-scope .squiz-fte-scope .dxp-ctm-section__header h3{margin:0}.squiz-pb-scope .squiz-fte-scope *,.squiz-pb-scope .squiz-fte-scope :after,.squiz-pb-scope .squiz-fte-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-pb-scope .squiz-fte-scope :after,.squiz-pb-scope .squiz-fte-scope :before{--tw-content:""}.squiz-pb-scope .squiz-fte-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-pb-scope .squiz-fte-scope body{line-height:inherit;margin:0}.squiz-pb-scope .squiz-fte-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-pb-scope .squiz-fte-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-pb-scope .squiz-fte-scope h1,.squiz-pb-scope .squiz-fte-scope h2,.squiz-pb-scope .squiz-fte-scope h3,.squiz-pb-scope .squiz-fte-scope h4,.squiz-pb-scope .squiz-fte-scope h5,.squiz-pb-scope .squiz-fte-scope h6{font-size:inherit;font-weight:inherit}.squiz-pb-scope .squiz-fte-scope a{color:inherit;text-decoration:inherit}.squiz-pb-scope .squiz-fte-scope b,.squiz-pb-scope .squiz-fte-scope strong{font-weight:bolder}.squiz-pb-scope .squiz-fte-scope code,.squiz-pb-scope .squiz-fte-scope kbd,.squiz-pb-scope .squiz-fte-scope pre,.squiz-pb-scope .squiz-fte-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-pb-scope .squiz-fte-scope small{font-size:80%}.squiz-pb-scope .squiz-fte-scope sub,.squiz-pb-scope .squiz-fte-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-pb-scope .squiz-fte-scope sub{bottom:-.25em}.squiz-pb-scope .squiz-fte-scope sup{top:-.5em}.squiz-pb-scope .squiz-fte-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-pb-scope .squiz-fte-scope button,.squiz-pb-scope .squiz-fte-scope input,.squiz-pb-scope .squiz-fte-scope optgroup,.squiz-pb-scope .squiz-fte-scope select,.squiz-pb-scope .squiz-fte-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope button,.squiz-pb-scope .squiz-fte-scope select{text-transform:none}.squiz-pb-scope .squiz-fte-scope [type=button],.squiz-pb-scope .squiz-fte-scope [type=reset],.squiz-pb-scope .squiz-fte-scope [type=submit],.squiz-pb-scope .squiz-fte-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-pb-scope .squiz-fte-scope :-moz-focusring{outline:auto}.squiz-pb-scope .squiz-fte-scope :-moz-ui-invalid{box-shadow:none}.squiz-pb-scope .squiz-fte-scope progress{vertical-align:baseline}.squiz-pb-scope .squiz-fte-scope ::-webkit-inner-spin-button,.squiz-pb-scope .squiz-fte-scope ::-webkit-outer-spin-button{height:auto}.squiz-pb-scope .squiz-fte-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-pb-scope .squiz-fte-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-pb-scope .squiz-fte-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-pb-scope .squiz-fte-scope summary{display:list-item}.squiz-pb-scope .squiz-fte-scope blockquote,.squiz-pb-scope .squiz-fte-scope dd,.squiz-pb-scope .squiz-fte-scope dl,.squiz-pb-scope .squiz-fte-scope figure,.squiz-pb-scope .squiz-fte-scope h1,.squiz-pb-scope .squiz-fte-scope h2,.squiz-pb-scope .squiz-fte-scope h3,.squiz-pb-scope .squiz-fte-scope h4,.squiz-pb-scope .squiz-fte-scope h5,.squiz-pb-scope .squiz-fte-scope h6,.squiz-pb-scope .squiz-fte-scope hr,.squiz-pb-scope .squiz-fte-scope p,.squiz-pb-scope .squiz-fte-scope pre{margin:0}.squiz-pb-scope .squiz-fte-scope fieldset{margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope legend{padding:0}.squiz-pb-scope .squiz-fte-scope menu,.squiz-pb-scope .squiz-fte-scope ol,.squiz-pb-scope .squiz-fte-scope ul{list-style:none;margin:0;padding:0}.squiz-pb-scope .squiz-fte-scope textarea{resize:vertical}.squiz-pb-scope .squiz-fte-scope input::-moz-placeholder,.squiz-pb-scope .squiz-fte-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-fte-scope input::placeholder,.squiz-pb-scope .squiz-fte-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-fte-scope [role=button],.squiz-pb-scope .squiz-fte-scope button{cursor:pointer}.squiz-pb-scope .squiz-fte-scope :disabled{cursor:default}.squiz-pb-scope .squiz-fte-scope audio,.squiz-pb-scope .squiz-fte-scope canvas,.squiz-pb-scope .squiz-fte-scope embed,.squiz-pb-scope .squiz-fte-scope iframe,.squiz-pb-scope .squiz-fte-scope img,.squiz-pb-scope .squiz-fte-scope object,.squiz-pb-scope .squiz-fte-scope svg,.squiz-pb-scope .squiz-fte-scope video{display:block;vertical-align:middle}.squiz-pb-scope .squiz-fte-scope img,.squiz-pb-scope .squiz-fte-scope video{height:auto;max-width:100%}.squiz-pb-scope .squiz-fte-scope [hidden]{display:none}.squiz-pb-scope .squiz-fte-scope *,.squiz-pb-scope .squiz-fte-scope :after,.squiz-pb-scope .squiz-fte-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-fte-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-fte-scope .container{width:100%}@media (min-width:640px){.squiz-pb-scope .squiz-fte-scope .container{max-width:640px}}@media (min-width:768px){.squiz-pb-scope .squiz-fte-scope .container{max-width:768px}}@media (min-width:1024px){.squiz-pb-scope .squiz-fte-scope .container{max-width:1024px}}@media (min-width:1280px){.squiz-pb-scope .squiz-fte-scope .container{max-width:1280px}}@media (min-width:1536px){.squiz-pb-scope .squiz-fte-scope .container{max-width:1536px}}.squiz-pb-scope .squiz-fte-scope .pointer-events-none{pointer-events:none!important}.squiz-pb-scope .squiz-fte-scope .visible{visibility:visible!important}.squiz-pb-scope .squiz-fte-scope .collapse{visibility:collapse!important}.squiz-pb-scope .squiz-fte-scope .fixed{position:fixed!important}.squiz-pb-scope .squiz-fte-scope .absolute{position:absolute!important}.squiz-pb-scope .squiz-fte-scope .relative{position:relative!important}.squiz-pb-scope .squiz-fte-scope .inset-0{bottom:0!important;left:0!important;right:0!important;top:0!important}.squiz-pb-scope .squiz-fte-scope .inset-y-0{bottom:0!important;top:0!important}.squiz-pb-scope .squiz-fte-scope .right-0{right:0!important}.squiz-pb-scope .squiz-fte-scope .z-10{z-index:10!important}.squiz-pb-scope .squiz-fte-scope .z-40{z-index:40!important}.squiz-pb-scope .squiz-fte-scope .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.squiz-pb-scope .squiz-fte-scope .mx-auto{margin-left:auto!important;margin-right:auto!important}.squiz-pb-scope .squiz-fte-scope .my-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.squiz-pb-scope .squiz-fte-scope .my-auto{margin-bottom:auto!important;margin-top:auto!important}.squiz-pb-scope .squiz-fte-scope .-mr-3{margin-right:-.75rem!important}.squiz-pb-scope .squiz-fte-scope .-mt-3{margin-top:-.75rem!important}.squiz-pb-scope .squiz-fte-scope .mb-0{margin-bottom:0!important}.squiz-pb-scope .squiz-fte-scope .mb-2{margin-bottom:.5rem!important}.squiz-pb-scope .squiz-fte-scope .mb-4{margin-bottom:1rem!important}.squiz-pb-scope .squiz-fte-scope .ml-3{margin-left:.75rem!important}.squiz-pb-scope .squiz-fte-scope .ml-auto{margin-left:auto!important}.squiz-pb-scope .squiz-fte-scope .mr-1{margin-right:.25rem!important}.squiz-pb-scope .squiz-fte-scope .mr-1\.5{margin-right:.375rem!important}.squiz-pb-scope .squiz-fte-scope .mr-2{margin-right:.5rem!important}.squiz-pb-scope .squiz-fte-scope .mt-1{margin-top:.25rem!important}.squiz-pb-scope .squiz-fte-scope .mt-\[-1px\]{margin-top:-1px!important}.squiz-pb-scope .squiz-fte-scope .mt-\[7px\]{margin-top:7px!important}.squiz-pb-scope .squiz-fte-scope .block{display:block!important}.squiz-pb-scope .squiz-fte-scope .inline{display:inline!important}.squiz-pb-scope .squiz-fte-scope .flex{display:flex!important}.squiz-pb-scope .squiz-fte-scope .table{display:table!important}.squiz-pb-scope .squiz-fte-scope .grid{display:grid!important}.squiz-pb-scope .squiz-fte-scope .hidden{display:none!important}.squiz-pb-scope .squiz-fte-scope .h-10{height:2.5rem!important}.squiz-pb-scope .squiz-fte-scope .h-\[3px\]{height:3px!important}.squiz-pb-scope .squiz-fte-scope .w-11\/12{width:91.666667%!important}.squiz-pb-scope .squiz-fte-scope .w-169{width:169px!important}.squiz-pb-scope .squiz-fte-scope .w-full{width:100%!important}.squiz-pb-scope .squiz-fte-scope .w-modal-sm{width:25rem!important}.squiz-pb-scope .squiz-fte-scope .cursor-default{cursor:default!important}.squiz-pb-scope .squiz-fte-scope .select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.squiz-pb-scope .squiz-fte-scope .grid-flow-col{grid-auto-flow:column!important}.squiz-pb-scope .squiz-fte-scope .flex-row{flex-direction:row!important}.squiz-pb-scope .squiz-fte-scope .flex-col{flex-direction:column!important}.squiz-pb-scope .squiz-fte-scope .items-center{align-items:center!important}.squiz-pb-scope .squiz-fte-scope .justify-between{justify-content:space-between!important}.squiz-pb-scope .squiz-fte-scope .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.squiz-pb-scope .squiz-fte-scope .self-center{align-self:center!important}.squiz-pb-scope .squiz-fte-scope .overflow-auto{overflow:auto!important}.squiz-pb-scope .squiz-fte-scope .truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.squiz-pb-scope .squiz-fte-scope .rounded{border-radius:8px!important}.squiz-pb-scope .squiz-fte-scope .rounded-t-sm{border-top-left-radius:.125rem!important;border-top-right-radius:.125rem!important}.squiz-pb-scope .squiz-fte-scope .border{border-width:1px!important}.squiz-pb-scope .squiz-fte-scope .border-0{border-width:0!important}.squiz-pb-scope .squiz-fte-scope .border-2{border-width:2px!important}.squiz-pb-scope .squiz-fte-scope .border-b{border-bottom-width:1px!important}.squiz-pb-scope .squiz-fte-scope .border-gray-300{--tw-border-opacity:1!important;border-color:rgb(224 224 224/var(--tw-border-opacity))!important}.squiz-pb-scope .squiz-fte-scope .bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .bg-blue-300{--tw-bg-opacity:1!important;background-color:rgb(7 116 210/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .bg-gray-100{--tw-bg-opacity:1!important;background-color:rgb(245 245 245/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .bg-gray-200{--tw-bg-opacity:1!important;background-color:rgb(237 237 237/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .bg-gray-800{--tw-bg-opacity:1!important;background-color:rgb(61 61 61/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .bg-transparent{background-color:transparent!important}.squiz-pb-scope .squiz-fte-scope .bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .p-6{padding:1.5rem!important}.squiz-pb-scope .squiz-fte-scope .px-3{padding-left:.75rem!important;padding-right:.75rem!important}.squiz-pb-scope .squiz-fte-scope .py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.squiz-pb-scope .squiz-fte-scope .pb-4{padding-bottom:1rem!important}.squiz-pb-scope .squiz-fte-scope .pl-3{padding-left:.75rem!important}.squiz-pb-scope .squiz-fte-scope .pr-10{padding-right:2.5rem!important}.squiz-pb-scope .squiz-fte-scope .pr-2{padding-right:.5rem!important}.squiz-pb-scope .squiz-fte-scope .pt-3{padding-top:.75rem!important}.squiz-pb-scope .squiz-fte-scope .text-heading-2{font-size:1.25rem!important;line-height:1.5rem!important}.squiz-pb-scope .squiz-fte-scope .text-md{font-size:.875rem!important}.squiz-pb-scope .squiz-fte-scope .font-bold{font-weight:700!important}.squiz-pb-scope .squiz-fte-scope .font-semibold{font-weight:600!important}.squiz-pb-scope .squiz-fte-scope .italic{font-style:italic!important}.squiz-pb-scope .squiz-fte-scope .text-gray-500{--tw-text-opacity:1!important;color:rgb(148 148 148/var(--tw-text-opacity))!important}.squiz-pb-scope .squiz-fte-scope .text-gray-600{--tw-text-opacity:1!important;color:rgb(112 112 112/var(--tw-text-opacity))!important}.squiz-pb-scope .squiz-fte-scope .text-gray-700{--tw-text-opacity:1!important;color:rgb(79 79 79/var(--tw-text-opacity))!important}.squiz-pb-scope .squiz-fte-scope .text-gray-800{--tw-text-opacity:1!important;color:rgb(61 61 61/var(--tw-text-opacity))!important}.squiz-pb-scope .squiz-fte-scope .text-gray-900{--tw-text-opacity:1!important;color:rgb(43 43 43/var(--tw-text-opacity))!important}.squiz-pb-scope .squiz-fte-scope .text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.squiz-pb-scope .squiz-fte-scope .underline{text-decoration-line:underline!important}.squiz-pb-scope .squiz-fte-scope .opacity-25{opacity:.25!important}.squiz-pb-scope .squiz-fte-scope .outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.squiz-pb-scope .squiz-fte-scope .blur{--tw-blur:blur(8px)!important}.squiz-pb-scope .squiz-fte-scope .blur,.squiz-pb-scope .squiz-fte-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.squiz-pb-scope .squiz-fte-scope .remirror-editor a{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity));text-decoration:underline}.squiz-pb-scope .squiz-fte-scope .remirror-editor p{margin-block-end:.8rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor h1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor h2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor h3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor h4{font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor h5{font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor h6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor .code-block,.squiz-pb-scope .squiz-fte-scope .remirror-editor .preformatted{display:flex}.squiz-pb-scope .squiz-fte-scope .remirror-editor .code-block .material-symbols-rounded,.squiz-pb-scope .squiz-fte-scope .remirror-editor .preformatted .material-symbols-rounded{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity));font-size:1.125rem;margin-right:.375rem;pointer-events:none}.squiz-pb-scope .squiz-fte-scope .remirror-editor .code-block .block-divider,.squiz-pb-scope .squiz-fte-scope .remirror-editor .preformatted .block-divider{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));border-radius:.75rem;margin-right:.625rem;width:4px}.squiz-pb-scope .squiz-fte-scope .remirror-editor .code-block code,.squiz-pb-scope .squiz-fte-scope .remirror-editor .code-block pre,.squiz-pb-scope .squiz-fte-scope .remirror-editor .preformatted code,.squiz-pb-scope .squiz-fte-scope .remirror-editor .preformatted pre{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity));font-size:.75rem;padding-bottom:.75rem;padding-top:.75rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor ol,.squiz-pb-scope .squiz-fte-scope .remirror-editor ul{list-style-type:disc;margin:1rem 0;padding:0 0 0 2.5rem}.squiz-pb-scope .squiz-fte-scope .remirror-editor ol{list-style-type:decimal}.squiz-pb-scope .squiz-fte-scope .remirror-editor hr{margin-block-end:.6rem;margin-block-start:.6rem}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-group{display:flex;flex-direction:column}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-label{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.875rem;font-weight:600;margin-bottom:.25rem}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-control{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;border-width:2px;color:rgb(61 61 61/var(--tw-text-opacity));font-size:.875rem;height:36px;padding:6px 12px;position:relative;width:100%}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-control::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(203 213 225/var(--tw-placeholder-opacity))}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-control::placeholder{--tw-placeholder-opacity:1;color:rgb(203 213 225/var(--tw-placeholder-opacity))}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-control{outline-width:0}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-control:focus{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity));outline-width:0}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-control:active,.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-control:focus{box-shadow:none}.squiz-pb-scope .squiz-fte-scope .squiz-fte-invalid-form-field .resource-picker,.squiz-pb-scope .squiz-fte-scope .squiz-fte-invalid-form-field .squiz-fte-form-control{--tw-border-opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0ibm9uZSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik00LjQ3IDIxaDE1LjA2YzEuNTQgMCAyLjUtMS42NyAxLjczLTNMMTMuNzMgNC45OWMtLjc3LTEuMzMtMi42OS0xLjMzLTMuNDYgMEwyLjc0IDE4Yy0uNzcgMS4zMy4xOSAzIDEuNzMgM3pNMTIgMTRjLS41NSAwLTEtLjQ1LTEtMXYtMmMwLS41NS40NS0xIDEtMXMxIC40NSAxIDF2MmMwIC41NS0uNDUgMS0xIDF6bTEgNGgtMnYtMmgydjJ6IiBjbGFzcz0ic2VsZWN0ZWQiIGZpbGw9IiNkNzIzMjEiLz48L2c+PC9zdmc+);background-position:center right .25rem;background-repeat:no-repeat;background-size:1.5rem;border-color:rgb(215 35 33/var(--tw-border-opacity));padding-right:2rem}.squiz-pb-scope .squiz-fte-scope .squiz-fte-form-error{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity));font-size:13px;line-height:1.23;padding-top:.25rem}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;font-family:Open Sans!important;position:relative}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .squiz-fte-scope__floating-popover{z-index:999}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor:has(.squiz-fte-scope.squiz-fte-scope__editor__children){min-height:2rem;width:100%}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor:has(.squiz-fte-scope.squiz-fte-scope__editor__children) .remirror-editor{padding-top:0}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-editor{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);min-height:15vh;overflow:auto;padding:2rem}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-editor:active,.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-editor:focus{outline-width:0}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-editor p{display:block;position:relative}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-editor-wrapper{position:relative}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor--bordered{border-style:solid;border-width:2px}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor--empty{border-width:0;height:0;width:0}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor--is-disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border-width:0;cursor:not-allowed}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor--is-disabled .remirror-is-empty:first-of-type:before{display:none}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-is-empty:first-of-type:before{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity));content:attr(data-placeholder);font-style:italic;height:0;pointer-events:none;position:absolute}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .ProseMirror-selectednode{--tw-border-opacity:1;border:2px solid rgb(7 116 210/var(--tw-border-opacity))}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor img{display:inline}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor:has(.show-toolbar){--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);border-width:0;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-table{width:100%}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-table-container{margin:2rem}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-table tbody td,.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-table tbody th{padding:.5rem}.squiz-pb-scope .squiz-fte-scope.squiz-fte-scope__editor .remirror-table tbody p{margin:0}.squiz-pb-scope .squiz-fte-scope :root{--rmr-color-table-default-border:#e0e0e0;--rmr-color-table-selected-cell:transparent;--rmr-color-table-selected-border:#0774d2;--rmr-color-table-selected-controller:#0774d2;--rmr-hue-blue-7:#0774d2;--rmr-color-table-mark:#f5f5f5;--rmr-color-table-default-controller:#f7f7f7;--rmr-color-table-predelete-cell:transparent;--rmr-color-table-predelete-border:#d72321;--rmr-color-table-predelete-controller:#d72321}.squiz-pb-scope .squiz-fte-scope .remirror-positioner{cursor:none;min-height:1px;min-width:1px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:-1}.squiz-pb-scope .squiz-fte-scope .remirror-positioner-widget{height:0;position:absolute;width:0}.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror .tableWrapper{overflow-x:auto}.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror table{border-collapse:collapse;overflow:hidden;table-layout:fixed;width:100%}.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror td,.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror th{border:1px solid var(--rmr-color-table-default-border);box-sizing:border-box;position:relative;vertical-align:top}.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror .column-resize-handle{background-color:var(--rmr-hue-blue-7);bottom:0;pointer-events:none;position:absolute;right:-2px;top:0;width:4px;z-index:40}.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror td.selectedCell,.squiz-pb-scope .squiz-fte-scope .remirror-editor.ProseMirror th.selectedCell{background-color:var(--rmr-color-table-selected-cell);border-color:var(--rmr-color-table-selected-border);border-style:double}.squiz-pb-scope .squiz-fte-scope .remirror-table-colgroup>col:first-of-type{overflow:visible;width:13px}.squiz-pb-scope .squiz-fte-scope .remirror-controllers-toggle{visibility:hidden}.squiz-pb-scope .squiz-fte-scope .remirror-table-show-controllers .remirror-controllers-toggle{visibility:visible}.squiz-pb-scope .squiz-fte-scope .remirror-table-insert-button{background-color:#dcdcdc;border-radius:4px;cursor:pointer;height:18px;position:absolute;transition:background-color .15s ease;width:18px;z-index:25}.squiz-pb-scope .squiz-fte-scope .remirror-table-insert-button svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .remirror-table-insert-button:hover{background-color:#136bda}.squiz-pb-scope .squiz-fte-scope .remirror-table-insert-button:hover svg{fill:#fff}.squiz-pb-scope .squiz-fte-scope .remirror-table-delete-inner-button{background-color:#cecece;border:none;border-radius:4px;cursor:pointer;height:18px;padding:0;position:absolute;transition:background-color .15s ease;width:18px;z-index:30}.squiz-pb-scope .squiz-fte-scope .remirror-table-delete-inner-button:hover{background-color:#ff7884}.squiz-pb-scope .squiz-fte-scope .remirror-table-delete-table-inner-button{left:calc(var(--remirror-table-delete-button-x) - 9px);top:calc(var(--remirror-table-delete-button-y) - 9px)}.squiz-pb-scope .squiz-fte-scope .remirror-table-delete-row-column-inner-button{left:calc(var(--remirror-table-delete-row-column-button-x) - 9px);top:calc(var(--remirror-table-delete-row-column-button-y) - 9px)}.squiz-pb-scope .squiz-fte-scope .remirror-table-with-controllers{height:1px;margin-bottom:40px;margin-top:40px}.squiz-pb-scope .squiz-fte-scope .ProseMirror table.remirror-table-with-controllers{overflow:visible}.squiz-pb-scope .squiz-fte-scope .remirror-table-waitting-controllers{display:none}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type{height:12px;overflow:visible}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type{cursor:pointer;height:12px;overflow:visible;padding:0;position:relative;width:12px;z-index:15}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-wrapper{align-items:flex-end;display:flex;height:12px;justify-content:flex-end;overflow:visible;width:12px}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-trigger-area{display:none;flex:1;position:relative;z-index:10}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-mark-row-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;bottom:-2px;height:0;left:-12px;position:absolute;width:0}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-mark-column-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;height:0;position:absolute;right:-2px;top:-12px;width:0}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2){cursor:pointer;height:12px;overflow:visible;padding:0;position:relative;z-index:15}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-wrapper{align-items:flex-end;display:flex;flex-direction:row;height:12px;justify-content:flex-end;overflow:visible;width:100%}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-trigger-area{flex:1;height:36px;position:relative;z-index:10}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-mark-row-corner{display:none}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-mark-column-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;height:0;position:absolute;right:-2px;top:-12px;width:0}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th{cursor:pointer;overflow:visible;padding:0;position:relative;width:12px;z-index:15}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-wrapper{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:visible;width:12px}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-trigger-area{flex:1;position:relative;width:36px;z-index:10}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-row-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;bottom:-2px;height:0;left:-12px;position:absolute;width:0}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-column-corner{display:none}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers th.remirror-table-controller{background-color:var(--rmr-color-table-default-controller)}.squiz-pb-scope .squiz-fte-scope .remirror-table-tbody-with-controllers th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-selected-controller)}.squiz-pb-scope .squiz-fte-scope .remirror-table-show-predelete td.selectedCell,.squiz-pb-scope .squiz-fte-scope .remirror-table-show-predelete th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-predelete-cell)!important;border-color:var(--rmr-color-table-predelete-border)!important}.squiz-pb-scope .squiz-fte-scope .remirror-table-show-predelete th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.squiz-pb-scope .squiz-fte-scope .remirror-table-show-predelete.remirror-table-preselect-all td,.squiz-pb-scope .squiz-fte-scope .remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller{background-color:var(--rmr-color-table-predelete-cell)!important;border-color:var(--rmr-color-table-predelete-border)!important}.squiz-pb-scope .squiz-fte-scope .remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.squiz-pb-scope .squiz-fte-scope__editor--focused .remirror-table-insert-button.remirror-controllers-toggle{margin-top:50px}.squiz-pb-scope .squiz-fte-scope__editor--focused-with-children .remirror-table-insert-button.remirror-controllers-toggle{margin-top:80px}.squiz-pb-scope .squiz-fte-scope .editor-toolbar,.squiz-pb-scope .squiz-fte-scope__floating-popover{background-color:transparent;border-top-left-radius:8px;border-top-right-radius:8px}.squiz-pb-scope .squiz-fte-scope .editor-toolbar__tools{--tw-border-opacity:1;border-bottom:2px;border-color:rgb(237 237 237/var(--tw-border-opacity));border-style:solid;display:flex;flex-wrap:wrap;justify-items:center;padding:.25rem;width:100%}.squiz-pb-scope .squiz-fte-scope .editor-toolbar__tools>:not(:first-child,.MuiDivider-root){margin:0 0 0 2px}.squiz-pb-scope .squiz-fte-scope .editor-toolbar__tools .MuiDivider-root{border-width:1px;height:auto;margin:0 2px 0 .25rem}.squiz-pb-scope .squiz-fte-scope .editor-toolbar__tools .squiz-fte-btn{font-weight:700;padding:.25rem}.squiz-pb-scope .squiz-fte-scope .editor-toolbar__tools .squiz-fte-btn~.squiz-fte-btn{margin-left:2px}.squiz-pb-scope .squiz-fte-scope .editor-toolbar .content-tools-dropdown--disabled,.squiz-pb-scope .squiz-fte-scope__floating-popover .content-tools-dropdown--disabled{cursor:not-allowed;filter:grayscale(100%);padding:6px 8px}.squiz-pb-scope .squiz-fte-scope .header-toolbar{max-height:0;opacity:0;transition-duration:.3s;transition-property:max-height,opacity;transition-timing-function:ease-out}.squiz-pb-scope .squiz-fte-scope .header-toolbar.show-toolbar{max-height:108px;opacity:1}.squiz-pb-scope .squiz-fte-scope__floating-popover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(237 237 237/var(--tw-border-opacity));border-radius:6px;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);display:flex;padding:.25rem}.squiz-pb-scope .squiz-fte-scope__floating-popover .MuiDivider-root{margin-bottom:0;margin-top:0}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:none;border:1px solid transparent;border-radius:8px;color:rgb(112 112 112/var(--tw-text-opacity));cursor:pointer;display:flex;font-weight:700;padding:6px 12px;text-align:center;touch-action:manipulation;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear;vertical-align:middle;white-space:nowrap}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn--is-icon{padding:6px}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn~.squiz-fte-btn{margin-left:2px}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn.disabled,.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn[disabled]{cursor:not-allowed;opacity:.5}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn:focus,.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn--is-active,.squiz-pb-scope .squiz-fte-scope button.squiz-fte-btn:active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity));color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-scope .squiz-fte-scope .toolbar-dropdown__button{--tw-text-opacity:1;align-items:center;align-self:center;border-radius:8px;color:rgb(112 112 112/var(--tw-text-opacity));display:flex;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;height:2rem;padding-left:.5rem}.squiz-pb-scope .squiz-fte-scope .toolbar-dropdown__button:active,.squiz-pb-scope .squiz-fte-scope .toolbar-dropdown__button:focus,.squiz-pb-scope .squiz-fte-scope .toolbar-dropdown__button:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope .toolbar-dropdown__button .toolbar-dropdown__label{display:inline-flex;width:7rem}.squiz-pb-scope .squiz-fte-scope .toolbar-dropdown__button .toolbar-dropdown__icon{height:1.5rem;width:1rem}.squiz-pb-scope .squiz-fte-scope .toolbar-dropdown__menu{--tw-border-opacity:1;--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 4px 2px rgba(0,0,0,.08);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 4px 2px var(--tw-shadow-color);border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);margin-top:.75rem;position:absolute}.squiz-pb-scope .squiz-fte-scope .dropdown-button{--tw-text-opacity:1;align-items:center;color:rgb(112 112 112/var(--tw-text-opacity));display:flex;height:40px;justify-content:space-between;padding:.25rem .5rem;width:100%}.squiz-pb-scope .squiz-fte-scope .dropdown-button:focus,.squiz-pb-scope .squiz-fte-scope .dropdown-button:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope .dropdown-button svg{font-size:18px}.squiz-pb-scope .squiz-fte-scope .dropdown-button .dropdown-button-label{align-items:center;display:flex;font-size:14px;gap:5px}.squiz-pb-scope .squiz-fte-scope .squiz-fte-checkbox{--tw-text-opacity:1;align-items:center;color:rgb(61 61 61/var(--tw-text-opacity));display:flex;font-size:14px;gap:.75rem;margin-top:.75rem}.squiz-pb-scope .squiz-fte-scope .squiz-fte-checkbox .checkbox{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.squiz-pb-scope .squiz-fte-scope .squiz-fte-checkbox .checkbox svg{width:100%}.squiz-pb-scope .squiz-fte-scope .collapse-box{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-radius:.5rem;color:rgb(61 61 61/var(--tw-text-opacity));padding:.5rem}.squiz-pb-scope .squiz-fte-scope .collapse-box__header{align-items:center;display:flex;width:100%}.squiz-pb-scope .squiz-fte-scope .collapse-box__label{margin-left:.5rem;margin-right:auto;text-align:left}.squiz-pb-scope .squiz-fte-scope .collapse-box__icon{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-fte-scope .collapse-box__icon--warning{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-pb-scope .squiz-fte-scope .collapse-box__content{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.5rem;margin-top:.5rem;padding:.5rem}.squiz-pb-scope .squiz-fte-scope .squiz-fte-modal{--tw-bg-opacity:1;--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 24px 12px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 24px 12px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:8px;border-width:0;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);display:flex;flex-direction:column;font-family:Open Sans,Arial,sans-serif;width:100%}.squiz-pb-scope .squiz-fte-scope .squiz-fte-modal-wrapper{align-items:center;bottom:0;display:flex;justify-content:center;left:0;outline:2px solid transparent;outline-offset:2px;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:50}.squiz-pb-scope .squiz-fte-scope .squiz-fte-modal-wrapper:focus{outline:2px solid transparent;outline-offset:2px}.squiz-pb-scope .squiz-fte-scope .squiz-fte-modal-header{align-items:flex-start;display:flex;justify-content:space-between}.squiz-pb-scope .squiz-fte-scope .squiz-fte-modal-content{flex:1 1 auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}.squiz-pb-scope .squiz-fte-scope .squiz-fte-modal-footer{align-items:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;justify-content:flex-end}.squiz-pb-scope .squiz-fte-scope .squiz-fte-modal-footer__button{font-size:.875rem;font-weight:700}.squiz-pb-scope .squiz-fte-scope .editor-toolbar__tools .squiz-fte-modal-footer__button{font-weight:700;padding:.25rem}.squiz-pb-scope .squiz-fte-scope .editor-toolbar__tools .squiz-fte-modal-footer__button~.squiz-fte-btn{margin-left:2px}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-modal-footer__button{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:none;border:1px solid transparent;border-radius:8px;color:rgb(112 112 112/var(--tw-text-opacity));cursor:pointer;display:flex;font-weight:700;padding:6px 12px;text-align:center;touch-action:manipulation;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear;vertical-align:middle;white-space:nowrap}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-modal-footer__button~.squiz-fte-btn{margin-left:2px}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-modal-footer__button.disabled,.squiz-pb-scope .squiz-fte-scope button.squiz-fte-modal-footer__button[disabled]{cursor:not-allowed;opacity:.5}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-modal-footer__button:focus,.squiz-pb-scope .squiz-fte-scope button.squiz-fte-modal-footer__button:hover{background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-fte-scope button.squiz-fte-modal-footer__button:active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity));color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-scope .squiz-fte-scope .content-tools-dropdown .sds-button-icon svg{fill:none!important}.squiz-pb-scope .squiz-fte-scope .content-tools-dropdown .sds-dropdown{left:auto;margin-left:-2rem;margin-top:.45rem;right:auto;top:auto;width:188px}.squiz-pb-scope .squiz-fte-scope .content-tools-dropdown .sds-dropdown .sds-dropdown-heading{background-color:#f5f5f5;border-radius:.25rem;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;padding:.25rem .5rem;pointer-events:none;text-transform:none}.squiz-pb-scope .squiz-fte-scope .content-tools-dropdown .sds-dropdown .sds-dropdown-section{border-bottom:none;border-top:1px solid #ededed;margin-bottom:0;padding-top:.25rem}.squiz-pb-scope .squiz-fte-scope .content-tools-dropdown .sds-dropdown .sds-dropdown-section .sds-dropdown-label{color:#4f4f4f;font-size:.8125rem;line-height:1rem}.squiz-pb-scope .squiz-fte-scope .content-tools-dropdown .sds-dropdown.active{display:block;padding:.25rem}.squiz-pb-scope .squiz-fte-scope .hover\:bg-blue-400:hover{--tw-bg-opacity:1!important;background-color:rgb(4 73 133/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .hover\:bg-gray-100:hover{--tw-bg-opacity:1!important;background-color:rgb(245 245 245/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .hover\:bg-gray-300:hover{--tw-bg-opacity:1!important;background-color:rgb(224 224 224/var(--tw-bg-opacity))!important}.squiz-pb-scope .squiz-fte-scope .focus\:border-blue-300:focus{--tw-border-opacity:1!important;border-color:rgb(7 116 210/var(--tw-border-opacity))!important}.squiz-pb-scope .squiz-fte-scope .focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.squiz-pb-scope .squiz-rb-scope code[class*=language-]:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}.squiz-pb-scope .squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){margin:.5em 0;overflow:auto;padding:1em}.squiz-pb-scope .squiz-rb-scope :not(pre)>code[class*=language-]:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){background:#2d2d2d}.squiz-pb-scope .squiz-rb-scope :not(pre)>code[class*=language-]:not(.squiz-rb-plugin *){border-radius:.3em;padding:.1em;white-space:normal}.squiz-pb-scope .squiz-rb-scope .token.block-comment:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.cdata:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.comment:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.doctype:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.prolog:not(.squiz-rb-plugin *){color:#999}.squiz-pb-scope .squiz-rb-scope .token.punctuation:not(.squiz-rb-plugin *){color:#ccc}.squiz-pb-scope .squiz-rb-scope .token.attr-name:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.deleted:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.namespace:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.tag:not(.squiz-rb-plugin *){color:#e2777a}.squiz-pb-scope .squiz-rb-scope .token.function-name:not(.squiz-rb-plugin *){color:#6196cc}.squiz-pb-scope .squiz-rb-scope .token.boolean:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.function:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.number:not(.squiz-rb-plugin *){color:#f08d49}.squiz-pb-scope .squiz-rb-scope .token.class-name:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.constant:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.property:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.symbol:not(.squiz-rb-plugin *){color:#f8c555}.squiz-pb-scope .squiz-rb-scope .token.atrule:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.builtin:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.important:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.keyword:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.selector:not(.squiz-rb-plugin *){color:#cc99cd}.squiz-pb-scope .squiz-rb-scope .token.attr-value:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.char:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.regex:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.string:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.variable:not(.squiz-rb-plugin *){color:#7ec699}.squiz-pb-scope .squiz-rb-scope .token.entity:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.operator:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.url:not(.squiz-rb-plugin *){color:#67cdcc}.squiz-pb-scope .squiz-rb-scope .token.bold:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .token.important:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-scope .squiz-rb-scope .token.italic:not(.squiz-rb-plugin *){font-style:italic}.squiz-pb-scope .squiz-rb-scope .token.entity:not(.squiz-rb-plugin *){cursor:help}.squiz-pb-scope .squiz-rb-scope .token.inserted:not(.squiz-rb-plugin *){color:green}.squiz-pb-scope .squiz-rb-scope .sds-button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-card-link:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-dropdown-button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-select-field__button:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-pb-scope .squiz-rb-scope .svg-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-scope .squiz-rb-scope .svg-wrapper--custom-color-icon svg:not(.squiz-rb-plugin *){fill:currentcolor}.squiz-pb-scope .squiz-rb-scope .sds-accordion-container:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:1rem;position:relative;text-align:left;text-transform:none;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-accordion-container--basic:not(.squiz-rb-plugin *){box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-pb-scope .squiz-rb-scope .sds-accordion-container--basic .sds-accordion-header:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-scope .squiz-rb-scope .sds-accordion-container.active .sds-accordion-header:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0}.squiz-pb-scope .squiz-rb-scope .sds-accordion-container.active .sds-accordion-icon:not(.squiz-rb-plugin *){transform:translateY(-50%) rotate(90deg)}.squiz-pb-scope .squiz-rb-scope .sds-accordion-container.active .sds-accordion-content:not(.squiz-rb-plugin *){border-radius:0 0 .25rem .25rem;height:auto;padding:1rem}.squiz-pb-scope .squiz-rb-scope .sds-accordion-content:not(.squiz-rb-plugin *){background:#f7f7f7;height:0;overflow:hidden;padding:0 1rem;transition:all .3s ease}.squiz-pb-scope .squiz-rb-scope .sds-accordion-footer:not(.squiz-rb-plugin *){border-top:1px solid #ededed}.squiz-pb-scope .squiz-rb-scope .sds-accordion-header:not(.squiz-rb-plugin *){background-color:#fff;border:none;border-radius:.25rem;color:#707070;padding:1.25rem 1rem;position:static}.squiz-pb-scope .squiz-rb-scope button.sds-accordion-header:not(.squiz-rb-plugin *){text-align:left;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-accordion-header-content:not(.squiz-rb-plugin *){position:relative}.squiz-pb-scope .squiz-rb-scope .sds-accordion-toggle:not(.squiz-rb-plugin *){background-color:#fff;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-accordion-icon:not(.squiz-rb-plugin *){color:#707070;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transition:all .3s ease}@media screen and (min-width:1024px){.squiz-pb-scope .squiz-rb-scope .sds-accordion-container:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-scope .squiz-rb-scope .sds-accordion-container--basic:not(.squiz-rb-plugin *){box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-pb-scope .squiz-rb-scope .sds-accordion-header:not(.squiz-rb-plugin *):after{border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-accordion-header:hover:not(.squiz-rb-plugin *):after{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}}.squiz-pb-scope .squiz-rb-scope .sds-activity-log__timestamp:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .sds-alert__wrapper:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-radius:.25rem;display:flex;flex-wrap:wrap;padding:.5rem .75rem .5rem .5rem}.squiz-pb-scope .squiz-rb-scope .sds-alert__body-header:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-alert__body:not(.squiz-rb-plugin *){display:flex;max-width:100%}.squiz-pb-scope .squiz-rb-scope .sds-alert__body--header:not(.squiz-rb-plugin *){flex-direction:column}.squiz-pb-scope .squiz-rb-scope .sds-alert__body--header h3:not(.squiz-rb-plugin *){margin:0}.squiz-pb-scope .squiz-rb-scope .sds-alert__icon-container:not(.squiz-rb-plugin *){align-self:baseline;margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-alert__content:not(.squiz-rb-plugin *){color:#3d3d3d;display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:.125rem;padding-right:.375rem}.squiz-pb-scope .squiz-rb-scope .sds-alert__title:not(.squiz-rb-plugin *){flex-shrink:0;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.5rem;margin:0 .5rem 0 0;max-width:100%}.squiz-pb-scope .squiz-rb-scope .sds-alert__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-alert__buttons:not(.squiz-rb-plugin *){display:flex;margin-bottom:.375rem;margin-top:1rem;place-content:flex-end;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-alert--dark:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--help.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#f0ecf7}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--help svg:not(.squiz-rb-plugin *){fill:#6b47b4}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--custom.sds-alert--has-bg-color:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-alert-type--info.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#e6f4f6}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--custom svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-alert-type--info svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--warning.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fcf0e5;margin:2px}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--warning svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--report.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fae9e8}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--report svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--assistant.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fdf7e9}.squiz-pb-scope .squiz-rb-scope .sds-alert-type--assistant svg:not(.squiz-rb-plugin *){fill:#efb324}@media screen and (min-width:576px){.squiz-pb-scope .squiz-rb-scope .sds-alert__wrapper:not(.squiz-rb-plugin *){flex-wrap:nowrap;justify-content:space-between}.squiz-pb-scope .squiz-rb-scope .sds-alert__buttons:not(.squiz-rb-plugin *){margin:0 0 0 1rem;width:auto}}.squiz-pb-scope .squiz-rb-scope .sds-table--api tbody:not(.squiz-rb-plugin *){position:relative}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__empty-row:not(.squiz-rb-plugin *){height:5rem}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__row--selected:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__row--selectable:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__th--selectable:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__th--selectable .sds-table__th-content:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__th--selectable div:not(.squiz-rb-plugin *){line-height:0}.squiz-pb-scope .squiz-rb-scope .sds-table--api .checkbox-cell:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-table--api .checkbox-cell div:not(.squiz-rb-plugin *){line-height:0}.squiz-pb-scope .squiz-rb-scope .sds-table--api .loading:not(.squiz-rb-plugin *){background:hsla(0,0%,100%,.7);border:none;height:100%;position:absolute;top:0;width:100%;z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__loader-row:not(.squiz-rb-plugin *){position:unset}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__pagination:not(.squiz-rb-plugin *){padding:1.25rem 1rem}.squiz-pb-scope .squiz-rb-scope .sds-table--api .sds-table__navigator button:nth-child(2):not(.squiz-rb-plugin *){margin-left:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-table--loading:not(.squiz-rb-plugin *){display:grid;place-items:center}.squiz-pb-scope .squiz-rb-scope .sds-avatar:not(.squiz-rb-plugin *){align-items:center;background-color:#26324b;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-family:Asap,sans-serif;justify-content:center}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--lg:not(.squiz-rb-plugin *){font-size:3rem;height:6.25rem;width:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--lg svg:not(.squiz-rb-plugin *){height:3.75rem;width:3.75rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--md:not(.squiz-rb-plugin *){font-size:1.875rem;height:4rem;width:4rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--md svg:not(.squiz-rb-plugin *){height:2.25rem;width:2.25rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--sm:not(.squiz-rb-plugin *){font-size:1rem;height:2.25rem;width:2.25rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--xs:not(.squiz-rb-plugin *){font-size:.875rem;height:1.875rem;width:1.875rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--xs svg:not(.squiz-rb-plugin *){height:1.25rem;width:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--xxs:not(.squiz-rb-plugin *){font-size:.6875rem;height:1.5rem;width:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar.size--xxs svg:not(.squiz-rb-plugin *){height:1rem;width:1rem}.squiz-pb-scope .squiz-rb-scope .sds-avatar-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-avatar-photo:not(.squiz-rb-plugin *){background-size:cover}.squiz-pb-scope .squiz-rb-scope .sds-avatar-button:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-pb-scope .squiz-rb-scope .sds-badge:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--strong:not(.squiz-rb-plugin *){background:#e0e0e0}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--action:not(.squiz-rb-plugin *){background:#fff;border:1px solid #0774d2;color:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--action.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--action.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--action.badge--strong:not(.squiz-rb-plugin *){background:#0774d2;color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--success:not(.squiz-rb-plugin *){background:#fff;border:1px solid #098934;color:#098934}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--success.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--success.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--success.badge--strong:not(.squiz-rb-plugin *){background:#098934;color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--info:not(.squiz-rb-plugin *){background:#fff;border:1px solid #057e91;color:#057e91}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--info.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--info.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--info.badge--strong:not(.squiz-rb-plugin *){background:#057e91;color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--warning:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e96900;color:#e96900}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--warning.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--warning.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--warning.badge--strong:not(.squiz-rb-plugin *){background:#e96900;color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--danger:not(.squiz-rb-plugin *){background:#fff;border:1px solid #d72321;color:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--danger.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--danger.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-badge.badge--danger.badge--strong:not(.squiz-rb-plugin *){background:#d72321;color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-badge-label:not(.squiz-rb-plugin *){display:inline-block;max-width:12.25rem;overflow-x:hidden;padding:.0625rem .5rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper span:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;white-space:nowrap}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-button.sds-breadcrumbs__button:not(.squiz-rb-plugin *){padding:.375rem 0}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:center}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(:first-child):not(.squiz-rb-plugin *):before{color:#707070;content:"/";font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding-left:.75rem;padding-right:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow:not(.squiz-rb-plugin *){padding:.125rem}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:not(.squiz-rb-plugin *){text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.5rem;transition:text-decoration-color .5s}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:hover:not(.squiz-rb-plugin *){background-color:unset;text-decoration-color:unset}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current:not(.squiz-rb-plugin *){overflow-x:hidden}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current span:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__button .sds-button-icon>svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-scope .squiz-rb-scope .sds-breadcrumbs__wrapper span:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}}.squiz-pb-scope .squiz-rb-scope .sds-button:not(.squiz-rb-plugin *){border-radius:.25rem;padding:.5rem .75rem;transition:background-color .3s ease}.squiz-pb-scope .squiz-rb-scope .sds-button .button--content:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-button:disabled:not(.squiz-rb-plugin *){cursor:default;opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon:not(.squiz-rb-plugin *){padding:.375rem .5rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--white>svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--offwhite>svg:not(.squiz-rb-plugin *){fill:#d9d9d9}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-50>svg:not(.squiz-rb-plugin *){fill:#f7f7f7}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-100>svg:not(.squiz-rb-plugin *){fill:#f5f5f5}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-200>svg:not(.squiz-rb-plugin *){fill:#ededed}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-300>svg:not(.squiz-rb-plugin *){fill:#e0e0e0}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-400>svg:not(.squiz-rb-plugin *){fill:#bababa}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-500>svg:not(.squiz-rb-plugin *){fill:#949494}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-600>svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-700>svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-800>svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-900>svg:not(.squiz-rb-plugin *){fill:#2b2b2b}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--black>svg:not(.squiz-rb-plugin *){fill:#000}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-100>svg:not(.squiz-rb-plugin *){fill:#e6f1fa}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-200>svg:not(.squiz-rb-plugin *){fill:#8fc0eb}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-300>svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-400>svg:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-100>svg:not(.squiz-rb-plugin *){fill:#e7f4ec}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-200>svg:not(.squiz-rb-plugin *){fill:#95d0a9}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-300>svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-400>svg:not(.squiz-rb-plugin *){fill:#0a4a20}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-100>svg:not(.squiz-rb-plugin *){fill:#fcf0e5}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-200>svg:not(.squiz-rb-plugin *){fill:#f5bb8c}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-300>svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-400>svg:not(.squiz-rb-plugin *){fill:#8f4000}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-100>svg:not(.squiz-rb-plugin *){fill:#fae9e8}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-200>svg:not(.squiz-rb-plugin *){fill:#ec9c9b}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-300>svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-400>svg:not(.squiz-rb-plugin *){fill:#6b1211}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-100>svg:not(.squiz-rb-plugin *){fill:#f0ecf7}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-200>svg:not(.squiz-rb-plugin *){fill:#bcacdd}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-300>svg:not(.squiz-rb-plugin *){fill:#6b47b4}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-400>svg:not(.squiz-rb-plugin *){fill:#3e2969}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-100>svg:not(.squiz-rb-plugin *){fill:#e6f4f6}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-200>svg:not(.squiz-rb-plugin *){fill:#8fd0d9}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-300>svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-400>svg:not(.squiz-rb-plugin *){fill:#024752}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-100>svg:not(.squiz-rb-plugin *){fill:#fdf7e9}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-200>svg:not(.squiz-rb-plugin *){fill:#f7dd9c}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-300>svg:not(.squiz-rb-plugin *){fill:#efb324}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-400>svg:not(.squiz-rb-plugin *){fill:#a17917}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-100>svg:not(.squiz-rb-plugin *){fill:#f8ebf6}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-200>svg:not(.squiz-rb-plugin *){fill:#dfa7d8}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-300>svg:not(.squiz-rb-plugin *){fill:#b93da9}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-400>svg:not(.squiz-rb-plugin *){fill:#6e2464}.squiz-pb-scope .squiz-rb-scope .sds-button.button--round:not(.squiz-rb-plugin *){border-radius:1rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--icon-round:not(.squiz-rb-plugin *){border-radius:50%;padding:.375rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--lite:not(.squiz-rb-plugin *){padding:0}.squiz-pb-scope .squiz-rb-scope .sds-button.button--wide:not(.squiz-rb-plugin *){width:100%}.squiz-pb-scope .squiz-rb-scope .sds-button.button--wide .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-scope .squiz-rb-scope .sds-button.button--loading:not(.squiz-rb-plugin *){cursor:default;pointer-events:none;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-button.button--loading .button--spinner-container:not(.squiz-rb-plugin *){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.squiz-pb-scope .squiz-rb-scope .sds-button.button--loading .button--content:not(.squiz-rb-plugin *){visibility:hidden}.squiz-pb-scope .squiz-rb-scope .sds-button.button--default.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--default.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-scope .squiz-rb-scope .sds-button.button--default.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-button.button--default.button--transparent:not(.squiz-rb-plugin *){color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--default.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-button.button--default.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-rb-scope .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--strong:not(.squiz-rb-plugin *){background:#0774d2;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--strong:hover:not(.squiz-rb-plugin *){background-color:#0559a1}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#0774d2;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--transparent:not(.squiz-rb-plugin *){color:#0774d2;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-rb-scope .sds-button.button--primary.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--strong:not(.squiz-rb-plugin *){background:#098934;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--strong:hover:not(.squiz-rb-plugin *){background-color:#065922}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#098934;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--transparent:not(.squiz-rb-plugin *){color:#098934;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-rb-scope .sds-button.button--success.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--strong:not(.squiz-rb-plugin *){background:#d72321;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--strong:hover:not(.squiz-rb-plugin *){background-color:#ab1c1a}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#d72321;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--transparent:not(.squiz-rb-plugin *){color:#d72321;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-rb-scope .sds-button.button--danger.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-button.button--toolbar:not(.squiz-rb-plugin *){margin-right:.5rem;padding:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-button .sds-button-icon:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .sds-button .sds-button-icon+.sds-button-label:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-button .sds-button-label+.sds-button-icon:not(.squiz-rb-plugin *){margin-left:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-button-list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-button-list li:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-button-list li:last-child:not(.squiz-rb-plugin *){margin-right:0}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--wide:not(.squiz-rb-plugin *){flex-wrap:wrap}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--wide li:not(.squiz-rb-plugin *){margin-bottom:.5rem;margin-right:0;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--wide .sds-button:not(.squiz-rb-plugin *){width:100%}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--middle:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--wide .sds-button .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--space-between:not(.squiz-rb-plugin *){justify-content:space-between}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--right:not(.squiz-rb-plugin *){flex-direction:row-reverse}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--right li:not(.squiz-rb-plugin *){margin-left:.5rem;margin-right:0}.squiz-pb-scope .squiz-rb-scope .sds-button-list.button-list--right li:last-child:not(.squiz-rb-plugin *){margin-left:0}.squiz-pb-scope .squiz-rb-scope .sds-card-container:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;color:#3d3d3d;height:100%;width:16.5rem}.squiz-pb-scope .squiz-rb-scope .sds-card-container.card--standard:not(.squiz-rb-plugin *){border:1px solid #e0e0e0}.squiz-pb-scope .squiz-rb-scope .sds-card-container.card--button:not(.squiz-rb-plugin *){box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.squiz-pb-scope .squiz-rb-scope .sds-card-container.card--button a:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;height:100%;text-decoration:none}.squiz-pb-scope .squiz-rb-scope .sds-card-container.card--button:hover:not(.squiz-rb-plugin *){box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}.squiz-pb-scope .squiz-rb-scope .sds-card-link:not(.squiz-rb-plugin *){color:inherit;height:100%;text-align:left;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-card:not(.squiz-rb-plugin *){display:flex;flex-direction:column;height:100%;padding:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-card-header:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:1rem}.squiz-pb-scope .squiz-rb-scope .sds-card-icon:not(.squiz-rb-plugin *){align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.25rem;width:4.5rem}.squiz-pb-scope .squiz-rb-scope .sds-card-icon svg:not(.squiz-rb-plugin *){height:2rem;width:2rem}.squiz-pb-scope .squiz-rb-scope .sds-card-icon.sds-card-type--danger:not(.squiz-rb-plugin *){background:#fae9e8}.squiz-pb-scope .squiz-rb-scope .sds-card-icon.sds-card-type--danger svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-card-icon.sds-card-type--info:not(.squiz-rb-plugin *){background:#e6f1fa}.squiz-pb-scope .squiz-rb-scope .sds-card-icon.sds-card-type--info svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-card-icon.sds-card-type--success:not(.squiz-rb-plugin *){background:#e7f4ec}.squiz-pb-scope .squiz-rb-scope .sds-card-icon.sds-card-type--success svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-scope .squiz-rb-scope .sds-card-body:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-scope .squiz-rb-scope .sds-card-title:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-card-title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-card-subtitle:not(.squiz-rb-plugin *){color:#707070;display:block;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-top:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-card-content:not(.squiz-rb-plugin *){display:block;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-card-buttons:not(.squiz-rb-plugin *){margin-top:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-card-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-card-list>li:not(.squiz-rb-plugin *){margin-bottom:2rem}@media screen and (min-width:768px){.squiz-pb-scope .squiz-rb-scope .sds-card-list:not(.squiz-rb-plugin *){display:flex;flex-wrap:wrap}.squiz-pb-scope .squiz-rb-scope .sds-card-list>li:not(.squiz-rb-plugin *){margin-right:2rem}.squiz-pb-scope .squiz-rb-scope .sds-card-list>li:last-child:not(.squiz-rb-plugin *){margin-right:0}}.squiz-pb-scope .squiz-rb-scope .sds-chart:not(.squiz-rb-plugin *){padding:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip:not(.squiz-rb-plugin *){align-items:center;display:flex;margin:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem;color:#4f4f4f;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border-color:#bababa}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection.active:not(.squiz-rb-plugin *){background:#e0e0e0}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable:not(.squiz-rb-plugin *){background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable svg:not(.squiz-rb-plugin *){fill:rgba(79,79,79,.5)}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #4f4f4f;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection.active:not(.squiz-rb-plugin *){background:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable:not(.squiz-rb-plugin *){background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #0774d2;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection.active:not(.squiz-rb-plugin *){background:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable:not(.squiz-rb-plugin *){background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--blue .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#098934;border:1px solid #098934;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #098934;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#098934}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection.active:not(.squiz-rb-plugin *){background:#098934}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable:not(.squiz-rb-plugin *){background:#098934;border:1px solid #098934;border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--green .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #6b47b4;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#6b47b4}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection.active:not(.squiz-rb-plugin *){background:#6b47b4}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable:not(.squiz-rb-plugin *){background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--purple .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#d72321;border:1px solid #d72321;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #d72321;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection.active:not(.squiz-rb-plugin *){background:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable:not(.squiz-rb-plugin *){background:#d72321;border:1px solid #d72321;border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--red .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #b93da9;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#b93da9}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection.active:not(.squiz-rb-plugin *){background:#b93da9}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable:not(.squiz-rb-plugin *){background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--pink .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-scope .squiz-rb-scope .sds-chip.chip--icon .sds-chip-label:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-chip .sds-chip-icon:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .sds-chip .sds-chip-icon~.sds-chip-label--text:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-chip .sds-chip-icon~.sds-chip-label:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-chip .sds-chip-label--text~.sds-chip-icon:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-chip .sds-chip-label~.sds-chip-icon:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .squiz-rb-scope .sds-chip-remover:not(.squiz-rb-plugin *){margin-right:.125rem}.squiz-pb-scope .squiz-rb-scope .sds-chip-remover:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-pb-scope .squiz-rb-scope .sds-chip-list:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn:not(.squiz-rb-plugin *){background-color:#4f4f4f;color:#fff}.squiz-pb-scope .squiz-rb-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .chip-filter:not(.squiz-rb-plugin *){position:relative}.squiz-pb-scope .squiz-rb-scope .chip-filter .sds-button.chip-filter__btn:not(.squiz-rb-plugin *){border-radius:3rem;color:#4f4f4f;font-weight:600;margin-bottom:.25rem;padding:.25rem .5rem}.squiz-pb-scope .squiz-rb-scope .chip-filter .sds-button.chip-filter__btn svg:not(.squiz-rb-plugin *){fill:#4f4f4f;height:1.25rem;width:1.25rem}.squiz-pb-scope .squiz-rb-scope .chip-filter--no-icon .chip-filter__btn-content:not(.squiz-rb-plugin *){padding-left:.25rem}.squiz-pb-scope .squiz-rb-scope .chip-filter--radio-simplified .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-option button[role=radio]:not(.squiz-rb-plugin *){display:none}.squiz-pb-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-item:not(.squiz-rb-plugin *){cursor:pointer;transition:background-color .3s ease-in-out}.squiz-pb-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-item:hover:not(.squiz-rb-plugin *){background-color:#ededed}.squiz-pb-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-option:not(.squiz-rb-plugin *){padding-left:1.25rem}.squiz-pb-scope .squiz-rb-scope .chip-filter__btn-content:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.25rem}.squiz-pb-scope .squiz-rb-scope .chip-filter__btn-content .closed:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .chip-filter__btn-content .open:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .chip-filter__btn-content .closed:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-scope .squiz-rb-scope .chip-filter__btn-content .open:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown:not(.squiz-rb-plugin *){background-color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-body:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){padding:.5rem .75rem}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-header svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-header h3:not(.squiz-rb-plugin *){color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-header .chip-filter__dropdown-title:not(.squiz-rb-plugin *){padding-left:1.25rem}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-body:not(.squiz-rb-plugin *){max-height:17rem;overflow-y:auto}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-body h4:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown--open:not(.squiz-rb-plugin *){display:flex;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown .sds-form-field:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown .sds-form-control-item:not(.squiz-rb-plugin *){padding:.5rem 0}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0;display:flex;gap:.5rem;margin-top:auto;padding:1.5rem 1rem;width:100%}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-btn-container--centered:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-btn-container--centered>button:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-btn-container .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-scope .squiz-rb-scope .chip-filter__btn-counter:not(.squiz-rb-plugin *){align-items:center;background-color:#fff;border-radius:100%;color:#4f4f4f;display:flex;font-size:.8125rem;height:16px;justify-content:center;margin:0 .125rem;text-transform:capitalize;width:16px}@media screen and (min-width:576px){.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown:not(.squiz-rb-plugin *){border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);height:unset;left:0;position:absolute;top:unset;width:220px;z-index:2}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-body h4:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){display:none}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *){justify-content:flex-end;margin-top:unset;padding:.5rem .75rem}.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-btn--reset:not(.squiz-rb-plugin *){display:none}}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .chip-filter__dropdown-btn-container button:not(.squiz-rb-plugin *){width:100%}}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet:not(.squiz-rb-plugin *){display:flex;flex-direction:column;max-height:12.5rem;max-width:25rem}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet__header:not(.squiz-rb-plugin *){align-items:center;background-color:#4f4f4f;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet__header svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet__title:not(.squiz-rb-plugin *){color:#fff;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet__copy-btn:not(.squiz-rb-plugin *){align-items:center;color:#d9d9d9;display:flex;gap:.5rem;margin-left:auto}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet__copy-btn:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;margin:0;padding:.5rem;scrollbar-color:#d9d9d9 #2b2b2b;scrollbar-width:2.5rem}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar{background:#2b2b2b}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.5rem;min-height:2.5rem}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb:hover{background:silver}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb:active{background:#a6a6a6}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-corner{background:#2b2b2b}.squiz-pb-scope .squiz-rb-scope .sds-code-snippet code:not(.squiz-rb-plugin *){font-size:.6875rem}.squiz-pb-scope .squiz-rb-scope .react-js-cron:not(.squiz-rb-plugin *){align-items:flex-start;display:flex;flex-wrap:wrap}.squiz-pb-scope .squiz-rb-scope .react-js-cron-field:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron>div:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .react-js-cron-field:not(.squiz-rb-plugin *){margin-bottom:10px}.squiz-pb-scope .squiz-rb-scope .react-js-cron-field>span:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope div.react-js-cron-select:not(.squiz-rb-plugin *){margin-left:5px}.squiz-pb-scope .squiz-rb-scope .react-js-cron-select.react-js-cron-select-no-prefix:not(.squiz-rb-plugin *){margin-left:0}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-error .react-js-cron-select .ant-select-selector:not(.squiz-rb-plugin *){background:#fff6f6;border-color:#ff4d4f}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-custom-select:not(.squiz-rb-plugin *){min-width:70px;z-index:1}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-error div.react-js-cron-custom-select:not(.squiz-rb-plugin *){background:#fff6f6}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector:not(.squiz-rb-plugin *){padding-left:11px;padding-right:30px}.squiz-pb-scope .squiz-rb-scope .react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector:not(.squiz-rb-plugin *){padding-right:11px}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-custom-select .ant-select-selection-search:not(.squiz-rb-plugin *){margin:0!important;width:0!important}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *){color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.squiz-pb-scope .squiz-rb-scope .react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *){opacity:.4}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown:not(.squiz-rb-plugin *){min-width:0!important;width:174px!important}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown .rc-virtual-list:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder:not(.squiz-rb-plugin *){max-height:none!important}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){display:grid!important;grid-template-columns:repeat(4,1fr)}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content:not(.squiz-rb-plugin *){text-align:center}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-hours-twelve-hour-clock:not(.squiz-rb-plugin *){width:260px!important}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-large:not(.squiz-rb-plugin *){width:300px!important}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){grid-template-columns:repeat(6,1fr)}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-medium:not(.squiz-rb-plugin *){width:220px!important}.squiz-pb-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){grid-template-columns:repeat(5,1fr)}.squiz-pb-scope .squiz-rb-scope .react-js-cron-period>span:first-child:not(.squiz-rb-plugin *){margin-left:0!important}.squiz-pb-scope .squiz-rb-scope .react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item:not(.squiz-rb-plugin *){opacity:1}.squiz-pb-scope .squiz-rb-scope .react-js-cron-select-dropdown-period:not(.squiz-rb-plugin *){min-width:0!important;width:auto!important}.squiz-pb-scope .squiz-rb-scope .react-js-cron-clear-button:not(.squiz-rb-plugin *){margin-bottom:10px;margin-left:10px}.squiz-pb-scope .squiz-rb-scope .react-js-cron-disabled .react-js-cron-select.ant-select-disabled:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow:not(.squiz-rb-plugin *){align-items:center;flex:initial}.squiz-pb-scope .squiz-rb-scope .sds-cron-editor-container:not(.squiz-rb-plugin *){align-items:center}.squiz-pb-scope .squiz-rb-scope .sds-cron-editor-container .react-js-cron-field:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope .cron-editor-default:not(.squiz-rb-plugin *){align-items:center;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .cron-editor-default .cron-editor-default__label:not(.squiz-rb-plugin *){color:#707070}.squiz-pb-scope .squiz-rb-scope .cron-editor-default>.sds-form-field:not(.squiz-rb-plugin *){margin-left:.5rem;width:7.5rem}.squiz-pb-scope .squiz-rb-scope .cron-editor-default>.sds-form-field span:not(.squiz-rb-plugin *){color:#949494;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .cron-editor-default>.sds-form-field .sds-select-option button:not(.squiz-rb-plugin *){color:#707070}.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.sds-cron-field .react-js-cron-select:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.sds-cron-field>span:not(.squiz-rb-plugin *){margin-left:.5rem}.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>span:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>span:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>span:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>span:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>span:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>span:not(.squiz-rb-plugin *){color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>div>div>span:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;opacity:1}.squiz-pb-scope .squiz-rb-scope .sds-cron-hours .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-cron-minutes .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-cron-month-days .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-cron-months .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-cron-week-days .ant-select-selection-overflow-item:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .react-js-cron>div:not(.squiz-rb-plugin *){flex-wrap:wrap}.squiz-pb-scope .squiz-rb-scope div.ant-select-dropdown .ant-select-item-option-content:not(.squiz-rb-plugin *){color:#707070;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field>div.ant-select:not(.squiz-rb-plugin *){height:2.25rem}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select .ant-select-selector:not(.squiz-rb-plugin *){border:2px solid #e0e0e0;border-radius:.25rem}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open).ant-select-focused .ant-select-selector:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open):hover .ant-select-selector:not(.squiz-rb-plugin *){border:2px solid #e0e0e0;box-shadow:none}.squiz-pb-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select.ant-select-open .ant-select-selector:not(.squiz-rb-plugin *){border-color:transparent;box-shadow:0 0 0 2px #0774d2}.squiz-pb-scope .squiz-rb-scope .sds-data-list:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;padding:1rem}.squiz-pb-scope .squiz-rb-scope .sds-data-list.data-list--lite:not(.squiz-rb-plugin *){padding-bottom:0;padding-top:0}.squiz-pb-scope .squiz-rb-scope .sds-data-list.data-list--lite .sds-data-list__body:not(.squiz-rb-plugin *){border:0;margin:0}.squiz-pb-scope .squiz-rb-scope .sds-data-list.data-list--lite .sds-data-list__row:last-child:not(.squiz-rb-plugin *){border:0}.squiz-pb-scope .squiz-rb-scope .sds-data-list__header:not(.squiz-rb-plugin *){display:flex;justify-content:space-between;padding:.25rem .5rem 1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-data-list__body:not(.squiz-rb-plugin *){border-top:1px solid #ededed;margin-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-data-list__footer:not(.squiz-rb-plugin *){display:flex;justify-content:center;padding:1rem .5rem .25rem 0}.squiz-pb-scope .squiz-rb-scope .sds-data-list__list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-data-list__row:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed}.squiz-pb-scope .squiz-rb-scope .sds-data-list__item:not(.squiz-rb-plugin *){align-items:center;display:flex;padding:1rem .5rem}.squiz-pb-scope .squiz-rb-scope button.sds-data-list__item:not(.squiz-rb-plugin *){text-align:left;width:100%}.squiz-pb-scope .squiz-rb-scope button.sds-data-list__item:hover:not(.squiz-rb-plugin *){background-color:#f7f7f7}.squiz-pb-scope .squiz-rb-scope .sds-data-list__icon:not(.squiz-rb-plugin *){align-self:baseline;margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-data-list__title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-data-list__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}@media screen and (min-width:768px){.squiz-pb-scope .squiz-rb-scope .sds-data-list__icon+div:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-data-list__content:not(.squiz-rb-plugin *){display:flex;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-data-list__content>:first-child:not(.squiz-rb-plugin *){flex-grow:1;margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-data-list__content>:nth-child(2):not(.squiz-rb-plugin *){flex-shrink:0}}.squiz-pb-scope .squiz-rb-scope .sds-datetime-picker .sds-text-field:not(.squiz-rb-plugin *){position:relative}.squiz-pb-scope .squiz-rb-scope .sds-datetime-picker .sds-text-field input:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-pb-scope .squiz-rb-scope .sds-datetime-picker .sds-datetime-picker__icon:not(.squiz-rb-plugin *){align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}@media screen and (min-width:576px){.squiz-pb-scope .squiz-rb-scope .sds-datetime-picker:not(.squiz-rb-plugin *){max-width:23.8125rem}}.squiz-pb-scope .squiz-rb-scope .sds-dialog__container:not(.squiz-rb-plugin *){align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.squiz-pb-scope .squiz-rb-scope .sds-dialog:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);color:#2b2b2b;display:flex;flex-direction:column;max-height:100%;max-width:25rem;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-dialog.sm-md:not(.squiz-rb-plugin *){max-width:30rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog.md:not(.squiz-rb-plugin *){max-width:37.5rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog.lg:not(.squiz-rb-plugin *){max-width:50rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog.xl:not(.squiz-rb-plugin *){max-width:62.5rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog.fullscreen:not(.squiz-rb-plugin *){height:100%;max-width:100%;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-dialog.md .sds-form:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-dialog.sm-md .sds-form:not(.squiz-rb-plugin *){max-width:100%}.squiz-pb-scope .squiz-rb-scope .sds-dialog__header:not(.squiz-rb-plugin *){padding:1.5rem 1.5rem 1rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-dialog__action-buttons:not(.squiz-rb-plugin *){display:flex;gap:.75rem;padding:.75rem;position:absolute;right:0;top:0}.squiz-pb-scope .squiz-rb-scope .sds-dialog__action-buttons button:not(.squiz-rb-plugin *){background:none;border:0;color:#707070}.squiz-pb-scope .squiz-rb-scope .sds-dialog__action-buttons button:hover .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-dialog__heading:not(.squiz-rb-plugin *){display:flex;margin:0 1.5rem .5rem 0}.squiz-pb-scope .squiz-rb-scope .sds-dialog__heading span:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog__heading span .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-dialog__icon:not(.squiz-rb-plugin *){flex-shrink:0;margin-right:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog__icon svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-dialog__body:not(.squiz-rb-plugin *){display:flex;flex-grow:1;padding:0 1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog__body.dialog--scroll:not(.squiz-rb-plugin *){overflow-y:auto}.squiz-pb-scope .squiz-rb-scope .sds-dialog__body.dividers:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;border-top:1px solid #ededed}.squiz-pb-scope .squiz-rb-scope .sds-dialog__body.dividers .sds-dialog__content:not(.squiz-rb-plugin *){padding:1.5rem 0}.squiz-pb-scope .squiz-rb-scope .sds-dialog__loading:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-grow:1;min-height:5rem;padding-bottom:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog__loading .sds-dialog__body:not(.squiz-rb-plugin *){justify-content:center;overflow:hidden;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-dialog__content:not(.squiz-rb-plugin *){max-height:28.25rem;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-dialog__footer:not(.squiz-rb-plugin *){padding:0 1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog__error:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-dialog__footer-text:not(.squiz-rb-plugin *){padding-top:1rem}.squiz-pb-scope .squiz-rb-scope .sds-dialog__actions:not(.squiz-rb-plugin *){display:flex;justify-content:flex-end;padding:1.5rem 0}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .sds-dialog__container--full:not(.squiz-rb-plugin *){padding:0}.squiz-pb-scope .squiz-rb-scope .sds-dialog__container--full .sds-dialog:not(.squiz-rb-plugin *){border-radius:0;height:100%}.squiz-pb-scope .squiz-rb-scope .sds-dialog__container--sm .sds-dialog:not(.squiz-rb-plugin *){border-radius:.25rem;height:-moz-fit-content;height:fit-content}.squiz-pb-scope .squiz-rb-scope .sds-dialog__fullscreen:not(.squiz-rb-plugin *){display:none}.squiz-pb-scope .squiz-rb-scope .sds-dialog__body:not(.squiz-rb-plugin *){flex-grow:1}}.squiz-pb-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *){align-items:center;display:flex;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):after,.squiz-pb-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px;position:relative;width:1px;z-index:0}.squiz-pb-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):before{margin-right:1rem}.squiz-pb-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):after{margin-left:1rem}.squiz-pb-scope .squiz-rb-scope .sds-divider span:not(.squiz-rb-plugin *){z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-divider--left:not(.squiz-rb-plugin *):before,.squiz-pb-scope .squiz-rb-scope .sds-divider--right:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-scope .squiz-rb-scope .sds-divider--empty:not(.squiz-rb-plugin *):before{margin:0}.squiz-pb-scope .squiz-rb-scope .sds-divider--empty:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-wrapper:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-dropdown:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;flex-direction:column;min-width:7.25rem;padding:.5rem .75rem;position:absolute;top:calc(100% + .25rem);width:-moz-max-content;width:max-content;z-index:2}.squiz-pb-scope .squiz-rb-scope .sds-dropdown.sds-dropdown--left:not(.squiz-rb-plugin *){left:0}.squiz-pb-scope .squiz-rb-scope .sds-dropdown.sds-dropdown--right:not(.squiz-rb-plugin *){right:0}.squiz-pb-scope .squiz-rb-scope .sds-dropdown.active:not(.squiz-rb-plugin *){display:inline-flex}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-heading:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;color:#707070;display:block;font-weight:700;margin-bottom:.25rem;padding:.5rem 0 .75rem;text-align:center;text-transform:uppercase}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-section:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:.25rem;padding-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-section:last-child:not(.squiz-rb-plugin *){border:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-section__heading:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;color:#707070;font-weight:600;margin:.25rem 0;padding:.25rem .5rem;text-align:center}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-heading+div>.sds-dropdown-section:first-child .sds-dropdown-section__heading:not(.squiz-rb-plugin *){margin-top:0}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-button:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;font-size:.875rem;text-align:left;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-button:hover:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;color:#2b2b2b}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-button:disabled:not(.squiz-rb-plugin *){cursor:default;opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-icon:not(.squiz-rb-plugin *){padding:0 .25rem}.squiz-pb-scope .squiz-rb-scope .sds-dropdown-label:not(.squiz-rb-plugin *){display:block;padding:.5rem;word-break:break-word}.squiz-pb-scope .squiz-rb-scope .sds-empty-state-card:not(.squiz-rb-plugin *){align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;color:#707070;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:1.25rem;letter-spacing:-.4px;line-height:1.5rem;padding:5rem 0;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-empty-state-card--lite:not(.squiz-rb-plugin *){border:none}.squiz-pb-scope .squiz-rb-scope .sds-empty-state-card__text:not(.squiz-rb-plugin *){display:block;max-width:18rem;text-align:center}.squiz-pb-scope .squiz-rb-scope .sds-empty-state-card__title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:0;margin-top:1rem;text-align:center}.squiz-pb-scope .squiz-rb-scope .sds-empty-state-card__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-empty-state-card__icon>svg:not(.squiz-rb-plugin *){height:11rem;width:auto}.squiz-pb-scope .squiz-rb-scope .sds-empty-state-card--with-cta .sds-empty-state-card__icon .svg-path-primary:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-scope .squiz-rb-scope .sds-error:not(.squiz-rb-plugin *){align-items:center;color:#d72321;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-error .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-error span:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-error--contained:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.5rem;padding:1rem}.squiz-pb-scope .squiz-rb-scope .sds-form:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;max-width:25rem;padding:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-form.form--lite:not(.squiz-rb-plugin *){border:none;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-form.form--dark:not(.squiz-rb-plugin *){background:#ededed;border:none;border-radius:.5rem;padding:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-form.form--horizontal:not(.squiz-rb-plugin *){max-width:none}.squiz-pb-scope .squiz-rb-scope .sds-form.form--horizontal .sds-form-footer:not(.squiz-rb-plugin *){margin-top:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-fieldset:not(.squiz-rb-plugin *){border:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-form-group:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:1rem;padding-bottom:1rem}.squiz-pb-scope .squiz-rb-scope .sds-form-group:last-child:not(.squiz-rb-plugin *){border-bottom:none;margin-bottom:0;padding-bottom:0}.squiz-pb-scope .squiz-rb-scope .sds-form-error:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-form-footer:not(.squiz-rb-plugin *){margin-top:.75rem}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .sds-form.form--horizontal .sds-button-list li:not(.squiz-rb-plugin *){flex-grow:1}}@media screen and (min-width:576px){.squiz-pb-scope .squiz-rb-scope .sds-form.form--horizontal:not(.squiz-rb-plugin *){align-items:flex-end;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-form.form--horizontal .sds-fieldset:not(.squiz-rb-plugin *){display:flex;flex-grow:1}.squiz-pb-scope .squiz-rb-scope .sds-form.form--horizontal .sds-form-field:not(.squiz-rb-plugin *){flex-grow:1;margin-bottom:0;margin-right:.5rem}}.squiz-pb-scope .squiz-rb-scope .sds-checkbox-option__button:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *){background:#0774d2;border-color:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):after,.squiz-pb-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-pb-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):after{height:6px;transform:translate(-4.8px,-1px) rotate(-45deg)}.squiz-pb-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):before{height:12px;transform:translate(.3px,-6px) rotate(45deg)}.squiz-pb-scope .squiz-rb-scope .sds-radio-option__button:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:100%;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-radio-option__button:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-pb-scope .squiz-rb-scope .sds-radio-option__button.checked:not(.squiz-rb-plugin *){border-color:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-radio-option__button.checked:not(.squiz-rb-plugin *):before{background:#0774d2;border-radius:100%;content:" ";height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625rem}.squiz-pb-scope .squiz-rb-scope .sds-radio-option__button.disabled:not(.squiz-rb-plugin *){background-color:#ededed;cursor:not-allowed}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list:not(.squiz-rb-plugin *){min-height:2.75rem;padding:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list li:not(.squiz-rb-plugin *){margin:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip:not(.squiz-rb-plugin *){color:#3d3d3d;margin:0}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip.chip--default:not(.squiz-rb-plugin *){border:1px solid transparent}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip.sds-chip--invalid:not(.squiz-rb-plugin *){border:1px solid #d72321}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip.sds-chip--warning:not(.squiz-rb-plugin *){border:1px solid #e96900}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list li:last-child:not(.squiz-rb-plugin *){flex:1;min-width:33%}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list .sds-text-field input:not(.squiz-rb-plugin *){border:none;outline:none;padding-bottom:.25rem;padding-top:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list .sds-text-field input:focus:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-scope .squiz-rb-scope .sds-multi-chip-list__active:not(.squiz-rb-plugin *){border-radius:.25rem;box-shadow:0 0 0 2px #0774d2}.squiz-pb-scope .squiz-rb-scope .floating-text:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);color:#3d3d3d;cursor:pointer;margin-top:.5rem;padding:.5rem;position:absolute;z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-select-field:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-select-field--custom:not(.squiz-rb-plugin *){position:static}.squiz-pb-scope .squiz-rb-scope .sds-select-field.active:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #0774d2}.squiz-pb-scope .squiz-rb-scope .sds-select-field.active svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-scope .squiz-rb-scope .sds-select-field button:not(.squiz-rb-plugin *){padding-right:2.5rem;text-align:left}.squiz-pb-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem 1.5rem .375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:disabled:not(.squiz-rb-plugin *){background:#ededed;border-radius:0;color:#949494}.squiz-pb-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:disabled+.sds-select-field__icon svg:not(.squiz-rb-plugin *){opacity:.3}.squiz-pb-scope .squiz-rb-scope .sds-select-field .sds-select-field__button.readonly:not(.squiz-rb-plugin *){background:rgba(0,0,0,.04)}.squiz-pb-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:not(.placeholder,.readonly):not(.squiz-rb-plugin *){font-weight:600}.squiz-pb-scope .squiz-rb-scope .sds-select-field .sds-select-field__button.placeholder:not(.squiz-rb-plugin *){color:#949494}.squiz-pb-scope .squiz-rb-scope .sds-select-field ul:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-select-field ul button:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-select-field ul button:hover:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-scope .squiz-rb-scope .sds-select-field ul button:focus:not(.squiz-rb-plugin *){z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-select-field__icon:not(.squiz-rb-plugin *){pointer-events:none;position:absolute;right:.25rem;top:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-select-field__icon svg:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-pb-scope .squiz-rb-scope .sds-select-field__options:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:6px;max-height:12rem;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-text-field.sds-field-icon input:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-pb-scope .squiz-rb-scope .sds-text-field.sds-field-error input:not(.squiz-rb-plugin *){padding-right:2rem}.squiz-pb-scope .squiz-rb-scope .sds-text-field label:not(.squiz-rb-plugin *){color:#707070;display:block;font-weight:600;margin-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-text-field input:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-text-field textarea:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-text-field input:disabled:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-text-field textarea:disabled:not(.squiz-rb-plugin *){background:#ededed;border-radius:0;color:#949494;cursor:default;pointer-events:none}.squiz-pb-scope .squiz-rb-scope .sds-text-field textarea:not(.squiz-rb-plugin *){resize:vertical}.squiz-pb-scope .squiz-rb-scope .sds-text-field .sds-field-error__icon:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-text-field .sds-text-field__copy-icon:not(.squiz-rb-plugin *){align-items:center;display:flex;height:100%;padding:0 .25rem;position:absolute;right:0;top:0}.squiz-pb-scope .squiz-rb-scope .sds-text-field:has(.sds-text-field__copy-icon) input:not(.squiz-rb-plugin *){padding-right:2rem}.squiz-pb-scope .squiz-rb-scope .sds-text-field.readonly input:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-text-field.readonly textarea:not(.squiz-rb-plugin *){background:rgba(0,0,0,.04);color:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-text-field__icon:not(.squiz-rb-plugin *){align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}.squiz-pb-scope .squiz-rb-scope span.sds-toggle-button:not(.squiz-rb-plugin *){display:block;opacity:.5}.squiz-pb-scope .squiz-rb-scope .sds-toggle:not(.squiz-rb-plugin *){background:#bababa;border-radius:.625rem;height:1.25rem;padding:0;position:relative;width:2.25rem}.squiz-pb-scope .squiz-rb-scope .sds-toggle.active:not(.squiz-rb-plugin *){background:#0774d2}.squiz-pb-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *){height:1.25rem;left:.25rem;position:absolute;top:0;width:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):after,.squiz-pb-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-pb-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):after{height:6px;transform:translate(-4.2px,-1.8px) rotate(-45deg)}.squiz-pb-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):before{height:10px;transform:translate(.3px,-5px) rotate(45deg)}.squiz-pb-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-disc:not(.squiz-rb-plugin *){left:calc(100% - 1.125rem)}.squiz-pb-scope .squiz-rb-scope button.sds-toggle-button:not(.squiz-rb-plugin *){padding:.5rem}.squiz-pb-scope .squiz-rb-scope button.sds-toggle-button:focus:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-scope .squiz-rb-scope button.sds-toggle-button:focus .sds-toggle:not(.squiz-rb-plugin *):after{border-radius:.75rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + .25rem);left:-2px;position:absolute;top:-2px;width:calc(100% + .25rem)}.squiz-pb-scope .squiz-rb-scope button.sds-toggle-button:focus:not(:focus-visible) .sds-toggle:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-scope .squiz-rb-scope .sds-toggle-disc:not(.squiz-rb-plugin *){background:#fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);height:1rem;left:.125rem;position:absolute;top:.125rem;transition:all .3s ease;width:1rem}.squiz-pb-scope .squiz-rb-scope .sds-form-control-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-form-control-item:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-form-control-item:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope .sds-form-control-option:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .sds-form-control-option.disabled .sds-form-control-label:not(.squiz-rb-plugin *){opacity:.75}.squiz-pb-scope .squiz-rb-scope .sds-form-control-option.disabled .sds-checkbox-option__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-form-control-option.disabled .sds-radio-option__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-form-control-option.readOnly .sds-checkbox-option__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-form-control-option.readOnly .sds-radio-option__button:not(.squiz-rb-plugin *){opacity:.5}.squiz-pb-scope .squiz-rb-scope .sds-form-control-heading:not(.squiz-rb-plugin *){color:#2b2b2b;display:block;font-weight:600;margin-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-form-control-text:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-form-control-label:not(.squiz-rb-plugin *){color:#3d3d3d;flex-grow:1;text-align:left;word-break:break-word}.squiz-pb-scope .squiz-rb-scope .sds-form-control--prominent .sds-form-control-item:not(.squiz-rb-plugin *){margin-bottom:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-form-control--prominent .sds-form-control-item:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-moz-placeholder{color:#949494}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::placeholder{color:#949494}.squiz-pb-scope .squiz-rb-scope .sds-field-container:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;padding:1rem}.squiz-pb-scope .squiz-rb-scope .sds-form-label:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-form-label.sds-form-label--visible:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .form--dark .sds-form-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .sds-form-field:not(.squiz-rb-plugin *){margin-bottom:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-form-field:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope .sds-form-field[disabled] .sds-form-input:not(.squiz-rb-plugin *){background:#ededed}.squiz-pb-scope .squiz-rb-scope .sds-form-field[icon] .sds-form-input:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-scope .squiz-rb-scope .sds-form-field.sds-form-field--inline:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-form-field.sds-form-field--inline .sds-form-label:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-form-field.sds-form-field--inline .sds-form-label.sds-form-label--visible:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope .sds-form-input:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-form-input--custom:not(.squiz-rb-plugin *){position:static}.squiz-pb-scope .squiz-rb-scope .sds-form-input.readonly:not(.squiz-rb-plugin *){border:transparent}.squiz-pb-scope .squiz-rb-scope .sds-form-toggle:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .sds-field-error__icon .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-field-error__message:not(.squiz-rb-plugin *){color:#d72321;font-size:.8125rem;margin-top:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-field-note:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;margin-top:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-grid:not(.squiz-rb-plugin *){display:grid;gap:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-link-wrapper:not(.squiz-rb-plugin *){display:inline;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-link-icon:not(.squiz-rb-plugin *){height:100%;left:0;position:absolute;top:0}.squiz-pb-scope .squiz-rb-scope .sds-link-icon svg:not(.squiz-rb-plugin *){height:100%}.squiz-pb-scope .squiz-rb-scope .sds-link-icon~span:not(.squiz-rb-plugin *){padding-left:1.75rem}.squiz-pb-scope .squiz-rb-scope .sds-link.link--standalone:not(.squiz-rb-plugin *){color:#707070;text-decoration:none}.squiz-pb-scope .squiz-rb-scope .sds-link.link--standalone:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-scope .squiz-rb-scope .sds-link.link--paragraph:not(.squiz-rb-plugin *){color:currentcolor}.squiz-pb-scope .squiz-rb-scope .sds-link.link--paragraph:hover:not(.squiz-rb-plugin *){text-decoration:none}.squiz-pb-scope .squiz-rb-scope .sds-link-list__heading:not(.squiz-rb-plugin *){display:block;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-link-list__heading .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-link-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-link-list li:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0}.squiz-pb-scope .squiz-rb-scope .sds-link-list li:first-child:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0}.squiz-pb-scope .squiz-rb-scope .sds-link-list .sds-link-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .sds-link-list .sds-link:not(.squiz-rb-plugin *){color:#3d3d3d;padding:.75rem 0;text-decoration:none;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-link-list .sds-link:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-scope .squiz-rb-scope .sds-link-list .sds-link-text:not(.squiz-rb-plugin *){display:block}.squiz-pb-scope .squiz-rb-scope .sds-loader:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .sds-loader-message:not(.squiz-rb-plugin *){max-width:15.75rem;padding-top:1.5rem;text-align:center}.squiz-pb-scope .squiz-rb-scope .sds-overlay:not(.squiz-rb-plugin *){background:rgba(0,0,0,.5);height:calc(100vh - 56px);position:absolute;top:56px;width:100%;z-index:10}.squiz-pb-scope .squiz-rb-scope .sds-overlay.overlay--fullscreen:not(.squiz-rb-plugin *){height:100vh;top:0}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__percentage:not(.squiz-rb-plugin *){color:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__indicator:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--very-high .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--high .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#e96900}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--moderate .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#efb324}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--low .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#098934}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar:not(.squiz-rb-plugin *){background:#ededed;border-radius:.5rem;height:.5rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar__indicator:not(.squiz-rb-plugin *){border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:50%}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar__stats:not(.squiz-rb-plugin *){display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-progress-bar__current-value:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-progress-bar__percentage:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-scope .squiz-rb-scope .sds-row:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:1rem}.squiz-pb-scope .squiz-rb-scope .sds-row__title:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-row__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-row__title:last-child:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-row__title:only-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-1:not(.squiz-rb-plugin *){font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:1.75rem;margin-top:1.75rem}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-1 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-2:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-2 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-3:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-3 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-4:not(.squiz-rb-plugin *){font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-4 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-5:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-5 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-6:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-heading--level-6 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-text--sm-regular:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .sds-text--sm-semibold:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .sds-text--sm-bold:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .sds-text--md-regular:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-text--md-semibold:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-text--md-bold:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-text--lg-regular:not(.squiz-rb-plugin *){font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-text--lg-semibold:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-text--lg-bold:not(.squiz-rb-plugin *){font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-text--xlg-regular:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:400;letter-spacing:-.4px;line-height:1.75rem}.squiz-pb-scope .squiz-rb-scope .sds-text--xlg-semibold:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-scope .squiz-rb-scope .sds-text--xlg-bold:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:700;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-scope .squiz-rb-scope .sds-transition--fade:not(.squiz-rb-plugin *){opacity:0;position:relative;transition:all 1s ease}.squiz-pb-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter:not(.squiz-rb-plugin *){opacity:0}.squiz-pb-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter-active:not(.squiz-rb-plugin *){opacity:1;transition:opacity .3s;z-index:100}.squiz-pb-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter-done:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-exit:not(.squiz-rb-plugin *){opacity:1}.squiz-pb-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-exit-active:not(.squiz-rb-plugin *){opacity:0;transition:opacity .6s;z-index:100}.squiz-pb-scope .squiz-rb-scope .sds-transition--slide-from-top-fade:not(.squiz-rb-plugin *){position:fixed;right:0;transition:all 1s ease;z-index:100}.squiz-pb-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter:not(.squiz-rb-plugin *){top:-100%}.squiz-pb-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-active:not(.squiz-rb-plugin *){top:0;transition:all .3s}.squiz-pb-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-done:not(.squiz-rb-plugin *){top:0}.squiz-pb-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit:not(.squiz-rb-plugin *){opacity:1;top:0}.squiz-pb-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit-active:not(.squiz-rb-plugin *){opacity:0;top:0;transition:all .6s}.squiz-pb-scope .squiz-rb-scope .sds-search-filter input:not(.squiz-rb-plugin *){padding:.5rem .5rem .5rem 3rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-item.active:not(.squiz-rb-plugin *){position:relative}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-item.active:not(.squiz-rb-plugin *):before{background:#2b2b2b;border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;width:3px;z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-item.active .sds-sidenav-link:not(.squiz-rb-plugin *){color:#3d3d3d;font-weight:700}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-item.active .sds-sidenav-link svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){color:#707070;display:flex;margin:.125rem;padding:1rem 0 1rem 1rem;text-align:left;width:calc(100% - .25rem)}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link:focus:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link:hover:not(.squiz-rb-plugin *){background:#ededed;border-radius:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link .svg-wrapper:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link.active .sds-sidenav-submenu__toggle svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link.active+.sds-sidenav-submenu:not(.squiz-rb-plugin *){display:block;height:auto}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-label:not(.squiz-rb-plugin *){display:inline-block;padding-right:1rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu__toggle--top:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu__toggle--sub:not(.squiz-rb-plugin *){margin-top:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu__toggle svg:not(.squiz-rb-plugin *){transform:rotate(-90deg);transition:transform .3s ease}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu:not(.squiz-rb-plugin *){display:none;height:0;list-style-type:none;margin:0;overflow:hidden;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu .svg-wrapper:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu .svg-wrapper svg:not(.squiz-rb-plugin *){height:1rem;width:1rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu .sds-sidenav-link:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-submenu .sds-sidenav-submenu .sds-sidenav-link:not(.squiz-rb-plugin *){padding-left:4.5rem}@media screen and (max-width:1024px){.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}}@media screen and (min-width:1024px){.squiz-pb-scope .squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.5rem;padding:.625rem 0 .625rem 1rem}}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-section:not(.squiz-rb-plugin *){align-items:center;display:flex;padding:1rem 1.25rem;text-transform:uppercase}.squiz-pb-scope .squiz-rb-scope .sds-sidenav:not(.squiz-rb-plugin *){background:#f5f5f5;color:#707070;overflow-y:auto;padding:1rem 0}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-mobile:not(.squiz-rb-plugin *){left:0;position:fixed;top:56px;width:100%;z-index:10}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-mobile .sds-sidenav:not(.squiz-rb-plugin *){height:calc(100vh - 56px)}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-tablet:not(.squiz-rb-plugin *){background:rgba(0,0,0,.5);display:flex;height:calc(100vh - 56px);left:0;position:absolute;top:100%;width:100%;z-index:10}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(-100%)}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter-active .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(0);transition:transform .3s}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter-done .sds-sidenav:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-exit .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(0)}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-exit-active .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(-100%);transition:transform .6s}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-tablet .sds-sidenav:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0;flex-shrink:0}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-bg:not(.squiz-rb-plugin *){width:100%}@media screen and (min-width:768px){.squiz-pb-scope .squiz-rb-scope .sds-sidenav:not(.squiz-rb-plugin *){height:100%;width:260px}}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher .sds-button.button--icon:not(.squiz-rb-plugin *){margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button.active rect:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button:hover rect:not(.squiz-rb-plugin *){fill-opacity:.6}.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button.active path:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button:hover path:not(.squiz-rb-plugin *){fill-opacity:1}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){margin-left:.75rem;margin-right:0}}@media screen and (min-width:576px){.squiz-pb-scope .squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){margin-left:.25rem;margin-right:.75rem}}.squiz-pb-scope .squiz-rb-scope .sds-skip-links__list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-skip-links__button:not(.squiz-rb-plugin *){color:#707070;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-skip-links__button:active:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-skip-links__button:focus-within:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-skip-links__button:focus:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-skip-links__button:hover:not(.squiz-rb-plugin *){background:#ededed}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list.presentation-only .sds-sortable-list__item-content:not(.squiz-rb-plugin *){margin-right:unset}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__item:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.5rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__item:last-of-type:not(.squiz-rb-plugin *):before{content:none}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__list--dragging .sds-sortable-list__item-dots:not(.squiz-rb-plugin *){display:none}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__list--dragging .sds-tooltip:not(.squiz-rb-plugin *){visibility:hidden}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__item-content:not(.squiz-rb-plugin *){display:flex;flex-direction:row;gap:.5rem;width:100%}@media screen and (min-width:576px){.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__item-content:not(.squiz-rb-plugin *){gap:1rem}}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list .sds-tooltip__wrapper:not(.squiz-rb-plugin *){height:-moz-min-content;height:min-content}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list .sds-tooltip__wrapper:has(.sds-sortable-list__item-remove):not(.squiz-rb-plugin *){position:absolute;right:1rem;top:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__item-drag-btn:not(.squiz-rb-plugin *){align-self:baseline}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__item-drag-btn svg:not(.squiz-rb-plugin *){height:1.5rem;width:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list__item-drag-btn--disabled:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-rb-scope .sds-sortable-list--presentation-grey-box .sds-sortable-list__item-content:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;padding:.375rem .625rem}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item button:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:1px solid #ededed;border-bottom:none;border-radius:.25rem;border-radius:0;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.625rem;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item button:hover:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item button:focus:not(.squiz-rb-plugin *){z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item button span:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item:first-child button:not(.squiz-rb-plugin *){border-radius:.25rem .25rem 0 0}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item:last-child button:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;border-radius:0 0 .25rem .25rem}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__icon:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__check:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__check svg:not(.squiz-rb-plugin *){height:24px;width:24px}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__check path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__launcher:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__icon:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__chevron:not(.squiz-rb-plugin *){margin-left:auto;pointer-events:none}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__chevron svg:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-pb-scope .squiz-rb-scope .sds-source-selector.active .sds-source-selector__launcher .sds-source-selector__chevron svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-scope .squiz-rb-scope .sds-source-selector:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-source-selector ul:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-source-selector__panel:not(.squiz-rb-plugin *){background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:.25rem;margin-top:6px;max-height:12rem;overflow-y:auto;padding:.5rem;position:absolute;top:100%;width:100%;z-index:1}.squiz-pb-scope .squiz-rb-scope .sds-spinner:not(.squiz-rb-plugin *){align-items:center;animation:spinner-border .8s linear infinite both;border-radius:50%;color:currentcolor;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-spinner.spinner--lg:not(.squiz-rb-plugin *){border:.1875rem solid;border-right:.1875rem solid transparent;height:3rem;width:3rem}.squiz-pb-scope .squiz-rb-scope .sds-spinner.spinner--regular:not(.squiz-rb-plugin *){border:.1875rem solid;border-right:.1875rem solid transparent;height:2rem;width:2rem}.squiz-pb-scope .squiz-rb-scope .sds-spinner.spinner--sm:not(.squiz-rb-plugin *){border:.125rem solid;border-right:.125rem solid transparent;height:1.25rem;width:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-spinner.spinner--xs:not(.squiz-rb-plugin *){border:.125rem solid;border-right:.125rem solid transparent;height:1rem;width:1rem}.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;overflow-x:auto;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--sortable .sds-table th:hover:not(.squiz-rb-plugin *){background-color:#d4d4d4;border-radius:0;cursor:pointer}.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__th-content:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__th:not(.squiz-rb-plugin *){font-size:.8125rem;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__pagination:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--slim td:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--slim th:not(.squiz-rb-plugin *){padding-bottom:.5rem;padding-top:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--slim td:not(.squiz-rb-plugin *){vertical-align:top}.squiz-pb-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__pagination-options:not(.squiz-rb-plugin *){height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-table table:not(.squiz-rb-plugin *){background:#fff;border:none;border-collapse:collapse;border-spacing:0;display:table;position:relative;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-table thead:not(.squiz-rb-plugin *){background:#ededed;color:#707070}.squiz-pb-scope .squiz-rb-scope .sds-table th:not(.squiz-rb-plugin *){background:#ededed;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;transition:all .3s ease}.squiz-pb-scope .squiz-rb-scope .sds-table th:focus:not(.squiz-rb-plugin *){border-radius:0;box-shadow:none}.squiz-pb-scope .squiz-rb-scope .sds-table th:focus .sds-table__th-content:not(.squiz-rb-plugin *):after{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + 2px);left:-2px;position:absolute;top:-1px;width:calc(100% + .25rem)}.squiz-pb-scope .squiz-rb-scope .sds-table th:focus:not(:focus-visible) .sds-table__th-content:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-scope .squiz-rb-scope .sds-table .sds-table__th-content:not(.squiz-rb-plugin *){display:inline-flex;line-height:1.5rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-table td:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-table th:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;color:#3d3d3d;padding:1.25rem 1rem;text-align:left}.squiz-pb-scope .squiz-rb-scope .sds-table tr:last-child td:not(.squiz-rb-plugin *){border-bottom:none}.squiz-pb-scope .squiz-rb-scope .sds-table__pagination:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.squiz-pb-scope .squiz-rb-scope .sds-table__pagination-options:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-table__page-select:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;font-weight:600;margin-left:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-table__navigator:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-table__navigator button[disabled]:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-rb-scope .sds-table__navigator button:not(.squiz-rb-plugin *){border-radius:.25rem;transition:all .3s ease}.squiz-pb-scope .squiz-rb-scope .sds-table__navigator button svg:not(.squiz-rb-plugin *){height:1.25rem}.squiz-pb-scope .squiz-rb-scope .sds-table__navigator button:hover:not(.squiz-rb-plugin *){background:#e6e6e6}.squiz-pb-scope .squiz-rb-scope .sds-table__row-range:not(.squiz-rb-plugin *){display:block;margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-table__search:not(.squiz-rb-plugin *){display:flex;margin-bottom:1rem}.squiz-pb-scope .squiz-rb-scope .sds-table__search .sds-form-field:not(.squiz-rb-plugin *){width:15.625rem}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .sds-table__search .sds-form-field:not(.squiz-rb-plugin *){width:100%}.squiz-pb-scope .squiz-rb-scope .sds-table__pagination:not(.squiz-rb-plugin *){align-items:flex-start;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .sds-table__pagination-options:not(.squiz-rb-plugin *){margin-bottom:1rem}}.squiz-pb-scope .squiz-rb-scope .sds-tabs-outer-button:not(.squiz-rb-plugin *){position:absolute;right:0;top:-3.4375rem}.squiz-pb-scope .squiz-rb-scope .sds-tabs-list:not(.squiz-rb-plugin *){align-items:center;border-bottom:1px solid rgba(43,43,43,.1);display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .sds-tabs-item:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-tabs-item button:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding:.5rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-tabs-item button:not(.squiz-rb-plugin *):after{background:transparent;border-radius:.125rem .125rem 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-tabs-item button:hover:not(.squiz-rb-plugin *):after{background:#bababa}.squiz-pb-scope .squiz-rb-scope .sds-tabs-item.active button:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-scope .squiz-rb-scope .sds-tabs-item.active button:not(.squiz-rb-plugin *):after{background:#2b2b2b}.squiz-pb-scope .squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){padding:1rem;position:relative;right:0;top:57px;z-index:8}.squiz-pb-scope .squiz-rb-scope .sds-toast:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);display:inline-flex;min-width:17rem;padding:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-toast-icon:not(.squiz-rb-plugin *){align-self:flex-start;margin-right:.875rem}.squiz-pb-scope .squiz-rb-scope .sds-toast-content:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-scope .squiz-rb-scope .sds-toast-message a:not(.squiz-rb-plugin *){color:#0774d2;font-style:italic;text-decoration:none}.squiz-pb-scope .squiz-rb-scope .sds-toast-message a:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-scope .squiz-rb-scope .sds-toast-title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-toast-close:not(.squiz-rb-plugin *){align-self:flex-start;margin-left:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-toast-close:hover .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-toast-type--success .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-scope .squiz-rb-scope .sds-toast-type--info .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-scope .squiz-rb-scope .sds-toast-type--warning .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-pb-scope .squiz-rb-scope .sds-toast-type--danger .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-scope .squiz-rb-scope .sds-toast-type--loading .sds-toast-icon:not(.squiz-rb-plugin *){margin-top:.125rem}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .sds-toast:not(.squiz-rb-plugin *){width:100%}.squiz-pb-scope .squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){padding:0;right:1.5rem;top:1.5rem;width:calc(100vw - 3rem)}}@media screen and (min-width:768px){.squiz-pb-scope .squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){max-width:28.25rem}}.squiz-pb-scope .squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){align-items:center;background:#26324b;display:flex;max-height:56px;padding:.5rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-branding:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-logo:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper:not(.squiz-rb-plugin *){align-items:center;display:flex;height:2.125rem;justify-content:center;width:2.125rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper svg:not(.squiz-rb-plugin *){fill:none}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-branding__text:not(.squiz-rb-plugin *){color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-right:1rem;min-width:-moz-fit-content;min-width:fit-content}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-client:not(.squiz-rb-plugin *){color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-left:1rem;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-client>div:not(.squiz-rb-plugin *):before,.squiz-pb-scope .squiz-rb-scope .sds-toolbar-client>span:not(.squiz-rb-plugin *):before{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";height:1.875rem;left:-1rem;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-content:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-tools:not(.squiz-rb-plugin *){align-items:center;background:rgba(29,155,226,.16);border-radius:.25rem;color:rgba(0,0,0,.7);display:flex;height:2.5rem;margin-left:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-tools .sds-dropdown:not(.squiz-rb-plugin *){z-index:20}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-menus .sds-button:not(.squiz-rb-plugin *){padding:.5rem .375rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-menus .sds-dropdown-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.6);transition:all .3s ease}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon:hover svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-menus__list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0 .375rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-user__wrapper:not(.squiz-rb-plugin *){position:relative}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-user__wrapper:not(.squiz-rb-plugin *):before{background-color:#26324b;border-radius:.25rem;content:"";height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-user:not(.squiz-rb-plugin *){margin-left:.125rem;padding:0 .375rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-user .sds-avatar:not(.squiz-rb-plugin *){background-color:#fff;color:#26324b}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-user .sds-button:not(.squiz-rb-plugin *){padding:.375rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-user .sds-user-name:not(.squiz-rb-plugin *){color:#fff}@media screen and (max-width:575px){.squiz-pb-scope .squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){padding:.6875rem .75rem}.squiz-pb-scope .squiz-rb-scope .sds-toolbar-tools:not(.squiz-rb-plugin *){display:none}}@media screen and (min-width:1024px){.squiz-pb-scope .squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){padding-left:.75rem}}.squiz-pb-scope .squiz-rb-scope .sds-tooltip__wrapper:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-tooltip__wrapper:hover .sds-tooltip:not(.squiz-rb-plugin *){display:block}.squiz-pb-scope .squiz-rb-scope .sds-tooltip:not(.squiz-rb-plugin *){display:none;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;position:absolute;width:-moz-max-content;width:max-content}.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--bottom:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--top:not(.squiz-rb-plugin *){left:50%;transform:translateX(-50%)}.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--left:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--right:not(.squiz-rb-plugin *){top:50%;transform:translateY(-50%)}.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--bottom:not(.squiz-rb-plugin *){padding-top:.25rem;top:100%}.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--left:not(.squiz-rb-plugin *){padding-right:.25rem;right:100%}.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--right:not(.squiz-rb-plugin *){left:100%;padding-left:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-tooltip.position--top:not(.squiz-rb-plugin *){bottom:100%;padding-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-tooltip__label:not(.squiz-rb-plugin *){background-color:#2b2b2b;border-radius:.25rem;color:#fff;padding:.125rem .5rem}.squiz-pb-scope .squiz-rb-scope .sds-user:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .sds-user-avatar+.sds-user-name:not(.squiz-rb-plugin *){margin-top:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-user-name:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;overflow-x:hidden;text-align:center;text-overflow:ellipsis}.squiz-pb-scope .squiz-rb-scope .dashboard-summary:not(.squiz-rb-plugin *){background:#ededed;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.squiz-pb-scope .squiz-rb-scope .dashboard-summary__content:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;padding:1rem 1.5rem}.squiz-pb-scope .squiz-rb-scope .dashboard-summary__content-grid:not(.squiz-rb-plugin *){display:grid;gap:32px 56px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item hr:not(.squiz-rb-plugin *){background:#e0e0e0;border:0;height:1px;margin:.75rem 0;padding:0}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__title:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.5rem;margin:0}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__description:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.5rem}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__count:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:2rem;padding:.75rem 0;vertical-align:middle}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__trend:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-wrap:wrap}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__trend>:first-child:not(.squiz-rb-plugin *){margin-right:.25rem}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__trend>:nth-child(2):not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__trend-icon:not(.squiz-rb-plugin *){vertical-align:middle}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *){display:block}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__trend-description:not(.squiz-rb-plugin *){text-wrap:nowrap;color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .down.inverted .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .down.inverted .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .up .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .up .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#098934;color:#098934}.squiz-pb-scope .squiz-rb-scope .down .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .down .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .up.inverted .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .up.inverted .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#d72321;color:#d72321}.squiz-pb-scope .squiz-rb-scope .flat .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .flat .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#707070;color:#707070}.squiz-pb-scope .squiz-rb-scope .dashboard-summary-item__help-icon svg:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:100%;height:22px;padding:.125rem;width:22px}.squiz-pb-scope .squiz-rb-scope .sds-popover:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-scope .squiz-rb-scope .sds-popover:hover .sds-popover__content-wrapper:not(.squiz-rb-plugin *){display:block}.squiz-pb-scope .squiz-rb-scope .sds-popover__content-wrapper:not(.squiz-rb-plugin *){border-radius:.25rem;bottom:calc(100% + 1rem);box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;height:-moz-fit-content;height:fit-content;position:absolute;right:50%;transform:translateX(50%);z-index:2}.squiz-pb-scope .squiz-rb-scope .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{background:#fff;bottom:0;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:15px;left:50%;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:15px;z-index:-1}.squiz-pb-scope .squiz-rb-scope .sds-popover__content:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;padding:1rem}.squiz-pb-scope .squiz-rb-scope .sds-popover__text:not(.squiz-rb-plugin *){display:block;width:100%}.squiz-pb-scope .squiz-rb-scope .sds-popover__title:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.squiz-pb-scope .squiz-rb-scope .sds-popover__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-scope .squiz-rb-scope .sds-popover--left .sds-popover__content-wrapper:not(.squiz-rb-plugin *){bottom:50%;right:calc(100% + 1rem);transform:translateY(50%)}.squiz-pb-scope .squiz-rb-scope .sds-popover--left .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{left:unset;right:0;top:50%;transform:translate(50%,-50%) rotate(45deg)}.squiz-pb-scope .squiz-rb-scope .sds-popover--right .sds-popover__content-wrapper:not(.squiz-rb-plugin *){bottom:50%;left:calc(100% + 1rem);transform:translateY(50%)}.squiz-pb-scope .squiz-rb-scope .sds-popover--right .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{left:0;right:unset;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.squiz-pb-scope .squiz-rb-scope .sds-popover--bottom .sds-popover__content-wrapper:not(.squiz-rb-plugin *){top:calc(100% + 1rem);transform:translateX(50%)}.squiz-pb-scope .squiz-rb-scope .sds-popover--bottom .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{bottom:unset;left:50%;right:unset;top:0;transform:translate(-50%,-50%) rotate(45deg)}.squiz-pb-scope .squiz-rb-scope .sds-popover--small .sds-popover__content-wrapper:not(.squiz-rb-plugin *){width:260px}.squiz-pb-scope .squiz-rb-scope .sds-popover--medium .sds-popover__content-wrapper:not(.squiz-rb-plugin *){width:400px}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list.presentation-only .sds-sequence-list__item-content:not(.squiz-rb-plugin *){margin-right:unset}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;display:flex;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background-color .3s ease-in}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item--dragging:not(.squiz-rb-plugin *){background-color:#e0e0e0}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item:last-of-type:not(.squiz-rb-plugin *):before{content:none}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.75rem;list-style-type:none}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__list--dragging .sds-sequence-list__item-dots:not(.squiz-rb-plugin *){display:none}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__list--dragging .sds-tooltip:not(.squiz-rb-plugin *){visibility:hidden}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-content:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.5rem;margin-right:1.5rem;width:100%}@media screen and (min-width:576px){.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-content:not(.squiz-rb-plugin *){flex-direction:row;gap:1rem;justify-content:space-evenly}}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-content .sds-form-field:not(.squiz-rb-plugin *){width:100%}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list .sds-tooltip__wrapper:not(.squiz-rb-plugin *){height:-moz-min-content;height:min-content}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list .sds-tooltip__wrapper:has(.sds-sequence-list__item-remove):not(.squiz-rb-plugin *){position:absolute;right:1rem;top:.75rem}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-remove--disabled:not(.squiz-rb-plugin *){cursor:not-allowed;opacity:.5}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-dots:not(.squiz-rb-plugin *){left:-30px;position:absolute;width:.25rem}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-index-mark:not(.squiz-rb-plugin *){background-color:#f5bb8c;border-radius:100%;display:grid;font-size:.875rem;font-weight:400;height:2rem;left:-.75rem;letter-spacing:-.2px;line-height:1.25rem;place-items:center;position:absolute;top:50%;transform:translate(-100%,-50%);width:2rem}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-drag-btn:not(.squiz-rb-plugin *){align-self:baseline}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-drag-btn svg:not(.squiz-rb-plugin *){height:1.5rem;width:1.5rem}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__item-drag-btn--disabled:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list__add-item-btn:not(.squiz-rb-plugin *){align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;letter-spacing:-.2px;line-height:1.25rem;margin-left:3rem}.squiz-pb-scope .squiz-rb-scope .sds-sequence-list .simple-list:not(.squiz-rb-plugin *){padding-inline-start:0}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *):before{border:0 solid #ededed;box-sizing:border-box}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *):before{--tw-content:""}.squiz-pb-scope .squiz-rb-scope html:not(.squiz-rb-plugin *){-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-pb-scope .squiz-rb-scope body:not(.squiz-rb-plugin *){line-height:inherit;margin:0}.squiz-pb-scope .squiz-rb-scope hr:not(.squiz-rb-plugin *){border-top-width:1px;color:inherit;height:0}.squiz-pb-scope .squiz-rb-scope abbr:where([title]):not(.squiz-rb-plugin *){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-pb-scope .squiz-rb-scope h1:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h2:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h3:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h4:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h5:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h6:not(.squiz-rb-plugin *){font-size:inherit;font-weight:inherit}.squiz-pb-scope .squiz-rb-scope a:not(.squiz-rb-plugin *){color:inherit;text-decoration:inherit}.squiz-pb-scope .squiz-rb-scope b:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope strong:not(.squiz-rb-plugin *){font-weight:bolder}.squiz-pb-scope .squiz-rb-scope code:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope kbd:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope pre:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope samp:not(.squiz-rb-plugin *){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-pb-scope .squiz-rb-scope small:not(.squiz-rb-plugin *){font-size:80%}.squiz-pb-scope .squiz-rb-scope sub:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope sup:not(.squiz-rb-plugin *){font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-pb-scope .squiz-rb-scope sub:not(.squiz-rb-plugin *){bottom:-.25em}.squiz-pb-scope .squiz-rb-scope sup:not(.squiz-rb-plugin *){top:-.5em}.squiz-pb-scope .squiz-rb-scope table:not(.squiz-rb-plugin *){border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-pb-scope .squiz-rb-scope button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope input:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope optgroup:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope select:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *){color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope select:not(.squiz-rb-plugin *){text-transform:none}.squiz-pb-scope .squiz-rb-scope [type=button]:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope [type=reset]:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope [type=submit]:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope button:not(.squiz-rb-plugin *){-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-pb-scope .squiz-rb-scope :-moz-focusring:not(.squiz-rb-plugin *){outline:auto}.squiz-pb-scope .squiz-rb-scope :-moz-ui-invalid:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-scope .squiz-rb-scope progress:not(.squiz-rb-plugin *){vertical-align:baseline}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-inner-spin-button,.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-outer-spin-button{height:auto}.squiz-pb-scope .squiz-rb-scope [type=search]:not(.squiz-rb-plugin *){-webkit-appearance:textfield;outline-offset:-2px}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-search-decoration{-webkit-appearance:none}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-pb-scope .squiz-rb-scope summary:not(.squiz-rb-plugin *){display:list-item}.squiz-pb-scope .squiz-rb-scope blockquote:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope dd:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope dl:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope figure:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h1:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h2:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h3:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h4:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h5:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope h6:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope hr:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope p:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope pre:not(.squiz-rb-plugin *){margin:0}.squiz-pb-scope .squiz-rb-scope fieldset:not(.squiz-rb-plugin *){margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope legend:not(.squiz-rb-plugin *){padding:0}.squiz-pb-scope .squiz-rb-scope menu:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope ol:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope ul:not(.squiz-rb-plugin *){list-style:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *){resize:vertical}.squiz-pb-scope .squiz-rb-scope input:not(.squiz-rb-plugin *)::-moz-placeholder,.squiz-pb-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *)::-moz-placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-rb-scope input:not(.squiz-rb-plugin *)::placeholder,.squiz-pb-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *)::placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-rb-scope [role=button]:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope button:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-scope .squiz-rb-scope :disabled:not(.squiz-rb-plugin *){cursor:default}.squiz-pb-scope .squiz-rb-scope audio:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope canvas:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope embed:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope iframe:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope img:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope object:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope video:not(.squiz-rb-plugin *){display:block;vertical-align:middle}.squiz-pb-scope .squiz-rb-scope img:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope video:not(.squiz-rb-plugin *){height:auto;max-width:100%}.squiz-pb-scope .squiz-rb-scope [hidden]:not(.squiz-rb-plugin *){display:none}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *):before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){width:100%}@media (min-width:640px){.squiz-pb-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:640px}}@media (min-width:768px){.squiz-pb-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:768px}}@media (min-width:1024px){.squiz-pb-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1024px}}@media (min-width:1280px){.squiz-pb-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1280px}}@media (min-width:1536px){.squiz-pb-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1536px}}.squiz-pb-scope .squiz-rb-scope .sr-only:not(.squiz-rb-plugin *){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-scope .squiz-rb-scope .visible:not(.squiz-rb-plugin *){visibility:visible}.squiz-pb-scope .squiz-rb-scope .fixed:not(.squiz-rb-plugin *){position:fixed}.squiz-pb-scope .squiz-rb-scope .absolute:not(.squiz-rb-plugin *){position:absolute}.squiz-pb-scope .squiz-rb-scope .relative:not(.squiz-rb-plugin *){position:relative}.squiz-pb-scope .squiz-rb-scope .inset-0:not(.squiz-rb-plugin *){inset:0}.squiz-pb-scope .squiz-rb-scope .-right-8:not(.squiz-rb-plugin *){right:-2rem}.squiz-pb-scope .squiz-rb-scope .bottom-0:not(.squiz-rb-plugin *){bottom:0}.squiz-pb-scope .squiz-rb-scope .left-1:not(.squiz-rb-plugin *){left:.25rem}.squiz-pb-scope .squiz-rb-scope .right-0:not(.squiz-rb-plugin *){right:0}.squiz-pb-scope .squiz-rb-scope .right-2:not(.squiz-rb-plugin *){right:.5rem}.squiz-pb-scope .squiz-rb-scope .right-3:not(.squiz-rb-plugin *){right:.75rem}.squiz-pb-scope .squiz-rb-scope .right-4:not(.squiz-rb-plugin *){right:1rem}.squiz-pb-scope .squiz-rb-scope .right-5:not(.squiz-rb-plugin *){right:1.25rem}.squiz-pb-scope .squiz-rb-scope .top-0:not(.squiz-rb-plugin *){top:0}.squiz-pb-scope .squiz-rb-scope .top-3:not(.squiz-rb-plugin *){top:.75rem}.squiz-pb-scope .squiz-rb-scope .top-\[calc\(100\%\+8px\)\]:not(.squiz-rb-plugin *){top:calc(100% + 8px)}.squiz-pb-scope .squiz-rb-scope .z-50:not(.squiz-rb-plugin *){z-index:50}.squiz-pb-scope .squiz-rb-scope .z-\[9998\]:not(.squiz-rb-plugin *){z-index:9998}.squiz-pb-scope .squiz-rb-scope .z-\[9999\]:not(.squiz-rb-plugin *){z-index:9999}.squiz-pb-scope .squiz-rb-scope .col-start-2:not(.squiz-rb-plugin *){grid-column-start:2}.squiz-pb-scope .squiz-rb-scope .col-end-2:not(.squiz-rb-plugin *){grid-column-end:2}.squiz-pb-scope .squiz-rb-scope .m-1:not(.squiz-rb-plugin *){margin:.25rem}.squiz-pb-scope .squiz-rb-scope .m-2:not(.squiz-rb-plugin *){margin:.5rem}.squiz-pb-scope .squiz-rb-scope .m-20:not(.squiz-rb-plugin *){margin:5rem}.squiz-pb-scope .squiz-rb-scope .m-3:not(.squiz-rb-plugin *){margin:.75rem}.squiz-pb-scope .squiz-rb-scope .m-5:not(.squiz-rb-plugin *){margin:1.25rem}.squiz-pb-scope .squiz-rb-scope .mx-2:not(.squiz-rb-plugin *){margin-left:.5rem;margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .mx-20:not(.squiz-rb-plugin *){margin-left:5rem;margin-right:5rem}.squiz-pb-scope .squiz-rb-scope .mx-4:not(.squiz-rb-plugin *){margin-left:1rem;margin-right:1rem}.squiz-pb-scope .squiz-rb-scope .mx-5:not(.squiz-rb-plugin *){margin-left:1.25rem;margin-right:1.25rem}.squiz-pb-scope .squiz-rb-scope .my-4:not(.squiz-rb-plugin *){margin-bottom:1rem;margin-top:1rem}.squiz-pb-scope .squiz-rb-scope .mb-1:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .mb-2:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-pb-scope .squiz-rb-scope .ml-1:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-pb-scope .squiz-rb-scope .ml-4:not(.squiz-rb-plugin *){margin-left:1rem}.squiz-pb-scope .squiz-rb-scope .ml-\[6px\]:not(.squiz-rb-plugin *){margin-left:6px}.squiz-pb-scope .squiz-rb-scope .ml-auto:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-scope .squiz-rb-scope .mr-2:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-scope .squiz-rb-scope .mr-2\.5:not(.squiz-rb-plugin *){margin-right:.625rem}.squiz-pb-scope .squiz-rb-scope .mr-3:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-scope .squiz-rb-scope .mr-4:not(.squiz-rb-plugin *){margin-right:1rem}.squiz-pb-scope .squiz-rb-scope .mr-6:not(.squiz-rb-plugin *){margin-right:1.5rem}.squiz-pb-scope .squiz-rb-scope .mr-7:not(.squiz-rb-plugin *){margin-right:1.75rem}.squiz-pb-scope .squiz-rb-scope .mr-8:not(.squiz-rb-plugin *){margin-right:2rem}.squiz-pb-scope .squiz-rb-scope .mr-\[6px\]:not(.squiz-rb-plugin *){margin-right:6px}.squiz-pb-scope .squiz-rb-scope .mr-auto:not(.squiz-rb-plugin *){margin-right:auto}.squiz-pb-scope .squiz-rb-scope .mt-1:not(.squiz-rb-plugin *){margin-top:.25rem}.squiz-pb-scope .squiz-rb-scope .mt-20:not(.squiz-rb-plugin *){margin-top:5rem}.squiz-pb-scope .squiz-rb-scope .mt-3:not(.squiz-rb-plugin *){margin-top:.75rem}.squiz-pb-scope .squiz-rb-scope .mt-4:not(.squiz-rb-plugin *){margin-top:1rem}.squiz-pb-scope .squiz-rb-scope .mt-7:not(.squiz-rb-plugin *){margin-top:1.75rem}.squiz-pb-scope .squiz-rb-scope .line-clamp-2:not(.squiz-rb-plugin *){-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-pb-scope .squiz-rb-scope .inline-block:not(.squiz-rb-plugin *){display:inline-block}.squiz-pb-scope .squiz-rb-scope .\!inline:not(.squiz-rb-plugin *){display:inline!important}.squiz-pb-scope .squiz-rb-scope .inline:not(.squiz-rb-plugin *){display:inline}.squiz-pb-scope .squiz-rb-scope .flex:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .inline-flex:not(.squiz-rb-plugin *){display:inline-flex}.squiz-pb-scope .squiz-rb-scope .grid:not(.squiz-rb-plugin *){display:grid}.squiz-pb-scope .squiz-rb-scope .hidden:not(.squiz-rb-plugin *){display:none}.squiz-pb-scope .squiz-rb-scope .\!h-4:not(.squiz-rb-plugin *){height:1rem!important}.squiz-pb-scope .squiz-rb-scope .h-14:not(.squiz-rb-plugin *){height:3.5rem}.squiz-pb-scope .squiz-rb-scope .h-2:not(.squiz-rb-plugin *){height:.5rem}.squiz-pb-scope .squiz-rb-scope .h-36:not(.squiz-rb-plugin *){height:9rem}.squiz-pb-scope .squiz-rb-scope .h-4:not(.squiz-rb-plugin *){height:1rem}.squiz-pb-scope .squiz-rb-scope .h-5:not(.squiz-rb-plugin *){height:1.25rem}.squiz-pb-scope .squiz-rb-scope .h-6:not(.squiz-rb-plugin *){height:1.5rem}.squiz-pb-scope .squiz-rb-scope .h-9:not(.squiz-rb-plugin *){height:2.25rem}.squiz-pb-scope .squiz-rb-scope .h-\[36px\]:not(.squiz-rb-plugin *){height:36px}.squiz-pb-scope .squiz-rb-scope .h-\[50vh\]:not(.squiz-rb-plugin *){height:50vh}.squiz-pb-scope .squiz-rb-scope .h-\[56px\]:not(.squiz-rb-plugin *){height:56px}.squiz-pb-scope .squiz-rb-scope .h-full:not(.squiz-rb-plugin *){height:100%}.squiz-pb-scope .squiz-rb-scope .h-screen:not(.squiz-rb-plugin *){height:100vh}.squiz-pb-scope .squiz-rb-scope .max-h-80:not(.squiz-rb-plugin *){max-height:20rem}.squiz-pb-scope .squiz-rb-scope .min-h-\[290px\]:not(.squiz-rb-plugin *){min-height:290px}.squiz-pb-scope .squiz-rb-scope .min-h-\[320px\]:not(.squiz-rb-plugin *){min-height:320px}.squiz-pb-scope .squiz-rb-scope .min-h-\[44px\]:not(.squiz-rb-plugin *){min-height:44px}.squiz-pb-scope .squiz-rb-scope .min-h-\[64px\]:not(.squiz-rb-plugin *){min-height:64px}.squiz-pb-scope .squiz-rb-scope .min-h-\[68px\]:not(.squiz-rb-plugin *){min-height:68px}.squiz-pb-scope .squiz-rb-scope .min-h-full:not(.squiz-rb-plugin *){min-height:100%}.squiz-pb-scope .squiz-rb-scope .\!w-4:not(.squiz-rb-plugin *){width:1rem!important}.squiz-pb-scope .squiz-rb-scope .w-1\/2:not(.squiz-rb-plugin *){width:50%}.squiz-pb-scope .squiz-rb-scope .w-12:not(.squiz-rb-plugin *){width:3rem}.squiz-pb-scope .squiz-rb-scope .w-14:not(.squiz-rb-plugin *){width:3.5rem}.squiz-pb-scope .squiz-rb-scope .w-3\/4:not(.squiz-rb-plugin *){width:75%}.squiz-pb-scope .squiz-rb-scope .w-36:not(.squiz-rb-plugin *){width:9rem}.squiz-pb-scope .squiz-rb-scope .w-4:not(.squiz-rb-plugin *){width:1rem}.squiz-pb-scope .squiz-rb-scope .w-6:not(.squiz-rb-plugin *){width:1.5rem}.squiz-pb-scope .squiz-rb-scope .w-\[100\%\]:not(.squiz-rb-plugin *){width:100%}.squiz-pb-scope .squiz-rb-scope .w-\[200px\]:not(.squiz-rb-plugin *){width:200px}.squiz-pb-scope .squiz-rb-scope .w-\[204px\]:not(.squiz-rb-plugin *){width:204px}.squiz-pb-scope .squiz-rb-scope .w-\[320px\]:not(.squiz-rb-plugin *){width:320px}.squiz-pb-scope .squiz-rb-scope .w-\[400px\]:not(.squiz-rb-plugin *){width:400px}.squiz-pb-scope .squiz-rb-scope .w-\[56px\]:not(.squiz-rb-plugin *){width:56px}.squiz-pb-scope .squiz-rb-scope .w-\[calc\(100\%-2px\)\]:not(.squiz-rb-plugin *){width:calc(100% - 2px)}.squiz-pb-scope .squiz-rb-scope .w-full:not(.squiz-rb-plugin *){width:100%}.squiz-pb-scope .squiz-rb-scope .w-screen:not(.squiz-rb-plugin *){width:100vw}.squiz-pb-scope .squiz-rb-scope .max-w-\[200px\]:not(.squiz-rb-plugin *){max-width:200px}.squiz-pb-scope .squiz-rb-scope .max-w-\[400px\]:not(.squiz-rb-plugin *){max-width:400px}.squiz-pb-scope .squiz-rb-scope .max-w-\[50rem\]:not(.squiz-rb-plugin *){max-width:50rem}.squiz-pb-scope .squiz-rb-scope .max-w-\[52rem\]:not(.squiz-rb-plugin *){max-width:52rem}.squiz-pb-scope .squiz-rb-scope .flex-1:not(.squiz-rb-plugin *){flex:1 1 0%}.squiz-pb-scope .squiz-rb-scope .shrink-0:not(.squiz-rb-plugin *){flex-shrink:0}.squiz-pb-scope .squiz-rb-scope .grow:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-scope .squiz-rb-scope .grow-\[3\]:not(.squiz-rb-plugin *){flex-grow:3}.squiz-pb-scope .squiz-rb-scope .animate-spin:not(.squiz-rb-plugin *){animation:spin 1s linear infinite}.squiz-pb-scope .squiz-rb-scope .cursor-not-allowed:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-pb-scope .squiz-rb-scope .cursor-pointer:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-scope .squiz-rb-scope .grid-cols-\[24px_1fr_45px\]:not(.squiz-rb-plugin *){grid-template-columns:24px 1fr 45px}.squiz-pb-scope .squiz-rb-scope .flex-row:not(.squiz-rb-plugin *){flex-direction:row}.squiz-pb-scope .squiz-rb-scope .flex-col:not(.squiz-rb-plugin *){flex-direction:column}.squiz-pb-scope .squiz-rb-scope .items-center:not(.squiz-rb-plugin *){align-items:center}.squiz-pb-scope .squiz-rb-scope .items-stretch:not(.squiz-rb-plugin *){align-items:stretch}.squiz-pb-scope .squiz-rb-scope .justify-end:not(.squiz-rb-plugin *){justify-content:flex-end}.squiz-pb-scope .squiz-rb-scope .justify-center:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-scope .squiz-rb-scope .gap-1:not(.squiz-rb-plugin *){gap:.25rem}.squiz-pb-scope .squiz-rb-scope .gap-3:not(.squiz-rb-plugin *){gap:.75rem}.squiz-pb-scope .squiz-rb-scope .self-start:not(.squiz-rb-plugin *){align-self:flex-start}.squiz-pb-scope .squiz-rb-scope .self-center:not(.squiz-rb-plugin *){align-self:center}.squiz-pb-scope .squiz-rb-scope .justify-self-start:not(.squiz-rb-plugin *){justify-self:start}.squiz-pb-scope .squiz-rb-scope .overflow-hidden:not(.squiz-rb-plugin *){overflow:hidden}.squiz-pb-scope .squiz-rb-scope .overflow-y-auto:not(.squiz-rb-plugin *){overflow-y:auto}.squiz-pb-scope .squiz-rb-scope .overflow-y-hidden:not(.squiz-rb-plugin *){overflow-y:hidden}.squiz-pb-scope .squiz-rb-scope .overflow-y-scroll:not(.squiz-rb-plugin *){overflow-y:scroll}.squiz-pb-scope .squiz-rb-scope .truncate:not(.squiz-rb-plugin *){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .squiz-rb-scope .break-words:not(.squiz-rb-plugin *){overflow-wrap:break-word}.squiz-pb-scope .squiz-rb-scope .rounded:not(.squiz-rb-plugin *){border-radius:4px}.squiz-pb-scope .squiz-rb-scope .rounded-full:not(.squiz-rb-plugin *){border-radius:9999px}.squiz-pb-scope .squiz-rb-scope .rounded-lg:not(.squiz-rb-plugin *){border-radius:.5rem}.squiz-pb-scope .squiz-rb-scope .border:not(.squiz-rb-plugin *){border-width:1px}.squiz-pb-scope .squiz-rb-scope .border-0:not(.squiz-rb-plugin *){border-width:0}.squiz-pb-scope .squiz-rb-scope .border-1:not(.squiz-rb-plugin *){border-width:1px}.squiz-pb-scope .squiz-rb-scope .border-2:not(.squiz-rb-plugin *){border-width:2px}.squiz-pb-scope .squiz-rb-scope .border-b:not(.squiz-rb-plugin *){border-bottom-width:1px}.squiz-pb-scope .squiz-rb-scope .border-b-0:not(.squiz-rb-plugin *){border-bottom-width:0}.squiz-pb-scope .squiz-rb-scope .border-l:not(.squiz-rb-plugin *){border-left-width:1px}.squiz-pb-scope .squiz-rb-scope .border-r:not(.squiz-rb-plugin *){border-right-width:1px}.squiz-pb-scope .squiz-rb-scope .border-t:not(.squiz-rb-plugin *){border-top-width:1px}.squiz-pb-scope .squiz-rb-scope .border-solid:not(.squiz-rb-plugin *){border-style:solid}.squiz-pb-scope .squiz-rb-scope .border-blue-200:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(143 192 235/var(--tw-border-opacity))}.squiz-pb-scope .squiz-rb-scope .border-current:not(.squiz-rb-plugin *){border-color:currentColor}.squiz-pb-scope .squiz-rb-scope .border-gray-200:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(237 237 237/var(--tw-border-opacity))}.squiz-pb-scope .squiz-rb-scope .border-gray-300:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-scope .squiz-rb-scope .border-gray-400:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(186 186 186/var(--tw-border-opacity))}.squiz-pb-scope .squiz-rb-scope .border-white:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.squiz-pb-scope .squiz-rb-scope .bg-black:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .bg-blue-100:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .bg-blue-300:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .bg-blue-300\/\[\.6\]:not(.squiz-rb-plugin *){background-color:rgb(7 116 210/.6)}.squiz-pb-scope .squiz-rb-scope .bg-gray-100:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .bg-gray-200:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .bg-transparent:not(.squiz-rb-plugin *){background-color:transparent}.squiz-pb-scope .squiz-rb-scope .bg-white:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .bg-opacity-10:not(.squiz-rb-plugin *){--tw-bg-opacity:0.1}.squiz-pb-scope .squiz-rb-scope .fill-blue-300:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-scope .squiz-rb-scope .fill-current:not(.squiz-rb-plugin *){fill:currentColor}.squiz-pb-scope .squiz-rb-scope .object-cover:not(.squiz-rb-plugin *){-o-object-fit:cover;object-fit:cover}.squiz-pb-scope .squiz-rb-scope .object-center:not(.squiz-rb-plugin *){-o-object-position:center;object-position:center}.squiz-pb-scope .squiz-rb-scope .p-0:not(.squiz-rb-plugin *){padding:0}.squiz-pb-scope .squiz-rb-scope .p-1:not(.squiz-rb-plugin *){padding:.25rem}.squiz-pb-scope .squiz-rb-scope .p-2:not(.squiz-rb-plugin *){padding:.5rem}.squiz-pb-scope .squiz-rb-scope .p-3:not(.squiz-rb-plugin *){padding:.75rem}.squiz-pb-scope .squiz-rb-scope .p-4:not(.squiz-rb-plugin *){padding:1rem}.squiz-pb-scope .squiz-rb-scope .px-1:not(.squiz-rb-plugin *){padding-left:.25rem;padding-right:.25rem}.squiz-pb-scope .squiz-rb-scope .px-1\.5:not(.squiz-rb-plugin *){padding-left:.375rem;padding-right:.375rem}.squiz-pb-scope .squiz-rb-scope .px-2:not(.squiz-rb-plugin *){padding-left:.5rem;padding-right:.5rem}.squiz-pb-scope .squiz-rb-scope .px-2\.5:not(.squiz-rb-plugin *){padding-left:.625rem;padding-right:.625rem}.squiz-pb-scope .squiz-rb-scope .px-3:not(.squiz-rb-plugin *){padding-left:.75rem;padding-right:.75rem}.squiz-pb-scope .squiz-rb-scope .px-4:not(.squiz-rb-plugin *){padding-left:1rem;padding-right:1rem}.squiz-pb-scope .squiz-rb-scope .px-7:not(.squiz-rb-plugin *){padding-left:1.75rem;padding-right:1.75rem}.squiz-pb-scope .squiz-rb-scope .py-0:not(.squiz-rb-plugin *){padding-bottom:0;padding-top:0}.squiz-pb-scope .squiz-rb-scope .py-0\.5:not(.squiz-rb-plugin *){padding-bottom:.125rem;padding-top:.125rem}.squiz-pb-scope .squiz-rb-scope .py-2:not(.squiz-rb-plugin *){padding-bottom:.5rem;padding-top:.5rem}.squiz-pb-scope .squiz-rb-scope .py-3:not(.squiz-rb-plugin *){padding-bottom:.75rem;padding-top:.75rem}.squiz-pb-scope .squiz-rb-scope .py-8:not(.squiz-rb-plugin *){padding-bottom:2rem;padding-top:2rem}.squiz-pb-scope .squiz-rb-scope .pb-0:not(.squiz-rb-plugin *){padding-bottom:0}.squiz-pb-scope .squiz-rb-scope .pb-3:not(.squiz-rb-plugin *){padding-bottom:.75rem}.squiz-pb-scope .squiz-rb-scope .pb-4:not(.squiz-rb-plugin *){padding-bottom:1rem}.squiz-pb-scope .squiz-rb-scope .pb-4\.5:not(.squiz-rb-plugin *){padding-bottom:1.125rem}.squiz-pb-scope .squiz-rb-scope .pb-6:not(.squiz-rb-plugin *){padding-bottom:1.5rem}.squiz-pb-scope .squiz-rb-scope .pl-1:not(.squiz-rb-plugin *){padding-left:.25rem}.squiz-pb-scope .squiz-rb-scope .pl-4:not(.squiz-rb-plugin *){padding-left:1rem}.squiz-pb-scope .squiz-rb-scope .pl-4\.5:not(.squiz-rb-plugin *){padding-left:1.125rem}.squiz-pb-scope .squiz-rb-scope .pl-6:not(.squiz-rb-plugin *){padding-left:1.5rem}.squiz-pb-scope .squiz-rb-scope .pr-1:not(.squiz-rb-plugin *){padding-right:.25rem}.squiz-pb-scope .squiz-rb-scope .pr-10:not(.squiz-rb-plugin *){padding-right:2.5rem}.squiz-pb-scope .squiz-rb-scope .pr-4:not(.squiz-rb-plugin *){padding-right:1rem}.squiz-pb-scope .squiz-rb-scope .pr-4\.5:not(.squiz-rb-plugin *){padding-right:1.125rem}.squiz-pb-scope .squiz-rb-scope .pr-6:not(.squiz-rb-plugin *){padding-right:1.5rem}.squiz-pb-scope .squiz-rb-scope .pt-3:not(.squiz-rb-plugin *){padding-top:.75rem}.squiz-pb-scope .squiz-rb-scope .pt-4:not(.squiz-rb-plugin *){padding-top:1rem}.squiz-pb-scope .squiz-rb-scope .text-left:not(.squiz-rb-plugin *){text-align:left}.squiz-pb-scope .squiz-rb-scope .text-center:not(.squiz-rb-plugin *){text-align:center}.squiz-pb-scope .squiz-rb-scope .text-right:not(.squiz-rb-plugin *){text-align:right}.squiz-pb-scope .squiz-rb-scope .align-\[-0\.125em\]:not(.squiz-rb-plugin *){vertical-align:-.125em}.squiz-pb-scope .squiz-rb-scope .text-base:not(.squiz-rb-plugin *){font-size:1rem}.squiz-pb-scope .squiz-rb-scope .text-md:not(.squiz-rb-plugin *){font-size:.875rem}.squiz-pb-scope .squiz-rb-scope .text-sm:not(.squiz-rb-plugin *){font-size:.8125rem}.squiz-pb-scope .squiz-rb-scope .text-xl:not(.squiz-rb-plugin *){font-size:1.25rem;line-height:1.75rem}.squiz-pb-scope .squiz-rb-scope .font-bold:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-scope .squiz-rb-scope .font-normal:not(.squiz-rb-plugin *){font-weight:400}.squiz-pb-scope .squiz-rb-scope .font-semibold:not(.squiz-rb-plugin *){font-weight:600}.squiz-pb-scope .squiz-rb-scope .leading-4:not(.squiz-rb-plugin *){line-height:1rem}.squiz-pb-scope .squiz-rb-scope .leading-5:not(.squiz-rb-plugin *){line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .leading-6:not(.squiz-rb-plugin *){line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .text-blue-300:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .text-blue-400:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .text-gray-500:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .text-gray-600:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .text-gray-700:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .text-gray-800:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .text-red-300:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .text-white:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .antialiased:not(.squiz-rb-plugin *){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.squiz-pb-scope .squiz-rb-scope .opacity-40:not(.squiz-rb-plugin *){opacity:.4}.squiz-pb-scope .squiz-rb-scope .shadow-md:not(.squiz-rb-plugin *){--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.squiz-pb-scope .squiz-rb-scope .outline-0:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-scope .squiz-rb-scope .blur:not(.squiz-rb-plugin *){--tw-blur:blur(8px)}.squiz-pb-scope .squiz-rb-scope .blur:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .filter:not(.squiz-rb-plugin *){filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-pb-scope .squiz-rb-scope .checkbox-filter:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:.5rem;color:#3d3d3d;padding:.5rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter input:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #0774d2;outline:0}.squiz-pb-scope .squiz-rb-scope .sds-form-control-item button[aria-checked=true]+.sds-form-control-item:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-pb-scope .squiz-rb-scope .sds-form-control-item:has(button[aria-checked=true]):not(.squiz-rb-plugin *){background-color:#e6f1fa;color:#044985}.squiz-pb-scope .squiz-rb-scope .sds-form-control-item:has(button[aria-checked=true]) .sds-form-control-text:not(.squiz-rb-plugin *){color:#044985}.squiz-pb-scope .squiz-rb-scope .sds-form-control-text:not(.squiz-rb-plugin *){font-size:.875rem;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse:not(.squiz-rb-plugin *){align-items:center;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:30px;margin-top:.5rem;padding-left:.5rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse p:not(.squiz-rb-plugin *){padding-top:5px}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse:hover:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse .show-less-icon:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse .show-more-icon:not(.squiz-rb-plugin *){margin-right:.25rem;padding-top:.5rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse .show-less-icon svg:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse .show-more-icon svg:not(.squiz-rb-plugin *){height:18px;width:18px}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse .show-less-icon svg path:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .checkbox-filter__collapse .show-more-icon svg path:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__header:not(.squiz-rb-plugin *){align-items:center;display:flex;height:20px;margin-bottom:.5rem}.squiz-pb-scope .squiz-rb-scope .sds-form-control-item:not(.squiz-rb-plugin *){padding:.25rem 0 .25rem .5rem}.squiz-pb-scope .squiz-rb-scope .sds-form-control-item:hover:not(.squiz-rb-plugin *){background-color:#f5f5f5;border-radius:.25rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__heading:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:.875rem!important;line-height:1.25rem!important;margin:0}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__clear:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__clear button:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;color:#0774d2;cursor:pointer;font-size:13px;font-weight:400;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__clear button:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__search:not(.squiz-rb-plugin *){margin-bottom:.75rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__options:not(.squiz-rb-plugin *){line-height:normal;overflow-y:auto;padding-top:.5rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__options li:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__options button:not([role=checkbox]):not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;color:#3d3d3d;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-pb-scope .squiz-rb-scope .checkbox-filter__empty:not(.squiz-rb-plugin *){display:block}.squiz-pb-scope .squiz-rb-scope .filter-list__heading:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;margin-bottom:1rem;margin-top:0}.squiz-pb-scope .squiz-rb-scope .filter-list__item:not(.squiz-rb-plugin *){margin-bottom:1rem}.squiz-pb-scope .squiz-rb-scope .image-card:not(.squiz-rb-plugin *){background-color:#f7f7f7;border:none;border-radius:0 0 10px 10px;cursor:pointer;max-width:240px;overflow:hidden;padding:0;position:relative;width:100%}.squiz-pb-scope .squiz-rb-scope .image-card:disabled:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-pb-scope .squiz-rb-scope .image-card--selected:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-pb-scope .squiz-rb-scope .image-card__img-container:not(.squiz-rb-plugin *){background-color:#ededed;min-height:100px;padding:10px 0;position:relative;width:100%}.squiz-pb-scope .squiz-rb-scope .image-card img:not(.squiz-rb-plugin *){bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-pb-scope .squiz-rb-scope .image-card__info:not(.squiz-rb-plugin *){display:flex;flex-direction:column;padding:.5rem;width:100%}.squiz-pb-scope .squiz-rb-scope .image-card__title:not(.squiz-rb-plugin *){margin-bottom:.25rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .squiz-rb-scope .image-card__details:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-pb-scope .squiz-rb-scope .image-card__type:not(.squiz-rb-plugin *){margin-bottom:.25rem;text-align:left;text-transform:uppercase}.squiz-pb-scope .squiz-rb-scope .image-card--selected .image-card__title:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .image-card--selected .image-card__type:not(.squiz-rb-plugin *){color:#044985}.squiz-pb-scope .squiz-rb-scope .image-card__checkmark svg path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-scope .squiz-rb-scope .selection-list:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:.5rem;list-style:none;margin:0;overflow:hidden;padding:0}.squiz-pb-scope .squiz-rb-scope .selection-list__item:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;display:flex;margin:.25rem .5rem}.squiz-pb-scope .squiz-rb-scope .selection-list__item:first-child:not(.squiz-rb-plugin *){margin-top:8px}.squiz-pb-scope .squiz-rb-scope .selection-list__item:last-child:not(.squiz-rb-plugin *){border-bottom:none}.squiz-pb-scope .squiz-rb-scope .selection-list__item-button:not(.squiz-rb-plugin *){background:none;border:none;border-radius:.25rem;cursor:pointer;margin-bottom:.25rem;outline:none;padding:.25rem .5rem;text-align:left;width:100%}.squiz-pb-scope .squiz-rb-scope .selection-list__item-button:focus:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .selection-list__item-button:hover:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-pb-scope .squiz-rb-scope .selection-list__item--selected path:not(.squiz-rb-plugin *){fill:#044985!important}.squiz-pb-scope .squiz-rb-scope .selection-list__item--selected .sds-text:not(.squiz-rb-plugin *){color:#044985!important}.squiz-pb-scope .squiz-rb-scope .selection-list__item--selected .selection-list__item-button:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-pb-scope .squiz-rb-scope .skeleton-grid:not(.squiz-rb-plugin *){display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));list-style-type:none;margin:0;padding:0}.squiz-pb-scope .squiz-rb-scope .skeleton-grid:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-scope .squiz-rb-scope .skeleton-grid .skeleton-item:not(.squiz-rb-plugin *){margin-bottom:.25rem;min-width:50px}.squiz-pb-scope .squiz-rb-scope .skeleton-grid .skeleton-item__animate:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-pb-scope .squiz-rb-scope .skeleton-grid .skeleton-item__container:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column;height:136px}.squiz-pb-scope .squiz-rb-scope .skeleton-grid .skeleton-item__image:not(.squiz-rb-plugin *){background-color:#e0e0e0;border-radius:.25rem;height:100px;margin-bottom:14px;width:100%}.squiz-pb-scope .squiz-rb-scope .skeleton-grid .skeleton-item__description:not(.squiz-rb-plugin *){background-color:#e0e0e0;border-radius:.5rem;height:8px;width:88%}.squiz-pb-scope .squiz-rb-scope .skeleton-list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;list-style-type:none;margin:1rem 0;padding:0 1.75rem}.squiz-pb-scope .squiz-rb-scope .skeleton-list:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item:not(.squiz-rb-plugin *){align-items:center;border:solid #ededed;border-width:1px 1px 0;display:flex;padding:.25rem}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item:first-child:not(.squiz-rb-plugin *){border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-top:0}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item:last-child:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-width:1px}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__animate:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__container:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;grid-template-columns:24px 1fr 45px;padding:1rem;width:100%}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__icon:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:9999px;height:24px;width:24px}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__body:not(.squiz-rb-plugin *){margin:0 1rem;width:100%}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__text:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;height:8px;margin-bottom:.25rem;width:50%}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__text:first-child:not(.squiz-rb-plugin *){width:75%}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__text:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-scope .squiz-rb-scope .skeleton-list .skeleton-item__link:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;height:8px;margin-left:auto;margin-right:1rem;width:48px}.squiz-pb-scope .squiz-rb-scope .sourceLauncher:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__top-row:not(.squiz-rb-plugin *){align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__title:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__browse-group:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__or:not(.squiz-rb-plugin *){align-items:center;border-radius:36px;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:24px;justify-content:center;letter-spacing:0;line-height:1rem;margin-right:.5rem;width:24px}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__browse:not(.squiz-rb-plugin *){all:unset;align-items:center;color:#4f4f4f;cursor:pointer;display:flex;font-size:14px;font-weight:600;line-height:20px}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__browse-icon:not(.squiz-rb-plugin *){margin-right:.25rem}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__input-group:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:.5rem;display:flex;justify-content:center;margin-top:.75rem;padding:7px 8px}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *){all:unset;flex:1 1 0;font-size:14px;font-weight:400;line-height:20px;margin-left:.25rem;margin-right:.25rem}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *)::-moz-placeholder{color:#949494}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *)::placeholder{color:#949494}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__input-icon:not(.squiz-rb-plugin *){height:24px;width:24px}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__input-arrow:not(.squiz-rb-plugin *){height:18px;width:18px}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__search:not(.squiz-rb-plugin *){all:unset;cursor:pointer;display:flex}.squiz-pb-scope .squiz-rb-scope .sourceLauncher__search:focus path:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .sourceLauncher__search:hover path:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .searchListing:not(.squiz-rb-plugin *){padding:1.25rem 0 1.25rem 1rem}.squiz-pb-scope .squiz-rb-scope .searchListing__header:not(.squiz-rb-plugin *){padding-right:16px}.squiz-pb-scope .squiz-rb-scope .searchListing__title-group:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.squiz-pb-scope .squiz-rb-scope .searchListing__title:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem;margin-bottom:.25rem}.squiz-pb-scope .squiz-rb-scope .searchListing__sub-title:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-scope .squiz-rb-scope .searchListing__sorter:not(.squiz-rb-plugin *){display:flex;justify-content:flex-end;margin:.5rem 0;position:relative}.squiz-pb-scope .squiz-rb-scope .searchListing__sort-label:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-right:.25rem}.squiz-pb-scope .squiz-rb-scope .searchListing__sort-select:not(.squiz-rb-plugin *){all:unset;color:#3d3d3d;cursor:pointer;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem;padding-right:18px}.squiz-pb-scope .squiz-rb-scope .searchListing__sort-icon:not(.squiz-rb-plugin *){pointer-events:none;position:absolute}.squiz-pb-scope .squiz-rb-scope .searchListing__list:not(.squiz-rb-plugin *){all:unset}.squiz-pb-scope .squiz-rb-scope .searchItem:not(.squiz-rb-plugin *){all:unset;border-bottom:1px solid #ededed;display:block;padding:.25rem 0}.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected .searchItem__button:not(.squiz-rb-plugin *){background-color:#e6f1fa;border-radius:.5rem}.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected .searchItem__label:not(.squiz-rb-plugin *){color:#044985}.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected:focus .searchItem__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected:focus-within .searchItem__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected:hover .searchItem__button:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected:focus .searchItem__label:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected:focus-within .searchItem__label:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem.searchItem--selected:hover .searchItem__label:not(.squiz-rb-plugin *){color:#044985}.squiz-pb-scope .squiz-rb-scope .searchItem:focus .searchItem__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem:focus-within .searchItem__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem:hover .searchItem__button:not(.squiz-rb-plugin *){background-color:#f5f5f5;border-radius:.5rem}.squiz-pb-scope .squiz-rb-scope .searchItem:focus .searchItem__label:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem:focus-within .searchItem__label:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .searchItem:hover .searchItem__label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-scope .squiz-rb-scope .searchItem__button:not(.squiz-rb-plugin *){all:unset;align-items:center;cursor:pointer;display:flex;padding:.25rem .5rem;width:calc(100% - 16px)}.squiz-pb-scope .squiz-rb-scope .searchItem__button--disabled:not(.squiz-rb-plugin *){cursor:not-allowed;opacity:.4}.squiz-pb-scope .squiz-rb-scope .searchItem__icon:not(.squiz-rb-plugin *){height:24px;margin-right:1rem;width:24px}.squiz-pb-scope .squiz-rb-scope .searchItem__label:not(.squiz-rb-plugin *){color:#4f4f4f;flex:1 1 0;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .squiz-rb-scope .searchItem__details:not(.squiz-rb-plugin *){flex:0 1 0}.squiz-pb-scope .squiz-rb-scope .no-search-result-container:not(.squiz-rb-plugin *){align-items:center;color:#949494;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:24px;margin:auto;text-align:center;width:288px}.squiz-pb-scope .squiz-rb-scope .no-search-result-container .no-result-message:not(.squiz-rb-plugin *){margin-top:1rem}.squiz-pb-scope .squiz-rb-scope .no-search-result-container .search-term:not(.squiz-rb-plugin *){color:#4f4f4f;font-weight:600}.squiz-pb-scope .squiz-rb-scope .no-search-result-container svg:not(.squiz-rb-plugin *){margin:auto}.squiz-pb-scope .squiz-rb-scope .error:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .error__info-text:not(.squiz-rb-plugin *){margin:1rem 0;max-width:288px;text-align:center}.squiz-pb-scope .squiz-rb-scope .error__alert-icon:not(.squiz-rb-plugin *){align-items:center;height:64px;justify-content:center;width:64px}.squiz-pb-scope .squiz-rb-scope .image-info:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .image-info__image-container:not(.squiz-rb-plugin *){background-color:#ededed;height:150px;margin:1.25rem 0;min-height:150px;position:relative;width:250px}.squiz-pb-scope .squiz-rb-scope .image-info__divider:not(.squiz-rb-plugin *){padding:0 1.25rem;width:100%}.squiz-pb-scope .squiz-rb-scope .checkered-bg:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.squiz-pb-scope .squiz-rb-scope .image-info__image-container img:not(.squiz-rb-plugin *){bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-pb-scope .squiz-rb-scope .image-info__title:not(.squiz-rb-plugin *){color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-pb-scope .squiz-rb-scope .image-info__details:not(.squiz-rb-plugin *){color:#707070;margin:1rem 0}.squiz-pb-scope .squiz-rb-scope .image-info__details-item:not(.squiz-rb-plugin *){display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-pb-scope .squiz-rb-scope .image-info__details-label:not(.squiz-rb-plugin *){color:#707070;display:flex;width:60px}.squiz-pb-scope .squiz-rb-scope .image-info__details-value:not(.squiz-rb-plugin *){color:#3d3d3d;margin-left:20px}.squiz-pb-scope .squiz-rb-scope .image-variant__list:not(.squiz-rb-plugin *){margin-bottom:1rem;padding:0 1.25rem;width:100%}.squiz-pb-scope .squiz-rb-scope .image-variant__item:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.squiz-pb-scope .squiz-rb-scope .selection-list__item:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-scope .squiz-rb-scope .selection-list__item--selected .image-variant__checkmark:not(.squiz-rb-plugin *){visibility:visible}.squiz-pb-scope .squiz-rb-scope .image-variant__checkmark:not(.squiz-rb-plugin *){margin-left:.5rem;visibility:hidden}.squiz-pb-scope .squiz-rb-scope .image-variant__checkmark path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-scope .squiz-rb-scope .image-variant__info:not(.squiz-rb-plugin *){align-items:center;color:#3d3d3d;display:flex}.squiz-pb-scope .squiz-rb-scope .image-info__footer:not(.squiz-rb-plugin *){align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;margin-top:auto}.squiz-pb-scope .squiz-rb-scope .image-info__select-button:not(.squiz-rb-plugin *){margin:1.25rem}.squiz-pb-scope .squiz-rb-scope .image-info__select:not(.squiz-rb-plugin *){padding-bottom:1rem;padding-top:1.5rem}.squiz-pb-scope .squiz-rb-scope .image-info__select svg:not(.squiz-rb-plugin *){height:72px;width:72px}.squiz-pb-scope .squiz-rb-scope .image-info__select svg path:not(.squiz-rb-plugin *){fill:#bababa}.squiz-pb-scope .squiz-rb-scope .image-info__empty-text:not(.squiz-rb-plugin *){padding-left:1.25rem;padding-right:1.25rem}.squiz-pb-scope .squiz-rb-scope .image-info__loading:not(.squiz-rb-plugin *){margin-top:80px}.squiz-pb-scope .squiz-rb-scope .divider:not(.squiz-rb-plugin *){padding:0 1.25rem;width:100%}.squiz-pb-scope .squiz-rb-scope .empty-wrapper:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-pb-scope .squiz-rb-scope .empty-text:not(.squiz-rb-plugin *){padding-left:1.25rem;padding-right:1.25rem}.squiz-pb-scope .squiz-rb-scope .empty-text__select:not(.squiz-rb-plugin *){padding-bottom:1rem;padding-top:1.5rem}.squiz-pb-scope .squiz-rb-scope .empty-text__select svg:not(.squiz-rb-plugin *){height:72px;width:72px}.squiz-pb-scope .squiz-rb-scope .empty-text__select svg path:not(.squiz-rb-plugin *){fill:#bababa}.squiz-pb-scope .squiz-rb-scope .image-info__details-list:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .info__details-list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;margin:1rem 0;padding:0 1.25rem;width:270px;width:100%}.squiz-pb-scope .squiz-rb-scope .info__details-item:not(.squiz-rb-plugin *){display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-pb-scope .squiz-rb-scope .info__details-label:not(.squiz-rb-plugin *){color:#707070;display:flex;width:60px}.squiz-pb-scope .squiz-rb-scope .info__details-value:not(.squiz-rb-plugin *){color:#3d3d3d;margin-left:20px}.squiz-pb-scope .squiz-rb-scope .info__title:not(.squiz-rb-plugin *){color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-pb-scope .squiz-rb-scope .loader__container:not(.squiz-rb-plugin *){align-items:center;color:#949494;display:flex;height:100%;justify-content:center;width:100%}.squiz-pb-scope .squiz-rb-scope .resource-picker:not(.squiz-rb-plugin *){--tw-bg-opacity:1;--tw-border-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:rgb(148 148 148/var(--tw-text-opacity));display:grid;gap:.5rem;grid-template-columns:24px 1fr;padding:.5rem}.squiz-pb-scope .squiz-rb-scope .resource-picker-info:not(.squiz-rb-plugin *){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-radius:6px;color:rgb(43 43 43/var(--tw-text-opacity));font-size:.875rem;font-weight:600;padding:.5rem;width:100%}.squiz-pb-scope .squiz-rb-scope .resource-picker-info__layout:not(.squiz-rb-plugin *){display:grid;gap:.5rem;grid-template-columns:auto 1fr auto;justify-items:center}.squiz-pb-scope .squiz-rb-scope .resource-picker--disabled:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border-width:0;cursor:not-allowed}.squiz-pb-scope .squiz-rb-scope .inline-launch-button:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-scope .squiz-rb-scope .inline-launch-button__button:not(.squiz-rb-plugin *){all:unset;border:2px solid rgba(0,0,0,.16);border-radius:8px;cursor:pointer;padding:2px}.squiz-pb-scope .squiz-rb-scope .inline-launch-button__label:not(.squiz-rb-plugin *){background:#2b2b2b;border-radius:4px;box-sizing:border-box;color:#fff;display:none;font-size:.875rem;padding:2px 8px;position:absolute;top:calc(100% + 2px);transform:translateX(calc(-50% + 13px));white-space:nowrap}.squiz-pb-scope .squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__label:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .inline-launch-button:hover .inline-launch-button__label:not(.squiz-rb-plugin *){display:flex}.squiz-pb-scope .squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__button:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .inline-launch-button:hover .inline-launch-button__button:not(.squiz-rb-plugin *){background:#e6f1fa;border-color:#0774d2}.squiz-pb-scope .squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__button svg path:not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope .inline-launch-button:hover .inline-launch-button__button svg path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-scope .squiz-rb-scope .spinner:not(.squiz-rb-plugin *){animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-pb-scope .squiz-rb-scope .spinner:not(.squiz-rb-plugin *){animation:spin 1.5s linear infinite}}.squiz-pb-scope .squiz-rb-scope .spinner:not(.squiz-rb-plugin *){height:20px;width:20px}.squiz-pb-scope .squiz-rb-scope .spinner__wrapper:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:center}.squiz-pb-scope .squiz-rb-scope .spinner--md:not(.squiz-rb-plugin *){height:32px;width:32px}.squiz-pb-scope .squiz-rb-scope .animate-skeleton-pulse:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-pb-scope .squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-pb-scope .squiz-rb-scope button:not(.squiz-rb-plugin *){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-pb-scope .squiz-rb-scope svg:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .break-word:not(.squiz-rb-plugin *){overflow-wrap:anywhere;word-break:break-word}.squiz-pb-scope .squiz-rb-scope .before\:fixed:not(.squiz-rb-plugin *):before{content:var(--tw-content);position:fixed}.squiz-pb-scope .squiz-rb-scope .before\:absolute:not(.squiz-rb-plugin *):before{content:var(--tw-content);position:absolute}.squiz-pb-scope .squiz-rb-scope .before\:inset-0:not(.squiz-rb-plugin *):before{content:var(--tw-content);inset:0}.squiz-pb-scope .squiz-rb-scope .before\:-left-1:not(.squiz-rb-plugin *):before{content:var(--tw-content);left:-.25rem}.squiz-pb-scope .squiz-rb-scope .before\:top-1:not(.squiz-rb-plugin *):before{content:var(--tw-content);top:.25rem}.squiz-pb-scope .squiz-rb-scope .before\:top-1\.5:not(.squiz-rb-plugin *):before{content:var(--tw-content);top:.375rem}.squiz-pb-scope .squiz-rb-scope .before\:z-40:not(.squiz-rb-plugin *):before{content:var(--tw-content);z-index:40}.squiz-pb-scope .squiz-rb-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:not(.squiz-rb-plugin *):before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-pb-scope .squiz-rb-scope .before\:w-px:not(.squiz-rb-plugin *):before{content:var(--tw-content);width:1px}.squiz-pb-scope .squiz-rb-scope .before\:bg-black:not(.squiz-rb-plugin *):before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-scope .squiz-rb-scope .before\:bg-gray-200:not(.squiz-rb-plugin *):before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-scope .squiz-rb-scope .before\:bg-opacity-25:not(.squiz-rb-plugin *):before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-pb-scope .squiz-rb-scope .first\:mt-0:first-child:not(.squiz-rb-plugin *){margin-top:0}.squiz-pb-scope .squiz-rb-scope .first\:rounded-t-lg:first-child:not(.squiz-rb-plugin *){border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-pb-scope .squiz-rb-scope .last\:rounded-b-lg:last-child:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-pb-scope .squiz-rb-scope .last\:border-b:last-child:not(.squiz-rb-plugin *){border-bottom-width:1px}.squiz-pb-scope .squiz-rb-scope .hover\:border-gray-300:hover:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-scope .squiz-rb-scope .hover\:bg-blue-100:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .hover\:bg-gray-100:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .hover\:bg-gray-50:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .hover\:bg-transparent:hover:not(.squiz-rb-plugin *){background-color:transparent}.squiz-pb-scope .squiz-rb-scope .hover\:text-gray-800:hover:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .focus\:bg-blue-100:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .focus\:bg-gray-100:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .focus\:bg-gray-50:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-rb-scope .focus\:text-gray-800:focus:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-scope .squiz-rb-scope .focus\:outline-none:focus:not(.squiz-rb-plugin *){outline:2px solid transparent;outline-offset:2px}.squiz-pb-scope .squiz-rb-scope .focus-visible\:outline-0:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-scope .squiz-rb-scope .disabled\:cursor-not-allowed:disabled:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-pb-scope .squiz-rb-scope .disabled\:text-gray-500:disabled:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media (prefers-reduced-motion:reduce){.squiz-pb-scope .squiz-rb-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]:not(.squiz-rb-plugin *){animation:spin 1.5s linear infinite}}@media not all and (min-width:640px){.squiz-pb-scope .squiz-rb-scope .max-sm\:hidden:not(.squiz-rb-plugin *){display:none}}@media (min-width:1024px){.squiz-pb-scope .squiz-rb-scope .lg\:h-\[calc\(100vh-9rem\)\]:not(.squiz-rb-plugin *){height:calc(100vh - 9rem)}}.squiz-pb-scope .squiz-cb-scope *,.squiz-pb-scope .squiz-cb-scope :after,.squiz-pb-scope .squiz-cb-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-pb-scope .squiz-cb-scope :after,.squiz-pb-scope .squiz-cb-scope :before{--tw-content:""}.squiz-pb-scope .squiz-cb-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-pb-scope .squiz-cb-scope body{line-height:inherit;margin:0}.squiz-pb-scope .squiz-cb-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-pb-scope .squiz-cb-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-pb-scope .squiz-cb-scope h1,.squiz-pb-scope .squiz-cb-scope h2,.squiz-pb-scope .squiz-cb-scope h3,.squiz-pb-scope .squiz-cb-scope h4,.squiz-pb-scope .squiz-cb-scope h5,.squiz-pb-scope .squiz-cb-scope h6{font-size:inherit;font-weight:inherit}.squiz-pb-scope .squiz-cb-scope a{color:inherit;text-decoration:inherit}.squiz-pb-scope .squiz-cb-scope b,.squiz-pb-scope .squiz-cb-scope strong{font-weight:bolder}.squiz-pb-scope .squiz-cb-scope code,.squiz-pb-scope .squiz-cb-scope kbd,.squiz-pb-scope .squiz-cb-scope pre,.squiz-pb-scope .squiz-cb-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-pb-scope .squiz-cb-scope small{font-size:80%}.squiz-pb-scope .squiz-cb-scope sub,.squiz-pb-scope .squiz-cb-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-pb-scope .squiz-cb-scope sub{bottom:-.25em}.squiz-pb-scope .squiz-cb-scope sup{top:-.5em}.squiz-pb-scope .squiz-cb-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-pb-scope .squiz-cb-scope button,.squiz-pb-scope .squiz-cb-scope input,.squiz-pb-scope .squiz-cb-scope optgroup,.squiz-pb-scope .squiz-cb-scope select,.squiz-pb-scope .squiz-cb-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-pb-scope .squiz-cb-scope button,.squiz-pb-scope .squiz-cb-scope select{text-transform:none}.squiz-pb-scope .squiz-cb-scope [type=button],.squiz-pb-scope .squiz-cb-scope [type=reset],.squiz-pb-scope .squiz-cb-scope [type=submit],.squiz-pb-scope .squiz-cb-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-pb-scope .squiz-cb-scope :-moz-focusring{outline:auto}.squiz-pb-scope .squiz-cb-scope :-moz-ui-invalid{box-shadow:none}.squiz-pb-scope .squiz-cb-scope progress{vertical-align:baseline}.squiz-pb-scope .squiz-cb-scope ::-webkit-inner-spin-button,.squiz-pb-scope .squiz-cb-scope ::-webkit-outer-spin-button{height:auto}.squiz-pb-scope .squiz-cb-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-pb-scope .squiz-cb-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-pb-scope .squiz-cb-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-pb-scope .squiz-cb-scope summary{display:list-item}.squiz-pb-scope .squiz-cb-scope blockquote,.squiz-pb-scope .squiz-cb-scope dd,.squiz-pb-scope .squiz-cb-scope dl,.squiz-pb-scope .squiz-cb-scope figure,.squiz-pb-scope .squiz-cb-scope h1,.squiz-pb-scope .squiz-cb-scope h2,.squiz-pb-scope .squiz-cb-scope h3,.squiz-pb-scope .squiz-cb-scope h4,.squiz-pb-scope .squiz-cb-scope h5,.squiz-pb-scope .squiz-cb-scope h6,.squiz-pb-scope .squiz-cb-scope hr,.squiz-pb-scope .squiz-cb-scope p,.squiz-pb-scope .squiz-cb-scope pre{margin:0}.squiz-pb-scope .squiz-cb-scope fieldset{margin:0;padding:0}.squiz-pb-scope .squiz-cb-scope legend{padding:0}.squiz-pb-scope .squiz-cb-scope menu,.squiz-pb-scope .squiz-cb-scope ol,.squiz-pb-scope .squiz-cb-scope ul{list-style:none;margin:0;padding:0}.squiz-pb-scope .squiz-cb-scope textarea{resize:vertical}.squiz-pb-scope .squiz-cb-scope input::-moz-placeholder,.squiz-pb-scope .squiz-cb-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-cb-scope input::placeholder,.squiz-pb-scope .squiz-cb-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-cb-scope [role=button],.squiz-pb-scope .squiz-cb-scope button{cursor:pointer}.squiz-pb-scope .squiz-cb-scope :disabled{cursor:default}.squiz-pb-scope .squiz-cb-scope audio,.squiz-pb-scope .squiz-cb-scope canvas,.squiz-pb-scope .squiz-cb-scope embed,.squiz-pb-scope .squiz-cb-scope iframe,.squiz-pb-scope .squiz-cb-scope img,.squiz-pb-scope .squiz-cb-scope object,.squiz-pb-scope .squiz-cb-scope svg,.squiz-pb-scope .squiz-cb-scope video{display:block;vertical-align:middle}.squiz-pb-scope .squiz-cb-scope img,.squiz-pb-scope .squiz-cb-scope video{height:auto;max-width:100%}.squiz-pb-scope .squiz-cb-scope [hidden]{display:none}.squiz-pb-scope .squiz-cb-scope *,.squiz-pb-scope .squiz-cb-scope :after,.squiz-pb-scope .squiz-cb-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-cb-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-cb-scope .container{width:100%}@media (min-width:640px){.squiz-pb-scope .squiz-cb-scope .container{max-width:640px}}@media (min-width:768px){.squiz-pb-scope .squiz-cb-scope .container{max-width:768px}}@media (min-width:1024px){.squiz-pb-scope .squiz-cb-scope .container{max-width:1024px}}@media (min-width:1280px){.squiz-pb-scope .squiz-cb-scope .container{max-width:1280px}}@media (min-width:1536px){.squiz-pb-scope .squiz-cb-scope .container{max-width:1536px}}.squiz-pb-scope .squiz-cb-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-scope .squiz-cb-scope .visible{visibility:visible}.squiz-pb-scope .squiz-cb-scope .fixed{position:fixed}.squiz-pb-scope .squiz-cb-scope .absolute{position:absolute}.squiz-pb-scope .squiz-cb-scope .relative{position:relative}.squiz-pb-scope .squiz-cb-scope .inset-0{inset:0}.squiz-pb-scope .squiz-cb-scope .-right-8{right:-2rem}.squiz-pb-scope .squiz-cb-scope .bottom-0{bottom:0}.squiz-pb-scope .squiz-cb-scope .right-1{right:.25rem}.squiz-pb-scope .squiz-cb-scope .right-2{right:.5rem}.squiz-pb-scope .squiz-cb-scope .right-3{right:.75rem}.squiz-pb-scope .squiz-cb-scope .right-5{right:1.25rem}.squiz-pb-scope .squiz-cb-scope .top-2{top:.5rem}.squiz-pb-scope .squiz-cb-scope .top-3{top:.75rem}.squiz-pb-scope .squiz-cb-scope .z-10{z-index:10}.squiz-pb-scope .squiz-cb-scope .z-50{z-index:50}.squiz-pb-scope .squiz-cb-scope .z-\[9998\]{z-index:9998}.squiz-pb-scope .squiz-cb-scope .z-\[9999\]{z-index:9999}.squiz-pb-scope .squiz-cb-scope .m-3{margin:.75rem}.squiz-pb-scope .squiz-cb-scope .m-4{margin:1rem}.squiz-pb-scope .squiz-cb-scope .m-5{margin:1.25rem}.squiz-pb-scope .squiz-cb-scope .mx-20{margin-left:5rem;margin-right:5rem}.squiz-pb-scope .squiz-cb-scope .mx-4{margin-left:1rem;margin-right:1rem}.squiz-pb-scope .squiz-cb-scope .mx-5{margin-left:1.25rem;margin-right:1.25rem}.squiz-pb-scope .squiz-cb-scope .mx-6{margin-left:1.5rem;margin-right:1.5rem}.squiz-pb-scope .squiz-cb-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-pb-scope .squiz-cb-scope .my-5{margin-bottom:1.25rem;margin-top:1.25rem}.squiz-pb-scope .squiz-cb-scope .mb-1{margin-bottom:.25rem}.squiz-pb-scope .squiz-cb-scope .mb-2{margin-bottom:.5rem}.squiz-pb-scope .squiz-cb-scope .ml-1{margin-left:.25rem}.squiz-pb-scope .squiz-cb-scope .ml-2{margin-left:.5rem}.squiz-pb-scope .squiz-cb-scope .ml-auto{margin-left:auto}.squiz-pb-scope .squiz-cb-scope .mr-1{margin-right:.25rem}.squiz-pb-scope .squiz-cb-scope .mr-2{margin-right:.5rem}.squiz-pb-scope .squiz-cb-scope .mr-3{margin-right:.75rem}.squiz-pb-scope .squiz-cb-scope .mr-4{margin-right:1rem}.squiz-pb-scope .squiz-cb-scope .mr-8{margin-right:2rem}.squiz-pb-scope .squiz-cb-scope .mr-auto{margin-right:auto}.squiz-pb-scope .squiz-cb-scope .mt-20{margin-top:5rem}.squiz-pb-scope .squiz-cb-scope .mt-3{margin-top:.75rem}.squiz-pb-scope .squiz-cb-scope .mt-4{margin-top:1rem}.squiz-pb-scope .squiz-cb-scope .mt-7{margin-top:1.75rem}.squiz-pb-scope .squiz-cb-scope .line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-pb-scope .squiz-cb-scope .inline-block{display:inline-block}.squiz-pb-scope .squiz-cb-scope .inline{display:inline}.squiz-pb-scope .squiz-cb-scope .flex{display:flex}.squiz-pb-scope .squiz-cb-scope .grid{display:grid}.squiz-pb-scope .squiz-cb-scope .contents{display:contents}.squiz-pb-scope .squiz-cb-scope .\!h-6{height:1.5rem!important}.squiz-pb-scope .squiz-cb-scope .h-14{height:3.5rem}.squiz-pb-scope .squiz-cb-scope .h-2{height:.5rem}.squiz-pb-scope .squiz-cb-scope .h-36{height:9rem}.squiz-pb-scope .squiz-cb-scope .h-4{height:1rem}.squiz-pb-scope .squiz-cb-scope .h-6{height:1.5rem}.squiz-pb-scope .squiz-cb-scope .h-9{height:2.25rem}.squiz-pb-scope .squiz-cb-scope .h-\[18px\]{height:18px}.squiz-pb-scope .squiz-cb-scope .h-\[24px\]{height:24px}.squiz-pb-scope .squiz-cb-scope .h-\[50vh\]{height:50vh}.squiz-pb-scope .squiz-cb-scope .h-full{height:100%}.squiz-pb-scope .squiz-cb-scope .h-screen{height:100vh}.squiz-pb-scope .squiz-cb-scope .max-h-0{max-height:0}.squiz-pb-scope .squiz-cb-scope .min-h-\[64px\]{min-height:64px}.squiz-pb-scope .squiz-cb-scope .min-h-full{min-height:100%}.squiz-pb-scope .squiz-cb-scope .\!w-6{width:1.5rem!important}.squiz-pb-scope .squiz-cb-scope .w-1\/2{width:50%}.squiz-pb-scope .squiz-cb-scope .w-12{width:3rem}.squiz-pb-scope .squiz-cb-scope .w-14{width:3.5rem}.squiz-pb-scope .squiz-cb-scope .w-3\/4{width:75%}.squiz-pb-scope .squiz-cb-scope .w-36{width:9rem}.squiz-pb-scope .squiz-cb-scope .w-4{width:1rem}.squiz-pb-scope .squiz-cb-scope .w-6{width:1.5rem}.squiz-pb-scope .squiz-cb-scope .w-72{width:18rem}.squiz-pb-scope .squiz-cb-scope .w-\[18px\]{width:18px}.squiz-pb-scope .squiz-cb-scope .w-\[24px\]{width:24px}.squiz-pb-scope .squiz-cb-scope .w-\[400px\]{width:400px}.squiz-pb-scope .squiz-cb-scope .w-\[60px\]{width:60px}.squiz-pb-scope .squiz-cb-scope .w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px)}.squiz-pb-scope .squiz-cb-scope .w-full{width:100%}.squiz-pb-scope .squiz-cb-scope .w-screen{width:100vw}.squiz-pb-scope .squiz-cb-scope .max-w-\[50rem\]{max-width:50rem}.squiz-pb-scope .squiz-cb-scope .flex-1{flex:1 1 0%}.squiz-pb-scope .squiz-cb-scope .shrink-0{flex-shrink:0}.squiz-pb-scope .squiz-cb-scope .grow{flex-grow:1}.squiz-pb-scope .squiz-cb-scope .grow-\[3\]{flex-grow:3}.squiz-pb-scope .squiz-cb-scope .animate-spin{animation:spin 1s linear infinite}.squiz-pb-scope .squiz-cb-scope .cursor-not-allowed{cursor:not-allowed}.squiz-pb-scope .squiz-cb-scope .cursor-pointer{cursor:pointer}.squiz-pb-scope .squiz-cb-scope .resize{resize:both}.squiz-pb-scope .squiz-cb-scope .grid-cols-\[24px_1fr_45px\]{grid-template-columns:24px 1fr 45px}.squiz-pb-scope .squiz-cb-scope .flex-row{flex-direction:row}.squiz-pb-scope .squiz-cb-scope .flex-col{flex-direction:column}.squiz-pb-scope .squiz-cb-scope .content-center{align-content:center}.squiz-pb-scope .squiz-cb-scope .items-center{align-items:center}.squiz-pb-scope .squiz-cb-scope .items-stretch{align-items:stretch}.squiz-pb-scope .squiz-cb-scope .justify-end{justify-content:flex-end}.squiz-pb-scope .squiz-cb-scope .justify-center{justify-content:center}.squiz-pb-scope .squiz-cb-scope .gap-3{gap:.75rem}.squiz-pb-scope .squiz-cb-scope .overflow-y-auto{overflow-y:auto}.squiz-pb-scope .squiz-cb-scope .overflow-y-scroll{overflow-y:scroll}.squiz-pb-scope .squiz-cb-scope .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .squiz-cb-scope .rounded{border-radius:4px}.squiz-pb-scope .squiz-cb-scope .rounded-full{border-radius:9999px}.squiz-pb-scope .squiz-cb-scope .rounded-lg{border-radius:.5rem}.squiz-pb-scope .squiz-cb-scope .rounded-bl-\[0\.5rem\]{border-bottom-left-radius:.5rem}.squiz-pb-scope .squiz-cb-scope .rounded-br-\[0\.5rem\]{border-bottom-right-radius:.5rem}.squiz-pb-scope .squiz-cb-scope .border,.squiz-pb-scope .squiz-cb-scope .border-1{border-width:1px}.squiz-pb-scope .squiz-cb-scope .border-2{border-width:2px}.squiz-pb-scope .squiz-cb-scope .border-b{border-bottom-width:1px}.squiz-pb-scope .squiz-cb-scope .border-b-0{border-bottom-width:0}.squiz-pb-scope .squiz-cb-scope .border-l{border-left-width:1px}.squiz-pb-scope .squiz-cb-scope .border-r{border-right-width:1px}.squiz-pb-scope .squiz-cb-scope .border-t{border-top-width:1px}.squiz-pb-scope .squiz-cb-scope .border-solid{border-style:solid}.squiz-pb-scope .squiz-cb-scope .border-current{border-color:currentColor}.squiz-pb-scope .squiz-cb-scope .border-gray-300{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-scope .squiz-cb-scope .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .bg-blue-100{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .bg-blue-300\/\[\.6\]{background-color:rgb(7 116 210/.6)}.squiz-pb-scope .squiz-cb-scope .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .bg-gray-200{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .bg-opacity-10{--tw-bg-opacity:0.1}.squiz-pb-scope .squiz-cb-scope .p-1{padding:.25rem}.squiz-pb-scope .squiz-cb-scope .p-1\.5{padding:.375rem}.squiz-pb-scope .squiz-cb-scope .p-2{padding:.5rem}.squiz-pb-scope .squiz-cb-scope .p-2\.5{padding:.625rem}.squiz-pb-scope .squiz-cb-scope .p-3{padding:.75rem}.squiz-pb-scope .squiz-cb-scope .p-4{padding:1rem}.squiz-pb-scope .squiz-cb-scope .p-5{padding:1.25rem}.squiz-pb-scope .squiz-cb-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-pb-scope .squiz-cb-scope .px-1\.5{padding-left:.375rem;padding-right:.375rem}.squiz-pb-scope .squiz-cb-scope .px-2{padding-left:.5rem;padding-right:.5rem}.squiz-pb-scope .squiz-cb-scope .px-2\.5{padding-left:.625rem;padding-right:.625rem}.squiz-pb-scope .squiz-cb-scope .px-3{padding-left:.75rem;padding-right:.75rem}.squiz-pb-scope .squiz-cb-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-pb-scope .squiz-cb-scope .px-6{padding-left:1.5rem;padding-right:1.5rem}.squiz-pb-scope .squiz-cb-scope .px-7{padding-left:1.75rem;padding-right:1.75rem}.squiz-pb-scope .squiz-cb-scope .py-2{padding-bottom:.5rem;padding-top:.5rem}.squiz-pb-scope .squiz-cb-scope .py-4{padding-bottom:1rem;padding-top:1rem}.squiz-pb-scope .squiz-cb-scope .py-8{padding-bottom:2rem;padding-top:2rem}.squiz-pb-scope .squiz-cb-scope .pb-3{padding-bottom:.75rem}.squiz-pb-scope .squiz-cb-scope .pb-4{padding-bottom:1rem}.squiz-pb-scope .squiz-cb-scope .pl-2{padding-left:.5rem}.squiz-pb-scope .squiz-cb-scope .pr-2{padding-right:.5rem}.squiz-pb-scope .squiz-cb-scope .text-left{text-align:left}.squiz-pb-scope .squiz-cb-scope .text-center{text-align:center}.squiz-pb-scope .squiz-cb-scope .text-right{text-align:right}.squiz-pb-scope .squiz-cb-scope .align-\[-0\.125em\]{vertical-align:-.125em}.squiz-pb-scope .squiz-cb-scope .text-base{font-size:1rem}.squiz-pb-scope .squiz-cb-scope .text-md{font-size:.875rem}.squiz-pb-scope .squiz-cb-scope .text-sm{font-size:.8125rem}.squiz-pb-scope .squiz-cb-scope .text-xl{font-size:1.25rem;line-height:1.75rem}.squiz-pb-scope .squiz-cb-scope .font-bold{font-weight:700}.squiz-pb-scope .squiz-cb-scope .font-normal{font-weight:400}.squiz-pb-scope .squiz-cb-scope .font-semibold{font-weight:600}.squiz-pb-scope .squiz-cb-scope .italic{font-style:italic}.squiz-pb-scope .squiz-cb-scope .leading-4{line-height:1rem}.squiz-pb-scope .squiz-cb-scope .leading-5{line-height:1.25rem}.squiz-pb-scope .squiz-cb-scope .leading-6{line-height:1.5rem}.squiz-pb-scope .squiz-cb-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .text-blue-400{--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .text-gray-500{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .text-gray-700{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .text-gray-800{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .text-teal-300{--tw-text-opacity:1;color:rgb(5 126 145/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.squiz-pb-scope .squiz-cb-scope .opacity-40{opacity:.4}.squiz-pb-scope .squiz-cb-scope .outline-0{outline-width:0}.squiz-pb-scope .squiz-cb-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-pb-scope .squiz-cb-scope body{--google-font-color-materialiconstwotone:none}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon{--google-font-color-materialiconstwotone:none;word-wrap:normal;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-background-clip:text!important;background-clip:text!important;color:transparent;direction:ltr;display:inline-block;font-display:block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;height:24px;letter-spacing:normal;line-height:1;overflow:hidden;text-transform:none;white-space:nowrap;width:24px}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-gray{--tw-bg-opacity:1;background-color:rgb(79 79 79/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-default{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-grey-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-purple{--tw-bg-opacity:1;background-color:rgb(107 71 180/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-blue{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-green{--tw-bg-opacity:1;background-color:rgb(9 137 52/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-yellow{--tw-bg-opacity:1;background-color:rgb(239 179 36/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-orange{--tw-bg-opacity:1;background-color:rgb(233 105 0/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-red{--tw-bg-opacity:1;background-color:rgb(215 35 33/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-pink{--tw-bg-opacity:1;background-color:rgb(185 61 169/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-teal{--tw-bg-opacity:1;background-color:rgb(5 126 145/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .component-service__component-icon--large{font-size:54px;height:54px;width:54px}.squiz-pb-scope .squiz-cb-scope .spinner{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-pb-scope .squiz-cb-scope .spinner{animation:spin 1.5s linear infinite}}.squiz-pb-scope .squiz-cb-scope .spinner{height:20px;width:20px}.squiz-pb-scope .squiz-cb-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-pb-scope .squiz-cb-scope .spinner--md{height:32px;width:32px}.squiz-pb-scope .squiz-cb-scope .animate-skeleton-pulse{animation:pulse 2s linear infinite}.squiz-pb-scope .squiz-cb-scope *,.squiz-pb-scope .squiz-cb-scope button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-pb-scope .squiz-cb-scope svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .p-4\.5{padding:18px}.squiz-pb-scope .squiz-cb-scope .before\:fixed:before{content:var(--tw-content);position:fixed}.squiz-pb-scope .squiz-cb-scope .before\:absolute:before{content:var(--tw-content);position:absolute}.squiz-pb-scope .squiz-cb-scope .before\:inset-0:before{content:var(--tw-content);inset:0}.squiz-pb-scope .squiz-cb-scope .before\:-left-1:before{content:var(--tw-content);left:-.25rem}.squiz-pb-scope .squiz-cb-scope .before\:top-1:before{content:var(--tw-content);top:.25rem}.squiz-pb-scope .squiz-cb-scope .before\:top-1\.5:before{content:var(--tw-content);top:.375rem}.squiz-pb-scope .squiz-cb-scope .before\:top-1\/4:before{content:var(--tw-content);top:25%}.squiz-pb-scope .squiz-cb-scope .before\:z-0:before{content:var(--tw-content);z-index:0}.squiz-pb-scope .squiz-cb-scope .before\:z-40:before{content:var(--tw-content);z-index:40}.squiz-pb-scope .squiz-cb-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-pb-scope .squiz-cb-scope .before\:h-px:before{content:var(--tw-content);height:1px}.squiz-pb-scope .squiz-cb-scope .before\:w-full:before{content:var(--tw-content);width:100%}.squiz-pb-scope .squiz-cb-scope .before\:w-px:before{content:var(--tw-content);width:1px}.squiz-pb-scope .squiz-cb-scope .before\:bg-black:before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-scope .squiz-cb-scope .before\:bg-gray-200:before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-scope .squiz-cb-scope .before\:bg-gray-300:before{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-scope .squiz-cb-scope .before\:bg-opacity-25:before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-pb-scope .squiz-cb-scope .first\:mt-0:first-child{margin-top:0}.squiz-pb-scope .squiz-cb-scope .first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-pb-scope .squiz-cb-scope .last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-pb-scope .squiz-cb-scope .last\:border-b:last-child{border-bottom-width:1px}.squiz-pb-scope .squiz-cb-scope .last\:border-b-0:last-child{border-bottom-width:0}.squiz-pb-scope .squiz-cb-scope .last\:pb-0:last-child{padding-bottom:0}.squiz-pb-scope .squiz-cb-scope .hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .hover\:bg-transparent:hover{background-color:transparent}.squiz-pb-scope .squiz-cb-scope .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-scope .squiz-cb-scope .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.squiz-pb-scope .squiz-cb-scope .focus-visible\:outline-0:focus-visible{outline-width:0}.squiz-pb-scope .squiz-cb-scope .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.squiz-pb-scope .squiz-cb-scope .disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-cb-scope .disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media (prefers-reduced-motion:reduce){.squiz-pb-scope .squiz-cb-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{animation:spin 1.5s linear infinite}}@media not all and (min-width:640px){.squiz-pb-scope .squiz-cb-scope .max-sm\:hidden{display:none}}@media (min-width:640px){.squiz-pb-scope .squiz-cb-scope .sm\:flex-1{flex:1 1 0%}.squiz-pb-scope .squiz-cb-scope .sm\:grow-\[2\]{flex-grow:2}}@media (min-width:768px){.squiz-pb-scope .squiz-cb-scope .md\:px-0{padding-left:0;padding-right:0}.squiz-pb-scope .squiz-cb-scope .md\:px-7{padding-left:1.75rem;padding-right:1.75rem}}@media (min-width:1024px){.squiz-pb-scope .squiz-cb-scope .lg\:h-\[calc\(100vh-9rem\)\]{height:calc(100vh - 9rem)}}.squiz-pb-scope .squiz-jv-scope *,.squiz-pb-scope .squiz-jv-scope :after,.squiz-pb-scope .squiz-jv-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-pb-scope .squiz-jv-scope :after,.squiz-pb-scope .squiz-jv-scope :before{--tw-content:""}.squiz-pb-scope .squiz-jv-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-pb-scope .squiz-jv-scope body{line-height:inherit;margin:0}.squiz-pb-scope .squiz-jv-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-pb-scope .squiz-jv-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-pb-scope .squiz-jv-scope h1,.squiz-pb-scope .squiz-jv-scope h2,.squiz-pb-scope .squiz-jv-scope h3,.squiz-pb-scope .squiz-jv-scope h4,.squiz-pb-scope .squiz-jv-scope h5,.squiz-pb-scope .squiz-jv-scope h6{font-size:inherit;font-weight:inherit}.squiz-pb-scope .squiz-jv-scope a{color:inherit;text-decoration:inherit}.squiz-pb-scope .squiz-jv-scope b,.squiz-pb-scope .squiz-jv-scope strong{font-weight:bolder}.squiz-pb-scope .squiz-jv-scope code,.squiz-pb-scope .squiz-jv-scope kbd,.squiz-pb-scope .squiz-jv-scope pre,.squiz-pb-scope .squiz-jv-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-pb-scope .squiz-jv-scope small{font-size:80%}.squiz-pb-scope .squiz-jv-scope sub,.squiz-pb-scope .squiz-jv-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-pb-scope .squiz-jv-scope sub{bottom:-.25em}.squiz-pb-scope .squiz-jv-scope sup{top:-.5em}.squiz-pb-scope .squiz-jv-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-pb-scope .squiz-jv-scope button,.squiz-pb-scope .squiz-jv-scope input,.squiz-pb-scope .squiz-jv-scope optgroup,.squiz-pb-scope .squiz-jv-scope select,.squiz-pb-scope .squiz-jv-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-pb-scope .squiz-jv-scope button,.squiz-pb-scope .squiz-jv-scope select{text-transform:none}.squiz-pb-scope .squiz-jv-scope [type=button],.squiz-pb-scope .squiz-jv-scope [type=reset],.squiz-pb-scope .squiz-jv-scope [type=submit],.squiz-pb-scope .squiz-jv-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-pb-scope .squiz-jv-scope :-moz-focusring{outline:auto}.squiz-pb-scope .squiz-jv-scope :-moz-ui-invalid{box-shadow:none}.squiz-pb-scope .squiz-jv-scope progress{vertical-align:baseline}.squiz-pb-scope .squiz-jv-scope ::-webkit-inner-spin-button,.squiz-pb-scope .squiz-jv-scope ::-webkit-outer-spin-button{height:auto}.squiz-pb-scope .squiz-jv-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-pb-scope .squiz-jv-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-pb-scope .squiz-jv-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-pb-scope .squiz-jv-scope summary{display:list-item}.squiz-pb-scope .squiz-jv-scope blockquote,.squiz-pb-scope .squiz-jv-scope dd,.squiz-pb-scope .squiz-jv-scope dl,.squiz-pb-scope .squiz-jv-scope figure,.squiz-pb-scope .squiz-jv-scope h1,.squiz-pb-scope .squiz-jv-scope h2,.squiz-pb-scope .squiz-jv-scope h3,.squiz-pb-scope .squiz-jv-scope h4,.squiz-pb-scope .squiz-jv-scope h5,.squiz-pb-scope .squiz-jv-scope h6,.squiz-pb-scope .squiz-jv-scope hr,.squiz-pb-scope .squiz-jv-scope p,.squiz-pb-scope .squiz-jv-scope pre{margin:0}.squiz-pb-scope .squiz-jv-scope fieldset{margin:0;padding:0}.squiz-pb-scope .squiz-jv-scope legend{padding:0}.squiz-pb-scope .squiz-jv-scope menu,.squiz-pb-scope .squiz-jv-scope ol,.squiz-pb-scope .squiz-jv-scope ul{list-style:none;margin:0;padding:0}.squiz-pb-scope .squiz-jv-scope textarea{resize:vertical}.squiz-pb-scope .squiz-jv-scope input::-moz-placeholder,.squiz-pb-scope .squiz-jv-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-jv-scope input::placeholder,.squiz-pb-scope .squiz-jv-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-pb-scope .squiz-jv-scope [role=button],.squiz-pb-scope .squiz-jv-scope button{cursor:pointer}.squiz-pb-scope .squiz-jv-scope :disabled{cursor:default}.squiz-pb-scope .squiz-jv-scope audio,.squiz-pb-scope .squiz-jv-scope canvas,.squiz-pb-scope .squiz-jv-scope embed,.squiz-pb-scope .squiz-jv-scope iframe,.squiz-pb-scope .squiz-jv-scope img,.squiz-pb-scope .squiz-jv-scope object,.squiz-pb-scope .squiz-jv-scope svg,.squiz-pb-scope .squiz-jv-scope video{display:block;vertical-align:middle}.squiz-pb-scope .squiz-jv-scope img,.squiz-pb-scope .squiz-jv-scope video{height:auto;max-width:100%}.squiz-pb-scope .squiz-jv-scope [hidden]{display:none}.squiz-pb-scope .squiz-jv-scope *,.squiz-pb-scope .squiz-jv-scope :after,.squiz-pb-scope .squiz-jv-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-jv-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-scope .squiz-jv-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-scope .squiz-jv-scope .absolute{position:absolute}.squiz-pb-scope .squiz-jv-scope .m-3{margin:.75rem}.squiz-pb-scope .squiz-jv-scope .ml-2{margin-left:.5rem}.squiz-pb-scope .squiz-jv-scope .flex{display:flex}.squiz-pb-scope .squiz-jv-scope .contents{display:contents}.squiz-pb-scope .squiz-jv-scope .h-\[24px\]{height:24px}.squiz-pb-scope .squiz-jv-scope .w-full{width:100%}.squiz-pb-scope .squiz-jv-scope .min-w-\[140px\]{min-width:140px}.squiz-pb-scope .squiz-jv-scope .flex-1{flex:1 1 0%}.squiz-pb-scope .squiz-jv-scope .shrink-0{flex-shrink:0}.squiz-pb-scope .squiz-jv-scope .flex-row-reverse{flex-direction:row-reverse}.squiz-pb-scope .squiz-jv-scope .items-center{align-items:center}.squiz-pb-scope .squiz-jv-scope .justify-center{justify-content:center}.squiz-pb-scope .squiz-jv-scope .rounded{border-radius:4px}.squiz-pb-scope .squiz-jv-scope .rounded-lg{border-radius:.5rem}.squiz-pb-scope .squiz-jv-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-jv-scope .bg-gray-300{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-jv-scope .bg-status-green{--tw-bg-opacity:1;background-color:rgb(231 244 236/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-jv-scope .bg-status-red{--tw-bg-opacity:1;background-color:rgb(250 233 232/var(--tw-bg-opacity))}.squiz-pb-scope .squiz-jv-scope .p-1{padding:.25rem}.squiz-pb-scope .squiz-jv-scope .p-1\.5{padding:.375rem}.squiz-pb-scope .squiz-jv-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-pb-scope .squiz-jv-scope .py-1{padding-bottom:.25rem;padding-top:.25rem}.squiz-pb-scope .squiz-jv-scope .py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.squiz-pb-scope .squiz-jv-scope .text-md{font-size:.875rem}.squiz-pb-scope .squiz-jv-scope .font-bold{font-weight:700}.squiz-pb-scope .squiz-jv-scope .text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.squiz-pb-scope .squiz-jv-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-scope .squiz-jv-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-scope .squiz-jv-scope .opacity-50{opacity:.5}.squiz-pb-scope .squiz-jv-scope .spinner{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-pb-scope .squiz-jv-scope .spinner{animation:spin 1.5s linear infinite}}.squiz-pb-scope .squiz-jv-scope .spinner{height:20px;width:20px}.squiz-pb-scope .squiz-jv-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-pb-scope .squiz-jv-scope .spinner--md{height:32px;width:32px}.squiz-pb-scope .squiz-jv-scope .sds-dialog__body,.squiz-pb-scope .squiz-jv-scope .sds-dialog__body.dividers .sds-dialog__content,.squiz-pb-scope .squiz-jv-scope .sds-dialog__content{padding:0}.squiz-pb-scope .squiz-jv-scope .sds-dialog__actions:has(.sds-validation-message){display:block}.squiz-pb-scope .squiz-jv-scope .sds-dialog__actions:has(.sds-validation-message) .sds-button-list li:has(.sds-validation-message){margin-right:auto}.squiz-pb-scope .squiz-jv-scope .sds-dialog__close{padding:.75rem}.squiz-pb-scope .squiz-jv-scope *,.squiz-pb-scope .squiz-jv-scope button{letter-spacing:-.02em}.squiz-pb-scope .bg-white{background:#fff}.squiz-pb-scope .text-white{color:#fff}.squiz-pb-scope .bg-offwhite{background:#d9d9d9}.squiz-pb-scope .text-offwhite{color:#d9d9d9}.squiz-pb-scope .bg-grey-50{background:#f7f7f7}.squiz-pb-scope .text-grey-50{color:#f7f7f7}.squiz-pb-scope .bg-grey-100{background:#f5f5f5}.squiz-pb-scope .text-grey-100{color:#f5f5f5}.squiz-pb-scope .bg-grey-200{background:#ededed}.squiz-pb-scope .text-grey-200{color:#ededed}.squiz-pb-scope .bg-grey-300{background:#e0e0e0}.squiz-pb-scope .text-grey-300{color:#e0e0e0}.squiz-pb-scope .bg-grey-400{background:#bababa}.squiz-pb-scope .text-grey-400{color:#bababa}.squiz-pb-scope .bg-grey-500{background:#949494}.squiz-pb-scope .text-grey-500{color:#949494}.squiz-pb-scope .bg-grey-600{background:#707070}.squiz-pb-scope .text-grey-600{color:#707070}.squiz-pb-scope .bg-grey-700{background:#4f4f4f}.squiz-pb-scope .text-grey-700{color:#4f4f4f}.squiz-pb-scope .bg-grey-800{background:#3d3d3d}.squiz-pb-scope .text-grey-800{color:#3d3d3d}.squiz-pb-scope .bg-grey-900{background:#2b2b2b}.squiz-pb-scope .text-grey-900{color:#2b2b2b}.squiz-pb-scope .bg-black{background:#000}.squiz-pb-scope .text-black{color:#000}.squiz-pb-scope .bg-blue-100{background:#e6f1fa}.squiz-pb-scope .text-blue-100{color:#e6f1fa}.squiz-pb-scope .bg-blue-200{background:#8fc0eb}.squiz-pb-scope .text-blue-200{color:#8fc0eb}.squiz-pb-scope .bg-blue-300{background:#0774d2}.squiz-pb-scope .text-blue-300{color:#0774d2}.squiz-pb-scope .bg-blue-400{background:#044985}.squiz-pb-scope .text-blue-400{color:#044985}.squiz-pb-scope .bg-green-100{background:#e7f4ec}.squiz-pb-scope .text-green-100{color:#e7f4ec}.squiz-pb-scope .bg-green-200{background:#95d0a9}.squiz-pb-scope .text-green-200{color:#95d0a9}.squiz-pb-scope .bg-green-300{background:#098934}.squiz-pb-scope .text-green-300{color:#098934}.squiz-pb-scope .bg-green-400{background:#0a4a20}.squiz-pb-scope .text-green-400{color:#0a4a20}.squiz-pb-scope .bg-orange-100{background:#fcf0e5}.squiz-pb-scope .text-orange-100{color:#fcf0e5}.squiz-pb-scope .bg-orange-200{background:#f5bb8c}.squiz-pb-scope .text-orange-200{color:#f5bb8c}.squiz-pb-scope .bg-orange-300{background:#e96900}.squiz-pb-scope .text-orange-300{color:#e96900}.squiz-pb-scope .bg-orange-400{background:#8f4000}.squiz-pb-scope .text-orange-400{color:#8f4000}.squiz-pb-scope .bg-red-100{background:#fae9e8}.squiz-pb-scope .text-red-100{color:#fae9e8}.squiz-pb-scope .bg-red-200{background:#ec9c9b}.squiz-pb-scope .text-red-200{color:#ec9c9b}.squiz-pb-scope .bg-red-300{background:#d72321}.squiz-pb-scope .text-red-300{color:#d72321}.squiz-pb-scope .bg-red-400{background:#6b1211}.squiz-pb-scope .text-red-400{color:#6b1211}.squiz-pb-scope .bg-purple-100{background:#f0ecf7}.squiz-pb-scope .text-purple-100{color:#f0ecf7}.squiz-pb-scope .bg-purple-200{background:#bcacdd}.squiz-pb-scope .text-purple-200{color:#bcacdd}.squiz-pb-scope .bg-purple-300{background:#6b47b4}.squiz-pb-scope .text-purple-300{color:#6b47b4}.squiz-pb-scope .bg-purple-400{background:#3e2969}.squiz-pb-scope .text-purple-400{color:#3e2969}.squiz-pb-scope .bg-teal-100{background:#e6f4f6}.squiz-pb-scope .text-teal-100{color:#e6f4f6}.squiz-pb-scope .bg-teal-200{background:#8fd0d9}.squiz-pb-scope .text-teal-200{color:#8fd0d9}.squiz-pb-scope .bg-teal-300{background:#057e91}.squiz-pb-scope .text-teal-300{color:#057e91}.squiz-pb-scope .bg-teal-400{background:#024752}.squiz-pb-scope .text-teal-400{color:#024752}.squiz-pb-scope .bg-yellow-100{background:#fdf7e9}.squiz-pb-scope .text-yellow-100{color:#fdf7e9}.squiz-pb-scope .bg-yellow-200{background:#f7dd9c}.squiz-pb-scope .text-yellow-200{color:#f7dd9c}.squiz-pb-scope .bg-yellow-300{background:#efb324}.squiz-pb-scope .text-yellow-300{color:#efb324}.squiz-pb-scope .bg-yellow-400{background:#a17917}.squiz-pb-scope .text-yellow-400{color:#a17917}.squiz-pb-scope .bg-pink-100{background:#f8ebf6}.squiz-pb-scope .text-pink-100{color:#f8ebf6}.squiz-pb-scope .bg-pink-200{background:#dfa7d8}.squiz-pb-scope .text-pink-200{color:#dfa7d8}.squiz-pb-scope .bg-pink-300{background:#b93da9}.squiz-pb-scope .text-pink-300{color:#b93da9}.squiz-pb-scope .bg-pink-400{background:#6e2464}.squiz-pb-scope .text-pink-400{color:#6e2464}.squiz-pb-scope .svg--white>svg{fill:#fff}.squiz-pb-scope .svg--offwhite>svg{fill:#d9d9d9}.squiz-pb-scope .svg--grey-50>svg{fill:#f7f7f7}.squiz-pb-scope .svg--grey-100>svg{fill:#f5f5f5}.squiz-pb-scope .svg--grey-200>svg{fill:#ededed}.squiz-pb-scope .svg--grey-300>svg{fill:#e0e0e0}.squiz-pb-scope .svg--grey-400>svg{fill:#bababa}.squiz-pb-scope .svg--grey-500>svg{fill:#949494}.squiz-pb-scope .svg--grey-600>svg{fill:#707070}.squiz-pb-scope .svg--grey-700>svg{fill:#4f4f4f}.squiz-pb-scope .svg--grey-800>svg{fill:#3d3d3d}.squiz-pb-scope .svg--grey-900>svg{fill:#2b2b2b}.squiz-pb-scope .svg--black>svg{fill:#000}.squiz-pb-scope .svg--blue-100>svg{fill:#e6f1fa}.squiz-pb-scope .svg--blue-200>svg{fill:#8fc0eb}.squiz-pb-scope .svg--blue-300>svg{fill:#0774d2}.squiz-pb-scope .svg--blue-400>svg{fill:#044985}.squiz-pb-scope .svg--green-100>svg{fill:#e7f4ec}.squiz-pb-scope .svg--green-200>svg{fill:#95d0a9}.squiz-pb-scope .svg--green-300>svg{fill:#098934}.squiz-pb-scope .svg--green-400>svg{fill:#0a4a20}.squiz-pb-scope .svg--orange-100>svg{fill:#fcf0e5}.squiz-pb-scope .svg--orange-200>svg{fill:#f5bb8c}.squiz-pb-scope .svg--orange-300>svg{fill:#e96900}.squiz-pb-scope .svg--orange-400>svg{fill:#8f4000}.squiz-pb-scope .svg--red-100>svg{fill:#fae9e8}.squiz-pb-scope .svg--red-200>svg{fill:#ec9c9b}.squiz-pb-scope .svg--red-300>svg{fill:#d72321}.squiz-pb-scope .svg--red-400>svg{fill:#6b1211}.squiz-pb-scope .svg--purple-100>svg{fill:#f0ecf7}.squiz-pb-scope .svg--purple-200>svg{fill:#bcacdd}.squiz-pb-scope .svg--purple-300>svg{fill:#6b47b4}.squiz-pb-scope .svg--purple-400>svg{fill:#3e2969}.squiz-pb-scope .svg--teal-100>svg{fill:#e6f4f6}.squiz-pb-scope .svg--teal-200>svg{fill:#8fd0d9}.squiz-pb-scope .svg--teal-300>svg{fill:#057e91}.squiz-pb-scope .svg--teal-400>svg{fill:#024752}.squiz-pb-scope .svg--yellow-100>svg{fill:#fdf7e9}.squiz-pb-scope .svg--yellow-200>svg{fill:#f7dd9c}.squiz-pb-scope .svg--yellow-300>svg{fill:#efb324}.squiz-pb-scope .svg--yellow-400>svg{fill:#a17917}.squiz-pb-scope .svg--pink-100>svg{fill:#f8ebf6}.squiz-pb-scope .svg--pink-200>svg{fill:#dfa7d8}.squiz-pb-scope .svg--pink-300>svg{fill:#b93da9}.squiz-pb-scope .svg--pink-400>svg{fill:#6e2464}.squiz-pb-scope .svg--sm>svg{height:1rem;width:1rem}.squiz-pb-scope .br--sm{border-radius:.25rem}.squiz-pb-scope .pb-block--customized-header .sds-button.button--transparent:disabled,.squiz-pb-scope .pb-disabled{background:transparent!important;cursor:not-allowed!important;opacity:.5;pointer-events:all!important}.squiz-pb-scope .pb-alert-success{background-color:#e7f4ec!important}.squiz-pb-scope .pb-alert-success .sds-alert__icon-container{align-self:center}.squiz-pb-scope .pb-alert-success .sds-alert__icon-container svg{fill:#098934!important}.squiz-pb-scope :root{--page-builder-top-space:146px}.squiz-pb-scope .pb-component-block-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;height:2.5rem;justify-content:space-between;margin:0 .5rem;white-space:nowrap}.squiz-pb-scope .pb-component-block-header__name{align-items:center;display:flex;overflow:hidden}.squiz-pb-scope .pb-component-block-header__name p{color:#3d3d3d;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0 0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .pb-component-block-header__name p .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .pb-component-block-header__name .component-service__component-icon{flex-shrink:0}.squiz-pb-scope .pb-component-block .squiz-ce-scope{padding:.75rem .5rem}.squiz-pb-scope .pb-component-block .squiz-ce-scope .form-label{color:#4f4f4f}.squiz-pb-scope .pb-component-block--loading{animation:skeleton-pulse 2s linear infinite;background:rgba(0,0,0,.07);border-radius:.5rem;min-height:12.5rem}.squiz-pb-scope .pb-block-type-picker{background-color:#fff;border:.0625rem dashed #bababa;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;padding:3rem .5rem;position:relative;text-align:center}.squiz-pb-scope .pb-block-type-picker .pb-block-type-picker-no-variant-content{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin:0 0 1rem}.squiz-pb-scope .pb-block-type-picker .pb-block-type-picker-action-buttons{display:flex;flex-direction:row;justify-content:center}.squiz-pb-scope .pb-block--is-new:has(.pb-block-type-picker):not(:has(.pb-block--customized)){animation:new-item-animation .2s ease-out forwards;opacity:0}@keyframes new-item-animation{0%{opacity:0}to{opacity:1}}.squiz-pb-scope .pb-block--remove-btn{position:absolute;right:.25rem;top:.25rem}.squiz-pb-scope .pb-section-heading{align-items:center;border-bottom:1px solid #bababa;color:#707070;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem 0}.squiz-pb-scope .pb-section-heading--no-border{border-bottom:0;height:50px;margin-bottom:0}.squiz-pb-scope .pb-service-error{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;min-height:12.5rem;position:relative}.squiz-pb-scope .pb-service-error__message{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .pb-service-error__delete{position:absolute;right:.25rem;top:.25rem}.squiz-pb-scope .pb-divider{display:flex}.squiz-pb-scope .pb-divider--horizontal:after,.squiz-pb-scope .pb-divider--horizontal:before{align-self:center;border-bottom:1px solid #e0e0e0;content:"";width:100%}.squiz-pb-scope .pb-divider--horizontal.pb-divider--gap-medium{padding:.5rem 0}.squiz-pb-scope .pb-divider--horizontal.pb-divider--gap-large{padding:1rem 0}.squiz-pb-scope .pb-divider--vertical{background:#e0e0e0;margin:.25rem;width:.125rem}.squiz-pb-scope .pb-divider--rounded{border-radius:.25rem}.squiz-pb-scope .pb-fte-handler{align-items:center;display:flex;justify-content:flex-end;margin-right:.5rem;margin-top:.25rem}.squiz-pb-scope .pb-block--customized-header .pb-fte-block__editor.sds-button.button--transparent:disabled,.squiz-pb-scope .pb-fte-block__editor.pb-disabled{opacity:1}.squiz-pb-scope .squiz-ce-scope .squiz-fte-scope .toolbar-dropdown__menu button{background:#fff;display:flex;font-weight:400}.squiz-pb-scope .squiz-ce-scope .squiz-fte-scope .toolbar-dropdown__menu button h5{font-size:inherit;font-weight:inherit;margin:0}.squiz-pb-scope .squiz-ce-scope .squiz-fte-scope .toolbar-dropdown__menu button:hover{background:rgba(0,0,0,.04)}.squiz-pb-scope .pb-action-bar{align-items:center;display:flex}.squiz-pb-scope .pb-action-bar--remove-btn{padding:0!important;vertical-align:middle}.squiz-pb-scope .pb-action-bar .pb-divider,.squiz-pb-scope .pb-action-btn{height:1.5rem}.squiz-pb-scope .pb-action-btn .sds-button{display:flex;margin-left:.25rem!important;padding:0!important}.squiz-pb-scope .pb-modal-form{max-width:100%}.squiz-pb-scope .pb-segment-picker-well{height:23.125rem}.squiz-pb-scope .pb-segment-picker-form__row{align-items:center;display:grid;grid-template-columns:22.5rem;justify-content:center;margin-bottom:.75rem}.squiz-pb-scope .pb-segment-picker-form__row--with-actions{grid-template-columns:2rem 22.5rem 2rem}.squiz-pb-scope .pb-segment-picker-form__row .sds-form-field{margin-bottom:0}.squiz-pb-scope .pb-segment-picker-form__row--with-error button.sds-select-field__button.placeholder{color:#707070;font-style:italic}.squiz-pb-scope .pb-segment-picker-form__row .sds-button{margin-left:.25rem}.squiz-pb-scope .sds-dialog__close{background:none;border:0;color:#707070}.squiz-pb-scope button.sds-button.button--strong.button--activate{background-color:#b93da9}.squiz-pb-scope button.sds-button.button--strong.button--activate:hover{background-color:#933086}.squiz-pb-scope .pb-personalization-modal:has(.sds-loader,.pb-modal-error){min-height:25rem}.squiz-pb-scope .pb-personalization-modal:has(.sds-loader,.pb-modal-error) .sds-dialog__body{align-items:center}.squiz-pb-scope .pb-personalization-modal .sds-dialog__actions:has(.pb-remove-personalization-button){display:block}.squiz-pb-scope .pb-personalization-modal .sds-dialog__actions:has(.pb-remove-personalization-button) .sds-button-list li:has(.pb-remove-personalization-button){margin-right:auto}.squiz-pb-scope .pb-personalization-modal .sds-dialog__actions:has(.pb-try-again-personalization-button){justify-content:center}.squiz-pb-scope .pb-personalization-modal .pb-deleted-segment-alert{margin:.5rem 0 0}.squiz-pb-scope .pb-support-text-block{border:1px solid #e0e0e0;border-radius:.25rem 1.5rem;color:#707070;display:grid;gap:.5rem;grid-template-columns:1.5rem 1fr;margin-bottom:1rem;padding:.75rem}.squiz-pb-scope .pb-support-text-block>span{align-self:center;border-left:1px solid #e0e0e0;padding-left:.5rem;white-space:pre-wrap}.squiz-pb-scope .pb-block--customized{border-radius:.5rem}.squiz-pb-scope .pb-block--customized--experiment{background:#044985;border:.125rem solid #044985}.squiz-pb-scope .pb-block--customized--personalization{background:#b93da9;border:.125rem solid #b93da9}.squiz-pb-scope .pb-block--customized-header{align-items:center;color:#fff;display:flex;justify-content:flex-start;margin:.25rem .125rem .25rem .25rem}.squiz-pb-scope .pb-block--customized-header svg{height:1.125rem;width:1.125rem}.squiz-pb-scope .pb-block--customized-header__name{align-items:center;display:flex;flex-shrink:0;font-weight:600;margin-left:.125rem;margin-right:1rem}.squiz-pb-scope .pb-block--customized-header__name svg{fill:#fff;margin-right:.25rem}.squiz-pb-scope .pb-block--customized-header .sds-button.button--transparent{border:1px solid hsla(0,0%,100%,.32);color:#fff;padding:.125rem .375rem}.squiz-pb-scope .pb-block--customized-header .sds-button.button--transparent:active,.squiz-pb-scope .pb-block--customized-header .sds-button.button--transparent:focus,.squiz-pb-scope .pb-block--customized-header .sds-button.button--transparent:hover{border:1px solid hsla(0,0%,90%,.32)}.squiz-pb-scope .pb-block--customized-header .sds-button.button--transparent:last-of-type{margin-left:auto}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown.active{padding:.25rem}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown{width:245px}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-heading{background-color:#f5f5f5;border-radius:.25rem;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;padding:.25rem .5rem;pointer-events:none;text-transform:none}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button{min-height:2.25rem}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button:has(.sds-dropdown-label__content--error){cursor:default;pointer-events:none}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button:has(.sds-dropdown-label__content--error):hover{background:#fff}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button:has(.sds-dropdown-label__content--error) .segment-error-dropdown-btn{pointer-events:auto;width:7rem}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button .sds-dropdown-label{align-items:center;color:#3d3d3d;display:flex;font-size:.8125rem;font-weight:400;gap:.5rem;letter-spacing:0;line-height:1rem;width:100%}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button .sds-dropdown-label:has(.sds-dropdown-label__content--error){flex-direction:column}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button .sds-dropdown-label .pb-block-previous-segment{color:#707070;font-style:italic}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button .sds-dropdown-label__error{display:flex;gap:.5rem}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button .sds-dropdown-label__content{display:flex;flex-direction:column}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section .sds-dropdown-button .sds-dropdown-label__content--error{align-items:center}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section [data-id=variant-active] .sds-dropdown-button{flex-direction:row-reverse;justify-content:space-between}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section [data-id=variant-active] .sds-dropdown-button .sds-dropdown-label{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section [data-id=variant-active] .sds-dropdown-button .sds-dropdown-icon path{fill:#3d3d3d}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-section:not(:last-child){border-bottom:1px solid #e0e0e0}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-label__error-icon{color:#d72321}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-label__error-icon svg{fill:currentcolor}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-label__warning-icon{color:#e96900}.squiz-pb-scope .pb-block--customized-header__dropdown .sds-dropdown-label__warning-icon svg{fill:currentcolor}.squiz-pb-scope .pb-block--customized-header__dropdown .button--custom{align-items:center;display:flex;gap:.25rem}.squiz-pb-scope .pb-block--customized-header__dropdown .button--custom>span:first-child{max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .pb-block--customized-header__dropdown .button--custom .svg-wrapper{height:1.125rem;transform:rotate(-90deg);width:1.125rem}.squiz-pb-scope .pb-block--customized-header span{font-size:.8125rem}.squiz-pb-scope .pb-block--customized .sds-alert-messages{margin:-.125rem -.125rem .125rem}.squiz-pb-scope .pb-block .sds-alert__wrapper{border-radius:.375rem;margin:.125rem;padding-bottom:.25rem;padding-top:.25rem}.squiz-pb-scope .pb-block-variant:not(:has(.pb-component-block--loading)){background:#fff;border-radius:.375rem;display:flex;flex-direction:column}.squiz-pb-scope .pb-block-variant-issues-alert-bold{font-weight:600}.squiz-pb-scope .pb-block-variant-issues-alert .squiz-jv-scope,.squiz-pb-scope .pb-block-variant-issues-alert .squiz-jv-scope .button--content{display:inline}.squiz-pb-scope .pb-block-variant-issues-alert .squiz-jv-scope button{background:none!important;color:#3d3d3d!important;font-weight:700;padding:0;text-decoration:underline}.squiz-pb-scope .pb-block-variant-issues-alert .squiz-jv-scope button .sds-button-label{margin-left:0}.squiz-pb-scope .pb-remove-personalization-form .pb-support-text-block{margin-bottom:0;margin-top:.75rem}.squiz-pb-scope button.sds-button.button--strong.button--enable{background-color:#044985}.squiz-pb-scope button.sds-button.button--strong.button--enable:hover{background-color:#032e53}.squiz-pb-scope .pb-new-experiment .pb-experiment-create-new{text-decoration:none}.squiz-pb-scope .pb-new-experiment .pb-experiment-create-new>span{align-items:center;color:#0774d2;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .pb-new-experiment .pb-experiment-create-new>span svg{fill:#0774d2!important}.squiz-pb-scope .pb-new-experiment__well-header{align-items:center;display:flex;flex-direction:column;gap:.5rem}.squiz-pb-scope .pb-new-experiment__well-header>p{font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin:0;max-width:16.25rem}.squiz-pb-scope .pb-new-experiment .pb-divider{gap:.75rem;padding:.75rem}.squiz-pb-scope .pb-new-experiment .pb-divider__children>span,.squiz-pb-scope .pb-new-experiment__select-label{font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .pb-new-experiment__select-label{color:#3d3d3d;display:flex;justify-content:center;padding-bottom:.75rem}.squiz-pb-scope .pb-manage-experiment__header{align-items:flex-start;border-bottom:1px solid #e0e0e0;display:flex;gap:1.25rem;justify-content:space-between;padding-bottom:.75rem}.squiz-pb-scope .pb-manage-experiment__header>p{color:#3d3d3d;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0}.squiz-pb-scope .pb-manage-experiment__header>p .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .pb-manage-experiment__header>a{color:#707070;flex-shrink:0;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;text-decoration:none}.squiz-pb-scope .pb-manage-experiment__header>a>span{align-items:center;cursor:pointer;display:flex;gap:.5rem}.squiz-pb-scope .pb-manage-experiment>p{padding-top:.75rem}.squiz-pb-scope .pb-experiment-cannot-change>p,.squiz-pb-scope .pb-experiment-connected>p,.squiz-pb-scope .pb-manage-experiment>p{margin:0;text-align:center;white-space:pre-wrap}.squiz-pb-scope .pb-experiments-modal:has(.sds-loader,.pb-modal-error){min-height:25rem}.squiz-pb-scope .pb-experiments-modal:has(.sds-loader,.pb-modal-error) .sds-dialog__body{align-items:center}.squiz-pb-scope .pb-experiments-modal .sds-dialog__actions:has(.pb-disconnect-experiment-button,.pb-retry-experiment-button){display:block}.squiz-pb-scope .pb-experiments-modal .sds-dialog__actions:has(.pb-disconnect-experiment-button,.pb-retry-experiment-button) .sds-button-list:has(.pb-retry-experiment-button){justify-content:center}.squiz-pb-scope .pb-experiments-modal .sds-dialog__actions:has(.pb-disconnect-experiment-button,.pb-retry-experiment-button) .sds-button-list li:has(.pb-disconnect-experiment-button){margin-right:auto}.squiz-pb-scope .pb-disconnect-experiments-modal .pb-support-text-block{margin-bottom:1.5rem;margin-top:.75rem}.squiz-pb-scope .pb-disconnect-experiments-modal .sds-dialog__actions{justify-content:center;padding:0 0 1.5rem}.squiz-pb-scope .ab-test-status--wrapper{margin-top:1rem}.squiz-pb-scope .ab-test-status-schedule--not-configured{margin-top:.5rem}.squiz-pb-scope .ab-test-status-schedule{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.squiz-pb-scope .ab-test-status-schedule--row:has(.svg-wrapper){align-items:center;display:grid;gap:4px;grid-template-columns:20px auto}.squiz-pb-scope .ab-test-status-schedule--row:has(.svg-wrapper)>.svg-wrapper{justify-content:center}.squiz-pb-scope .ab-test-status--wrapper a{color:#4f4f4f;display:flex;font-size:14px;font-weight:600;gap:.25rem;place-content:center;text-decoration:none}.squiz-pb-scope .ab-test-status{display:flex;flex-direction:row;gap:.5rem}.squiz-pb-scope .ab-test-status--draft .sds-badge{background-color:#fff;border-color:#e96900;color:#e96900}.squiz-pb-scope .ab-test-status--pending .sds-badge{background-color:#fff;border-color:#098934;color:#098934}.squiz-pb-scope .ab-test-status--running .sds-badge{background-color:#098934;border-color:#098934;color:#fff}.squiz-pb-scope .ab-test-status--paused .sds-badge{background-color:#fff;border-color:#044985;color:#044985}.squiz-pb-scope .ab-test-status--finished .sds-badge{background-color:#044985;border-color:#044985;color:#fff}.squiz-pb-scope .pb-well.pb-manage-experiment+.sds-alert__wrapper{margin-top:.75rem}.squiz-pb-scope .pb-component-information-modal .sds-dialog__actions{display:block}.squiz-pb-scope .pb-component-information-modal .sds-dialog__actions .sds-button-list{justify-content:flex-end}.squiz-pb-scope .pb-component-information-modal .sds-dialog__actions li:first-of-type:not(:last-child){margin-right:auto}.squiz-pb-scope .pb-component-information-modal .pb-component-code-button{align-items:center;display:flex;flex-direction:row-reverse;gap:.25rem}.squiz-pb-scope .pb-component-information-modal .pb-component-code-button svg{fill:currentcolor}.squiz-pb-scope .pb-component-info{color:#707070;text-align:center}.squiz-pb-scope .pb-component-info__icon>span{font-size:52px;height:52px;width:52px}.squiz-pb-scope .pb-component-info__icon,.squiz-pb-scope .pb-component-info__name{color:#3d3d3d}.squiz-pb-scope .pb-component-info__name{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-scope .pb-component-info__description{margin-top:.25rem}.squiz-pb-scope .pb-component-info__version{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:.25rem}.squiz-pb-scope .pb-component-info__set{align-items:center;display:flex;gap:.25rem;justify-content:center}.squiz-pb-scope .pb-well{background-color:#f5f5f5;border-radius:.5rem;color:#707070;margin-top:.75rem;overflow-y:auto;padding:1rem 1.25rem}.squiz-pb-scope .pb-well>h4{color:#3d3d3d;font-weight:400;margin:0 0 .5rem}.squiz-pb-scope .pb-well .pb-well-border-bottom{border-bottom:1px solid #e0e0e0;margin-top:0;padding-bottom:.75rem}.squiz-pb-scope .pb-well .sds-form{background-color:#f5f5f5}.squiz-pb-scope .pb-empty-panel{background:#f5f5f5;background-color:#ededed;border-radius:.25rem;color:#4f4f4f;display:none;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem;padding:1rem .5rem;text-align:center}.squiz-pb-scope .pb-container .pb-structure{border-right:1px solid #e0e0e0}.squiz-pb-scope .pb-structure-container{padding-top:1rem}.squiz-pb-scope .pb-structure-container:empty{display:none}.squiz-pb-scope .pb-structure-container:empty+.pb-empty-panel{display:block;margin-right:.75rem;margin-top:.75rem}.squiz-pb-scope .pb-structure-item{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);cursor:pointer;display:flex;margin-bottom:.5rem;min-height:2.5rem;padding:.25rem .25rem .25rem .125rem}.squiz-pb-scope .pb-structure-item__drag-handle{padding:0!important;width:1.125rem!important}.squiz-pb-scope .pb-structure-item__content{container-name:structure_container;container-type:inline-size;align-items:center;display:grid;grid-template-columns:24px 1fr auto;padding:.125rem;width:100%}.squiz-pb-scope .pb-structure-item__content--error{display:flex}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--experiment),.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--personalized){border:.125rem solid;border-radius:.375rem;padding:0}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--experiment) .pb-structure-item-drag svg,.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--personalized) .pb-structure-item-drag svg{fill:#fff}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--experiment) .pb-structure-item__content--experiment,.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--experiment) .pb-structure-item__content--personalized,.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--personalized) .pb-structure-item__content--experiment,.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--personalized) .pb-structure-item__content--personalized{border-radius:.25rem;padding:.375rem}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--personalized){background-color:#b93da9;border-color:#b93da9}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--personalized) .pb-structure-item__content--personalized{background-color:#f8ebf6;color:#6e2464}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--personalized) .pb-structure-item-name{color:#6e2464}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--experiment){background-color:#044985;border-color:#044985}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--experiment) .pb-structure-item__content--experiment{background-color:#e6f1fa;color:#044985}.squiz-pb-scope .pb-structure-item:has(.pb-structure-item__content--experiment) .pb-structure-item-name{color:#044985}.squiz-pb-scope .pb-structure-item .pb-structure-item-name{color:#3d3d3d;flex-grow:1;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin-left:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-scope .pb-structure-item .pb-structure-item-name .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-scope .pb-structure-item .pb-structure-item__warning-icon{margin-left:auto;width:1.125rem}.squiz-pb-scope .pb-structure-item .pb-structure-item__warning-icon svg{fill:#e96900!important}.squiz-pb-scope .pb-structure-item .pb-structure-item__error-icon{margin-left:auto;width:1.125rem}.squiz-pb-scope .pb-structure-item .pb-structure-item__error-icon svg{fill:#d72321!important}.squiz-pb-scope .pb-structure-item--loading:not(:has(.pb-structure-item__content--personalized,.pb-structure-item__content--experiment)){animation:skeleton-pulse 2s linear infinite;background:rgba(0,0,0,.07)}.squiz-pb-scope .pb-structure-item .sr-only{height:0;width:0}@container structure_container (max-width: 100px){.squiz-pb-scope .pb-structure-item .pb-structure-item-name{display:none}}.squiz-pb-scope .pb-preview-frame{background-color:#fff;border:none;height:100%;width:100%}.squiz-pb-scope .pb-preview-frame.is-loading{display:none}.squiz-pb-scope .pb-iframe-wrapper{align-items:center;background-color:#ededed;color:#707070;display:flex;height:100%;justify-content:center;width:100%}.squiz-pb-scope .pb-iframe-wrapper.is-custom-width{align-self:center;animation:all .7s both;padding:0 2rem}.squiz-pb-scope .pb-preview-frame-blocked{align-items:center;background-color:#ededed;display:flex;height:100%;justify-content:center;text-align:center}.squiz-pb-scope .pb-preview-frame-blocked h3.pb-preview-frame-blocked__heading{font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-bottom:1rem;margin-top:1rem}.squiz-pb-scope .pb-preview-frame-blocked__content{width:480px}.squiz-pb-scope .pb-preview-frame-blocked svg{fill:#4f4f4f}.squiz-pb-scope .pb-preview-frame-blocked strong{font-weight:600}.squiz-pb-scope .pb-content .pb-section-heading{margin-left:.75rem}.squiz-pb-scope .pb-content .pb-block-list{padding-left:.75rem}.squiz-pb-scope .pb-content .pb-block--customized-header__dropdown{display:flex;margin-right:.25rem;min-width:0}.squiz-pb-scope .pb-content .pb-block--customized-header__dropdown .sds-button{min-width:0}.squiz-pb-scope .pb-preview{border-left:1px solid #e0e0e0;display:flex;flex-direction:column;padding-left:.75rem}.squiz-pb-scope .pb-preview .sds-chip-list{margin-top:1rem}.squiz-pb-scope .pb-preview--open .sds-chip-list{margin-top:0}.squiz-pb-scope .pb-preview--open .sds-chip:first-of-type{margin-left:0}.squiz-pb-scope .pb-preview .pb-preview-out-of-date{align-items:center;background-image:linear-gradient(90deg,transparent,transparent 0,#f5f5f5 10%,#f5f5f5);background-size:100% 100%;display:flex;gap:.5rem;height:2rem;justify-content:center;margin-bottom:.78125rem;margin-top:-2.625rem;z-index:40}.squiz-pb-scope .pb-preview .pb-preview-out-of-date svg{fill:#3d3d3d}.squiz-pb-scope .pb-preview .pb-preview-out-of-date p{font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0}.squiz-pb-scope .pb-preview .pb-section-heading{margin-bottom:0;padding:.6rem 0;position:relative}.squiz-pb-scope .pb-preview .pb-section-heading .sds-chip{margin:0 .5rem 0 0}.squiz-pb-scope .pb-preview .pb-section-heading .sds-chip:last-child{margin-right:0}.squiz-pb-scope .pb-preview .pb-section-heading .chip-filter>.sds-button{margin:0}.squiz-pb-scope .pb-preview .pb-section-heading .sds-chip .sds-chip-label{border:0}.squiz-pb-scope [data-react=dxp-content-page-builder] .screen-lineage{margin-bottom:.3rem}.squiz-pb-scope .pb .sds-tooltip{z-index:9999}.squiz-pb-scope .pb .sds-chip svg path:not(.pb-preview-resize-toolbar svg path,.pb-preview-toolbar--edit-content svg path),.squiz-pb-scope .pb .sds-chip svg:not(.pb-preview-resize-toolbar svg,.pb-preview-toolbar--edit-content svg){fill:#4f4f4f}.squiz-pb-scope .pb .chip-filter .sds-button.chip-filter__btn{margin-bottom:0}.squiz-pb-scope .pb .chip-filter__dropdown{margin-top:.25rem}.squiz-pb-scope .pb button.sds-form-control-label{background:none;border:0;padding:0}.squiz-pb-scope .pb-container{--height:calc(100dvh - var(--page-builder-top-space));display:grid;grid-template-columns:minmax(100px,220px) minmax(530px,700px) 185px;height:var(--height);justify-content:center;width:100%}.squiz-pb-scope .pb-container.pb-preview--open{grid-template-columns:100px 530px minmax(404px,1fr);justify-content:start}@media screen and (width >= 1024px){.squiz-pb-scope .pb-container.pb-preview--open{grid-template-columns:100px 530px minmax(620px,1fr)}}.squiz-pb-scope .pb-container .pb-content,.squiz-pb-scope .pb-container .pb-preview,.squiz-pb-scope .pb-container .pb-structure{height:var(--height)}.squiz-pb-scope .pb-container .pb-content,.squiz-pb-scope .pb-container .pb-structure{display:flex;flex-direction:column}.squiz-pb-scope .pb-container .pb-block-list,.squiz-pb-scope .pb-container .pb-structure-container{flex:1;overflow-y:auto;padding-right:.75rem}@-moz-document url-prefix(){.squiz-pb-scope .pb-container .pb-block-list,.squiz-pb-scope .pb-container .pb-structure-container{scrollbar-color:#e0e0e0 transparent;scrollbar-width:thin}}.squiz-pb-scope .pb-container .pb-block-list::-webkit-scrollbar-track,.squiz-pb-scope .pb-container .pb-structure-container::-webkit-scrollbar-track{background-color:transparent}.squiz-pb-scope .pb-container .pb-block-list::-webkit-scrollbar,.squiz-pb-scope .pb-container .pb-structure-container::-webkit-scrollbar{background-color:transparent;border-right:1px solid #e0e0e0;width:.25rem}.squiz-pb-scope .pb-container .pb-block-list::-webkit-scrollbar-thumb,.squiz-pb-scope .pb-container .pb-structure-container::-webkit-scrollbar-thumb{background-color:#e0e0e0}.squiz-pb-scope .pb-container .squiz-cb-scope button{padding:.375rem .5rem}.squiz-pb-scope .pb-preview-toolbar{align-items:center;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;color:#707070;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:-.2px;line-height:1.25rem;padding:.25rem .5rem}.squiz-pb-scope .pb-preview-toolbar .chip-filter>.sds-button{margin-bottom:0}.squiz-pb-scope .pb-preview-toolbar .pb-divider{height:1.75rem}.squiz-pb-scope .pb-preview-toolbar--preview-of{font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-scope .pb-preview-toolbar--edit-content{margin-left:auto}.squiz-pb-scope .pb-preview-toolbar svg{fill:#4f4f4f}.squiz-pb-scope .pb-preview-resize-toolbar{border-top:1px solid #bababa;display:flex;flex-direction:row;height:36px;justify-content:center;padding:4px 0}.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip-list{grid-gap:.5rem}.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--default.chip--navigation,.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--grey.chip--navigation{margin:0}.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--default.chip--navigation .sds-chip-label,.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--grey.chip--navigation .sds-chip-label{border:0}.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--default.chip--navigation svg,.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--grey.chip--navigation svg{height:18px;width:18px}.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--default svg{fill:#4f4f4f}.squiz-pb-scope .pb-preview-resize-toolbar .sds-chip.chip--grey svg{fill:#fff}.squiz-pb-scope .pb-preview-resize-toolbar_width{align-items:center;display:flex}.squiz-pb-scope .pb-preview-resize-toolbar_divider{border-left:2px solid #e0e0e0;border-radius:.25rem;margin:0 .75rem}.squiz-pb-scope .pb-preview-resize-toolbar .sds-form-field.sds-form-field--inline .sds-form-label{margin-right:.25rem}.squiz-pb-scope .pb-preview-resize-toolbar .sds-form-field .sds-field-note{font-weight:600;margin-left:.25rem;margin-top:0}.squiz-pb-scope .pb-preview-resize-toolbar .sds-form-field input{height:24px;text-align:right;width:52px}.squiz-pb-scope .pb-preview-resize-handle{display:none;opacity:0;padding:.5rem}.squiz-pb-scope .is-custom-width .pb-preview-resize-handle{animation:appear .7s both;cursor:col-resize;display:block;margin-right:-2rem;opacity:1}.squiz-pb-scope .pb-preview-resize-handle>svg{pointer-events:none}.squiz-pb-scope .pb-preview-full-screen{background-color:#ededed;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}.squiz-pb-scope .pb-preview-full-screen .sds-chip svg path{fill:revert-layer}
/*!
 * @license
 * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
 */
/*! Bundled license information:

@squiz/sds/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)

@squiz/dxp-content-tools-modal/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)
*/
/*! Bundled license information:

@squiz/sds/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)
*/.squiz-pb-amazing-scope .squiz-ce-scope *,.squiz-pb-amazing-scope .squiz-ce-scope :after,.squiz-pb-amazing-scope .squiz-ce-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-ce-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-ce-scope .container{width:100%}@media (min-width:640px){.squiz-pb-amazing-scope .squiz-ce-scope .container{max-width:640px}}@media (min-width:768px){.squiz-pb-amazing-scope .squiz-ce-scope .container{max-width:768px}}@media (min-width:1024px){.squiz-pb-amazing-scope .squiz-ce-scope .container{max-width:1024px}}@media (min-width:1280px){.squiz-pb-amazing-scope .squiz-ce-scope .container{max-width:1280px}}@media (min-width:1536px){.squiz-pb-amazing-scope .squiz-ce-scope .container{max-width:1536px}}.squiz-pb-amazing-scope .squiz-ce-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-amazing-scope .squiz-ce-scope .visible{visibility:visible}.squiz-pb-amazing-scope .squiz-ce-scope .fixed{position:fixed}.squiz-pb-amazing-scope .squiz-ce-scope .m-4{margin:1rem}.squiz-pb-amazing-scope .squiz-ce-scope .mx-2{margin-left:.5rem;margin-right:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .my-1{margin-bottom:.25rem;margin-top:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .my-10{margin-bottom:2.5rem;margin-top:2.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-pb-amazing-scope .squiz-ce-scope .\!mb-0{margin-bottom:0!important}.squiz-pb-amazing-scope .squiz-ce-scope .mb-0{margin-bottom:0}.squiz-pb-amazing-scope .squiz-ce-scope .mb-1{margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .mb-2{margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .mb-3{margin-bottom:.75rem}.squiz-pb-amazing-scope .squiz-ce-scope .mr-1{margin-right:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .mt-1{margin-top:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .block{display:block}.squiz-pb-amazing-scope .squiz-ce-scope .inline{display:inline}.squiz-pb-amazing-scope .squiz-ce-scope .flex{display:flex}.squiz-pb-amazing-scope .squiz-ce-scope .table{display:table}.squiz-pb-amazing-scope .squiz-ce-scope .hidden{display:none}.squiz-pb-amazing-scope .squiz-ce-scope .w-full{width:100%}.squiz-pb-amazing-scope .squiz-ce-scope .flex-col{flex-direction:column}.squiz-pb-amazing-scope .squiz-ce-scope .items-start{align-items:flex-start}.squiz-pb-amazing-scope .squiz-ce-scope .items-center{align-items:center}.squiz-pb-amazing-scope .squiz-ce-scope .justify-center{justify-content:center}.squiz-pb-amazing-scope .squiz-ce-scope .gap-2{gap:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .border-0{border-width:0}.squiz-pb-amazing-scope .squiz-ce-scope .border-b{border-bottom-width:1px}.squiz-pb-amazing-scope .squiz-ce-scope .border-b-gray-300{--tw-border-opacity:1;border-bottom-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .\!p-0{padding:0!important}.squiz-pb-amazing-scope .squiz-ce-scope .p-4{padding:1rem}.squiz-pb-amazing-scope .squiz-ce-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-pb-amazing-scope .squiz-ce-scope .pb-2{padding-bottom:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .pl-0{padding-left:0}.squiz-pb-amazing-scope .squiz-ce-scope .text-center{text-align:center}.squiz-pb-amazing-scope .squiz-ce-scope .text-md{font-size:.875rem}.squiz-pb-amazing-scope .squiz-ce-scope .text-sm{font-size:.8125rem}.squiz-pb-amazing-scope .squiz-ce-scope .font-normal{font-weight:400}.squiz-pb-amazing-scope .squiz-ce-scope .italic{font-style:italic}.squiz-pb-amazing-scope .squiz-ce-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .blur{--tw-blur:blur(8px)}.squiz-pb-amazing-scope .squiz-ce-scope .blur,.squiz-pb-amazing-scope .squiz-ce-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-pb-amazing-scope .squiz-ce-scope .transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.squiz-pb-amazing-scope .squiz-ce-scope .accordion{--tw-border-opacity:1;border-bottom:1px;border-color:rgb(224 224 224/var(--tw-border-opacity));border-style:solid;margin-top:.75rem;padding-bottom:.75rem;position:relative;width:100%}.squiz-pb-amazing-scope .squiz-ce-scope .field-object:last-child>.form-group>.accordion{border-bottom:none}.squiz-pb-amazing-scope .squiz-ce-scope .accordion__header{--tw-text-opacity:1;align-items:center;background-color:transparent;color:rgb(61 61 61/var(--tw-text-opacity));display:flex;font-size:.875rem;font-weight:600;margin-top:.75rem;position:static;width:100%}.squiz-pb-amazing-scope .squiz-ce-scope .accordion__icon{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));transition:all .3s ease}.squiz-pb-amazing-scope .squiz-ce-scope .accordion__content{height:0;transition:height .3s ease;visibility:hidden}.squiz-pb-amazing-scope .squiz-ce-scope .accordion--expanded .accordion__content{height:auto;padding-top:.75rem;visibility:visible}.squiz-pb-amazing-scope .squiz-ce-scope .accordion--expanded .accordion__icon{transform:rotate(90deg)}.squiz-pb-amazing-scope .squiz-ce-scope .btn,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-color:transparent;border-radius:4px;border-width:1px;color:rgb(79 79 79/var(--tw-text-opacity));cursor:pointer;display:inline-block;font-size:.875rem;font-weight:700;margin-bottom:0;padding:.5rem 1rem;text-align:center;vertical-align:middle}.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:hover,.squiz-pb-amazing-scope .squiz-ce-scope .btn:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn:hover,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:hover,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:hover,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo:hover,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:hover,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:hover{background-color:#e6e6e6;color:#333;text-decoration:none}.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:active,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn:active,.squiz-pb-amazing-scope .squiz-ce-scope .btn:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:active,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:active,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo:active,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:active,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:active,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus{outline:0}.squiz-pb-amazing-scope .squiz-ce-scope .btn.disabled,.squiz-pb-amazing-scope .squiz-ce-scope .btn[disabled],.squiz-pb-amazing-scope .squiz-ce-scope .disabled.btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-matrix-btn-circular-icon-toggle,.squiz-pb-amazing-scope .squiz-ce-scope [disabled].btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope [disabled].sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope [disabled].sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope [disabled].sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope [disabled].sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope [disabled].sds-matrix-btn-circular-icon-toggle{--tw-text-opacity:1;background-color:rgba(0,0,0,.1);color:rgb(79 79 79/var(--tw-text-opacity));cursor:default;opacity:.5}.squiz-pb-amazing-scope .squiz-ce-scope input:focus+label.btn,.squiz-pb-amazing-scope .squiz-ce-scope input:focus+label.btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope input:focus+label.sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope input:focus+label.sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope input:focus+label.sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope input:focus+label.sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope input:focus+label.sds-matrix-btn-circular-icon-toggle{background-color:rgba(0,0,0,.2)}.squiz-pb-amazing-scope .squiz-ce-scope .btn-reset{background-color:transparent;border:0;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo{--tw-text-opacity:1;background-color:rgba(0,0,0,.1);color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default:hover:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:hover:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:hover:disabled{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn-default:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope .btn-default[aria-expanded=true],.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope [aria-expanded=true].sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope [aria-expanded=true].sds-btn-undo{background-color:rgba(0,0,0,.2)}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-lighter,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-lighter:hover:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:hover:disabled{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-lighter:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-lighter:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-lighter[aria-expanded=true],.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope [aria-expanded=true].sds-btn-add{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity));color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted{background-color:transparent}.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted,.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted:focus:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted:hover:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted:focus:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted:hover:not(:disabled){--tw-text-opacity:1;background-color:transparent;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted-extreme{background-color:transparent}.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted-extreme,.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted-extreme:focus:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted-extreme:hover:disabled{--tw-text-opacity:1;color:rgb(186 186 186/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted-extreme:focus:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope .btn-muted-extreme:hover:not(:disabled){--tw-text-opacity:1;background-color:transparent;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-transparent,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info{--tw-text-opacity:1;background-color:transparent;color:rgb(112 112 112/var(--tw-text-opacity));font-weight:600}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-transparent:hover:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:hover:disabled{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-transparent:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-transparent:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope .btn-default-transparent[aria-expanded=true],.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope [aria-expanded=true].btn-more-info{--tw-text-opacity:1;background-color:rgba(0,0,0,.04);color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-pink-transparent{background-color:transparent;font-weight:600}.squiz-pb-amazing-scope .squiz-ce-scope .btn-pink-transparent,.squiz-pb-amazing-scope .squiz-ce-scope .btn-pink-transparent:hover:disabled{--tw-text-opacity:1;color:rgb(185 61 169/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-pink-transparent:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn-pink-transparent:hover:not(:disabled),.squiz-pb-amazing-scope .squiz-ce-scope .btn-pink-transparent[aria-expanded=true]{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(248 235 246/var(--tw-bg-opacity));color:rgb(185 61 169/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-link{--tw-text-opacity:1;background-color:transparent;color:rgb(7 116 210/var(--tw-text-opacity));font-weight:400;text-decoration:none}.squiz-pb-amazing-scope .squiz-ce-scope .btn-link:active,.squiz-pb-amazing-scope .squiz-ce-scope .btn-link:focus,.squiz-pb-amazing-scope .squiz-ce-scope .btn-link:hover{--tw-text-opacity:1;background-color:transparent;color:rgb(4 73 133/var(--tw-text-opacity));text-decoration:underline}.squiz-pb-amazing-scope .squiz-ce-scope .btn-link:disabled{--tw-text-opacity:1;background-color:transparent;color:rgb(79 79 79/var(--tw-text-opacity));pointer-events:none}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{align-items:center;display:inline-flex;padding:.315rem .75rem}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{border:0;padding:.375rem}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon-solo.btn-sm,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .btn-sm.sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .btn-sm.sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .btn-sm.sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{padding:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon-solo.btn-lg,.squiz-pb-amazing-scope .squiz-ce-scope .btn-lg.btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .btn-lg.sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .btn-lg.sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .btn-lg.sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .btn-lg.sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .btn-lg.sds-matrix-btn-circular-icon-toggle{padding:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon .icon,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info .icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add .icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close .icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo .icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo .icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle .icon{fill:currentColor;stroke:currentColor;stroke-width:0;box-sizing:content-box;display:inline-block;flex:none;height:18px;width:18px}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon .icon+:not(.sr-only),.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info .icon+:not(.sr-only),.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add .icon+:not(.sr-only),.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close .icon+:not(.sr-only),.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo .icon+:not(.sr-only),.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo .icon+:not(.sr-only),.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle .icon+:not(.sr-only){padding-left:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon-sm svg,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info svg{height:1.125rem;width:1.125rem}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon svg.icon,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info svg.icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add svg.icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close svg.icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo svg.icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo svg.icon,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg.icon{height:18px;width:18px}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon.is-loading svg,.squiz-pb-amazing-scope .squiz-ce-scope .is-loading.btn-more-info svg,.squiz-pb-amazing-scope .squiz-ce-scope .is-loading.sds-btn-add svg,.squiz-pb-amazing-scope .squiz-ce-scope .is-loading.sds-btn-close svg,.squiz-pb-amazing-scope .squiz-ce-scope .is-loading.sds-btn-icon-solo svg,.squiz-pb-amazing-scope .squiz-ce-scope .is-loading.sds-btn-undo svg,.squiz-pb-amazing-scope .squiz-ce-scope .is-loading.sds-matrix-btn-circular-icon-toggle svg{animation:spinner-border .6s linear infinite both}.squiz-pb-amazing-scope .squiz-ce-scope .btn-icon-solo svg,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info svg,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add svg,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close svg,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo svg,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo svg,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg{height:18px;width:18px}.squiz-pb-amazing-scope .squiz-ce-scope .btn-group .btn-more-info:not(:last-child),.squiz-pb-amazing-scope .squiz-ce-scope .btn-group .btn:not(:last-child),.squiz-pb-amazing-scope .squiz-ce-scope .btn-group .sds-btn-add:not(:last-child),.squiz-pb-amazing-scope .squiz-ce-scope .btn-group .sds-btn-close:not(:last-child),.squiz-pb-amazing-scope .squiz-ce-scope .btn-group .sds-btn-icon-solo:not(:last-child),.squiz-pb-amazing-scope .squiz-ce-scope .btn-group .sds-btn-undo:not(:last-child),.squiz-pb-amazing-scope .squiz-ce-scope .btn-group .sds-matrix-btn-circular-icon-toggle:not(:last-child){margin-right:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component{animation-duration:.3s;animation-fill-mode:forwards;animation-name:fadeIn}.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component.active,.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component:active{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component.active:hover,.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component:active:hover{--tw-bg-opacity:1;background-color:rgb(4 73 133/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component.active svg,.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component:active svg{transform:rotate(45deg)}.squiz-pb-amazing-scope .squiz-ce-scope .btn-insert-component svg{transform:rotate(0deg);transition:transform .2s ease-out}.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity));transition:color .1s ease-out;visibility:hidden}.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:disabled{opacity:.5}.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo{padding:0}.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-action>button{border-radius:50%;padding:0}.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-action.dropdown .dropdown-menu{padding:.15rem}.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-action>.btn-transparent{fill:currentColor;--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-action .dropdown-item>svg{margin-right:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-width:2px;transition:none}.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));height:1.25rem;width:1.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:hover{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity));color:rgb(143 192 235/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on svg{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on:focus,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on:hover{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.inactive{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border:0;cursor:default;opacity:1}.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .btn.disabled,.squiz-pb-amazing-scope .squiz-ce-scope .btn:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-icon-solo,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .disabled.sds-matrix-btn-circular-icon-toggle,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-icon-solo:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:disabled{cursor:not-allowed}.squiz-pb-amazing-scope .squiz-ce-scope .btn-circle,.squiz-pb-amazing-scope .squiz-ce-scope .btn-more-info,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-add,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-close,.squiz-pb-amazing-scope .squiz-ce-scope .sds-btn-undo,.squiz-pb-amazing-scope .squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{border-radius:50%}.squiz-pb-amazing-scope .squiz-ce-scope .btn-no-events{pointer-events:none}.squiz-pb-amazing-scope .squiz-ce-scope .btn-drag-handle{padding:.25rem 0;position:relative}.squiz-pb-amazing-scope .squiz-ce-scope .btn-drag-handle:not(.disabled):focus{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .btn-drag-handle:not(.disabled):focus svg{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope body{--google-font-color-materialiconstwotone:none}.squiz-pb-amazing-scope .component-service__component-icon{--google-font-color-materialiconstwotone:none;word-wrap:normal;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-background-clip:text!important;background-clip:text!important;color:transparent;direction:ltr;display:inline-block;font-display:block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;height:24px;letter-spacing:normal;line-height:1;overflow:hidden;text-transform:none;white-space:nowrap;width:24px}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-gray{--tw-bg-opacity:1;background-color:rgb(79 79 79/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-default{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-grey-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-purple{--tw-bg-opacity:1;background-color:rgb(107 71 180/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-blue{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-green{--tw-bg-opacity:1;background-color:rgb(9 137 52/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-yellow{--tw-bg-opacity:1;background-color:rgb(239 179 36/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-orange{--tw-bg-opacity:1;background-color:rgb(233 105 0/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-red{--tw-bg-opacity:1;background-color:rgb(215 35 33/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-pink{--tw-bg-opacity:1;background-color:rgb(185 61 169/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .component-service__component-icon.component-service__component-icon--color-teal{--tw-bg-opacity:1;background-color:rgb(5 126 145/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box{--tw-bg-opacity:1;background-color:rgb(43 43 43/var(--tw-bg-opacity));border-radius:4px;outline:0;padding:.125rem .5rem;position:relative;transition:opacity .07s ease-out!important;transition-property:transform,visibility,opacity}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box[data-state=hidden]{opacity:0}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box[data-state=visible]{opacity:1}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box .tippy-content{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:.875rem;line-height:20px;position:relative;text-align:center;z-index:1}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box[data-placement^=top]{bottom:-6px}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box[data-placement^=right]{left:-6px}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box[data-placement^=bottom]{top:-6px}.squiz-pb-amazing-scope .squiz-ce-scope .tippy-box[data-placement^=left]{right:-6px}.squiz-pb-amazing-scope .squiz-ce-scope [data-tippy-root]{position:absolute!important}.squiz-pb-amazing-scope .squiz-ce-scope *,.squiz-pb-amazing-scope .squiz-ce-scope :after,.squiz-pb-amazing-scope .squiz-ce-scope :before{--tw-border-opacity:1;border:0 solid rgb(224 224 224/var(--tw-border-opacity));box-sizing:border-box}.squiz-pb-amazing-scope .squiz-ce-scope .squiz-ce-form{font-size:16px;line-height:1.25}.squiz-pb-amazing-scope .squiz-ce-scope hr{margin-bottom:.5rem;margin-top:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope hr.bg-secondary{--tw-bg-opacity:1!important;background-color:rgb(224 224 224/var(--tw-bg-opacity))!important}.squiz-pb-amazing-scope .squiz-ce-scope small{font-size:.8125rem}.squiz-pb-amazing-scope .squiz-ce-scope .form-group{margin-bottom:0}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .form-group-heading,.squiz-pb-amazing-scope .squiz-ce-scope .form-group>label{display:inline-block}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .form-check-label,.squiz-pb-amazing-scope .squiz-ce-scope .form-group .form-label{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.8125rem;font-weight:600;line-height:1rem;margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .form-group-heading,.squiz-pb-amazing-scope .squiz-ce-scope .form-group label.form-label--large{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity));font-size:.875rem;font-weight:600;line-height:1.25rem;margin:0}.squiz-pb-amazing-scope .squiz-ce-scope .form-group button:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .form-group input:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .form-group select:disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border:0;cursor:not-allowed;pointer-events:all;text-decoration:none}.squiz-pb-amazing-scope .squiz-ce-scope .form-section>.form-group,.squiz-pb-amazing-scope .squiz-ce-scope .panel>.form-group{margin-bottom:12px}.squiz-pb-amazing-scope .squiz-ce-scope .form-section>.form-group:last-child,.squiz-pb-amazing-scope .squiz-ce-scope .panel>.form-group:last-child{margin-bottom:0}.squiz-pb-amazing-scope .squiz-ce-scope form button[type=submit]{margin-top:12px}.squiz-pb-amazing-scope .squiz-ce-scope .form-add{width:48px}.squiz-pb-amazing-scope .squiz-ce-scope .form-control{--tw-border-opacity:1;background-clip:padding-box;background-color:#fff;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:#4f4f4f;display:block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem .5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:21rem}.squiz-pb-amazing-scope .squiz-ce-scope .form-control:focus{--tw-border-opacity:1;--tw-text-opacity:1;background-color:#fff;border-color:rgb(7 116 210/var(--tw-border-opacity));box-shadow:none;color:rgb(79 79 79/var(--tw-text-opacity));outline:0}.squiz-pb-amazing-scope .squiz-ce-scope .form-control.is-disabled,.squiz-pb-amazing-scope .squiz-ce-scope .form-control:disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border:0;cursor:not-allowed;pointer-events:all;text-decoration:none}.squiz-pb-amazing-scope .squiz-ce-scope textarea.form-control{height:auto;max-height:20rem}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check{margin:.5rem 0}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check:last-child{margin:0}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]{margin-left:0;margin-right:.5rem;position:relative;visibility:hidden}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]+label{font-size:14px;font-weight:400;height:20px;line-height:20px;margin:0 0 0 .5rem;min-width:20px}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]+label:before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:100%;border-width:2px;content:"";height:20px;left:0;position:absolute;width:20px}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:disabled{opacity:0}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:disabled+label:before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));cursor:not-allowed}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked+label:before{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked+label:after{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));border-radius:100%;content:"";height:10px;left:0;position:absolute;top:0;transform:translate(50%,50%);width:10px}.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked:disabled+label:after,.squiz-pb-amazing-scope .squiz-ce-scope .form-group>.form-check input[type=radio]:checked:disabled+label:before{opacity:.5}.squiz-pb-amazing-scope .squiz-ce-scope .form-check{align-items:center;display:block;display:flex;padding-left:0;position:relative}.squiz-pb-amazing-scope .squiz-ce-scope .form-check-label{display:inline-block;font-size:13px;font-weight:400;margin-bottom:0;margin-left:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .custom-checkbox-input,.squiz-pb-amazing-scope .squiz-ce-scope input.custom-checkbox-input{--tw-border-opacity:1;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:contain;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;cursor:pointer;height:20px;vertical-align:top;width:20px}.squiz-pb-amazing-scope .squiz-ce-scope .custom-checkbox-input:focus:not(:checked),.squiz-pb-amazing-scope .squiz-ce-scope input.custom-checkbox-input:focus:not(:checked){--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity));border-width:2px;opacity:.5;outline:0}.squiz-pb-amazing-scope .squiz-ce-scope .custom-checkbox-input:checked,.squiz-pb-amazing-scope .squiz-ce-scope input.custom-checkbox-input:checked{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .custom-checkbox-input:checked[type=checkbox],.squiz-pb-amazing-scope .squiz-ce-scope input.custom-checkbox-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E");background-size:1rem}.squiz-pb-amazing-scope .squiz-ce-scope .custom-checkbox-input:disabled,.squiz-pb-amazing-scope .squiz-ce-scope input.custom-checkbox-input:disabled{background-color:#fff;border:2px solid #e0e0e0;filter:none;opacity:.5;pointer-events:none}.squiz-pb-amazing-scope .squiz-ce-scope .custom-checkbox-input:disabled:checked,.squiz-pb-amazing-scope .squiz-ce-scope input.custom-checkbox-input:disabled:checked{background-color:#0774d2;border-color:#0774d2}.squiz-pb-amazing-scope .squiz-ce-scope .custom-select{--tw-border-opacity:1;--tw-text-opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .5rem center/8px 10px no-repeat;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:rgb(79 79 79/var(--tw-text-opacity));display:block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem 1.5rem .375rem .5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;width:21rem}.squiz-pb-amazing-scope .squiz-ce-scope .custom-select:focus{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .custom-select[multiple]{height:auto}.squiz-pb-amazing-scope .squiz-ce-scope .hide-labels .form-check-label,.squiz-pb-amazing-scope .squiz-ce-scope .hide-labels .form-label{display:none}.squiz-pb-amazing-scope .squiz-ce-scope .hide-labels .field-SquizLink>.form-group>.component-group label{display:block}.squiz-pb-amazing-scope .squiz-ce-scope .custom-select.is-invalid,.squiz-pb-amazing-scope .squiz-ce-scope .field-string.has-error .form-control,.squiz-pb-amazing-scope .squiz-ce-scope .form-control.is-invalid,.squiz-pb-amazing-scope .squiz-ce-scope .has-error .resource-picker{--tw-border-opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0ibm9uZSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik00LjQ3IDIxaDE1LjA2YzEuNTQgMCAyLjUtMS42NyAxLjczLTNMMTMuNzMgNC45OWMtLjc3LTEuMzMtMi42OS0xLjMzLTMuNDYgMEwyLjc0IDE4Yy0uNzcgMS4zMy4xOSAzIDEuNzMgM3pNMTIgMTRjLS41NSAwLTEtLjQ1LTEtMXYtMmMwLS41NS40NS0xIDEtMXMxIC40NSAxIDF2MmMwIC41NS0uNDUgMS0xIDF6bTEgNGgtMnYtMmgydjJ6IiBjbGFzcz0ic2VsZWN0ZWQiIGZpbGw9IiNkNzIzMjEiLz48L2c+PC9zdmc+);background-position:center right 4px;background-repeat:no-repeat;background-size:24px;border-color:rgb(215 35 33/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .custom-select.is-invalid:focus,.squiz-pb-amazing-scope .squiz-ce-scope .field-string.has-error .form-control:focus,.squiz-pb-amazing-scope .squiz-ce-scope .form-control.is-invalid:focus,.squiz-pb-amazing-scope .squiz-ce-scope .has-error .resource-picker:focus{box-shadow:none}.squiz-pb-amazing-scope .squiz-ce-scope .resource-picker{max-width:100%;width:21rem}.squiz-pb-amazing-scope .squiz-ce-scope .form-label.text-danger,.squiz-pb-amazing-scope .squiz-ce-scope .form-text.text-danger{color:inherit!important}.squiz-pb-amazing-scope .squiz-ce-scope .error-container{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .error-container .error-item{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .error-container .error-item:first-letter{text-transform:uppercase}.squiz-pb-amazing-scope .squiz-ce-scope .field-object>.error-container,.squiz-pb-amazing-scope .squiz-ce-scope .field-object>.form-group>.error-container{display:none}.squiz-pb-amazing-scope .squiz-ce-scope .component-group{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-ce-scope .component-group .component-group{background-color:#fff}.squiz-pb-amazing-scope .squiz-ce-scope .component-group{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;border-width:1px;margin-bottom:.5rem;position:relative}.squiz-pb-amazing-scope .squiz-ce-scope .component-group h5:first-of-type{margin-bottom:0}.squiz-pb-amazing-scope .squiz-ce-scope .component-group [id$=title] h5,.squiz-pb-amazing-scope .squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]{margin:0 1.75rem .5rem}.squiz-pb-amazing-scope .squiz-ce-scope .component-group [id$=title] h5+hr,.squiz-pb-amazing-scope .squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]+hr{display:none}.squiz-pb-amazing-scope .squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]{margin-bottom:.75rem;margin-top:.3125rem}.squiz-pb-amazing-scope .squiz-ce-scope .component-group-header{display:flex;justify-content:space-between;justify-items:center;padding:.5rem;position:relative}.squiz-pb-amazing-scope .squiz-ce-scope .component-group-header .btn-drag-handle,.squiz-pb-amazing-scope .squiz-ce-scope .component-group-header .sds-btn-icon-solo{padding:1px}.squiz-pb-amazing-scope .squiz-ce-scope .component-group-heading{margin-bottom:2rem}.squiz-pb-amazing-scope .squiz-ce-scope .component-group-body{align-items:flex-end;display:flex;margin-top:-2.625rem;padding:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .field-array{width:100%}.squiz-pb-amazing-scope .squiz-ce-scope .field-array .array-item>.component-group-body>.field-array>.form-group>header h5{margin:0 1.75rem .5rem}.squiz-pb-amazing-scope .squiz-ce-scope .field-array .field-object{width:100%}.squiz-pb-amazing-scope .squiz-ce-scope .field-array .array-item>.field-formatted-text{flex-grow:1;max-width:calc(100% - 62px)}.squiz-pb-amazing-scope .squiz-ce-scope .primitive-array-group .array-item .btn-drag-handle,.squiz-pb-amazing-scope .squiz-ce-scope .primitive-array-group .array-item .sds-btn-icon-solo{margin-top:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .is-dragging-over{--tw-border-opacity:1;border:2px dashed rgb(7 116 210/var(--tw-border-opacity));border-radius:8px;padding:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .is-dragging-over .component-group:last-of-type{margin-bottom:0}.squiz-pb-amazing-scope .squiz-ce-scope .is-dragging{margin-bottom:.5rem;opacity:.8}.squiz-pb-amazing-scope .squiz-ce-scope .is-dragging .form-group .container-fluid{display:none}.squiz-pb-amazing-scope .squiz-ce-scope .is-dragging .hide-while-drag{display:none!important}.squiz-pb-amazing-scope .squiz-ce-scope .is-dragging .component-group-body{padding-bottom:0}.squiz-pb-amazing-scope .squiz-ce-scope .is-dragging [id$=title] h5{margin-bottom:0}.squiz-pb-amazing-scope .squiz-ce-scope .component-squiz-link{padding:.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .component-squiz-link label{display:block}.squiz-pb-amazing-scope .squiz-ce-scope .array-item>.component-group-body>.form-group>.form-group>.component-squiz-link{background-color:transparent;border:none;padding:0}.squiz-pb-amazing-scope .squiz-ce-scope .viperReact{margin-top:4px}.squiz-pb-amazing-scope .squiz-ce-scope .viperReact .viperReactToolbar .Viper-button{box-sizing:content-box}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit{position:relative}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit .form-label{margin-right:102px}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit .viperReact{margin:0 1px}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit .viperReact.viperReact--bordered{border-width:1px}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit .viperReact.viperReact--focused,.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit .viperReactToolbar .ViperTP-bar{box-shadow:none}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit .viperReactToolbar .ViperTP-bar{border-radius:6px 6px 0 0}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit .viperReactInput{max-height:364px;overflow-y:auto}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit{margin-top:4px}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text{--tw-text-opacity:1;background-color:rgba(0,0,0,.04);border-radius:4px;color:rgb(112 112 112/var(--tw-text-opacity));display:flex;font-size:.8125rem;min-height:52px;padding:.5rem .5rem .75rem;width:100%}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text .icon{height:18px;margin-right:.5rem;width:18px}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text span{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow:hidden;text-align:left;text-overflow:ellipsis;word-break:break-word}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text span em{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.8125rem}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button{background-color:transparent;font-size:.8125rem;font-weight:400;justify-content:center;line-height:1rem;padding:0;position:absolute;right:0;top:1px}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button .icon+:not(.sr-only){padding-left:.25rem}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:disabled,.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:hover{background-color:transparent}.squiz-pb-amazing-scope .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:disabled{opacity:.5}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit__item.array-item .btn-drag-handle,.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit__item.array-item .sds-btn-icon-solo{margin-top:1.5rem}.squiz-pb-amazing-scope .squiz-ce-scope .viper-quick-edit__item.array-item .viper-quick-edit{padding-top:1.25rem}.squiz-pb-amazing-scope .editable_attribute{outline:none}.squiz-pb-amazing-scope .Viper-dragOverlay{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1085}.squiz-pb-amazing-scope [contentEditable=true] li>br:first-child+br:last-child{display:none}.squiz-pb-amazing-scope .Viper-textbox-input::-ms-clear{display:none}.squiz-pb-amazing-scope [contenteditable=true] img::selection{background:transparent}.squiz-pb-amazing-scope [contenteditable=true] img::-moz-selection{background:transparent}.squiz-pb-amazing-scope .Viper-hidden{display:none}.squiz-pb-amazing-scope .Viper-offScreen{left:-9999px;position:absolute}.squiz-pb-amazing-scope ._viper-CTNode{-moz-border-radius:5px}.squiz-pb-amazing-scope ._viper-CT-infoBox{-moz-box-shadow:2px 3px 9px 0 #333}.squiz-pb-amazing-scope #ViperPasteDiv,.squiz-pb-amazing-scope #ViperPasteDivIframe,.squiz-pb-amazing-scope #ViperPasteDivNew{height:0;left:0;overflow:hidden;position:fixed;top:0;width:0}.squiz-pb-amazing-scope .ViperCopyPatePlugin-pasteDesc{color:#ccc;font-size:1.3em;line-height:1.2em;margin:.4em 0 .6em;padding:0 .6em;text-align:center;text-shadow:none}.squiz-pb-amazing-scope .ViperCopyPatePlugin-pasteDesc+.ViperCopyPatePlugin-pasteDesc{margin-top:0}.squiz-pb-amazing-scope .ViperCopyPastePlugin-iframe{border:none;height:35px;margin-top:.5em;width:100%}.squiz-pb-amazing-scope .ViperCopyPastePlugin-pasteWrapper{width:230px}.squiz-pb-amazing-scope .Viper-copyDiv{left:-9999px;position:fixed}.squiz-pb-amazing-scope .ViperTP-bar{background-color:#ededed;border-bottom:1px solid #d7d7d7;box-shadow:0 3px 2px rgba(0,0,0,.05);color:#2b2b2b;font-family:Arial,Sans Serif;font-size:9px;left:0;padding:.4em 0 .5em;position:fixed;text-align:center;top:0;white-space:nowrap;width:100%;z-index:1086}.squiz-pb-amazing-scope .ViperTP-bar.buttonWrap{line-height:30px;white-space:normal}.squiz-pb-amazing-scope .ViperTP-bar>*{white-space:normal}.squiz-pb-amazing-scope .ViperITP.Viper-themeDark.Viper-forTopbar.Viper-orientationLeft:before{left:auto;right:13px}.squiz-pb-amazing-scope .ViperTP-subSections{overflow:hidden}.squiz-pb-amazing-scope .ViperITP.Viper-themeDark.Viper-forTopbar .ViperITP-subSectionWrapper{display:block}.squiz-pb-amazing-scope .ViperITP.Viper-forTopbar .ViperITP-subSectionWrapper .Viper-subSectionArrow{display:none}.squiz-pb-amazing-scope .ViperNext .ViperITP.Viper-forTopbar .ViperITP-subSectionWrapper:has(.Viper-subSection.Viper-active) .Viper-subSectionArrow{display:block}.squiz-pb-amazing-scope .ViperTP-bar .Viper-logo{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAMAAABRYFY8AAABVlBMVEVubXKOjZLW1tdlZWl4eHygoKJmZmrExMZiYmdWVlttbHF8fIC+vsGTkpd2dnp4d3yJiI11dHltbHKWlph/foSurbFfX2S0s7VjY2j///9tbHJkY2h3dnxsa3CysrVbW2BbW2Bsa3F4d33////p6emOjpGysrSNjJGMi5BbW2B6eX5mZmuSkZZiYWZmZWqwsLNbW2BkZGmCgYdkZGl2dXv///9zc3dfXmJnZmtdXWFfXmPCwsT///9oaG1gX2R6eX+lpKienaLS0tOBgYVmZWlubXL///9ycXdxcHWRkZVkZGleXWH///+BgITMy82joqaFhYlkZGl8e4FjYmjx8fH///9qam5kZGhtbHJxcHb///+RkZSUk5j////////////o6On///9kZGlmZWpsbHFzcndvb3Rqam9paG5nZ2x2dXt0c3n///93dnx4d315eH5kZGkAAAAefiywAAAAcnRSTlO1dSGtixanL7NttHo5c4yShX+nFKFLtzezG7YJsLQ6DR+3rQwaXDZ+gCiefW0bZTwJQ5NZtAOaArCGTy0JpSytSWUhdZmzEbKpZCRlDownUny7obYWCx61tbMIXG0FAhMaB7Ozs7Ozs7Ozs7MBs7OzvQDmDgn/AAABDElEQVR42m3I1VYCAQCE4bW7O7G7le7u7lyW7QLm/W9EPcoi/Dcz5yMi6W73FXjvaktHCNt1p7N+gIvNjqYbGwGrs/3xBGWr3c9pBYF6TVWJR5yvqqr65nYv9aZW7zmaGUm6B2bOpMNFklyTpEwTX64kZXnfgfqDPEbBcSrLSeXbEYuzrM+I5t04jD6Wjcfw4zgOlksWKCsNWErl4DN+vZLiuAndyeXtyzTHpSp/jkTIPx/dIKeiR/5QAn3XhxmmWEChyDBhvcaRM/C8GWaeN+SgdcUlCNm5rCC4lAFHflIUt0VxOY9Bx5WJpmnTDv475W21Wl5qyOGx79o9GPZGdbbaGOEILAQwyrGn+Z9jOakzmy+teAAAAABJRU5ErkJggg==) no-repeat;height:20px;left:7px;margin-top:-10px;position:absolute;top:50%;width:23px}.squiz-pb-amazing-scope .ViperITP{animation-duration:90ms;-webkit-animation-duration:90ms;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;background-color:#fff;border-radius:.5em;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.14);color:#2b2b2b;display:none;font-family:Arial,Sans Serif;font-size:9px;margin-top:3px;position:absolute;z-index:1085}.squiz-pb-amazing-scope .ViperITP.Viper-forTopbar{background-color:#ededed;position:absolute;z-index:1085}.squiz-pb-amazing-scope .ViperITP:after,.squiz-pb-amazing-scope .ViperITP:before{border:12px solid transparent;border-bottom-color:#fff;content:"";display:block;height:0;left:50%;margin:-21px 0 0 -12px;pointer-events:none;position:absolute;top:0;width:0;z-index:2}.squiz-pb-amazing-scope .ViperITP:after{border-bottom-color:#000;border-width:10px;filter:blur(1px);-webkit-filter:blur(1px);margin-left:-10px;margin-top:-20px;opacity:.28;z-index:1}.squiz-pb-amazing-scope .ViperITP.Viper-noTools:before{margin-top:-24px}.squiz-pb-amazing-scope .ViperITP.Viper-forTopbar:before{border-bottom-color:#ededed}.squiz-pb-amazing-scope .ViperITP.Viper-orientationLeft{margin-left:-15px}.squiz-pb-amazing-scope .ViperITP.Viper-orientationRight{margin-left:15px}.squiz-pb-amazing-scope .ViperITP.Viper-orientationLeft:before{left:0;margin-left:3px}.squiz-pb-amazing-scope .ViperITP.Viper-orientationLeft:after{left:0;margin-left:5px}.squiz-pb-amazing-scope .ViperITP.Viper-orientationRight:before{left:100%;margin-left:-27px}.squiz-pb-amazing-scope .ViperITP.Viper-orientationRight:after{left:100%;margin-left:-25px}.squiz-pb-amazing-scope .ViperITP.Viper-compact{line-height:.8em}.squiz-pb-amazing-scope .ViperITP.Viper-compact:before{border-bottom-color:#ededed;border-width:10px;margin-left:-10px;margin-top:-18px}.squiz-pb-amazing-scope .ViperITP.Viper-calcWidth,.squiz-pb-amazing-scope .ViperITP.Viper-calcWidth .ViperITP-subSectionWrapper,.squiz-pb-amazing-scope .ViperITP.Viper-calcWidth .ViperITP-subSectionWrapper .Viper-subSection{display:block;visibility:hidden}.squiz-pb-amazing-scope .ViperITP-tools{background:#ededed;border-bottom-left-radius:.75em;border-bottom-right-radius:.75em;border-top:1px solid transparent;border-top-color:#dadada;overflow:hidden;padding:.4em .5em .6em;text-align:center;white-space:nowrap}.squiz-pb-amazing-scope .ViperITP.Viper-compact .ViperITP-tools{border-radius:.75em}.squiz-pb-amazing-scope .ViperITP.Viper-subSectionVisible .ViperITP-tools{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:.9em}.squiz-pb-amazing-scope .ViperITP-header,.squiz-pb-amazing-scope .ViperITP-lineage{border-bottom:1px solid transparent;font-size:1.3em;line-height:1.7em;list-style:none;margin:0;white-space:nowrap}.squiz-pb-amazing-scope .ViperITP-header{font-size:1.2em;text-align:center}.squiz-pb-amazing-scope .ViperITP-lineage .ViperITP-lineageItem{background-position:100% 50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;padding:0 .8em 0 .5em}.squiz-pb-amazing-scope .ViperITP-lineage .ViperITP-lineageItem:last-child{background-image:none!important;padding-right:.4em}.squiz-pb-amazing-scope .ViperITP-lineage .ViperITP-lineageItem:last-child:after{display:none}.squiz-pb-amazing-scope .ViperITP .ViperITP-subSectionWrapper{border-bottom-left-radius:.55em;border-bottom-right-radius:.55em;display:none}.squiz-pb-amazing-scope .ViperITP.Viper-noTools .ViperITP-subSectionWrapper{border-radius:.75em}.squiz-pb-amazing-scope .ViperITP.Viper-subSectionVisible .ViperITP-subSectionWrapper{display:block}.squiz-pb-amazing-scope .ViperITP .ViperITP-subSectionWrapper .Viper-subSectionArrow{border:4px solid transparent;display:block;height:0;left:50%;margin:-8px 0 0 -4px;position:absolute;transition:left .2s ease-out;width:0}.squiz-pb-amazing-scope .ViperITP.Viper-forTopbar .ViperITP-subSectionWrapper:before,.squiz-pb-amazing-scope .ViperITP.Viper-noTools .ViperITP-subSectionWrapper .Viper-subSectionArrow{display:none}.squiz-pb-amazing-scope .ViperITP .Viper-subSection{display:none;opacity:0;padding:.6em;position:relative;text-align:center}.squiz-pb-amazing-scope .ViperNext .ViperITP .Viper-subSection:has(.ViperITP-subSectionWrapper){padding:0}.squiz-pb-amazing-scope .ViperITP .Viper-subSection.Viper-active{display:block;opacity:1}.squiz-pb-amazing-scope .ViperITP-lineage{color:#222}.squiz-pb-amazing-scope .ViperITP-header{color:#4f4f4f;padding:0 20px;text-transform:uppercase}.squiz-pb-amazing-scope .ViperITP-lineage .ViperITP-lineageItem{position:relative}.squiz-pb-amazing-scope .ViperITP-lineage .ViperITP-lineageItem:after{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="20.031" height="249" viewBox="0 0 20.031 249"><defs><style>.cls-1 { fill: %232b2b2b; fill-opacity: 0; } .cls-10, .cls-2 { fill: %23fff; } .cls-12, .cls-13, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 { fill-rule: evenodd; } .cls-3 { fill: %23a6a6a6; } .cls-4 { fill: gray; } .cls-5 { fill: %23c44e4e; } .cls-6 { fill: %23bfbfbf; } .cls-7 { fill: %23b8b8b8; } .cls-11, .cls-8 { fill: %239e9e9e; } .cls-13, .cls-9 { fill: %232b7ce0; } .cls-12 { fill: %232a7bde; }<\/style></defs><path class="cls-1" d="M.031 0h20v249h-20z"/><path d="M8.893 240.188l-4.312 5.812-2.63-2.531-1.482 1.625 2.473 2.344 1.732 1.562 5.764-7.469-1.545-1.343zM9.74 234.501l-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z" class="cls-2"/><path d="M17.04 194.51l-.946.775-.011-.01-2.115 1.733-.946-.775 1.504-1.233h-5.495v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348v.589h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504v-4.495h-5.495l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775-1.504 1.233h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504v4.495h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zm-8.595-5.51h.173l-.087-.106-.086.106z" class="cls-3"/><path d="M10.02 178.221l-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zM5.678 213.646l6-6 .707.708-6 6-.707-.708zm-4 0l10-10 .707.708-10 10-.707-.708zm10.707-1.292l-2 2-.707-.708 2-2 .707.708z" class="cls-4"/><path d="M9.04 168.386l1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553c1.12-.184 2.106-.372 2.957-.564l-.61-2.083c-.583.223-1.219.491-1.91.806-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084h-2.049c0 .79.092 1.81.277 3.061-.791-.491-1.688-.94-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437c-.599.568-1.174 1.162-1.726 1.784l1.737 1.346c.606-.936 1.143-1.818 1.611-2.647z" class="cls-5"/><path d="M9.026 225.628l1.896 3.134 2.15-1.419c-.197-.244-.464-.558-.801-.942l-1.686-1.897c1.368-.224 2.571-.454 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765h-2.501c0 .965.113 2.211.337 3.737-.965-.599-2.06-1.147-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534c-.73.694-1.433 1.419-2.107 2.178l2.121 1.644c.74-1.143 1.396-2.22 1.968-3.232z" class="cls-2"/><path d="M9.031 155c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6zm2.547-9.458l-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266 0-2.355-1.903-4.265-4.25-4.265-1.496 0-2.806.78-3.563 1.952l1.829 1.829h-4.766v-4.766l2.053 2.053c.999-1.38 2.613-2.287 4.447-2.287 3.038 0 5.5 2.462 5.5 5.5s-2.462 5.5-5.5 5.5z" class="cls-6"/><path d="M10.903 114.833l-10.868 6.275v-12.549l10.868 6.274zM.034 100.833l10.868 6.275v-12.549l-10.868 6.274z" class="cls-2"/><path d="M12.983 83.518l-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z" class="cls-7"/><path d="M8.056 87.03l-.748.718-.03-.03-5.523 5.305-.748-.718 5.523-5.305-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z" class="cls-8"/><circle cx="9.969" cy="69.938" r="7.063" class="cls-9"/><circle cx="10" cy="70" r="3.281" class="cls-10"/><circle cx="9.969" cy="49.938" r="7.063" class="cls-11"/><path d="M15.031 37h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-12"/><path d="M14.013 24.301c-1.467 1.564-2.72 3.275-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z" class="cls-13"/><path d="M15.031 17h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-8"/></svg>') -9px -80px no-repeat;color:#797979;content:"";height:7px;margin-top:-3px;position:absolute;right:0;top:50%;width:4px}.squiz-pb-amazing-scope .ViperITP-lineage .ViperITP-lineageItem.Viper-selected{color:#1e59a1;font-weight:700}.squiz-pb-amazing-scope .ViperITP .ViperITP-subSectionWrapper{background-color:#d4d4d4;color:#3f3f3f}.squiz-pb-amazing-scope .ViperITP .ViperITP-subSectionWrapper .Viper-subSectionArrow{border-bottom-color:#d3d3d3}.squiz-pb-amazing-scope .Viper-subSectionRow{margin-top:.56em;position:relative}.squiz-pb-amazing-scope .Viper-subSectionRow:first-child{margin-top:0}.squiz-pb-amazing-scope .Viper-subSectionList-title{background-color:hsla(0,0%,100%,.2);border-bottom:1px solid #727179;border-radius:.3em;border-top:1px solid #404046;color:#dcdcdc;font-size:1.2em;padding:.4em}.squiz-pb-amazing-scope .Viper-subSectionList{list-style:none;margin:.3em -.6em -.6em;padding:0;text-align:left}.squiz-pb-amazing-scope .Viper-subSectionList .Viper-subSectionList-item{border-bottom:1px solid #404046;border-top:1px solid #727179;color:#fff;padding:.4em;position:relative}.squiz-pb-amazing-scope .Viper-subSectionList .Viper-subSectionList-item:after{background-color:red;clear:both;content:"";display:block}.squiz-pb-amazing-scope .Viper-subSectionList .Viper-subSectionList-item:first-child{border-top:none}.squiz-pb-amazing-scope .Viper-subSectionList .Viper-subSectionList-item:last-child{border-bottom:none}.squiz-pb-amazing-scope .Viper-subSectionList .Viper-subSectionList-item .Viper-listItem-text{display:block;font-size:1.3em;max-width:15em;padding:.45em 0 .4em .2em}.squiz-pb-amazing-scope .Viper-cellLineage .Viper-button{float:right;margin:0 0 0 .5em}.squiz-pb-amazing-scope .ViperITP-msgBox{background:#646468 url(data:image/gif;base64,R0lGODlhDAAMAPQNAIyKjHx6fHRydGxudHx+hHR2fISGjKSmrGxqbIyOlKSirKSipISChJyanHRyfGRmbJSWnJSSnHx6hJSSlJyapISCjJyepGxqdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBgANACwAAAAADAAMAAAFSGAjjuT4FEKBPEjZMIeiKsZDMor8QAdgUhRDoPGILAaiwoFBTCoIIsGTpIQSF5CoIXEcGQ4RxEABLhlkgoXCV0KsJIGAzeUKAQAh+QQJBgAOACwBAAAACgAMAAAFRaDjIIJong1EnCKhHJNTPCJzNFbwLIDzWJQHwxdRDASHlamwIBQUSlEhuYO0HJPFwGFQCBCKRNi0MhwWCdqJgFOzZFtHCAAh+QQJBgAQACwBAAAACgAMAAAFQiAkisZoPsUCmBCzKMoRjMTREEs5QM/SPC2IY4EQKAimwoFQOCaPPWQAmFjsBJCAIpA4JEYD2EGRAI4Myx0LYkCYQgAh+QQJBgAAACwBAAAACgAMAAAFRCAgjsBFAk9RDBDJNMeiHIJIHA1BKIqBLo0HwJGoAQQKAglhKBAHpEJShGAERIkFNDAjFBKHhGjAmy0SQlGkoIOS3KcQACH5BAkGAAAALAEAAQAKAAoAAAVCICA+RYGMIrMoq0EEAHFABAEpR/AszSMSK11hIAIESoiHYCDwARADhACXcCYWTIUicowsEoBBwrBafH0PH+JFFIUAACH5BAkGAA4ALAAAAQAMAAoAAAVEoCM6T1EgY8pYyqIYT1ooDUFACkCOQ0xGCwjBUQAIRgHLwRLDKRgjQaLiGFiCKZQI8TAoIIFCQjFMeRWKQ8KXDQQGqRAAIfkECQYADQAsAAABAAwACgAABUNgIzZPUSBjiiwKazyp0BQEASnASBzE+EyKQYOhOCgYowKPVFgQYI1AS5EgKSCpXQJquAYKgRlUZGApFLKUCCEhCEchACH5BAUGAAsALAAAAQAMAAoAAAVC4CKKQoGMI0IsxqEYj4gkrqBOBzAKiqIvj4liQDpUVqKCAulY7goH5EMBGRkUh4KVGkAgehSi6KpILAha1AJRQI5CADs=) 3px .25em no-repeat;border:1px solid #747379;border-radius:.4em;color:#cacad1;font-size:1.1em;font-weight:700;margin:.4em 0 .6em;padding:.3em .3em .3em 22px;text-align:left;text-shadow:none}.squiz-pb-amazing-scope .ViperITP-msgBox img{margin:1em 0 0}.squiz-pb-amazing-scope .ViperITP-msgBox.Viper-info{background-image:none;padding:1em;text-align:center}.squiz-pb-amazing-scope .ViperITP-label.Viper-expandable{-moz-transition-duration:.2s;-webkit-transition-duration:.2s;-moz-transition-property:margin-left,margin-right;-webkit-transition-property:margin-left,margin-right;-moz-transition-timing-function:ease;-webkit-transition-timing-function:ease;z-index:2}.squiz-pb-amazing-scope .ViperITP-label.Viper-expandable.Viper-active{margin:0 -15em;position:relative}.squiz-pb-amazing-scope .ViperFormatPlugin-stylePickerButton{background-color:#ededed;border:1px solid #bfbfbf;border-radius:.3em;clear:both;color:#545454;cursor:pointer;font-size:1.4em;margin-bottom:.4em;padding:.5em 0;position:relative;text-align:left;text-align:center;text-shadow:none}.squiz-pb-amazing-scope .ViperFormatPlugin-stylePickerButton:after{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="20.031" height="249" viewBox="0 0 20.031 249"><defs><style>.cls-1 { fill: %232b2b2b; fill-opacity: 0; } .cls-10, .cls-2 { fill: %23fff; } .cls-12, .cls-13, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 { fill-rule: evenodd; } .cls-3 { fill: %23a6a6a6; } .cls-4 { fill: gray; } .cls-5 { fill: %23c44e4e; } .cls-6 { fill: %23bfbfbf; } .cls-7 { fill: %23b8b8b8; } .cls-11, .cls-8 { fill: %239e9e9e; } .cls-13, .cls-9 { fill: %232b7ce0; } .cls-12 { fill: %232a7bde; }<\/style></defs><path class="cls-1" d="M.031 0h20v249h-20z"/><path d="M8.893 240.188l-4.312 5.812-2.63-2.531-1.482 1.625 2.473 2.344 1.732 1.562 5.764-7.469-1.545-1.343zM9.74 234.501l-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z" class="cls-2"/><path d="M17.04 194.51l-.946.775-.011-.01-2.115 1.733-.946-.775 1.504-1.233h-5.495v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348v.589h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504v-4.495h-5.495l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775-1.504 1.233h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504v4.495h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zm-8.595-5.51h.173l-.087-.106-.086.106z" class="cls-3"/><path d="M10.02 178.221l-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zM5.678 213.646l6-6 .707.708-6 6-.707-.708zm-4 0l10-10 .707.708-10 10-.707-.708zm10.707-1.292l-2 2-.707-.708 2-2 .707.708z" class="cls-4"/><path d="M9.04 168.386l1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553c1.12-.184 2.106-.372 2.957-.564l-.61-2.083c-.583.223-1.219.491-1.91.806-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084h-2.049c0 .79.092 1.81.277 3.061-.791-.491-1.688-.94-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437c-.599.568-1.174 1.162-1.726 1.784l1.737 1.346c.606-.936 1.143-1.818 1.611-2.647z" class="cls-5"/><path d="M9.026 225.628l1.896 3.134 2.15-1.419c-.197-.244-.464-.558-.801-.942l-1.686-1.897c1.368-.224 2.571-.454 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765h-2.501c0 .965.113 2.211.337 3.737-.965-.599-2.06-1.147-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534c-.73.694-1.433 1.419-2.107 2.178l2.121 1.644c.74-1.143 1.396-2.22 1.968-3.232z" class="cls-2"/><path d="M9.031 155c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6zm2.547-9.458l-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266 0-2.355-1.903-4.265-4.25-4.265-1.496 0-2.806.78-3.563 1.952l1.829 1.829h-4.766v-4.766l2.053 2.053c.999-1.38 2.613-2.287 4.447-2.287 3.038 0 5.5 2.462 5.5 5.5s-2.462 5.5-5.5 5.5z" class="cls-6"/><path d="M10.903 114.833l-10.868 6.275v-12.549l10.868 6.274zM.034 100.833l10.868 6.275v-12.549l-10.868 6.274z" class="cls-2"/><path d="M12.983 83.518l-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z" class="cls-7"/><path d="M8.056 87.03l-.748.718-.03-.03-5.523 5.305-.748-.718 5.523-5.305-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z" class="cls-8"/><circle cx="9.969" cy="69.938" r="7.063" class="cls-9"/><circle cx="10" cy="70" r="3.281" class="cls-10"/><circle cx="9.969" cy="49.938" r="7.063" class="cls-11"/><path d="M15.031 37h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-12"/><path d="M14.013 24.301c-1.467 1.564-2.72 3.275-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z" class="cls-13"/><path d="M15.031 17h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-8"/></svg>') 0 -80px no-repeat;content:"";height:14px;margin-top:-7px;position:absolute;right:10px;top:50%;width:9px}.squiz-pb-amazing-scope .ViperFormatPlugin-stylePicker-title{border-top:1px solid #b1b1b1;font-size:1.2em;line-height:30px;margin-top:5px;text-shadow:none}.squiz-pb-amazing-scope .ViperFormatPlugin-styleListItem{background-color:#fff;border:1px solid #bfbfbf;border-radius:.4em;padding:.4em 22px .3em .7em;position:relative;text-align:left;text-shadow:none}.squiz-pb-amazing-scope .ViperFormatPlugin-styleListItem+.ViperFormatPlugin-styleListItem{margin-top:.4em}.squiz-pb-amazing-scope .ViperFormatPlugin-styleListItem-name{color:#2b7ce0;font-size:13px}.squiz-pb-amazing-scope .ViperFormatPlugin-styleListItem-classes{color:#6f6f6f;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:183px}.squiz-pb-amazing-scope .ViperFormatPlugin-styleListItem-remove.Viper-textbox-action{background-position:0 -140px;display:block;opacity:.5}.squiz-pb-amazing-scope .ViperFormatPlugin-styleListItem-remove.Viper-textbox-action:hover{opacity:1}.squiz-pb-amazing-scope .ViperITP-highlight{position:absolute;z-index:200}.squiz-pb-amazing-scope .Viper-tableHighlight{background-color:hsla(0,0%,100%,.1);border:1px solid rgba(0,0,0,.31);border-radius:3px;box-shadow:0 0 8px rgba(0,0,0,.39),inset 0 0 3px hsla(0,0%,100%,.5);margin:-1px 0 0 -1px}.squiz-pb-amazing-scope .Viper-tableHighlight.Viper-deleteOverlay{border-color:#f94848;box-shadow:0 0 5px #ff6868}.squiz-pb-amazing-scope .ViperTEP.Viper-topBar{position:fixed}.squiz-pb-amazing-scope .Viper-button.Viper-table:first-child{border-bottom-right-radius:.3em;border-top-right-radius:.3em;margin-right:1px}.squiz-pb-amazing-scope .Viper-topBar .Viper-button.Viper-table:first-child,.squiz-pb-amazing-scope .ViperITP:hover .Viper-button.Viper-table:first-child{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:0}.squiz-pb-amazing-scope .VTEP-bubble-headerTitle,.squiz-pb-amazing-scope .VTEP-bubble-label{font-size:1.2em;margin:0 0 .5em;text-shadow:none}.squiz-pb-amazing-scope .VTEP-bubble-label{text-align:center}.squiz-pb-amazing-scope .VTEP-bubble-table{border:none;border-collapse:collapse;margin-bottom:.7em;width:100%}.squiz-pb-amazing-scope .VTEP-bubble-table td{background-color:#b3b3b3;border:1px solid #d4d4d4;border-collapse:collapse;color:#fff;cursor:pointer;height:2.2em;line-height:0;padding:0;text-align:center;text-shadow:none;-moz-transition:background .07s ease-in;-webkit-transition:background .07s ease-in;vertical-align:middle;width:2.2em}.squiz-pb-amazing-scope .VTEP-bubble-table td.Viper-selected,.squiz-pb-amazing-scope .VTEP-bubble-table td.Viper-selected.Viper-hover{background-color:#2b7ce0}.squiz-pb-amazing-scope .VTEP-bubble-table td.Viper-hover{background-color:#8a8a8a}.squiz-pb-amazing-scope .VTEP-bubble-table td.Viper-hover:after,.squiz-pb-amazing-scope .VTEP-bubble-table td.Viper-selected:after{background-color:#fff;border-radius:6px;content:" ";display:inline-block;filter:alpha(opacity = 20);height:6px;opacity:.2;width:6px}.squiz-pb-amazing-scope .VTEP-bubble-table td.Viper-hover:after{filter:alpha(opacity = 20);opacity:.2}.squiz-pb-amazing-scope .VTEP-bubble-headersTableWrapper.Viper-selected td.Viper-hover:after,.squiz-pb-amazing-scope .VTEP-bubble-table td.Viper-hover.Viper-selected:after{filter:alpha(opacity = 50);opacity:.5}.squiz-pb-amazing-scope .VTEP-bubble-headersWrapper{margin-bottom:15px}.squiz-pb-amazing-scope .VTEP-bubble-headersTableWrapper{display:inline-block;margin-left:1em}.squiz-pb-amazing-scope .VTEP-bubble-headersTableWrapper:first-child{margin-left:0}.squiz-pb-amazing-scope .VTEP-bubble-table.Viper-headers{margin-bottom:.6em}.squiz-pb-amazing-scope .VTEP-bubble-table.Viper-headers td{font-size:1em;height:1.4em;text-align:center;-moz-transition:background .1s ease-in;-webkit-transition:background .1s ease-in;vertical-align:middle;width:1.4em}.squiz-pb-amazing-scope .VTEP-bubble-table.Viper-headers td:after{filter:alpha(opacity = 60);opacity:.6}.squiz-pb-amazing-scope .VTEP-bubble-headersTableWrapper.Viper-selected td.Viper-hover{background-color:#2b7ce0}.squiz-pb-amazing-scope .VTEP-bubble-headersTableWrapper span{display:block;padding:.1em .5em}.squiz-pb-amazing-scope .VTEP-bubble-headersTableWrapper.Viper-selected span{background-color:#505050;border-radius:.4em;color:#fff;font-weight:700}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-tableCell.Viper-hidden,.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-tableCol.Viper-hidden,.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-tableRow.Viper-hidden{display:block}.squiz-pb-amazing-scope .Viper-subSectionRow.Viper-newWindowRow,.squiz-pb-amazing-scope .Viper-subSectionRow.Viper-subjectRow,.squiz-pb-amazing-scope .Viper-subSectionRow.Viper-titleRow{display:none}.squiz-pb-amazing-scope .Viper-emailLink .Viper-subSectionRow.Viper-subjectRow,.squiz-pb-amazing-scope .Viper-externalLink .Viper-subSectionRow.Viper-newWindowRow,.squiz-pb-amazing-scope .Viper-externalLink .Viper-subSectionRow.Viper-titleRow{display:block}.squiz-pb-amazing-scope .ViperAccessibilityPlugin{width:300px}.squiz-pb-amazing-scope .ViperAccessibilityPlugin.ViperITP .Viper-subSection{padding:0}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper{background-color:transparent;border:0;border-radius:0;box-shadow:none;position:relative;right:0;top:0}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details .Viper-issueDoneCont{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAFBCAMAAADwnFn9AAADAFBMVEVJbkdFe0Q+fzygd3dSUlPf39/y1WB7fHtEikLCb3Hy1WBEikLHYWGqqa87Ozvy1WDy1WDy1WDHYWEgICBEikIqLypEikLHYWF7fHvy1WBEREQgICAcHByop62ZmZopKSnHYWFEikKCgYjdm2ATExMRERF7fHtqemlxinGCgoJMS0sdHx1EikIQEBC/u7ARERGGeXk8cjsFBQUeHh6BgYJ7fHuGhYevmIYiIiILCwtfXl8TExMfIB8fHx8eHx4gIyAXFxcTExN9fX8WFhZWVlYZGRgaGhp7e3s/Pj48PDxycXGLi4xnZmZramqGhYUPEA8fIB+Qj5COjY0fHx9tfW4DAwN2dnaKiYqPjo4dHR18e3sQEBCTkpKSkZKUk5MTExMAAAAAAAAGBgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYAAAABAQEAAAAAAAABAQEAAAAAAAACAgIHBgYAAAAAAAABAQEFBQUAAADt6ahmwWS7sE1VoFJziXKknkeVJCSZKCjAV1eqpFbT0a+7tm+dnZ2mOTnj3YVTkVKoo0zf12uspk/kxETd275SbFLW0YqwqljLpxexrWbOyGJ9fIPAvIptbHM2VTZ1dHuWrpany6YfNh/Kx5j175DPyW7EvVbX0XPi363AumDp58P17Xe1r1VDWkPw8fDf26PHwVujo6PQy3klQyVmZmZCQ0Pc2J2rq67v7c+7tFn18J62tbU9PT1JSUns55TV1NTz7IXg4OC7u7vk5uQ3Nzfb1XpbwFj19fVeX17a2tlYuVU2azU3bjYODg5WV1b7+vhCh0DAwMBPUE8pTClSrVBPpk1Fj0MxMTErKyssVCtVs1NNoUvLyspKm0g0aDNAgj7IwmLz7G/q6upIlEYiIiInJyfHwWYuWi3+/v0wXy85cjc9fTwzZDLu5m07dzmCgYj59KjPyWjRy2ji2mvTzWnk3GzX0Gny1WDHYWEZGhnb1GrZ0mrVzmnd1mvg2Gvx6W7KxGfNx2jr423n32xEikJ7fHv///8XTquwAAAAeXRSTlO+t9mtkmH1+Jt/6MpXssHWV4fWl9jiv+vzsaSkI/cN8az04R8V0+UuBotEeYCEPvM8D2u6mca4Ew+PUcTVPofJrehXZWIyKac2SWbFcX+sVfDi2eYdOoPO0vp4SPHp+v4yIgssKCUfGx0UBw4YFg8IDBIEAwkFAgEA81j3ngAAGChJREFUeNqdm3tAVXW2x88fM3V7Zy/HRs1XqWlGiTJaPgYFFRBFQRA4yDmHczgczvsB5595lfMwy/FajVZOKonvq4ioqOAl7zSS9IBuTBGBYVZat7nK9LhOo9y1fr/f3ms/2JyDCyWccX3OWuv3/O61NUWj0bGjhl6+PHRUUlRvlRWhYMTl8iVk+1yuSDBUURnVGABuvcxt6K39AcDfZ7Um5lutPiD0A+D+v/sdftcTKkIRV9haHjDnecutYVckpAckDUXXX/2KxZCkD8AV9pcHkmv2jA+U+8MufQimmy4LANpNWkDI5fN7A57M+vaJnkC51RfRA0Yxz1//mv1nlDaDoAvi9zgLmzrzSpHgClVoAXddFjVAu0ubQcTnD3hK0+r6+vY8XOrx+n2QQzwAysDqLSt1ZNb39bVPdLjLysNURnUKv/kNpaDKwB9wO1MLm/r6OpdZnB6vFcqoAdyqjOBWXQblZaUWzABzcLgD5bocTKG7qIh3hfQZeJz26acQ0J5ohxB0OZiiY4dKKQwdq/bnGVhSipoRsDOrBELQ5WDCpXCZF2CstoSRcHmZ054BGaDVzLSUlpVLU4EAYAk3jRp1UwL+pA/AUYIZ8BwgBCyjisBW45CbL126eUiSyh38eQVEBpiDDUMIu2BNVioBd95wCQwQdyo/HvwhAQhg8Yk+YTXzS9hAQAwVlQS485Jsd9LHh9AfErDb0o9LgPYFNrvTHfADAYKQV+MNBLghSfaPMH+n3TarqEcCNJmLbTCbAn5Y13IapiGXFDaE/K3MP2VFXnufbGdyV6QgodyKBAEYBn7P/vuzz16CX5eGMQD4+7j/isIznX0KazhjzrdAFriwBcF0B/ozA8Ad5A/1W5gnuZN1nkhfCKuKCAyADPRHAI8f/WeaWfQ9Bw/sfXXLllf37jrIS2meCQSRBU+BbBibP9w/rQgnUPO2jq9/f/TQxYuHjv7+645tOCXqi9I4IcgAOIo0juAvxm9mUQP85dc6ToKzZIdOXnkN/sfjRTNxPvAd0hS6g/zvCMECwE0I8jefgugPbD0Kbse2b//oo+3bjwHq6NZdPRCDeaETtydYmbgab5b8bx6LAbBNyI6j1/PHkxcv/vkjhf0ZgvgjENpzLaUiCVyNw0QBxkblAFacgVB3nQT3/1MZIE7ugv/rRD4kwUJgq3HKkGHDhkzBn8QKSi3shPy3XjzG3T5X/Dp2aCuMRqc5VWxwCMhOHHPhwpjEJAbAACwYQHPH0WOf92PHjl5phkm5goXAAMkXuI1JjkZDLraHLOvEBI79oLLPxX+PndwGczLP7mSbtIn5v7Bp06YXLlxIjmIGbsfDe6CCHUd/MLCjHT18j4UcQqYk9P8TGhCSMINSlsHBV3/4l4H98OpBzMECObiCpnwAbALnTX/adOFCPu7jfBs+sNXI/+//OnkA5kKmHXfIoGk6RgC+LILpkbDXw0uw95m/G9p3e6EIubDLQxFMY7B+6L8J64iD6Cgxw0nU8f3/GNr3HXyXx4EUAExAAGAbLGzu69nyvbE9sxu2p0K+R5syGeAFSAAsUwb0bfluAFMCkjlgEwMkI0Ck8A9j+4alIAChXJ4CAnJDHMCK+O03hvY1K6IARLNZFdB/THaUF5EN4/P/a2jPs2EURYSlACOJNj07GuXDyCbS7m8NbfdBWI+L+TDys3FiYuJEdjayC4F9EZvKX31tYF+xqbxITKQoWujxGWBLolG+GG1YhG27vzKw3duwBDY2lQUgJa8GLB1IvIpsOZ/t+LJfe76qGTMoEYvJMu/xxx//UXp6FgDk5Zxixg2l9uw/+7Pa5yAAc4q0nO9fZgYbc/+IEQgQGwqGAANRjYQrzOuK/K12cw8PQGwoI6aAJYD/lBEIEJcCWy7bVNdWXdFa9YvNuKna7NKWVoM1mAn+ySNuo021ZJa5Hrf1NbXodBa++LcO5l9fuIgFgNcdDpgyYsptabeNjMrbusU2v+g4Hizr19aeJat+6ukePFjm22hbBwBYUvS2NPAXIbAkMvjRtmv9muqqqrNnq6pq1z61uYkdbRk2Ox0sAEADAF3w+dVkfiG/GhzcvHrDL3+5YcPm13r44TrfZlccbSOSBICdC3S4AmFRbh2kobbjdbmL0J8O15tquGEFpOuFRCjOyDpxvIe8e46fWJZRXGJXHe94mixJjXqlWy5dMJyWElvx4vSiuvqGzp7mzob6uqL0xcW2EouTLhgcULD87lmTAlENAXSCww6IWYsz85YVFS3LzcyYBe52R6lHdcVB/96Vy+dkE0Bk4YUgEGErFmZDd/h4r4ifAyIFS3vB7h0e1RBQbHkAYbHbS5jZ7RZHqRs+Xn3Ng89HWznbrSYEQS6C3ipzu0udTgeY0wneZQGvHwRkUPgjIOF2Brg9WeRAV90IIsqB4fG44cuD3uXoHgkpr7oj7+9deu/S3tuTJpC7CAIRYasfIMzKwTvM5Kvqsh26v/f2H8Nv8iWEEM5WYVw+kzsBkgigi4IhwmDg7grKyRNgwo8euN8Pv4NGABckgv5GgNCUH0/xwu+QgbvLB3VgFmYpBLUpREjTGxSxXFNEHgUBfCSCDIaxzOMGUwyjSrGErLAuCdDvRHJIE8mtmEiy5CnH3Z0IiqnsZVN5YX5mXlZRUVZeZv5Ch1M/laPWMm+YQtAsptT89N+eqO/cCcd5Z/2J36bnD9ctpmgQVjeFoF7O+YVnjqv2I1As+uXsKQ1YI5Uaf/z4/hRLAygW7YZS7nBDCEp/2NnjVyywo1mcAauownUoFvBxWyCEiqh6W0/jB8uVWIoFAWE7hMDKSGfbw4UDKJZThUrFAmaxeMpZGeNWLOkKxQIWsJcGfCEpgHKlYtk+sGIRgCBcuLCMpFjMMRRLg0KxoDntUMbK+BWLHIIEKLeXemEc5CtO3mAUC5qrRAIMVrEIgFtKgTKIpVhOCMXCAXaLxx+plC6ag1MsrAQljkCYDSM8+PFACRoGoVjEIIi5fB2KhU+DMrGaIiQ44lQsCCiDQfTxxXQdigWXgoOXECMYvGLBxYgrgQOuQ7FABg6PvB1ErkOxVDrd3jAP4PoUS9hd5ucBiInkFIrlS2PF0qxULN4yr0/siGrFsuVLI8WyCxeTpFgq8JiokAFKxVLVv2K5UqtSLC4/nWwaxVJdFY9icfnoKalWsaxlhCvqb9Wb+5SKBe8HFAApljyuWGr7USw9asVSQTcOxaZasoht67vWVp9VKZaq9aiYTikVSyWY8KZt3QmKhT8Kq11TTYKlqno95K9RLOSsOlhkxbKtds3a6lrQK7XVa556Go+2U2rFQr6GiuXA6tVr16xevVkcroVqxUK+16VYCKA/3u0gN7LONKjcUbHYdIpFT/BJhJzFuaqHsotz0F+rWPRJSA9lS4pzCoqaJf+d5oKc4hLlQ1kDABJcjGABgvLBNPrTY2EjAD2YxilZrHw0zv011zwDAowmnw+z6OF8js2O/qRYDAD0cB4ndbHcHlhQzCaw9uG8AUHMB0hCalDsmW/QHpDMqEExq1C0SIoNGhRk/bdIbFKTxmbQIokRgqUEc8Bd1KBJY2TUJkrhjSocAmp1xQZQo6qEt8pKqFEVF4BaZXberMNWGbX7CBAjBwjBYcd2oYU36yiAmABqFzqwYemgdmGcAGpYls6s2bNQNCzJPwaAdkiUTuY8N7VM4wZQ07YsMb+MmrZxA6ht7E0YT23jQQCoce33GzeuyQZonaN4R//BASpl/R32Ues9DgA9f2D6G8U/U91EMAAYPb7wg1lZDWgr1AOMH6AEwLj4J+1vADB6hOPRaX89IMZDJIdG+xvvifQYq3/t76VDQQvQa3+LVvunKrW/EYC0f1qWVvsXqrQ/AfT+TPvXNei6lWfyFNpfD9B2K9EO7uLa/0C/2p8Aeu1f37/2P0XaXw9QdCv71f4dWu2vAVTK/gvZY+1deu1/AC+J1K0kgOpId9pzufY/pNX+F6lbKZ+RJtXasbJLRUztnyG6lQxA3mz6wfRJ4dr/0DFJ+dOvYxe3Qh0asiTtjwBat+COVzMuFq4Yaf+OZtHpE2eECdzlled24pWGyRWF9v+cvqP234UHLRMLrhAChHuArR17SkZ6UXv82h8BEb7x4zO71LTpRfgsPab2pxwAID21s6RlFtadEheyAyf/ZWhbD8BcmM4kWwQBfOmRN7O93xlr/2f28iJ4vOyoNoF/cqK5rr6pjyym9m8yc9mKgISJ5hrhTbb7me+NbQuMspDuKDiyYdtp79QCBtL+GoDfW7ZwYt4eNaPjm4G0P6ZAACvb/R5OXLanfScV8Wtj7f8tK6ICwO4w0A1ZlJhVwxlxa38sIg6jIBQXz19grmmHgsbQ/jiR+J0RAfIRYEdEDjDOxN+trOBTGU8BRGAUOTkFuQ2xupWdXPsDgBYTTudSjkCJ0lNl3K3EDEQNaTlDFGxFMaVmbkDN+09D7X88y6ZYzrAfyQw2oiVcJW0GAsl+NLlbWZchtL/QjZUyQ1JqbFN9sfqKzmpXq7uVmk1VKDWLDbU/EjpQ+vNf+AXdyia19hcAmQHXAj9uy7xb2fP0UyD9yWrXo3hH7a/b1ulkdIWV2r9p81PVVfKjg807ddqfAEbav+m5FzdsWLN2w4YXn2vSaX8OiKn9e5rAevrV/mqAvlu5TNutzNJqfwIM2K1sNuxWEiBWtzIvc7GuW6kHDL5bSYB4upX6Fk/si6bHsFsZ66obUlx1Pe74r7qxu5X08XFe96nVp+1WGtcAncEdDP+rhxsDSKcEIxEX+4IOJX1qLAD1SLFHyb70gesB8ZfOAGCoU8A8ZbrB0wMGqVP0gEH2KPWA2D1Ki3IJ6QGxe5RZabSIDQDC36hHWafWKXqAXqcM1KPUAgbZo9QDtDol9luVGgC9/BLrrUo8z/QEE71+kztwjxIbU5ygGk2T/Cw740T/b1VuFzqlLoM/TtWsLpPco8xqoB6lRqccAp2C1wr+QDdMK5QrlvjfqmQv0QRwdckMACh7lMY6ZRveLmfZ8GigFYoIAMTdo2wvSs9IAQRu8DLCVBF/jxLP16Lpaam4yhERBgIA4u9RojWfqivMTLPQswgAhMvje6sSjRh8gWKfKf4eJVlTfZ05MZlNClMo7rcquRGjxjwxwecCQFw9yn9oAZ3tsFllhwEQb49S7b0nb+LCMq8fAfH3KIXtbN+zLPFhtlPCJgVFjLdHKbxrshIXwV3JUcpXFhvGuHqUWLj2GvOC+cXF6E/DGIz7rcoz4J2D7nbFYSFNZVteHG9VFuTk4KejO54UfCpXKt+qrHq+f53SUcVeauTucFtSnJgmuYuQBTvqc0Y6BR98mFmPia0j+HRazjwHB+si9DCdQkJFfK/lPUrWY4LYyRs3FPVblc2ra68Y9SjlHhV5g5n4E3i5R9kEOkVoFHqrkvcobWxTDWs3Ve1blc1Pr689299blaLHpNvW9W9V7ty8nnQKvlUpdAo/WELag8VQp6xdY6RT1IDB6xQ9IPZblaRT9IBB6xQ9YPA6RQ+IX6foAYPUKXpAJbeKOHWKHlDBDQGhoLFOCRledUNBZiFmweu4bEdAGqBh/wIxxjrFALBkzr59b6G9994nn5w799kHf3nj00+/+OL8+fMffvjm1avvvvvxxx//7W/vv//+O++88/bbb/832H+B/adkJrd79px7GzdufA9MEAQCCW8KAiKQAMYIhDB53LPvfaC18fCRHe9hEEj4IA4CAQKeeVOB0Nq4v2UHD+Kzz9QEQADBKA2Tt6zg7jkPAKG18UjLDgxCXwgi6LMw+QOp83765ANtbYA4fKQFahGjlBoEPM1zF8yGENoQcRjywDRilpKygIdx3hQIYTkQwBoxiDhKeVWOAR/GQQhTn1y+tLu7G6JobDm9gwgGpfziF29IQZhA63lTl8yeOwcIaEho4VkYlvLTl/rOvCsIJpC6vnEpBZN+CoSlXV1d3a2HW06f3ogEo1K+8RLsdS+JQpiwrxEeN3zWvLuB0AXWBsN5+vUdSNCV8vyHQPgL+r8sDQbuB7B+rONSl9w9BwArV3a1HW5BAtZBU4gv1q378OMPmL88nCYhWsMBHIulK1f29na1HsEYTkMMGsK6pp3rzjF/mpUAEAT3rNlTlyOgt7uREV7fqBoMQJyCY6sG/RWz0iTviP7UJRhCL1jb/v1I+A+eBhH+AJoE/ZWzkkWAhKBv3KxJEAICuhoPE4FKKQgvq+aUvCvDhXM41hEIqyCERk5Yd06Ukggvq2elSfEIbFwKC2HVqlXdjY2CAIVQE15Sz0oCQBJWVoVeIKxsbWwVWfA0jGeliZrkQVwUmMMqyKGxtVFFMFzglALLYd5cKYc2IrBCGC1wRQ2wjAV38xy6WrtlAhSCSqklECAUhGuGGEksQjcRIAgqpWaBKwFBWNiYAy9Cm4pgXEoCuIDAZqMAdAFAEAYqJQHwELMORwBOpe7uLiC0aQn6UioAkVDQ58QqrkQA7i1SDDSc+lLK8wBOVniwzWYCATAG5YTop5QyAE/gChgGAgChS0nAtaUvpeLhPN4Xy2E54HoCgCCwwYDdXqxOXSk1AGvqPL6k27qEURCM8J62lAQAY4C5DABe6AiGnw+2n6cBBHUhNAD/cA7AEYCR5JUEBvNvwc12o5qgAUSsEqALw1gF9lcwmFhwXEAEYEBQHVwEiCJApIDO3JsMFth+iAAOHeUtggBRBvBDEQnAEWS9rfuhDKfhPkXHjiaCn+Gu1gWbO9qjqx4liEil9QgRWBoaQAABy5eC/VyyR5n9FTCM1nX49OstCgJtKAyA59PUOWBPzHmC24NPPAjGQAzQ29va8voOIIhSytd9lHEhOOkLJs1Ge4TbDGZz584FEmfgHGl5faNE+EwAYCkxgN+dOiungGwJ2Dz454OAAsiDgOjFSXIEysCyOCcDMIIKWM9e0BwOi8XOLvw2JhxycoCDkBmIAMJKRhAxSCmAv5AM/J/O4Bc8Xy4F8YAahjEAAQQMoautZcc+fjs20TwUbQnQLWQBfEztBAYgCgAxY+6DP1+JIbS2vMUJNJHklh8aPphHs/JeJjA44vEZU4GwEpZI4w5OMCn8K1AucMPegBACPh9qKY4gQnfb/o37kEDzQAAiPh84CQ7KBeRY/YjAbigSnoDLFKzR/UwnSADe1AjiX7b+DMwKX8zwTShUIIhwlCDhkblPPLl0aXdb41tAIAAa1yvoiV4+gbJaGcHqDWAQOQXzJs3Ae2lbGwD2SYAKMlRvuEPzXglPhcfA26HFWIi5SLgXCfI8EAbDyReG1K/BKQIkXohxopbzHgFC9wP7ZAD5K/fYSvGNT9VIBDuyXF5zAoSgBURlwziUFoU4gj4rxADyGms5GwhT970CAMpAJ+00ELiXQ0u2rNQJk5sR5rzyyivipgomf74Bhv09l8vPJpWdE55EgAgAU41hPAYk4BIDs0wiQGU0DgAS2Kz04Cq1OBylPAWD/I1fQ/Zyge8sLV0qA2K4EoG/jh1gu4XbPSd+AF2JXWx58pf2ZiOgYnAATAIIsNVAJy2lFx6FxQug+6TYtvC1w6WmykEAqCUo/aPF8jkAoEGINwQsAyAA4p/EUxg/+ZbRV0ffNzm7f6ekadOSNF1lJODLp24chcf+7aqw0ZMn9AdYcO3aAlVfMugSmy//p/v3XCW75TG9//hrYAmK+Yjbgw8MWqoAeEzh/8abV2/RxzANAdO0dYy4AAFPtqMYv7Bzv/jkzauTtf7J15glE4Dt3xFkAGA8+YOmPPHp1dGaSk54iAMeGqk+QoL86DBNJn+mqa9qQ8i/JixfAWDtZQwjaLoFXL84L/m/DD/cp/LP/okE+Em2hoCAkGk0+K9bd578r96jHcJrK7KTMA4aSqm3DtcKE3igpv5E+ONk0A7hNGkoEpQEwcAIjqOmlv0pAslvIo8ESfrdFmuAiljypxrQECbiT4l8KMnEkQGjgATyl0eBhnCBFAENJRnOAySQv5gHNIRUAxpKMpyJSIDxpwBoCAnwEA2lymgtSBWYoB5CDBx/vpH/vEALEKuR/B9TDyHajRjMNWHj9YCo0X4wTXIaSTAaSgIgf/J9o6/eQzsSDSGzbOUfkrUAIxOrUGwmafIfHpoQE0BDKCwtGp1If8qPDaAhFHmPzKZwaCgNADSERrYgNoBV3djGDwigIaSsRyatUP55WkwAjZp6MdFQEsB4CCkAGhT9UJpiDSFFoGISwHgIyVZkZ9M80AylaVBDSJY4ECDhWhyWMAAg+cbY/g9JA/H/wKi595LJ32MAAAAASUVORK5CYII=) no-repeat scroll 0 -224px transparent;height:65px;position:absolute;right:-66px;top:-67px;-moz-transition:right .15s ease-out 0s,top .15s ease-out 0s;visibility:hidden;width:65px}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .Viper-issueDoneCont{right:-1px;top:-1px;visibility:visible}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .HTMLCS-issue-title,.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .HTMLCS-issue-type,.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-issueDone .HTMLCS-issue-wcag-ref{opacity:.5}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .HTMLCS-issue-title,.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .HTMLCS-issue-type,.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .HTMLCS-issue-wcag-ref{opacity:.1}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-details.Viper-rechecking .ViperAP-issueRecheck{height:100%;width:100%}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck{font-size:1.26em;height:0;left:0;position:absolute;text-align:center;top:-1px;width:0}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-rechecking .ViperAP-issueRecheck{height:100%;width:100%}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-issueChecking{background:transparent url(data:image/gif;base64,R0lGODlhKAAoAPQbAGxqbFxaXGxybERGRHx+fGRmZDw6PERCRFRSVDQyNFxeXExKTDw+PHR2dFRWVHx6fHR6dGxubDQ2NGRiZHRydExOTISChCwuLGRqZHyCfExSTFRaVFxiXDQ6NERKRCsrKyH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBAAbACwAAAAAKAAoAAAF/+AmjmRpnmiqrmzrvnAsz/CV3Hh+lTu9VZZMcCjMTEgSymTQkyEe0CiUoEBCHgQKc6YhEB4Q77c6MkyxhcSsIiZcqVZo+NGQyALf84MsMjTyeXUwA19eYF58GwkFhl9hEU0rCVFvUYkiDBGHWA8OLgpYjqFwJhcKjVB2klhzBAxseygXBaxeASwIhmCePwRHKAl/lJEnAG9XTQi/KE9hXgwqF2ekI6rAhlcIKgkZmwMxFG5eyycGYlgHMbScACrmrA/QMIxv7Snco98wmoYY23lYeLmQJqdTNH5YIrhT0IRQIQILVoAS90DfCQYWbonQVEmNCgaFoDQgNuIAoguwHHj5W3EBwMMHGDyWAIkFwDQC6VgcABOFQARrJQFeOQSAJIpTXioFAAoSEDagLDWFcpbIZFI5EGMkEMBJTiKaoWoalUSLYtVzrRjKQCks1giworAEGCsJgYAMZ5OipUKXpQEDJC4gQKBhcOHBCCr09cG4sePHkCNHDgEAIfkECQQAGQAsBQABAB4AJgAABf9gJo7ZlZBoqqbSMzFrLE8EEVWXrI8H8fgPhWGnEzyODwgBMMgRU4Gf0leTPEmSSRKIxFxHC8iPWlMOSAnFKRagHgliX8MpQhAoVtXmvf1tESQXFEoNeSQLNVs+Sn5rIj1IEXQZCQ18SQiVRwooGH4+DiQKiXAQByIONTCin0d5CVRxqxktFCkXBVtKnBl2faEkBRUqCYw/cxkAcIuOIgaTJAhjPwwXSW+8TxKLoAkWnwtfGUZUCtvcp1+5WwAGNUCzT7mJAOdjZ1/KWwWwSATAT6z5eeBA0JQHEWJAyzCAG4FwbfrgSwGgWYYIrU4weHeEwkJ3gEZUSKSkgIgLAKRy+MBgcZRHEQ0VEUiX4YCxHzRLvDlwQdpNDJNG+UE2wqeNCG7KDAk06McGFBSS9lESLkWCQQQM1bzGDZxCABNQzFvmBsLEFSawIFn7o4DWJ6mWTTElDkxUqUvrPirgMJteERL2SLH498ICZSH/pjBQFUUIACH5BAkEABgALAUAAAAeACgAAAX/ICaOZLlcZaquIlCgbKwCxCvfI/3YuAw8hF1vlZAcGhBCkDeUOCLKYBC4g90kk+lj+0hul1bWAvIFEpJBr9IgC0il3i98INuUyWagl0yPLZRdUQ0OAxJQVH0sEg1lXQhWP0mJIwsIJApwBA0MJTqTIgNAEiIJVF6cnQ+fGANTASIIaUEOM6utXxAoNGgNCSphIw55BAwXXV8KQxgJsg8OCRZUBKsyFHATEoBJB8oYBYEPAAZRW6hD31QAEhnS1DGHSQXMZbRDxlTOFxR7FMq3aB4wuDHTKwUCcyQiSCPgi4ESMghhEeBWosJDIAVEXNAREUOsBxRHhJICJOQBCB0/ZIIccQEBHjI1wvgq8XEbhgsVDpGDwCbGR0ACrJmSFdBnmi14zuALUkHGzyiASCp1R2IgF6THAhUYdeOCmyRq8hQIieMCJlMCFBwENuRsELLdWA6cGPfXQLh1NbrBm/emgo4rQgAAIfkECQQAGAAsBQABAB4AJgAABf8gJo5kaWLXda4siQxtbF4RIN/iQRAGPiaSw4CRUGEmhIcCJ3FQdklCpjGpRAlGlgT56Hq/XciDgGgtxMkHBLqG7sYUViCqZneTYvT6cNrQ12NhY4CBSQUmC3RvDRsDBhIMFRFjBGtoEiQSDV55CFkjc3V3BT0jCldqDCcJDWkEDQqYmYFoqicVlBELnyMIlGNlJxcUDxylKwCVYw0JKxcVzS0XYndLPiQJLwkWhTDXGAwKXcY7gLY+p1EABornOAV3EAASGWMAA7wyk1EFCRAKx65d4PTAAQppAUsMeLPD24oEARoEOwFAFIFoJS4cKJAGYwkraSAcKpGgwpNAHFZzDBgEhc8IA+LS1HEn4oIvamMKfErGMo27BAsiXMGTcCGaOmkAABBQiBMBhyQ2NQUECI/FCisc/GEYpc0bCFBJugJDNqcsFkjWCKBQr43bCTRXMICCT0KFABMKKEBwIB+LYQ8a+P0mAtdEwib8nUVsIuG3EAAh+QQJBAAbACwFAAUAHgAeAAAF/+AmjqSYSMPAJFfpvqIURATx1FYzDW1pDC/JxPa4FR+QIoHCGxkaDtciaasaa9dCYvMkIEoBrJWQhNjMxsagYYuOHNay+IokWt2bxbgGHUgkDBUYN1VobTENR2UIPT4RdYpeIhOEZwwwIhcFVWSHCTdyl5hcbJCHCGNfo090oFGPaA1bmBJUoGJfCAoKAQpAo7q7wsMHo8bHyMnKy8zIDAwHz9HQz7MwF8/ZCQk1BBY4OBTWLwPgBAsXRuo2AuMuF49HBNuEtgTtxqhnBAUb6Zx1JBgbUMRMjWIJkhSsEkHgiwsIbhUp0OLCPjtFAojKVIHCQlAGTBCSaLAIAAAUiESUtPHLnxEBAuigMbTuRgUSFh+0S7CpDsBOJSG0FBlh1oUKpY4gUXqjgEOcDUsk0EAhg0+fCopduyahQq8CChAcaPQiBAAh+QQJBAAbACwBAAUAJgAeAAAF/+AmjmS5JdIwMMllvvArBRFhP4TVFIMb/yPJ5EEsEnBEAmXhA74WkKNU+ogiCYWE0xSQQnDR7+1obUi2o+41SSZar2b0gmClExqOgSHBqGBwdjgRTT8LNUUPGoQjBhFISQ4kCQYwFwcFdAw/FwpVNl9nBgEQCEAoTheYVwUARw9aaKYNZFQECrGonWNWmpIAPbgJFRSubw8RJg42eGdOE2KPdgQLJg1rBQdAM55hXosDtUkUCIslFxU1VBABJgBIdVMDTgxDgM2MtEVhAfdOCRoUMCS7AegIE1wjLixK8MWTJwLyEMaYs4wghAawgJQz5wjbBXcEAWwkMYACvxgJHF3cO0DnSgRKLy4gcMhjZAkFXpAo6CUigaFaR/rFuEBBTKAjADAQA+MFYqwERZM4dBXoITVcqT7tCrcsIsJzsxDpc4NFKMIECARkABTl0wSeEs1JqOBgwoQACFigCQEAIfkECQQAGQAsAAAFACgAHgAABf9gJo5kKSbSMDDJZb5wLAURYT2E3RSDG/8lyeRBfECKBCKBsvABf4FcUpqE5HAPTOL5uwytxOO1mmxIuL/JNGkkI81okXM0ETgGEgljgVmDI3M/BxFnJBeBIgYRWDgEAVwHOBRbXBcKBGBEhTEHUw+TaBcFWFYKgphkFJtACQ2eEIgikZ5XAqs/CKg4DC+RRmFKn7cwCWxJDiaRVmNuoE8CZBMlnVSkVAQNlD8FngAlFxIGeQNrD3h5ErE0EREUYWzs8SUJFmAEA08XAFfLOMvYBuaxwYEsHwBGbYo0CPhNQMIIoQDYawQQRhQyB0ItsneE4QsGnh40iPVCXxUjHmFlLBoDgKQJkxWBKHsXIWUXDA9sxrh0BYsCXiMSVJgQCEWcC4saTYwAwB0OQHFeJHAoJuERMFYiaIsalFs5KRRxtOT6rYKrImiPKCmwleyJCtBQyYUwAajbkhIqOJigQAGCAy5NhAAAIfkEBQQAGgAsAQAFACYAHgAABf+gJo5kqV3GMDDJZb5wrAXEU1tNMbhyb3aPIKFmoyx4vhJjoigBapDa0IZJJEWXCsX2sI4G0kdUXGtIfJ2AkIwoNSBcotQMuwye3DGBgjwlGBUFBHpREX1YE0RrQTYDMQZPcIwBLxcHiYM2gzUFMhcKQ1MPZzAJDhlkmgSkdRNBY00xCKGpD5QyCQ1QNYckAIxlmb0ls3IMdakQCgkLEQQVPQm7D20vCRZCBI4iDAs+AkIQEzAdU3AHVyOCXAAwBlI1x+kaBantLxJTQ9sxF14izmxAuGdCGqMHDnpceFDgwIWFwBJWohBlEAUfah5EwDSGnwkaXB54fNEB1bQh/0x6MJjWYJivOGQM9XsSBoBLEQs2VRTogJUSInAIRDDQr8HBg5yImgBlroYCeSYchNokhQKCYRcikAlTIwIAqBokvJLT8KaGBOCkBBXDsEQ9KAF84nq7U5TPA0KPzDtRQdfRGhKxyN2bQMuQMRBa7vVxQUIFBxMmBLiaLgQAOw==) 50% 0 no-repeat;margin-top:16%;padding:45px 1em 1em}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-issueRemains{margin-top:12%;padding:40px 2em 2em;position:relative}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-issueRemains:before{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAFBCAMAAADwnFn9AAADAFBMVEVJbkdFe0Q+fzygd3dSUlPf39/y1WB7fHtEikLCb3Hy1WBEikLHYWGqqa87Ozvy1WDy1WDy1WDHYWEgICBEikIqLypEikLHYWF7fHvy1WBEREQgICAcHByop62ZmZopKSnHYWFEikKCgYjdm2ATExMRERF7fHtqemlxinGCgoJMS0sdHx1EikIQEBC/u7ARERGGeXk8cjsFBQUeHh6BgYJ7fHuGhYevmIYiIiILCwtfXl8TExMfIB8fHx8eHx4gIyAXFxcTExN9fX8WFhZWVlYZGRgaGhp7e3s/Pj48PDxycXGLi4xnZmZramqGhYUPEA8fIB+Qj5COjY0fHx9tfW4DAwN2dnaKiYqPjo4dHR18e3sQEBCTkpKSkZKUk5MTExMAAAAAAAAGBgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYAAAABAQEAAAAAAAABAQEAAAAAAAACAgIHBgYAAAAAAAABAQEFBQUAAADt6ahmwWS7sE1VoFJziXKknkeVJCSZKCjAV1eqpFbT0a+7tm+dnZ2mOTnj3YVTkVKoo0zf12uspk/kxETd275SbFLW0YqwqljLpxexrWbOyGJ9fIPAvIptbHM2VTZ1dHuWrpany6YfNh/Kx5j175DPyW7EvVbX0XPi363AumDp58P17Xe1r1VDWkPw8fDf26PHwVujo6PQy3klQyVmZmZCQ0Pc2J2rq67v7c+7tFn18J62tbU9PT1JSUns55TV1NTz7IXg4OC7u7vk5uQ3Nzfb1XpbwFj19fVeX17a2tlYuVU2azU3bjYODg5WV1b7+vhCh0DAwMBPUE8pTClSrVBPpk1Fj0MxMTErKyssVCtVs1NNoUvLyspKm0g0aDNAgj7IwmLz7G/q6upIlEYiIiInJyfHwWYuWi3+/v0wXy85cjc9fTwzZDLu5m07dzmCgYj59KjPyWjRy2ji2mvTzWnk3GzX0Gny1WDHYWEZGhnb1GrZ0mrVzmnd1mvg2Gvx6W7KxGfNx2jr423n32xEikJ7fHv///8XTquwAAAAeXRSTlO+t9mtkmH1+Jt/6MpXssHWV4fWl9jiv+vzsaSkI/cN8az04R8V0+UuBotEeYCEPvM8D2u6mca4Ew+PUcTVPofJrehXZWIyKac2SWbFcX+sVfDi2eYdOoPO0vp4SPHp+v4yIgssKCUfGx0UBw4YFg8IDBIEAwkFAgEA81j3ngAAGChJREFUeNqdm3tAVXW2x88fM3V7Zy/HRs1XqWlGiTJaPgYFFRBFQRA4yDmHczgczvsB5595lfMwy/FajVZOKonvq4ioqOAl7zSS9IBuTBGBYVZat7nK9LhOo9y1fr/f3ms/2JyDCyWccX3OWuv3/O61NUWj0bGjhl6+PHRUUlRvlRWhYMTl8iVk+1yuSDBUURnVGABuvcxt6K39AcDfZ7Um5lutPiD0A+D+v/sdftcTKkIRV9haHjDnecutYVckpAckDUXXX/2KxZCkD8AV9pcHkmv2jA+U+8MufQimmy4LANpNWkDI5fN7A57M+vaJnkC51RfRA0Yxz1//mv1nlDaDoAvi9zgLmzrzSpHgClVoAXddFjVAu0ubQcTnD3hK0+r6+vY8XOrx+n2QQzwAysDqLSt1ZNb39bVPdLjLysNURnUKv/kNpaDKwB9wO1MLm/r6OpdZnB6vFcqoAdyqjOBWXQblZaUWzABzcLgD5bocTKG7qIh3hfQZeJz26acQ0J5ohxB0OZiiY4dKKQwdq/bnGVhSipoRsDOrBELQ5WDCpXCZF2CstoSRcHmZ054BGaDVzLSUlpVLU4EAYAk3jRp1UwL+pA/AUYIZ8BwgBCyjisBW45CbL126eUiSyh38eQVEBpiDDUMIu2BNVioBd95wCQwQdyo/HvwhAQhg8Yk+YTXzS9hAQAwVlQS485Jsd9LHh9AfErDb0o9LgPYFNrvTHfADAYKQV+MNBLghSfaPMH+n3TarqEcCNJmLbTCbAn5Y13IapiGXFDaE/K3MP2VFXnufbGdyV6QgodyKBAEYBn7P/vuzz16CX5eGMQD4+7j/isIznX0KazhjzrdAFriwBcF0B/ozA8Ad5A/1W5gnuZN1nkhfCKuKCAyADPRHAI8f/WeaWfQ9Bw/sfXXLllf37jrIS2meCQSRBU+BbBibP9w/rQgnUPO2jq9/f/TQxYuHjv7+645tOCXqi9I4IcgAOIo0juAvxm9mUQP85dc6ToKzZIdOXnkN/sfjRTNxPvAd0hS6g/zvCMECwE0I8jefgugPbD0Kbse2b//oo+3bjwHq6NZdPRCDeaETtydYmbgab5b8bx6LAbBNyI6j1/PHkxcv/vkjhf0ZgvgjENpzLaUiCVyNw0QBxkblAFacgVB3nQT3/1MZIE7ugv/rRD4kwUJgq3HKkGHDhkzBn8QKSi3shPy3XjzG3T5X/Dp2aCuMRqc5VWxwCMhOHHPhwpjEJAbAACwYQHPH0WOf92PHjl5phkm5goXAAMkXuI1JjkZDLraHLOvEBI79oLLPxX+PndwGczLP7mSbtIn5v7Bp06YXLlxIjmIGbsfDe6CCHUd/MLCjHT18j4UcQqYk9P8TGhCSMINSlsHBV3/4l4H98OpBzMECObiCpnwAbALnTX/adOFCPu7jfBs+sNXI/+//OnkA5kKmHXfIoGk6RgC+LILpkbDXw0uw95m/G9p3e6EIubDLQxFMY7B+6L8J64iD6Cgxw0nU8f3/GNr3HXyXx4EUAExAAGAbLGzu69nyvbE9sxu2p0K+R5syGeAFSAAsUwb0bfluAFMCkjlgEwMkI0Ck8A9j+4alIAChXJ4CAnJDHMCK+O03hvY1K6IARLNZFdB/THaUF5EN4/P/a2jPs2EURYSlACOJNj07GuXDyCbS7m8NbfdBWI+L+TDys3FiYuJEdjayC4F9EZvKX31tYF+xqbxITKQoWujxGWBLolG+GG1YhG27vzKw3duwBDY2lQUgJa8GLB1IvIpsOZ/t+LJfe76qGTMoEYvJMu/xxx//UXp6FgDk5Zxixg2l9uw/+7Pa5yAAc4q0nO9fZgYbc/+IEQgQGwqGAANRjYQrzOuK/K12cw8PQGwoI6aAJYD/lBEIEJcCWy7bVNdWXdFa9YvNuKna7NKWVoM1mAn+ySNuo021ZJa5Hrf1NbXodBa++LcO5l9fuIgFgNcdDpgyYsptabeNjMrbusU2v+g4Hizr19aeJat+6ukePFjm22hbBwBYUvS2NPAXIbAkMvjRtmv9muqqqrNnq6pq1z61uYkdbRk2Ox0sAEADAF3w+dVkfiG/GhzcvHrDL3+5YcPm13r44TrfZlccbSOSBICdC3S4AmFRbh2kobbjdbmL0J8O15tquGEFpOuFRCjOyDpxvIe8e46fWJZRXGJXHe94mixJjXqlWy5dMJyWElvx4vSiuvqGzp7mzob6uqL0xcW2EouTLhgcULD87lmTAlENAXSCww6IWYsz85YVFS3LzcyYBe52R6lHdcVB/96Vy+dkE0Bk4YUgEGErFmZDd/h4r4ifAyIFS3vB7h0e1RBQbHkAYbHbS5jZ7RZHqRs+Xn3Ng89HWznbrSYEQS6C3ipzu0udTgeY0wneZQGvHwRkUPgjIOF2Brg9WeRAV90IIsqB4fG44cuD3uXoHgkpr7oj7+9deu/S3tuTJpC7CAIRYasfIMzKwTvM5Kvqsh26v/f2H8Nv8iWEEM5WYVw+kzsBkgigi4IhwmDg7grKyRNgwo8euN8Pv4NGABckgv5GgNCUH0/xwu+QgbvLB3VgFmYpBLUpREjTGxSxXFNEHgUBfCSCDIaxzOMGUwyjSrGErLAuCdDvRHJIE8mtmEiy5CnH3Z0IiqnsZVN5YX5mXlZRUVZeZv5Ch1M/laPWMm+YQtAsptT89N+eqO/cCcd5Z/2J36bnD9ctpmgQVjeFoF7O+YVnjqv2I1As+uXsKQ1YI5Uaf/z4/hRLAygW7YZS7nBDCEp/2NnjVyywo1mcAauownUoFvBxWyCEiqh6W0/jB8uVWIoFAWE7hMDKSGfbw4UDKJZThUrFAmaxeMpZGeNWLOkKxQIWsJcGfCEpgHKlYtk+sGIRgCBcuLCMpFjMMRRLg0KxoDntUMbK+BWLHIIEKLeXemEc5CtO3mAUC5qrRAIMVrEIgFtKgTKIpVhOCMXCAXaLxx+plC6ag1MsrAQljkCYDSM8+PFACRoGoVjEIIi5fB2KhU+DMrGaIiQ44lQsCCiDQfTxxXQdigWXgoOXECMYvGLBxYgrgQOuQ7FABg6PvB1ErkOxVDrd3jAP4PoUS9hd5ucBiInkFIrlS2PF0qxULN4yr0/siGrFsuVLI8WyCxeTpFgq8JiokAFKxVLVv2K5UqtSLC4/nWwaxVJdFY9icfnoKalWsaxlhCvqb9Wb+5SKBe8HFAApljyuWGr7USw9asVSQTcOxaZasoht67vWVp9VKZaq9aiYTikVSyWY8KZt3QmKhT8Kq11TTYKlqno95K9RLOSsOlhkxbKtds3a6lrQK7XVa556Go+2U2rFQr6GiuXA6tVr16xevVkcroVqxUK+16VYCKA/3u0gN7LONKjcUbHYdIpFT/BJhJzFuaqHsotz0F+rWPRJSA9lS4pzCoqaJf+d5oKc4hLlQ1kDABJcjGABgvLBNPrTY2EjAD2YxilZrHw0zv011zwDAowmnw+z6OF8js2O/qRYDAD0cB4ndbHcHlhQzCaw9uG8AUHMB0hCalDsmW/QHpDMqEExq1C0SIoNGhRk/bdIbFKTxmbQIokRgqUEc8Bd1KBJY2TUJkrhjSocAmp1xQZQo6qEt8pKqFEVF4BaZXberMNWGbX7CBAjBwjBYcd2oYU36yiAmABqFzqwYemgdmGcAGpYls6s2bNQNCzJPwaAdkiUTuY8N7VM4wZQ07YsMb+MmrZxA6ht7E0YT23jQQCoce33GzeuyQZonaN4R//BASpl/R32Ues9DgA9f2D6G8U/U91EMAAYPb7wg1lZDWgr1AOMH6AEwLj4J+1vADB6hOPRaX89IMZDJIdG+xvvifQYq3/t76VDQQvQa3+LVvunKrW/EYC0f1qWVvsXqrQ/AfT+TPvXNei6lWfyFNpfD9B2K9EO7uLa/0C/2p8Aeu1f37/2P0XaXw9QdCv71f4dWu2vAVTK/gvZY+1deu1/AC+J1K0kgOpId9pzufY/pNX+F6lbKZ+RJtXasbJLRUztnyG6lQxA3mz6wfRJ4dr/0DFJ+dOvYxe3Qh0asiTtjwBat+COVzMuFq4Yaf+OZtHpE2eECdzlled24pWGyRWF9v+cvqP234UHLRMLrhAChHuArR17SkZ6UXv82h8BEb7x4zO71LTpRfgsPab2pxwAID21s6RlFtadEheyAyf/ZWhbD8BcmM4kWwQBfOmRN7O93xlr/2f28iJ4vOyoNoF/cqK5rr6pjyym9m8yc9mKgISJ5hrhTbb7me+NbQuMspDuKDiyYdtp79QCBtL+GoDfW7ZwYt4eNaPjm4G0P6ZAACvb/R5OXLanfScV8Wtj7f8tK6ICwO4w0A1ZlJhVwxlxa38sIg6jIBQXz19grmmHgsbQ/jiR+J0RAfIRYEdEDjDOxN+trOBTGU8BRGAUOTkFuQ2xupWdXPsDgBYTTudSjkCJ0lNl3K3EDEQNaTlDFGxFMaVmbkDN+09D7X88y6ZYzrAfyQw2oiVcJW0GAsl+NLlbWZchtL/QjZUyQ1JqbFN9sfqKzmpXq7uVmk1VKDWLDbU/EjpQ+vNf+AXdyia19hcAmQHXAj9uy7xb2fP0UyD9yWrXo3hH7a/b1ulkdIWV2r9p81PVVfKjg807ddqfAEbav+m5FzdsWLN2w4YXn2vSaX8OiKn9e5rAevrV/mqAvlu5TNutzNJqfwIM2K1sNuxWEiBWtzIvc7GuW6kHDL5bSYB4upX6Fk/si6bHsFsZ66obUlx1Pe74r7qxu5X08XFe96nVp+1WGtcAncEdDP+rhxsDSKcEIxEX+4IOJX1qLAD1SLFHyb70gesB8ZfOAGCoU8A8ZbrB0wMGqVP0gEH2KPWA2D1Ki3IJ6QGxe5RZabSIDQDC36hHWafWKXqAXqcM1KPUAgbZo9QDtDol9luVGgC9/BLrrUo8z/QEE71+kztwjxIbU5ygGk2T/Cw740T/b1VuFzqlLoM/TtWsLpPco8xqoB6lRqccAp2C1wr+QDdMK5QrlvjfqmQv0QRwdckMACh7lMY6ZRveLmfZ8GigFYoIAMTdo2wvSs9IAQRu8DLCVBF/jxLP16Lpaam4yhERBgIA4u9RojWfqivMTLPQswgAhMvje6sSjRh8gWKfKf4eJVlTfZ05MZlNClMo7rcquRGjxjwxwecCQFw9yn9oAZ3tsFllhwEQb49S7b0nb+LCMq8fAfH3KIXtbN+zLPFhtlPCJgVFjLdHKbxrshIXwV3JUcpXFhvGuHqUWLj2GvOC+cXF6E/DGIz7rcoz4J2D7nbFYSFNZVteHG9VFuTk4KejO54UfCpXKt+qrHq+f53SUcVeauTucFtSnJgmuYuQBTvqc0Y6BR98mFmPia0j+HRazjwHB+si9DCdQkJFfK/lPUrWY4LYyRs3FPVblc2ra68Y9SjlHhV5g5n4E3i5R9kEOkVoFHqrkvcobWxTDWs3Ve1blc1Pr689299blaLHpNvW9W9V7ty8nnQKvlUpdAo/WELag8VQp6xdY6RT1IDB6xQ9IPZblaRT9IBB6xQ9YPA6RQ+IX6foAYPUKXpAJbeKOHWKHlDBDQGhoLFOCRledUNBZiFmweu4bEdAGqBh/wIxxjrFALBkzr59b6G9994nn5w799kHf3nj00+/+OL8+fMffvjm1avvvvvxxx//7W/vv//+O++88/bbb/832H+B/adkJrd79px7GzdufA9MEAQCCW8KAiKQAMYIhDB53LPvfaC18fCRHe9hEEj4IA4CAQKeeVOB0Nq4v2UHD+Kzz9QEQADBKA2Tt6zg7jkPAKG18UjLDgxCXwgi6LMw+QOp83765ANtbYA4fKQFahGjlBoEPM1zF8yGENoQcRjywDRilpKygIdx3hQIYTkQwBoxiDhKeVWOAR/GQQhTn1y+tLu7G6JobDm9gwgGpfziF29IQZhA63lTl8yeOwcIaEho4VkYlvLTl/rOvCsIJpC6vnEpBZN+CoSlXV1d3a2HW06f3ogEo1K+8RLsdS+JQpiwrxEeN3zWvLuB0AXWBsN5+vUdSNCV8vyHQPgL+r8sDQbuB7B+rONSl9w9BwArV3a1HW5BAtZBU4gv1q378OMPmL88nCYhWsMBHIulK1f29na1HsEYTkMMGsK6pp3rzjF/mpUAEAT3rNlTlyOgt7uREV7fqBoMQJyCY6sG/RWz0iTviP7UJRhCL1jb/v1I+A+eBhH+AJoE/ZWzkkWAhKBv3KxJEAICuhoPE4FKKQgvq+aUvCvDhXM41hEIqyCERk5Yd06Ukggvq2elSfEIbFwKC2HVqlXdjY2CAIVQE15Sz0oCQBJWVoVeIKxsbWwVWfA0jGeliZrkQVwUmMMqyKGxtVFFMFzglALLYd5cKYc2IrBCGC1wRQ2wjAV38xy6WrtlAhSCSqklECAUhGuGGEksQjcRIAgqpWaBKwFBWNiYAy9Cm4pgXEoCuIDAZqMAdAFAEAYqJQHwELMORwBOpe7uLiC0aQn6UioAkVDQ58QqrkQA7i1SDDSc+lLK8wBOVniwzWYCATAG5YTop5QyAE/gChgGAgChS0nAtaUvpeLhPN4Xy2E54HoCgCCwwYDdXqxOXSk1AGvqPL6k27qEURCM8J62lAQAY4C5DABe6AiGnw+2n6cBBHUhNAD/cA7AEYCR5JUEBvNvwc12o5qgAUSsEqALw1gF9lcwmFhwXEAEYEBQHVwEiCJApIDO3JsMFth+iAAOHeUtggBRBvBDEQnAEWS9rfuhDKfhPkXHjiaCn+Gu1gWbO9qjqx4liEil9QgRWBoaQAABy5eC/VyyR5n9FTCM1nX49OstCgJtKAyA59PUOWBPzHmC24NPPAjGQAzQ29va8voOIIhSytd9lHEhOOkLJs1Ge4TbDGZz584FEmfgHGl5faNE+EwAYCkxgN+dOiungGwJ2Dz454OAAsiDgOjFSXIEysCyOCcDMIIKWM9e0BwOi8XOLvw2JhxycoCDkBmIAMJKRhAxSCmAv5AM/J/O4Bc8Xy4F8YAahjEAAQQMoautZcc+fjs20TwUbQnQLWQBfEztBAYgCgAxY+6DP1+JIbS2vMUJNJHklh8aPphHs/JeJjA44vEZU4GwEpZI4w5OMCn8K1AucMPegBACPh9qKY4gQnfb/o37kEDzQAAiPh84CQ7KBeRY/YjAbigSnoDLFKzR/UwnSADe1AjiX7b+DMwKX8zwTShUIIhwlCDhkblPPLl0aXdb41tAIAAa1yvoiV4+gbJaGcHqDWAQOQXzJs3Ae2lbGwD2SYAKMlRvuEPzXglPhcfA26HFWIi5SLgXCfI8EAbDyReG1K/BKQIkXohxopbzHgFC9wP7ZAD5K/fYSvGNT9VIBDuyXF5zAoSgBURlwziUFoU4gj4rxADyGms5GwhT970CAMpAJ+00ELiXQ0u2rNQJk5sR5rzyyivipgomf74Bhv09l8vPJpWdE55EgAgAU41hPAYk4BIDs0wiQGU0DgAS2Kz04Cq1OBylPAWD/I1fQ/Zyge8sLV0qA2K4EoG/jh1gu4XbPSd+AF2JXWx58pf2ZiOgYnAATAIIsNVAJy2lFx6FxQug+6TYtvC1w6WmykEAqCUo/aPF8jkAoEGINwQsAyAA4p/EUxg/+ZbRV0ffNzm7f6ekadOSNF1lJODLp24chcf+7aqw0ZMn9AdYcO3aAlVfMugSmy//p/v3XCW75TG9//hrYAmK+Yjbgw8MWqoAeEzh/8abV2/RxzANAdO0dYy4AAFPtqMYv7Bzv/jkzauTtf7J15glE4Dt3xFkAGA8+YOmPPHp1dGaSk54iAMeGqk+QoL86DBNJn+mqa9qQ8i/JixfAWDtZQwjaLoFXL84L/m/DD/cp/LP/okE+Em2hoCAkGk0+K9bd578r96jHcJrK7KTMA4aSqm3DtcKE3igpv5E+ONk0A7hNGkoEpQEwcAIjqOmlv0pAslvIo8ESfrdFmuAiljypxrQECbiT4l8KMnEkQGjgATyl0eBhnCBFAENJRnOAySQv5gHNIRUAxpKMpyJSIDxpwBoCAnwEA2lymgtSBWYoB5CDBx/vpH/vEALEKuR/B9TDyHajRjMNWHj9YCo0X4wTXIaSTAaSgIgf/J9o6/eQzsSDSGzbOUfkrUAIxOrUGwmafIfHpoQE0BDKCwtGp1If8qPDaAhFHmPzKZwaCgNADSERrYgNoBV3djGDwigIaSsRyatUP55WkwAjZp6MdFQEsB4CCkAGhT9UJpiDSFFoGISwHgIyVZkZ9M80AylaVBDSJY4ECDhWhyWMAAg+cbY/g9JA/H/wKi595LJ32MAAAAASUVORK5CYII=) -19px -289px no-repeat;content:"";display:block;height:32px;left:50%;margin-left:-16px;position:absolute;top:0;width:38px}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-recheckMessage{clear:both;color:#fff;display:block;margin-bottom:5%}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueRecheck .Viper-button{font-size:.9em;font-weight:700;padding:0 3em}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-list .Viper-issueDone .ViperAP-issueTitle,.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-list .Viper-issueDone .ViperAP-issueType{opacity:.4}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .HTMLCS-issue-list .Viper-issueDone:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAFBCAMAAADwnFn9AAADAFBMVEVJbkdFe0Q+fzygd3dSUlPf39/y1WB7fHtEikLCb3Hy1WBEikLHYWGqqa87Ozvy1WDy1WDy1WDHYWEgICBEikIqLypEikLHYWF7fHvy1WBEREQgICAcHByop62ZmZopKSnHYWFEikKCgYjdm2ATExMRERF7fHtqemlxinGCgoJMS0sdHx1EikIQEBC/u7ARERGGeXk8cjsFBQUeHh6BgYJ7fHuGhYevmIYiIiILCwtfXl8TExMfIB8fHx8eHx4gIyAXFxcTExN9fX8WFhZWVlYZGRgaGhp7e3s/Pj48PDxycXGLi4xnZmZramqGhYUPEA8fIB+Qj5COjY0fHx9tfW4DAwN2dnaKiYqPjo4dHR18e3sQEBCTkpKSkZKUk5MTExMAAAAAAAAGBgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYAAAABAQEAAAAAAAABAQEAAAAAAAACAgIHBgYAAAAAAAABAQEFBQUAAADt6ahmwWS7sE1VoFJziXKknkeVJCSZKCjAV1eqpFbT0a+7tm+dnZ2mOTnj3YVTkVKoo0zf12uspk/kxETd275SbFLW0YqwqljLpxexrWbOyGJ9fIPAvIptbHM2VTZ1dHuWrpany6YfNh/Kx5j175DPyW7EvVbX0XPi363AumDp58P17Xe1r1VDWkPw8fDf26PHwVujo6PQy3klQyVmZmZCQ0Pc2J2rq67v7c+7tFn18J62tbU9PT1JSUns55TV1NTz7IXg4OC7u7vk5uQ3Nzfb1XpbwFj19fVeX17a2tlYuVU2azU3bjYODg5WV1b7+vhCh0DAwMBPUE8pTClSrVBPpk1Fj0MxMTErKyssVCtVs1NNoUvLyspKm0g0aDNAgj7IwmLz7G/q6upIlEYiIiInJyfHwWYuWi3+/v0wXy85cjc9fTwzZDLu5m07dzmCgYj59KjPyWjRy2ji2mvTzWnk3GzX0Gny1WDHYWEZGhnb1GrZ0mrVzmnd1mvg2Gvx6W7KxGfNx2jr423n32xEikJ7fHv///8XTquwAAAAeXRSTlO+t9mtkmH1+Jt/6MpXssHWV4fWl9jiv+vzsaSkI/cN8az04R8V0+UuBotEeYCEPvM8D2u6mca4Ew+PUcTVPofJrehXZWIyKac2SWbFcX+sVfDi2eYdOoPO0vp4SPHp+v4yIgssKCUfGx0UBw4YFg8IDBIEAwkFAgEA81j3ngAAGChJREFUeNqdm3tAVXW2x88fM3V7Zy/HRs1XqWlGiTJaPgYFFRBFQRA4yDmHczgczvsB5595lfMwy/FajVZOKonvq4ioqOAl7zSS9IBuTBGBYVZat7nK9LhOo9y1fr/f3ms/2JyDCyWccX3OWuv3/O61NUWj0bGjhl6+PHRUUlRvlRWhYMTl8iVk+1yuSDBUURnVGABuvcxt6K39AcDfZ7Um5lutPiD0A+D+v/sdftcTKkIRV9haHjDnecutYVckpAckDUXXX/2KxZCkD8AV9pcHkmv2jA+U+8MufQimmy4LANpNWkDI5fN7A57M+vaJnkC51RfRA0Yxz1//mv1nlDaDoAvi9zgLmzrzSpHgClVoAXddFjVAu0ubQcTnD3hK0+r6+vY8XOrx+n2QQzwAysDqLSt1ZNb39bVPdLjLysNURnUKv/kNpaDKwB9wO1MLm/r6OpdZnB6vFcqoAdyqjOBWXQblZaUWzABzcLgD5bocTKG7qIh3hfQZeJz26acQ0J5ohxB0OZiiY4dKKQwdq/bnGVhSipoRsDOrBELQ5WDCpXCZF2CstoSRcHmZ054BGaDVzLSUlpVLU4EAYAk3jRp1UwL+pA/AUYIZ8BwgBCyjisBW45CbL126eUiSyh38eQVEBpiDDUMIu2BNVioBd95wCQwQdyo/HvwhAQhg8Yk+YTXzS9hAQAwVlQS485Jsd9LHh9AfErDb0o9LgPYFNrvTHfADAYKQV+MNBLghSfaPMH+n3TarqEcCNJmLbTCbAn5Y13IapiGXFDaE/K3MP2VFXnufbGdyV6QgodyKBAEYBn7P/vuzz16CX5eGMQD4+7j/isIznX0KazhjzrdAFriwBcF0B/ozA8Ad5A/1W5gnuZN1nkhfCKuKCAyADPRHAI8f/WeaWfQ9Bw/sfXXLllf37jrIS2meCQSRBU+BbBibP9w/rQgnUPO2jq9/f/TQxYuHjv7+645tOCXqi9I4IcgAOIo0juAvxm9mUQP85dc6ToKzZIdOXnkN/sfjRTNxPvAd0hS6g/zvCMECwE0I8jefgugPbD0Kbse2b//oo+3bjwHq6NZdPRCDeaETtydYmbgab5b8bx6LAbBNyI6j1/PHkxcv/vkjhf0ZgvgjENpzLaUiCVyNw0QBxkblAFacgVB3nQT3/1MZIE7ugv/rRD4kwUJgq3HKkGHDhkzBn8QKSi3shPy3XjzG3T5X/Dp2aCuMRqc5VWxwCMhOHHPhwpjEJAbAACwYQHPH0WOf92PHjl5phkm5goXAAMkXuI1JjkZDLraHLOvEBI79oLLPxX+PndwGczLP7mSbtIn5v7Bp06YXLlxIjmIGbsfDe6CCHUd/MLCjHT18j4UcQqYk9P8TGhCSMINSlsHBV3/4l4H98OpBzMECObiCpnwAbALnTX/adOFCPu7jfBs+sNXI/+//OnkA5kKmHXfIoGk6RgC+LILpkbDXw0uw95m/G9p3e6EIubDLQxFMY7B+6L8J64iD6Cgxw0nU8f3/GNr3HXyXx4EUAExAAGAbLGzu69nyvbE9sxu2p0K+R5syGeAFSAAsUwb0bfluAFMCkjlgEwMkI0Ck8A9j+4alIAChXJ4CAnJDHMCK+O03hvY1K6IARLNZFdB/THaUF5EN4/P/a2jPs2EURYSlACOJNj07GuXDyCbS7m8NbfdBWI+L+TDys3FiYuJEdjayC4F9EZvKX31tYF+xqbxITKQoWujxGWBLolG+GG1YhG27vzKw3duwBDY2lQUgJa8GLB1IvIpsOZ/t+LJfe76qGTMoEYvJMu/xxx//UXp6FgDk5Zxixg2l9uw/+7Pa5yAAc4q0nO9fZgYbc/+IEQgQGwqGAANRjYQrzOuK/K12cw8PQGwoI6aAJYD/lBEIEJcCWy7bVNdWXdFa9YvNuKna7NKWVoM1mAn+ySNuo021ZJa5Hrf1NbXodBa++LcO5l9fuIgFgNcdDpgyYsptabeNjMrbusU2v+g4Hizr19aeJat+6ukePFjm22hbBwBYUvS2NPAXIbAkMvjRtmv9muqqqrNnq6pq1z61uYkdbRk2Ox0sAEADAF3w+dVkfiG/GhzcvHrDL3+5YcPm13r44TrfZlccbSOSBICdC3S4AmFRbh2kobbjdbmL0J8O15tquGEFpOuFRCjOyDpxvIe8e46fWJZRXGJXHe94mixJjXqlWy5dMJyWElvx4vSiuvqGzp7mzob6uqL0xcW2EouTLhgcULD87lmTAlENAXSCww6IWYsz85YVFS3LzcyYBe52R6lHdcVB/96Vy+dkE0Bk4YUgEGErFmZDd/h4r4ifAyIFS3vB7h0e1RBQbHkAYbHbS5jZ7RZHqRs+Xn3Ng89HWznbrSYEQS6C3ipzu0udTgeY0wneZQGvHwRkUPgjIOF2Brg9WeRAV90IIsqB4fG44cuD3uXoHgkpr7oj7+9deu/S3tuTJpC7CAIRYasfIMzKwTvM5Kvqsh26v/f2H8Nv8iWEEM5WYVw+kzsBkgigi4IhwmDg7grKyRNgwo8euN8Pv4NGABckgv5GgNCUH0/xwu+QgbvLB3VgFmYpBLUpREjTGxSxXFNEHgUBfCSCDIaxzOMGUwyjSrGErLAuCdDvRHJIE8mtmEiy5CnH3Z0IiqnsZVN5YX5mXlZRUVZeZv5Ch1M/laPWMm+YQtAsptT89N+eqO/cCcd5Z/2J36bnD9ctpmgQVjeFoF7O+YVnjqv2I1As+uXsKQ1YI5Uaf/z4/hRLAygW7YZS7nBDCEp/2NnjVyywo1mcAauownUoFvBxWyCEiqh6W0/jB8uVWIoFAWE7hMDKSGfbw4UDKJZThUrFAmaxeMpZGeNWLOkKxQIWsJcGfCEpgHKlYtk+sGIRgCBcuLCMpFjMMRRLg0KxoDntUMbK+BWLHIIEKLeXemEc5CtO3mAUC5qrRAIMVrEIgFtKgTKIpVhOCMXCAXaLxx+plC6ag1MsrAQljkCYDSM8+PFACRoGoVjEIIi5fB2KhU+DMrGaIiQ44lQsCCiDQfTxxXQdigWXgoOXECMYvGLBxYgrgQOuQ7FABg6PvB1ErkOxVDrd3jAP4PoUS9hd5ucBiInkFIrlS2PF0qxULN4yr0/siGrFsuVLI8WyCxeTpFgq8JiokAFKxVLVv2K5UqtSLC4/nWwaxVJdFY9icfnoKalWsaxlhCvqb9Wb+5SKBe8HFAApljyuWGr7USw9asVSQTcOxaZasoht67vWVp9VKZaq9aiYTikVSyWY8KZt3QmKhT8Kq11TTYKlqno95K9RLOSsOlhkxbKtds3a6lrQK7XVa556Go+2U2rFQr6GiuXA6tVr16xevVkcroVqxUK+16VYCKA/3u0gN7LONKjcUbHYdIpFT/BJhJzFuaqHsotz0F+rWPRJSA9lS4pzCoqaJf+d5oKc4hLlQ1kDABJcjGABgvLBNPrTY2EjAD2YxilZrHw0zv011zwDAowmnw+z6OF8js2O/qRYDAD0cB4ndbHcHlhQzCaw9uG8AUHMB0hCalDsmW/QHpDMqEExq1C0SIoNGhRk/bdIbFKTxmbQIokRgqUEc8Bd1KBJY2TUJkrhjSocAmp1xQZQo6qEt8pKqFEVF4BaZXberMNWGbX7CBAjBwjBYcd2oYU36yiAmABqFzqwYemgdmGcAGpYls6s2bNQNCzJPwaAdkiUTuY8N7VM4wZQ07YsMb+MmrZxA6ht7E0YT23jQQCoce33GzeuyQZonaN4R//BASpl/R32Ues9DgA9f2D6G8U/U91EMAAYPb7wg1lZDWgr1AOMH6AEwLj4J+1vADB6hOPRaX89IMZDJIdG+xvvifQYq3/t76VDQQvQa3+LVvunKrW/EYC0f1qWVvsXqrQ/AfT+TPvXNei6lWfyFNpfD9B2K9EO7uLa/0C/2p8Aeu1f37/2P0XaXw9QdCv71f4dWu2vAVTK/gvZY+1deu1/AC+J1K0kgOpId9pzufY/pNX+F6lbKZ+RJtXasbJLRUztnyG6lQxA3mz6wfRJ4dr/0DFJ+dOvYxe3Qh0asiTtjwBat+COVzMuFq4Yaf+OZtHpE2eECdzlled24pWGyRWF9v+cvqP234UHLRMLrhAChHuArR17SkZ6UXv82h8BEb7x4zO71LTpRfgsPab2pxwAID21s6RlFtadEheyAyf/ZWhbD8BcmM4kWwQBfOmRN7O93xlr/2f28iJ4vOyoNoF/cqK5rr6pjyym9m8yc9mKgISJ5hrhTbb7me+NbQuMspDuKDiyYdtp79QCBtL+GoDfW7ZwYt4eNaPjm4G0P6ZAACvb/R5OXLanfScV8Wtj7f8tK6ICwO4w0A1ZlJhVwxlxa38sIg6jIBQXz19grmmHgsbQ/jiR+J0RAfIRYEdEDjDOxN+trOBTGU8BRGAUOTkFuQ2xupWdXPsDgBYTTudSjkCJ0lNl3K3EDEQNaTlDFGxFMaVmbkDN+09D7X88y6ZYzrAfyQw2oiVcJW0GAsl+NLlbWZchtL/QjZUyQ1JqbFN9sfqKzmpXq7uVmk1VKDWLDbU/EjpQ+vNf+AXdyia19hcAmQHXAj9uy7xb2fP0UyD9yWrXo3hH7a/b1ulkdIWV2r9p81PVVfKjg807ddqfAEbav+m5FzdsWLN2w4YXn2vSaX8OiKn9e5rAevrV/mqAvlu5TNutzNJqfwIM2K1sNuxWEiBWtzIvc7GuW6kHDL5bSYB4upX6Fk/si6bHsFsZ66obUlx1Pe74r7qxu5X08XFe96nVp+1WGtcAncEdDP+rhxsDSKcEIxEX+4IOJX1qLAD1SLFHyb70gesB8ZfOAGCoU8A8ZbrB0wMGqVP0gEH2KPWA2D1Ki3IJ6QGxe5RZabSIDQDC36hHWafWKXqAXqcM1KPUAgbZo9QDtDol9luVGgC9/BLrrUo8z/QEE71+kztwjxIbU5ygGk2T/Cw740T/b1VuFzqlLoM/TtWsLpPco8xqoB6lRqccAp2C1wr+QDdMK5QrlvjfqmQv0QRwdckMACh7lMY6ZRveLmfZ8GigFYoIAMTdo2wvSs9IAQRu8DLCVBF/jxLP16Lpaam4yhERBgIA4u9RojWfqivMTLPQswgAhMvje6sSjRh8gWKfKf4eJVlTfZ05MZlNClMo7rcquRGjxjwxwecCQFw9yn9oAZ3tsFllhwEQb49S7b0nb+LCMq8fAfH3KIXtbN+zLPFhtlPCJgVFjLdHKbxrshIXwV3JUcpXFhvGuHqUWLj2GvOC+cXF6E/DGIz7rcoz4J2D7nbFYSFNZVteHG9VFuTk4KejO54UfCpXKt+qrHq+f53SUcVeauTucFtSnJgmuYuQBTvqc0Y6BR98mFmPia0j+HRazjwHB+si9DCdQkJFfK/lPUrWY4LYyRs3FPVblc2ra68Y9SjlHhV5g5n4E3i5R9kEOkVoFHqrkvcobWxTDWs3Ve1blc1Pr689299blaLHpNvW9W9V7ty8nnQKvlUpdAo/WELag8VQp6xdY6RT1IDB6xQ9IPZblaRT9IBB6xQ9YPA6RQ+IX6foAYPUKXpAJbeKOHWKHlDBDQGhoLFOCRledUNBZiFmweu4bEdAGqBh/wIxxjrFALBkzr59b6G9994nn5w799kHf3nj00+/+OL8+fMffvjm1avvvvvxxx//7W/vv//+O++88/bbb/832H+B/adkJrd79px7GzdufA9MEAQCCW8KAiKQAMYIhDB53LPvfaC18fCRHe9hEEj4IA4CAQKeeVOB0Nq4v2UHD+Kzz9QEQADBKA2Tt6zg7jkPAKG18UjLDgxCXwgi6LMw+QOp83765ANtbYA4fKQFahGjlBoEPM1zF8yGENoQcRjywDRilpKygIdx3hQIYTkQwBoxiDhKeVWOAR/GQQhTn1y+tLu7G6JobDm9gwgGpfziF29IQZhA63lTl8yeOwcIaEho4VkYlvLTl/rOvCsIJpC6vnEpBZN+CoSlXV1d3a2HW06f3ogEo1K+8RLsdS+JQpiwrxEeN3zWvLuB0AXWBsN5+vUdSNCV8vyHQPgL+r8sDQbuB7B+rONSl9w9BwArV3a1HW5BAtZBU4gv1q378OMPmL88nCYhWsMBHIulK1f29na1HsEYTkMMGsK6pp3rzjF/mpUAEAT3rNlTlyOgt7uREV7fqBoMQJyCY6sG/RWz0iTviP7UJRhCL1jb/v1I+A+eBhH+AJoE/ZWzkkWAhKBv3KxJEAICuhoPE4FKKQgvq+aUvCvDhXM41hEIqyCERk5Yd06Ukggvq2elSfEIbFwKC2HVqlXdjY2CAIVQE15Sz0oCQBJWVoVeIKxsbWwVWfA0jGeliZrkQVwUmMMqyKGxtVFFMFzglALLYd5cKYc2IrBCGC1wRQ2wjAV38xy6WrtlAhSCSqklECAUhGuGGEksQjcRIAgqpWaBKwFBWNiYAy9Cm4pgXEoCuIDAZqMAdAFAEAYqJQHwELMORwBOpe7uLiC0aQn6UioAkVDQ58QqrkQA7i1SDDSc+lLK8wBOVniwzWYCATAG5YTop5QyAE/gChgGAgChS0nAtaUvpeLhPN4Xy2E54HoCgCCwwYDdXqxOXSk1AGvqPL6k27qEURCM8J62lAQAY4C5DABe6AiGnw+2n6cBBHUhNAD/cA7AEYCR5JUEBvNvwc12o5qgAUSsEqALw1gF9lcwmFhwXEAEYEBQHVwEiCJApIDO3JsMFth+iAAOHeUtggBRBvBDEQnAEWS9rfuhDKfhPkXHjiaCn+Gu1gWbO9qjqx4liEil9QgRWBoaQAABy5eC/VyyR5n9FTCM1nX49OstCgJtKAyA59PUOWBPzHmC24NPPAjGQAzQ29va8voOIIhSytd9lHEhOOkLJs1Ge4TbDGZz584FEmfgHGl5faNE+EwAYCkxgN+dOiungGwJ2Dz454OAAsiDgOjFSXIEysCyOCcDMIIKWM9e0BwOi8XOLvw2JhxycoCDkBmIAMJKRhAxSCmAv5AM/J/O4Bc8Xy4F8YAahjEAAQQMoautZcc+fjs20TwUbQnQLWQBfEztBAYgCgAxY+6DP1+JIbS2vMUJNJHklh8aPphHs/JeJjA44vEZU4GwEpZI4w5OMCn8K1AucMPegBACPh9qKY4gQnfb/o37kEDzQAAiPh84CQ7KBeRY/YjAbigSnoDLFKzR/UwnSADe1AjiX7b+DMwKX8zwTShUIIhwlCDhkblPPLl0aXdb41tAIAAa1yvoiV4+gbJaGcHqDWAQOQXzJs3Ae2lbGwD2SYAKMlRvuEPzXglPhcfA26HFWIi5SLgXCfI8EAbDyReG1K/BKQIkXohxopbzHgFC9wP7ZAD5K/fYSvGNT9VIBDuyXF5zAoSgBURlwziUFoU4gj4rxADyGms5GwhT970CAMpAJ+00ELiXQ0u2rNQJk5sR5rzyyivipgomf74Bhv09l8vPJpWdE55EgAgAU41hPAYk4BIDs0wiQGU0DgAS2Kz04Cq1OBylPAWD/I1fQ/Zyge8sLV0qA2K4EoG/jh1gu4XbPSd+AF2JXWx58pf2ZiOgYnAATAIIsNVAJy2lFx6FxQug+6TYtvC1w6WmykEAqCUo/aPF8jkAoEGINwQsAyAA4p/EUxg/+ZbRV0ffNzm7f6ekadOSNF1lJODLp24chcf+7aqw0ZMn9AdYcO3aAlVfMugSmy//p/v3XCW75TG9//hrYAmK+Yjbgw8MWqoAeEzh/8abV2/RxzANAdO0dYy4AAFPtqMYv7Bzv/jkzauTtf7J15glE4Dt3xFkAGA8+YOmPPHp1dGaSk54iAMeGqk+QoL86DBNJn+mqa9qQ8i/JixfAWDtZQwjaLoFXL84L/m/DD/cp/LP/okE+Em2hoCAkGk0+K9bd578r96jHcJrK7KTMA4aSqm3DtcKE3igpv5E+ONk0A7hNGkoEpQEwcAIjqOmlv0pAslvIo8ESfrdFmuAiljypxrQECbiT4l8KMnEkQGjgATyl0eBhnCBFAENJRnOAySQv5gHNIRUAxpKMpyJSIDxpwBoCAnwEA2lymgtSBWYoB5CDBx/vpH/vEALEKuR/B9TDyHajRjMNWHj9YCo0X4wTXIaSTAaSgIgf/J9o6/eQzsSDSGzbOUfkrUAIxOrUGwmafIfHpoQE0BDKCwtGp1If8qPDaAhFHmPzKZwaCgNADSERrYgNoBV3djGDwigIaSsRyatUP55WkwAjZp6MdFQEsB4CCkAGhT9UJpiDSFFoGISwHgIyVZkZ9M80AylaVBDSJY4ECDhWhyWMAAg+cbY/g9JA/H/wKi595LJ32MAAAAASUVORK5CYII=) no-repeat scroll 0 -289px transparent;height:19px;margin-top:-9px;right:.7em;top:50%;width:19px}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-button{background-color:#fff;border-color:#3c3c3c;border-radius:.25em .25em .25em .25em;-moz-box-sizing:border-box;cursor:pointer;display:inline-block;font-size:1.5em;line-height:1.8em;margin-left:.3em;min-width:29px;padding:0 .5em;position:relative;text-align:center}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon.Viper-locate{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJidXR0b25JY29uLXNwcml0ZS5zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PGRlZnM+PHN0eWxlPi5jbHMtNSwuY2xzLTcsLmNscy05e2ZpbGw6IzJiMmIyYn0uY2xzLTEwLC5jbHMtNCwuY2xzLTUsLmNscy02LC5jbHMtOXtmaWxsLXJ1bGU6ZXZlbm9kZH0uY2xzLTEwLC5jbHMtNiwuY2xzLTh7ZmlsbDojZmZmfS5jbHMtNSwuY2xzLTZ7b3BhY2l0eTouM30uY2xzLTEwLC5jbHMtOXtvcGFjaXR5Oi40fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTcHJpdGVfTWFza19CRyIgZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGwtb3BhY2l0eTowO2ZpbGw6IzJiMmIyYiIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGlkPSJMb2NhdGVfUGluIiBkYXRhLW5hbWU9IkxvY2F0ZSBQaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTgxMCkiPjxnIGlkPSJDb21iaW5lZC0xNSIgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggaWQ9ImRyb3BsZXRfY29weV80IiBkYXRhLW5hbWU9ImRyb3BsZXQgY29weSA0IiBkPSJNNjkuNzkxIDkxNi44MTZoLjA4NGwtLjIuMzgyYTQuNDMyIDQuNDMyIDAgMCAxLS4yNDIuNDU2TDY1LjUgOTI1LjA3bC00LjM3NS04LjI1NGguMWE0LjQ1NyA0LjQ1NyAwIDAgMS0uMjI1LTEuMzQ5IDQuNTExIDQuNTExIDAgMSAxIDkuMDIzIDAgNC40NiA0LjQ2IDAgMCAxLS4yMzIgMS4zNDlaTTY1LjUxNCA5MTRhMS41MjEgMS41MjEgMCAxIDAgMS41MjEgMS41MiAxLjUyIDEuNTIgMCAwIDAtMS41MjEtMS41MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMmIyYjJiIi8+PHBhdGggaWQ9ImRyb3BsZXRfY29weV80LTIiIGRhdGEtbmFtZT0iZHJvcGxldCBjb3B5IDQiIGQ9Ik0xMDMuNzkxIDkxNi44MTZoLjA4NGwtLjIuMzgyYTQuNTUxIDQuNTUxIDAgMCAxLS4yNDMuNDU4TDk5LjUgOTI1LjA3bC00LjM3NS04LjI1NGguMWE0LjQ1NyA0LjQ1NyAwIDAgMS0uMjI1LTEuMzQ5IDQuNTExIDQuNTExIDAgMSAxIDkuMDIzIDAgNC40NjMgNC40NjMgMCAwIDEtLjIzMiAxLjM0OVpNOTkuNTE0IDkxNGExLjUyMSAxLjUyMSAwIDEgMCAxLjUyMSAxLjUyIDEuNTIgMS41MiAwIDAgMC0xLjUyMS0xLjUyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05OCkiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon.Viper-sourceView{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJidXR0b25JY29uLXNwcml0ZS5zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PGRlZnM+PHN0eWxlPi5jbHMtNSwuY2xzLTcsLmNscy05e2ZpbGw6IzJiMmIyYn0uY2xzLTEwLC5jbHMtNCwuY2xzLTUsLmNscy02LC5jbHMtOXtmaWxsLXJ1bGU6ZXZlbm9kZH0uY2xzLTEwLC5jbHMtNiwuY2xzLTh7ZmlsbDojZmZmfS5jbHMtNSwuY2xzLTZ7b3BhY2l0eTouM30uY2xzLTEwLC5jbHMtOXtvcGFjaXR5Oi40fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTcHJpdGVfTWFza19CRyIgZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGwtb3BhY2l0eTowO2ZpbGw6IzJiMmIyYiIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGlkPSJTb3VyY2VfVmlldyIgZGF0YS1uYW1lPSJTb3VyY2UgVmlldyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtODM3KSI+PGcgaWQ9IkNvbWJpbmVkLTE0IiBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBpZD0iY29kZV9icmFja2V0cyIgZGF0YS1uYW1lPSJjb2RlIGJyYWNrZXRzIiBkPSJtNzMuNyA5NDUuNDgyLTUuNjU3IDUuNjU3LTEuMTIxLTEuMTIxIDQuNTQ5LTQuNTQ5LTQuNTQ5LTQuNTQ5IDEuMTIxLTEuMTIyIDUuNjU3IDUuNjU3LS4wMTQuMDE0Wm0tMTAuNjg0IDUuNjU3LTUuNjU3LTUuNjU3LjAxNC0uMDEzLS4wMTQtLjAxNCA1LjY1Ny01LjY1NyAxLjEyMSAxLjEyMi00LjU0OSA0LjU0OSA0LjU0OSA0LjU0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMmIyYjJiIi8+PHBhdGggaWQ9ImNvZGVfYnJhY2tldHMtMiIgZGF0YS1uYW1lPSJjb2RlIGJyYWNrZXRzIiBkPSJtMTA3LjcgOTQ1LjQ4Mi01LjY1NyA1LjY1Ny0xLjEyMS0xLjEyMSA0LjU0OS00LjU0OS00LjU0OS00LjU0OSAxLjEyMS0xLjEyMiA1LjY1NyA1LjY1Ny0uMDE0LjAxNFptLTEwLjY4NCA1LjY1Ny01LjY1Ny01LjY1Ny4wMTQtLjAxMy0uMDE0LS4wMTQgNS42NTctNS42NTcgMS4xMjEgMS4xMjItNC41NDkgNC41NDkgNC41NDkgNC41NDlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTk4KSIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon.Viper-accessRerun{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJidXR0b25JY29uLXNwcml0ZS5zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PGRlZnM+PHN0eWxlPi5jbHMtNSwuY2xzLTcsLmNscy05e2ZpbGw6IzJiMmIyYn0uY2xzLTEwLC5jbHMtNCwuY2xzLTUsLmNscy02LC5jbHMtOXtmaWxsLXJ1bGU6ZXZlbm9kZH0uY2xzLTEwLC5jbHMtNiwuY2xzLTh7ZmlsbDojZmZmfS5jbHMtNSwuY2xzLTZ7b3BhY2l0eTouM30uY2xzLTEwLC5jbHMtOXtvcGFjaXR5Oi40fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTcHJpdGVfTWFza19CRyIgZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGwtb3BhY2l0eTowO2ZpbGw6IzJiMmIyYiIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGlkPSJyZWZyZXNoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC03ODMpIj48ZyBpZD0iQ29tYmluZWQtMTYiIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxnIGlkPSJJY29uLTExIiBkYXRhLW5hbWU9Ikljb24iPjxwYXRoIGlkPSJSZXZlcnQiIGQ9Ik0xMDMuMDI1IDg5MnYtLjAzMUgxMDVWODkyaC0xLjk3MlptMS44NzEgMWE1Ljk3MyA1Ljk3MyAwIDAgMS0xMSAyLjA3OEw5MiA4OTYuOTY5di01aDVsLTEuNjA5IDEuNjA5YTMuOTgxIDMuOTgxIDAgMCAwIDcuNDc4LS41NzhoMi4wMzFabS0uMzY1LTIuMDMxaC00bDEuNjA5LTEuNjA5YTMuOTgzIDMuOTgzIDAgMCAwLTcuNS42MzhoLTIuMDExYTUuOTcxIDUuOTcxIDAgMCAxIDExLjAxMS0yLjEzOGwxLjg5MS0xLjg5MXY1aC0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05OCkiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PGcgaWQ9Ikljb24tMTIiIGRhdGEtbmFtZT0iSWNvbiI+PHBhdGggaWQ9IlJldmVydC0yIiBkYXRhLW5hbWU9IlJldmVydCIgZD0iTTcwLjkgODkzYTUuOTczIDUuOTczIDAgMCAxLTExIDIuMDc4bC0xLjkgMS44OTF2LTVoNWwtMS42MDkgMS42MDlhMy45ODEgMy45ODEgMCAwIDAgNy40NzgtLjU3OEg3MC45Wm0tLjM2NS0yLjAzMWgtNGwxLjYwOS0xLjYwOWEzLjk4MyAzLjk4MyAwIDAgMC03LjUuNjM4aC0yLjAxNWE1Ljk3MSA1Ljk3MSAwIDAgMSAxMS4wMTEtMi4xMzhsMS44OTEtMS44OTF2NWgtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMmIyYjJiIi8+PC9nPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-buttonIcon{height:20px;left:50%;margin:-11px 0 0 -12.5px;position:absolute;top:50%;width:25px}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issuePane{text-shadow:none}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution{font-size:.7em}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionInstructions p{color:#eee;margin:.5em 0 1em;overflow:hidden;padding:0;position:relative}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionHeader{margin-right:-.3em;text-align:right}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionHeader strong{color:#9b99a5;display:inline-block;float:left;font-size:1.49em;line-height:1.8em;padding-left:.2em;text-shadow:0 -1px 0 rgba(0,0,0,.6)}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox{background-color:hsla(0,0%,100%,.06);border:1px solid #393939;border-radius:.4em .4em .4em .4em;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 0 hsla(0,0%,100%,.1);clear:both;color:#fff;cursor:pointer;display:block;font-size:1.2em;margin-bottom:.6em;padding:0 .8em;position:relative;text-align:left;text-shadow:none}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox-title{color:#ddd;font-size:1.1em;line-height:2.5em;text-shadow:0 -1px 0 rgba(0,0,0,.4);white-space:nowrap}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox-switch{background-color:#2b2b2b;border-radius:.8em .8em .8em .8em;box-shadow:inset 0 2px 2px -1px rgba(0,0,0,.8),inset 0 -2px 2px -2px #000,0 1px 0 hsla(0,0%,100%,.2),inset 1px 0 0 rgba(0,0,0,.3),inset -1px 0 0 rgba(0,0,0,.3);cursor:pointer;font-size:1.2em;height:1.6em;margin-top:-.8em;overflow:hidden;position:absolute;right:.6em;top:50%;-moz-transition:background-color .2s ease 0s;width:3.2em}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox-slider{background-color:#65636b;border-radius:.65em .65em .65em .65em;box-shadow:0 0 2px #000,inset 0 1px 0 hsla(0,0%,100%,.3);content:"";height:1.3em;left:.15em;margin-top:-.65em;position:absolute;top:50%;-moz-transition:left .2s ease-out 0s;width:1.3em}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox input{visibility:hidden}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox.Viper-active .Viper-checkbox-switch{background-color:#205caf}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-checkbox.Viper-active .Viper-checkbox-slider{background:-moz-linear-gradient(center top,#e9e9eb,#c2c2cb) repeat scroll 0 0 transparent;box-shadow:0 0 2px 1px rgba(0,0,0,.6),inset 0 1px 0 hsla(0,0%,100%,.3);left:1.7em}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-title{background-color:#404040;border-radius:.2em .2em .2em .2em;color:#ddd;font-size:1.2em;height:100%;left:0;line-height:1.85em;margin:0 0 0 .2em;overflow:hidden;padding:0 10px;position:absolute;text-overflow:ellipsis;text-shadow:none;top:0;-moz-transition-duration:.3s;-moz-transition-property:color,background;white-space:nowrap}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-input[type=text],.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-textArea{background:none repeat scroll 0 0 transparent;border:none;-moz-box-sizing:border-box;color:#5a8bd0;font-family:Arial;font-size:1.49em;font-weight:700;outline:medium none;padding:.1em 0 .15em;width:100%}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox{margin-bottom:.6em;-moz-transition:opacity .2s ease-in 0s}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-main{position:relative}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .Viper-textbox-label{background:none repeat scroll 0 0 #2b2b2b;border-bottom:1px solid #0a0a0a;border-color:#0a0a0a #777;border-radius:.4em .4em .4em .4em;border-top:1px solid #0a0a0a;box-shadow:inset 0 0 3px #000;clear:both;color:#5a8bd0;display:block;padding:4px 2px;position:relative;text-align:left;-moz-transition-duration:.3s;-moz-transition-property:color,background}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionInstructions{color:#eee;font-size:1.49em;padding:0 .2em;text-shadow:0 -1px 0 rgba(0,0,0,.8)}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-imagePreview{border:1px solid #8f8f8f;box-shadow:0 1px 3px #2b2b2b;float:left;line-height:0;margin:0 .9em .6em 0;width:90px}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-imagePreview img{width:100%}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper .ViperAP-issueResolution .Viper-resolutionActions{padding:0 0 .2em;text-align:center}.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper li.Viper-issueDone .HTMLCS-issue-title,.squiz-pb-amazing-scope .ViperAccessibilityPlugin #HTMLCS-wrapper li.Viper-issueDone .HTMLCS-issue-type{opacity:.4}.squiz-pb-amazing-scope .ViperSourceViewPlugin{border:1px solid #666;border-radius:5px;border-top-color:#a2a1a8;box-shadow:0 0 13px #222;left:50%;margin-left:-375px;margin-top:-275px;padding:10px;position:fixed;top:50%;z-index:150}.squiz-pb-amazing-scope .ViperSourceViewPlugin .ViperSVP-bottom{padding:5px;position:relative;text-align:right}.squiz-pb-amazing-scope .VSVP-source{height:100%;position:relative!important;text-shadow:none;width:100%}.squiz-pb-amazing-scope .VSVP-bottomPanel,.squiz-pb-amazing-scope .VSVP-confirmPanel{overflow:hidden}.squiz-pb-amazing-scope .VSVP-confirmText{color:#4f4f4f;display:inline-block;font-size:1.5em;font-weight:700;padding-right:1em}.squiz-pb-amazing-scope .VSVP-bottomPanel .Viper-button,.squiz-pb-amazing-scope .VSVP-confirmPanel .Viper-button,.squiz-pb-amazing-scope .VSVP-confirmText{border-color:#b9b9b9}.squiz-pb-amazing-scope #ViperSourceViewPlugin-window{margin:0;padding:0}.squiz-pb-amazing-scope #ViperSourceViewPlugin-window .Viper-popup{background-color:#d4d4d4}.squiz-pb-amazing-scope .VSVP-confirmPanel{background-color:#d4d4d4;display:none;padding:.7em .7em 0;text-align:right}.squiz-pb-amazing-scope .ViperSourceViewPlugin-window .VSVP-popup{border-radius:0;height:100%;left:0;top:0;width:100%}.squiz-pb-amazing-scope .ViperSourceViewPlugin-window .VSVP-popup #editor,.squiz-pb-amazing-scope .ViperSourceViewPlugin-window .VSVP-popup .Viper-popup-content{height:100%;margin:0;position:relative}.squiz-pb-amazing-scope .ViperSourceViewPlugin-window .VSVP-confirmPanel{display:block}.squiz-pb-amazing-scope .VSVP-source textarea{background:none repeat scroll 0 0 #2b2b2b;border-bottom:1px solid hsla(0,0%,100%,.25);border-radius:.25em .25em .25em .25em;border-radius:.4em .4em .4em .4em;border-top:1px solid #2b2b2b;border-color:#000 #2b2b2b #777;border-style:solid;border-width:1px;box-shadow:inset 0 0 3px #000;color:#ccc;font-family:Arial;font-size:1.49em;height:100%;padding:4px 2px;resize:none;width:100%}.squiz-pb-amazing-scope .Viper-popup-content .ace_editor{border:1px solid #bfbfbf;border-radius:.25em}.squiz-pb-amazing-scope .Viper-popup-content .ace_scroller{overflow-x:hidden!important}.squiz-pb-amazing-scope .Viper-popup-content .ace_gutter-cell{font-size:.8em!important}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_gutter{min-width:3.5em!important}.squiz-pb-amazing-scope .Viper-popup-content .ace_gutter-cell{padding-left:0!important}.squiz-pb-amazing-scope .VSVP-source .ace_search{background-color:#919097;border-bottom-color:#2b2b2b;border-left-color:#2b2b2b}.squiz-pb-amazing-scope .VSVP-source .ace_replace_form .ace_search_field,.squiz-pb-amazing-scope .VSVP-source .ace_search_form{border-color:#767676}.squiz-pb-amazing-scope .VSVP-source .ace_replace_form .ace_search_field{border:1px solid #767676;border-radius:3px}.squiz-pb-amazing-scope .VSVP-source .ace_replace_form{border-color:transparent;border-bottom:1px solid #676767;margin-bottom:5px;padding-bottom:5px}.squiz-pb-amazing-scope .VSVP-source .ace_replace_form .ace_replacebtn,.squiz-pb-amazing-scope .VSVP-source .ace_search_options .ace_button{background-color:transparent;border:1px solid #666;border-radius:2px;margin:0 2px;padding:0 3px}.squiz-pb-amazing-scope .VSVP-source .ace_search_options .ace_button.checked{background-color:#3784ee;border-color:#1760ca;color:#fff}.squiz-pb-amazing-scope .VSVP-source .ace_replace_form .ace_search_field{width:217px}.squiz-pb-amazing-scope .Viper-browser-firefox .VSVP-source .ace_replace_form .ace_search_field{width:205px}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_editor{border:2px solid #9f9f9f}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_editor.ace_focus{border:2px solid #327fbd}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_gutter{background:#383838;color:#fff;min-width:55px}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_print_margin{background:#e8e8e8;width:1px}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_scroller{background-color:#141414}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_text-layer{color:#f8f8f8;cursor:text}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_cursor{border-left:2px solid #a7a7a7}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_cursor.ace_overwrite{border-bottom:1px solid #a7a7a7;border-left:0}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_marker-layer .ace_selection{background:rgba(221,240,255,.2)}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_marker-layer .ace_step{background:#c6dbae}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_marker-layer .ace_bracket{border:1px solid hsla(0,0%,100%,.25);margin:-1px 0 0 -1px}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_marker-layer .ace_active_line{background:#444547;border-top:1px solid #5e6064}.squiz-pb-amazing-scope .Viper-popup-content .ace_active_line:nth-of-type(3){border-bottom:1px solid #5e6064;border-top:none!important}.squiz-pb-amazing-scope .Viper-popup-content .ace_active_line[style*="width:0px"]{border:none!important}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_marker-layer .ace_selected_word{border:1px solid rgba(221,240,255,.2)}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_invisible{color:#666}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_keyword{color:#cda869}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_constant{color:#cf6a4c}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_invalid.ace_illegal{background-color:rgba(86,45,86,.75);color:#f8f8f8}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_invalid.ace_deprecated{color:#d2a8a1;font-style:italic;text-decoration:underline}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_support{color:#9b859d}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_fold{background-color:#ac885b;border-color:#f8f8f8}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_support.ace_function{color:#dad085}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_string{color:#309bf0}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_string.ace_regexp{color:#e9c062}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_line{color:#f8f8f8}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_comment{color:#b2d8a2}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_variable{color:#7587a6}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_xml_pe{color:#494949}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_meta.ace_tag{color:#c188cc}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_entity.ace_attribute-name{color:#dc9c57}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_keyword.ace_operator{color:#c188cc}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_entity.ace_name.ace_function{color:#ac885b}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_markup.ace_underline{text-decoration:underline}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_markup.ace_heading{color:#cf6a4c}.squiz-pb-amazing-scope .Viper-popup-content .ace-viper .ace_markup.ace_list{color:#f9ee98}.squiz-pb-amazing-scope .ace-chrome .ace_gutter{background:#ebebeb;color:#333;overflow:hidden}.squiz-pb-amazing-scope .ace-chrome .ace_print-margin{background:#e8e8e8;width:1px}.squiz-pb-amazing-scope .ace-chrome{background-color:#f9f9f9;color:#000}.squiz-pb-amazing-scope .ace-chrome .ace_cursor{color:#000}.squiz-pb-amazing-scope .ace-chrome .ace_invisible{color:#bfbfbf}.squiz-pb-amazing-scope .ace-chrome .ace_constant.ace_buildin{color:#5848f6}.squiz-pb-amazing-scope .ace-chrome .ace_constant.ace_language{color:#585cf6}.squiz-pb-amazing-scope .ace-chrome .ace_constant.ace_library{color:#06960e}.squiz-pb-amazing-scope .ace-chrome .ace_invalid{background-color:#900;color:#fff}.squiz-pb-amazing-scope .ace-chrome .ace_support.ace_function{color:#3c4c72}.squiz-pb-amazing-scope .ace-chrome .ace_support.ace_constant{color:#06960e}.squiz-pb-amazing-scope .ace-chrome .ace_support.ace_class .ace-chrome .ace_support.ace_other,.squiz-pb-amazing-scope .ace-chrome .ace_support.ace_type{color:#6d79de}.squiz-pb-amazing-scope .ace-chrome .ace_variable.ace_parameter{color:#fd971f;font-style:italic}.squiz-pb-amazing-scope .ace-chrome .ace_keyword.ace_operator{color:#687687}.squiz-pb-amazing-scope .ace-chrome .ace_comment,.squiz-pb-amazing-scope .ace-chrome .ace_comment.ace_doc,.squiz-pb-amazing-scope .ace-chrome .ace_comment.ace_doc.ace_tag{color:#236e24}.squiz-pb-amazing-scope .ace-chrome .ace_constant.ace_numeric{color:#0000cd}.squiz-pb-amazing-scope .ace-chrome .ace_variable{color:#318495}.squiz-pb-amazing-scope .ace-chrome .ace_xml-pe{color:#68685b}.squiz-pb-amazing-scope .ace-chrome .ace_entity.ace_name.ace_function{color:#0000a2}.squiz-pb-amazing-scope .ace-chrome .ace_heading{color:#0c07ff}.squiz-pb-amazing-scope .ace-chrome .ace_list{color:#b90690}.squiz-pb-amazing-scope .ace-chrome .ace_marker-layer .ace_selection{background:#b5d5ff}.squiz-pb-amazing-scope .ace-chrome .ace_marker-layer .ace_step{background:#fcff00}.squiz-pb-amazing-scope .ace-chrome .ace_marker-layer .ace_stack{background:#a4e565}.squiz-pb-amazing-scope .ace-chrome .ace_marker-layer .ace_bracket{border:1px solid silver;margin:-1px 0 0 -1px}.squiz-pb-amazing-scope .ace-chrome .ace_marker-layer .ace_active-line{background:rgba(0,0,0,.07)}.squiz-pb-amazing-scope .ace-chrome .ace_gutter-active-line{background-color:#dcdcdc}.squiz-pb-amazing-scope .ace-chrome .ace_marker-layer .ace_selected-word{background:#fafaff;border:1px solid #c8c8fa}.squiz-pb-amazing-scope .ace-chrome .ace_keyword,.squiz-pb-amazing-scope .ace-chrome .ace_meta.ace_tag,.squiz-pb-amazing-scope .ace-chrome .ace_storage{color:#930f80}.squiz-pb-amazing-scope .ace-chrome .ace_string.ace_regex{color:red}.squiz-pb-amazing-scope .ace-chrome .ace_string{color:#1a1aa6}.squiz-pb-amazing-scope .ace-chrome .ace_entity.ace_other.ace_attribute-name{color:#994409}.squiz-pb-amazing-scope .ace-chrome .ace_indent-guide{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==) 100% repeat-y}.squiz-pb-amazing-scope .ViperSourceViewPlugin-ace-keyword{border-bottom:1px dashed red;position:absolute}.squiz-pb-amazing-scope .ViperNext .ViperImagePlugin-bubble{width:320px}.squiz-pb-amazing-scope .ViperNext .ViperITP-msgBox.ViperImagePlugin-previewPanel{border:none;border-radius:4px;overflow:hidden;padding:0}.squiz-pb-amazing-scope .ViperNext .ViperITP-msgBox.ViperImagePlugin-previewPanel img{margin:0;max-height:200px;max-width:320px}.squiz-pb-amazing-scope .ViperSearchPlugin-info.ViperITP-msgBox{margin:5px 0;padding:.3em}.squiz-pb-amazing-scope table.VCMP-table{border:none;border-collapse:collapse;display:none}.squiz-pb-amazing-scope table.VCMP-table.Viper-visible{display:block}.squiz-pb-amazing-scope table.VCMP-table td{background-color:#fff;border:1px solid #d4d4d4;border-collapse:collapse;color:#2b2b2b;cursor:pointer;font-size:1.6em;padding:10px;text-align:left;text-align:center;text-shadow:none;vertical-align:middle;width:1.5em}.squiz-pb-amazing-scope table.VCMP-table tr:first-child td{border-top-width:0}.squiz-pb-amazing-scope table.VCMP-table tr:last-child:nth-of-type(n+4) td{border-bottom-width:0}.squiz-pb-amazing-scope table.VCMP-table tr:last-child td:last-child{border-right-width:1px}.squiz-pb-amazing-scope table.VCMP-table tr td:nth-of-type(7){border-right-width:0!important}.squiz-pb-amazing-scope .ViperITP.VCMP-main .Viper-subSection{padding:0}.squiz-pb-amazing-scope .VCMP-wrapper{background-color:#dedede;overflow:hidden;white-space:nowrap}.squiz-pb-amazing-scope .VCMP-list{color:#2b2b2b;display:inline-block;font-size:1.3em;font-weight:700;list-style:none;margin:0;padding:0;text-align:left;vertical-align:top;white-space:normal;width:9.98em}.squiz-pb-amazing-scope .VCMP-list li{border-bottom:1px solid #c3c3c3;cursor:pointer;padding:.4em 20px .4em 10px;position:relative}.squiz-pb-amazing-scope .VCMP-list li:after{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="20.031" height="249" viewBox="0 0 20.031 249"><defs><style>.cls-1 { fill: %232b2b2b; fill-opacity: 0; } .cls-10, .cls-2 { fill: %23fff; } .cls-12, .cls-13, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 { fill-rule: evenodd; } .cls-3 { fill: %23a6a6a6; } .cls-4 { fill: gray; } .cls-5 { fill: %23c44e4e; } .cls-6 { fill: %23bfbfbf; } .cls-7 { fill: %23b8b8b8; } .cls-11, .cls-8 { fill: %239e9e9e; } .cls-13, .cls-9 { fill: %232b7ce0; } .cls-12 { fill: %232a7bde; }<\/style></defs><path class="cls-1" d="M.031 0h20v249h-20z"/><path d="M8.893 240.188l-4.312 5.812-2.63-2.531-1.482 1.625 2.473 2.344 1.732 1.562 5.764-7.469-1.545-1.343zM9.74 234.501l-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z" class="cls-2"/><path d="M17.04 194.51l-.946.775-.011-.01-2.115 1.733-.946-.775 1.504-1.233h-5.495v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348v.589h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504v-4.495h-5.495l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775-1.504 1.233h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504v4.495h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zm-8.595-5.51h.173l-.087-.106-.086.106z" class="cls-3"/><path d="M10.02 178.221l-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zM5.678 213.646l6-6 .707.708-6 6-.707-.708zm-4 0l10-10 .707.708-10 10-.707-.708zm10.707-1.292l-2 2-.707-.708 2-2 .707.708z" class="cls-4"/><path d="M9.04 168.386l1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553c1.12-.184 2.106-.372 2.957-.564l-.61-2.083c-.583.223-1.219.491-1.91.806-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084h-2.049c0 .79.092 1.81.277 3.061-.791-.491-1.688-.94-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437c-.599.568-1.174 1.162-1.726 1.784l1.737 1.346c.606-.936 1.143-1.818 1.611-2.647z" class="cls-5"/><path d="M9.026 225.628l1.896 3.134 2.15-1.419c-.197-.244-.464-.558-.801-.942l-1.686-1.897c1.368-.224 2.571-.454 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765h-2.501c0 .965.113 2.211.337 3.737-.965-.599-2.06-1.147-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534c-.73.694-1.433 1.419-2.107 2.178l2.121 1.644c.74-1.143 1.396-2.22 1.968-3.232z" class="cls-2"/><path d="M9.031 155c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6zm2.547-9.458l-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266 0-2.355-1.903-4.265-4.25-4.265-1.496 0-2.806.78-3.563 1.952l1.829 1.829h-4.766v-4.766l2.053 2.053c.999-1.38 2.613-2.287 4.447-2.287 3.038 0 5.5 2.462 5.5 5.5s-2.462 5.5-5.5 5.5z" class="cls-6"/><path d="M10.903 114.833l-10.868 6.275v-12.549l10.868 6.274zM.034 100.833l10.868 6.275v-12.549l-10.868 6.274z" class="cls-2"/><path d="M12.983 83.518l-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z" class="cls-7"/><path d="M8.056 87.03l-.748.718-.03-.03-5.523 5.305-.748-.718 5.523-5.305-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z" class="cls-8"/><circle cx="9.969" cy="69.938" r="7.063" class="cls-9"/><circle cx="10" cy="70" r="3.281" class="cls-10"/><circle cx="9.969" cy="49.938" r="7.063" class="cls-11"/><path d="M15.031 37h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-12"/><path d="M14.013 24.301c-1.467 1.564-2.72 3.275-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z" class="cls-13"/><path d="M15.031 17h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-8"/></svg>') 0 -80px no-repeat;content:"";height:14px;margin-top:-7px;position:absolute;right:5px;top:50%;width:9px}.squiz-pb-amazing-scope .VCMP-list li.Viper-selected{background-color:#cacaca}.squiz-pb-amazing-scope .VCMP-tablesWrapper{background-color:#ededed;display:inline-block;height:100%;min-height:16em;vertical-align:top}.squiz-pb-amazing-scope .VCMP-hoverBtn.Viper-button{box-shadow:0 0 2px rgba(0,0,0,.2);display:none;font-size:3em;margin-left:-.03em;margin-top:-1.4em;min-width:42px;padding:.1em .15em .5em;position:absolute}.squiz-pb-amazing-scope .Viper-browser-msie .VCMP-hoverBtn{min-width:27px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin{-webkit-touch-callout:none;animation:CAP-fade .3s 1;-webkit-animation:CAP-fade .3s 1;-moz-animation:CAP-fade .3s 1;cursor:pointer;font-family:Arial,sans-serif;font-size:11px;font-weight:700;height:0;padding:10px 0;position:absolute;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:after,.squiz-pb-amazing-scope .ViperCursorAssistPlugin:before{border:4px solid transparent;border-width:4px 6px;content:"";height:0;margin-top:-5px;position:absolute;top:50%;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;width:3px;z-index:1001}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:before{border-left-color:#919097;left:-15px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:after{border-right-color:#919097;right:-15px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:hover:before{left:-8px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:hover:after{right:-8px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin-cursorText{background-color:#fff;border-radius:3px;color:#919097;display:inline-block;height:14px;padding:0 .9em 0 17px;position:relative;text-transform:uppercase;top:-8px;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;z-index:1001}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorText{color:#3e3e3e}.squiz-pb-amazing-scope .ViperCursorAssistPlugin-cursorText:after,.squiz-pb-amazing-scope .ViperCursorAssistPlugin-cursorText:before{background-color:#919097;content:"";height:1px;left:5px;margin-top:0;position:absolute;top:50%;width:7px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin-cursorText:after{height:7px;left:8px;margin-top:-3px;width:1px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorText:after,.squiz-pb-amazing-scope .ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorText:before{background-color:#3e3e3e}.squiz-pb-amazing-scope .ViperCursorAssistPlugin-cursorLine{background:#919096 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="6" height="2" viewBox="0 0 6 2"><defs><style>.cls-1 { fill: %23fff; } .cls-2 { fill: %23ccc; fill-rule: evenodd; }<\/style></defs><path class="cls-1" d="M0 0h6v2h-6z"/><path d="M1 0h2c.552 0 1 .448 1 1s-.448 1-1 1h-2c-.552 0-1-.448-1-1s.448-1 1-1z" class="cls-2"/></svg>') 0 0 repeat;height:2px;left:0;margin-top:-2px;position:absolute;top:50%;width:100%}.squiz-pb-amazing-scope .ViperCursorAssistPlugin:hover .ViperCursorAssistPlugin-cursorLine{background-image:none}.squiz-pb-amazing-scope .ViperCursorAssistPlugin.insertBefore{margin-top:-16px}.squiz-pb-amazing-scope .ViperCursorAssistPlugin.insertBetween{margin-top:-10px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes appear-right{0%{transform:translateX(-12px)}to{transform:translateX(0)}}@keyframes appear-left{0%{transform:translateX(12px)}to{transform:translateX(0)}}@keyframes appear-top{0%{transform:translateY(12px)}to{transform:translateY(0)}}@keyframes appear-bottom{0%{transform:translateY(-12px)}to{transform:translateY(0)}}.squiz-pb-amazing-scope .Viper-button{border:1px solid transparent;border-radius:.2em;box-sizing:content-box;cursor:pointer;display:inline-block;font-size:1.5em;line-height:1.8em;margin-left:.3em;min-width:.75em;padding:0 10px;position:relative;text-align:center;transition:opacity .1s ease-out;-webkit-transition:opacity .1s ease-out}.squiz-pb-amazing-scope .Viper-button:first-child{margin-left:0}.squiz-pb-amazing-scope .Viper-button.Viper-disabled{cursor:default;opacity:.3}.squiz-pb-amazing-scope .Viper-button.Viper-hidden{display:none}.squiz-pb-amazing-scope .Viper-buttonGroup{display:inline-block;margin-left:.55em;white-space:nowrap}.squiz-pb-amazing-scope .Viper-buttonGroup.ViperITP-button-hidden{display:none}.squiz-pb-amazing-scope .Viper-buttonGroup:first-child{margin-left:0}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-button{border-radius:0;border-right-width:0;margin:0}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-button:first-child{border-bottom-left-radius:.2em;border-top-left-radius:.2em}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-button:last-child{border-bottom-right-radius:.2em;border-right-width:1px;border-top-right-radius:.2em}.squiz-pb-amazing-scope .Viper-button{background-color:#fff;border-color:#fff;color:#2b2b2b;font-weight:700}.squiz-pb-amazing-scope .Viper-subSection .Viper-button{border-color:#bfbfbf}.squiz-pb-amazing-scope .Viper-button.Viper-active{background-color:#2b7ce0;border-color:#84b3ed;color:#fff}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-button.Viper-active+.Viper-button{border-left-color:#84b3ed}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-button.Viper-active+.Viper-button.Viper-selected.Viper-active{border-left-color:#1a4c8a}.squiz-pb-amazing-scope .Viper-button.Viper-selected{background:#cacaca;border-color:#f8f8f8;color:#2b2b2b}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-button.Viper-selected+.Viper-button{border-left-color:#f8f8f8}.squiz-pb-amazing-scope .Viper-button.Viper-selected.Viper-active{background:#1a4c8a;border-color:#1a4c8a;color:#fff}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-button.Viper-selected.Viper-active+.Viper-button{border-left-color:#1a4c8a}.squiz-pb-amazing-scope .Viper-button.ViperITP-button-hidden{display:none}.squiz-pb-amazing-scope .Viper-button.Viper-delete:hover{background-color:#ff5353;border-color:#ffb9b9}.squiz-pb-amazing-scope .Viper-buttonIcon{background-repeat:no-repeat;height:20px;left:50%;margin-left:-13px;margin-top:-10px;position:absolute;top:50%;width:25px}.squiz-pb-amazing-scope .Viper-buttonGroup .Viper-buttonIcon{margin-left:-12px}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-bold{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik02OC40NzkgMTQ1Ny40NGE0Ljg0NCA0Ljg0NCAwIDAgMSAxLjc3MSAzLjU2IDMgMyAwIDAgMS0zIDMgMi4wODUgMi4wODUgMCAwIDEtLjI1LS4wM3YuMDNoLTZ2LTEyaDZ2LjAzYTIuOTc5IDIuOTc5IDAgMCAxIDEuNDc5IDUuNDFaTTY3IDE0NTQuMTl2LS4xOWgtNHYzaDR2LS4xOWExLjQ2MiAxLjQ2MiAwIDAgMCAwLTIuNjJabTAgNC45MXYtLjFoLTR2M2g0di0uMWExLjQ4IDEuNDggMCAwIDAgMC0yLjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE0NDgpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0iTTEwMi40NzkgMTQ1Ny40NGE0Ljg0MSA0Ljg0MSAwIDAgMSAxLjc3MSAzLjU2IDMgMyAwIDAgMS0zIDMgMi4wODEgMi4wODEgMCAwIDEtLjI1LS4wM3YuMDNoLTZ2LTEyaDZ2LjAzYTIuOTc4IDIuOTc4IDAgMCAxIDEuNDc5IDUuNDFabS0xLjQ3OS0zLjI1di0uMTloLTR2M2g0di0uMTlhMS40NjMgMS40NjMgMCAwIDAgMC0yLjYyWm0wIDQuOTF2LS4xaC00djNoNHYtLjFhMS40OCAxLjQ4IDAgMCAwIDAtMi44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDQ4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-bold,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-bold{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-italic{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGRhdGEtbmFtZT0iSSBjb3B5IiBkPSJtNjQuMDQ1IDE0NzguOTctLjEyNy45Yy4xMjQuMDIuMzE3LjA1LjU3OS4xMXMuMDYzLjEyLjIxNS4xOWEuNi42IDAgMCAxIC4zLjIzLjU2Mi41NjIgMCAwIDEgLjA3Mi4yOSAxLjM3MiAxLjM3MiAwIDAgMS0uMDA5LjE2IDEuNDIzIDEuNDIzIDAgMCAxLS4wMjUuMTVsLTEuOTM1IDguMDlhMS4xNjkgMS4xNjkgMCAwIDEtLjIyOC41IDEuMDIxIDEuMDIxIDAgMCAxLS41LjMyIDIuNjU1IDIuNjU1IDAgMCAxLS42MjYuMTFjLS4yOTMuMDItLjUxOC4wNC0uNjc2LjA1bC0uMTI3LjloNC45NzNsLjEyNy0uOWMtLjE0MS0uMDEtLjM1NS0uMDUtLjY0Mi0uMXMtLjAzNi0uMS0uMTItLjE0YS43LjcgMCAwIDEtLjMtLjI0LjYxLjYxIDAgMCAxLS4wODUtLjMzIDEuMTIgMS4xMiAwIDAgMSAuMDA4LS4xMy42LjYgMCAwIDEgLjAyNi0uMTNsMS45NDEtOC4wOGExLjU3MyAxLjU3MyAwIDAgMSAuMjItLjUuODUyLjg1MiAwIDAgMSAuNTA3LS4zNGMuMTM1LS4wNC4zNDQtLjA4LjYyNi0uMTNzLjUxLS4wNy42ODUtLjA4bC4xMjctLjloLTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE0NzUpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJJIGNvcHkiIGQ9Im05OC4wNDUgMTQ3OC45Ny0uMTI3LjljLjEyNC4wMi4zMTcuMDUuNTc5LjExcy4wNjMuMTIuMjE1LjE5YS42LjYgMCAwIDEgLjMuMjMuNTYyLjU2MiAwIDAgMSAuMDcyLjI5IDEuMzcyIDEuMzcyIDAgMCAxLS4wMDkuMTYgMS40IDEuNCAwIDAgMS0uMDI1LjE1bC0xLjkzNSA4LjA5YTEuMTY5IDEuMTY5IDAgMCAxLS4yMjguNSAxLjAyMSAxLjAyMSAwIDAgMS0uNS4zMiAyLjY1NSAyLjY1NSAwIDAgMS0uNjI2LjExYy0uMjkzLjAyLS41MTguMDQtLjY3Ni4wNWwtLjEyNy45aDQuOTczbC4xMjYtLjljLS4xNDEtLjAxLS4zNTUtLjA1LS42NDItLjFzLS4wMzYtLjEtLjEyLS4xNGEuNy43IDAgMCAxLS4zLS4yNC42MS42MSAwIDAgMS0uMDg1LS4zMyAxLjEyIDEuMTIgMCAwIDEgLjAwOC0uMTMuNi42IDAgMCAxIC4wMjYtLjEzbDEuOTQxLTguMDhhMS41ODIgMS41ODIgMCAwIDEgLjIyLS41Ljg1NS44NTUgMCAwIDEgLjUwNy0uMzRjLjEzNi0uMDQuMzQ0LS4wOC42MjYtLjEzcy41MS0uMDcuNjg1LS4wOGwuMTI2LS45aC01WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDc1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-italic,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-italic{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-mergeUp{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iVXAgYXJyb3ciPjxwYXRoIGRhdGEtbmFtZT0idXAgYXJyb3ciIGQ9Ik02NC4wMDggMTE1LjAxM2gzdi04LjAzNWgzbC00LjUtNi00LjUgNmgzdjguMDM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05OCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNOTcuMDA4IDExNS4wMTNoM3YtOC4wMzVoM2wtNC41LTYtNC41IDZoM3Y4LjAzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeUp,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeUp{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-mergeDown{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iZG93biBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSJ1cCBhcnJvdyIgZD0iTTY0LjAwOCAxMjcuOTg3aDNWMTM2aDNsLTQuNSA1Ljk4Ny00LjUtNS45ODdoM3YtOC4wMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEyNSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNOTguMDA4IDEyNy45ODdoM1YxMzZoM2wtNC41IDUuOTg3LTQuNS01Ljk4N2gzdi04LjAxN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTI1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeDown,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeDown{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-delete{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIERlbGV0ZSIgZD0iTTcwIDE1OXY3YTEuOTEzIDEuOTEzIDAgMCAxLTEuOTY5IDJINjIuOTdhMS44OCAxLjg4IDAgMCAxLTEuOTctMS45MzVWMTU5aC0xdi0yaDIuNXYtMS41YS41LjUgMCAwIDEgLjUtLjVoNWEuNS41IDAgMCAxIC41LjV2MS41SDcxdjJoLTFabS01IDYuNWEuNS41IDAgMCAwIDEgMHYtNWEuNS41IDAgMCAwLTEgMHY1Wm0tMi01djVhLjUuNSAwIDAgMCAxIDB2LTVhLjUuNSAwIDAgMC0xIDBabTQtNC41aC0zYTEuNTQ4IDEuNTQ4IDAgMCAwLS4zNzEgMWgzLjc0M2ExLjU0OCAxLjU0OCAwIDAgMC0uMzcyLTFabTEgNC41YS41LjUgMCAwIDAtMSAwdjVhLjUuNSAwIDAgMCAxIDB2LTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1MikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9Ikljb24gLSBEZWxldGUiIGQ9Ik0xMDQgMTU5djdhMS45MTMgMS45MTMgMCAwIDEtMS45NjkgMkg5Ni45N2ExLjg4IDEuODggMCAwIDEtMS45Ny0xLjkzNVYxNTloLTF2LTJoMi41di0xLjVhLjUuNSAwIDAgMSAuNS0uNWg1YS41LjUgMCAwIDEgLjUuNXYxLjVoMi41djJoLTFabS01IDYuNWEuNS41IDAgMSAwIDEgMHYtNWEuNS41IDAgMSAwLTEgMHY1Wm0tMi01djVhLjUuNSAwIDAgMCAxIDB2LTVhLjUuNSAwIDAgMC0xIDBabTQtNC41aC0zYTEuNTQ4IDEuNTQ4IDAgMCAwLS4zNzEgMWgzLjc0M2ExLjU0OSAxLjU0OSAwIDAgMC0uMzcyLTFabTEgNC41YS41LjUgMCAwIDAtMSAwdjVhLjUuNSAwIDAgMCAxIDB2LTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1MikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-delete,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-delete,.squiz-pb-amazing-scope .Viper-delete:hover .Viper-buttonIcon.Viper-delete{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-addAbove{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIFVwIj48ZyBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNNjYgMTkyLjk2OXYzaC0ydi0zaC0zdi0yaDN2LTNoMnYzaDN2MmgtM1ptLTItN2gtM0w2NC45ODkgMTgwIDY5IDE4NS45NjloLTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE3OSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNMTAwIDE5Mi45Njl2M2gtMnYtM2gtM3YtMmgzdi0zaDJ2M2gzdjJoLTNabS0yLTdoLTNMOTguOTg5IDE4MGw0LjAxMSA1Ljk2OWgtNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTc5KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-addAbove,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addAbove{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-addBelow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIERvd24iPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0idXAgYXJyb3ciIGQ9Ik02NiAyMTdoLTJ2LTNoLTN2LTJoM3YtM2gydjNoM3YyaC0zdjNabS0yIDJoNWwtNC4wMTEgNS45NzJMNjEgMjE5aDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTIwNikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNMTAwIDIxN2gtMnYtM2gtM3YtMmgzdi0zaDJ2M2gzdjJoLTN2M1ptLTIgMmg1bC00LjAxMSA1Ljk3Mkw5NSAyMTloM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMjA2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-addBelow,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addBelow{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-mergeLeft{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGVmdCBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSJ1cCByaWdodCIgZD0iTTcyIDI0NXYtM2gtN3YtM2wtNiA0LjQ2OUw2NSAyNDh2LTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMjMzKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0idXAgcmlnaHQiIGQ9Ik0xMDYgMjQ1di0zaC03di0zbC02IDQuNDY5TDk5IDI0OHYtM2g3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0yMzMpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeLeft,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeLeft{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-mergeRight{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iUmlnaHQgYXJyb3ciPjxwYXRoIGRhdGEtbmFtZT0idXAgcmlnaHQiIGQ9Ik01OSAyNzJ2LTNoN3YtM2w2IDQuNDY5TDY2IDI3NXYtM2gtN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMjYwKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0idXAgcmlnaHQiIGQ9Ik05MyAyNzJ2LTNoN3YtM2w2IDQuNDY5LTYgNC41MzF2LTNoLTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTI2MCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-mergeRight,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-mergeRight{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-splitHoriz{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0ic3BsaXQgaG9yaXoiPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTk4IDI5NWgzdi0yaDJsLTMuNS00LTMuNSA0aDJ2MlptMCA1aDN2MmgybC0zLjUgNC0zLjUtNGgydi0yWm0tNS0ydi0xaDEzdjFIOTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTI4NykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBkYXRhLW5hbWU9Imljb24iIGQ9Ik02NCAyOTVoM3YtMmgybC0zLjUtNC0zLjUgNGgydjJabTAgNWgzdjJoMmwtMy41IDQtMy41LTRoMnYtMlptLTUtMnYtMWgxM3YxSDU5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0yODcpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-splitHoriz,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-splitHoriz{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-splitVert{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0ic3BsaXQgdmVydCI+PHBhdGggZGF0YS1uYW1lPSJpY29uIiBkPSJNNjMgMzI1di0zaC0ydi0ybC00IDMuNSA0IDMuNXYtMmgyWm01IDB2LTNoMnYtMmw0IDMuNS00IDMuNXYtMmgtMlptLTIgNWgtMXYtMTNoMXYxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMzE0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTk3IDMyNXYtM2gtMnYtMmwtNCAzLjUgNCAzLjV2LTJoMlptNSAwdi0zaDJ2LTJsNCAzLjUtNCAzLjV2LTJoLTJabS0yIDVoLTF2LTEzaDF2MTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTMxNCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-splitVert,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-splitVert{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-move{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iYXJyb3cgY29weSA2IiBkPSJNNzQgMzUxLjQ4IDcxIDM1NHYtMmgtNXY1aDJsLTIuNDggMy0yLjUyLTNoMnYtNWgtNXYybC0zLTIuNTIgMy0yLjQ4djJoNXYtNWgtMmwyLjUyLTMgMi40OCAzaC0ydjVoNXYtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMzQxKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iYXJyb3cgY29weSA2IiBkPSJtMTA4IDM1MS40OC0zIDIuNTJ2LTJoLTV2NWgybC0yLjQ4IDMtMi41Mi0zaDJ2LTVoLTV2MmwtMy0yLjUyIDMtMi40OHYyaDV2LTVoLTJsMi41Mi0zIDIuNDggM2gtMnY1aDV2LTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTM0MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-move,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-move{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-addLeft{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIExlZnQiPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0idXAgYXJyb3ciIGQ9Ik03MyAzNzloLTMuMDEydjNINjcuOTh2LTNINjV2LTJoMi45OHYtM2gyLjAwOHYzSDczdjJabS0xMC01djhsLTYtMy45NTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTM2OCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNMTA3IDM3OWgtM3YzaC0ydi0zaC0zdi0yaDN2LTNoMnYzaDN2MlptLTEwLTV2OGwtNi0zLjk1N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMzY4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-addLeft,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addLeft{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-addRight{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iYWRkIFJpZ2h0Ij48ZyBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBkYXRhLW5hbWU9InVwIGFycm93IiBkPSJNNjggNDA5di04bDUuOTQxIDQuMDQzWm0tNSAwaC0ydi0zaC0zdi0yaDN2LTNoMnYzaDN2MmgtM3YzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0zOTUpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJ1cCBhcnJvdyIgZD0iTTEwMiA0MDl2LThsNS45NDEgNC4wNDNabS01IDBoLTJ2LTNoLTN2LTJoM3YtM2gydjNoM3YyaC0zdjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTM5NSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-addRight,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-addRight{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-splitMerge{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAyIiBkPSJNNjAgNDI0aDdhMiAyIDAgMCAxIDIgMnY3YTIgMiAwIDAgMS0yIDJoLTdhMiAyIDAgMCAxLTItMnYtN2EyIDIgMCAwIDEgMi0yWm0wIDFoN2ExIDEgMCAwIDEgMSAxdjdhMSAxIDAgMCAxLTEgMWgtN2ExIDEgMCAwIDEtMS0xdi03YTEgMSAwIDAgMSAxLTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQyMikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IlJvdW5kZWQgUmVjdGFuZ2xlIDIiIGQ9Ik02NCA0MjhoN2EyIDIgMCAwIDEgMiAydjdhMiAyIDAgMCAxLTIgMmgtN2EyIDIgMCAwIDEtMi0ydi03YTIgMiAwIDAgMSAyLTJabTAgMWg3YTEgMSAwIDAgMSAxIDF2N2ExIDEgMCAwIDEtMSAxaC03YTEgMSAwIDAgMS0xLTF2LTdhMSAxIDAgMCAxIDEtMVptMCAxaDN2M2gtM3YtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNDIyKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0iUm91bmRlZCBSZWN0YW5nbGUgMiIgZD0iTTk0IDQyNGg3YTIgMiAwIDAgMSAyIDJ2N2EyIDIgMCAwIDEtMiAyaC03YTIgMiAwIDAgMS0yLTJ2LTdhMiAyIDAgMCAxIDItMlptMCAxaDdhMSAxIDAgMCAxIDEgMXY3YTEgMSAwIDAgMS0xIDFoLTdhMSAxIDAgMCAxLTEtMXYtN2ExIDEgMCAwIDEgMS0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC00MjIpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAyIiBkPSJNOTggNDI4aDdhMiAyIDAgMCAxIDIgMnY3YTIgMiAwIDAgMS0yIDJoLTdhMiAyIDAgMCAxLTItMnYtN2EyIDIgMCAwIDEgMi0yWm0wIDFoN2ExIDEgMCAwIDEgMSAxdjdhMSAxIDAgMCAxLTEgMWgtN2ExIDEgMCAwIDEtMS0xdi03YTEgMSAwIDAgMSAxLTFabTAgMWgzdjNoLTN2LTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQyMikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-splitMerge,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-splitMerge{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-accessAudit{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGQ9Ik02NS41IDQ1MGE5LjUgOS41IDAgMSAxLTkuNSA5LjUgOS41IDkuNSAwIDAgMSA5LjUtOS41Wm0wIDFhOC41IDguNSAwIDEgMS04LjUgOC41IDguNSA4LjUgMCAwIDEgOC41LTguNVptLTEuNSAyLjVhMS41IDEuNSAwIDEgMSAuNDM5IDEuMDU4QTEuNDQxIDEuNDQxIDAgMCAxIDY0IDQ1My41Wm0tMy44IDYuNjIzYS42MzIuNjMyIDAgMCAxIC4wMzktLjkzMWwzLjIzMi0yLjkzOWExLjY0OSAxLjY0OSAwIDAgMSAuNDI1LS4yMTMgMS43ODEgMS43ODEgMCAwIDEgLjUtLjA1OGgyLjE2NWExLjgxOCAxLjgxOCAwIDAgMSAuNS4wNTggMS42NDkgMS42NDkgMCAwIDEgLjQyNS4yMTNjLjEyOS4xLjYuNTQ5IDEuNDExIDEuMjcyczEuNDE5IDEuMjggMS44ODMgMS42NjdhLjYzNS42MzUgMCAwIDEgLjAzOS45MzEuNjE0LjYxNCAwIDAgMS0uOTI4LjA3OGMtLjI1OC0uMjMzLS42MzktLjU4OC0xLjIwNi0xLjA2N3MtLjk5Mi0uODU5LTEuMjc2LTEuMTQzcTAgLjAzOC0uMDU4IDBhMS4yNjkgMS4yNjkgMCAwIDAtLjEzNS0uMDc4LjMuMyAwIDAgMC0uMTE2LS4wMzljLS4wNzcgMC0uMTE2LjA5MS0uMTE2LjI3MnYxLjE0M2E3LjE4MiA3LjE4MiAwIDAgMC0uMDE2IDEuMzM4cS4wMzkuNDI2LjAzOS41bDEuMDYgNC4wMThhLjc4Ny43ODcgMCAwIDEtLjY1Ny45NjkuODE0LjgxNCAwIDAgMS0uOTY3LS42NTkgMjQuNTEyIDI0LjUxMiAwIDAgMC0uNzExLTMuMzM3Ljc0Mi43NDIgMCAwIDAtLjE5My0uNDY2LjMuMyAwIDAgMC0uMTE2LjEuMjQxLjI0MSAwIDAgMC0uMDM5LjEzNi42MzguNjM4IDAgMCAxLS4wMTkuMTU1bC0uMDE5LjA3OGMwIC4wMjUtLjA2NC0uNTg3LS4xOTMuMTYzcy0uMzIgMS4zNjUtLjQ0OSAyLjA4OWwtLjE5MyAxLjA4NWEuOTkyLjk5MiAwIDAgMS0uMzY3LjUyNC44NTEuODUxIDAgMCAxLS42LjEzNS43NzguNzc4IDAgMCAxLS42NTctLjk2OWwxLjA2LTQuMDU3Yy4wNzctLjQ5MS4wMjItMS40Ni4wMjItMi45MDggMC0uMjA2LS4wMzktLjMxLS4xMTYtLjMxYS41NjkuNTY5IDAgMCAwLS4zMDkuMTU1bC0yLjQyIDIuMTcyYS42MS42MSAwIDAgMS0uOTI4LS4wNzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQ0OSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkPSJNOTkuNSA0NTBhOS41IDkuNSAwIDEgMS05LjUgOS41IDkuNSA5LjUgMCAwIDEgOS41LTkuNVptMCAxYTguNSA4LjUgMCAxIDEtOC41IDguNSA4LjUgOC41IDAgMCAxIDguNS04LjVabS0xLjUgMi41YTEuNSAxLjUgMCAxIDEgLjQzOSAxLjA1OEExLjQ0MiAxLjQ0MiAwIDAgMSA5OCA0NTMuNVptLTMuOCA2LjYyM2EuNjMyLjYzMiAwIDAgMSAuMDM5LS45MzFsMy4yMzItMi45MzlhMS42NDkgMS42NDkgMCAwIDEgLjQyNS0uMjEzIDEuNzgxIDEuNzgxIDAgMCAxIC41LS4wNThoMi4xNjVhMS44MjMgMS44MjMgMCAwIDEgLjUuMDU4IDEuNjUxIDEuNjUxIDAgMCAxIC40MjUuMjEzYy4xMjkuMS42LjU0OSAxLjQxMSAxLjI3MnMxLjQxOSAxLjI4IDEuODgzIDEuNjY3YS42MzUuNjM1IDAgMCAxIC4wMzkuOTMxLjYxNC42MTQgMCAwIDEtLjkyOC4wNzhjLS4yNTgtLjIzMy0uNjM5LS41ODgtMS4yMDYtMS4wNjdzLS45OTMtLjg1OS0xLjI3Ni0xLjE0M2MwIC4wMjUtLjAyLjAyNS0uMDU4IDBhMS4yNjQgMS4yNjQgMCAwIDAtLjEzNi0uMDc4LjI5MS4yOTEgMCAwIDAtLjExNi0uMDM5Yy0uMDc3IDAtLjExNi4wOTEtLjExNi4yNzJ2MS4xNDNhNy4yODMgNy4yODMgMCAwIDAtLjAxNiAxLjMzOHEuMDM5LjQyNi4wMzkuNWwxLjA2IDQuMDE4YS43ODcuNzg3IDAgMCAxLS42NTcuOTY5LjgxNC44MTQgMCAwIDEtLjk2Ny0uNjU5IDI0LjUgMjQuNSAwIDAgMC0uNzEtMy4zMzcuNzQyLjc0MiAwIDAgMC0uMTkzLS40NjYuMy4zIDAgMCAwLS4xMTYuMS4yNDEuMjQxIDAgMCAwLS4wMzkuMTM2LjYzOC42MzggMCAwIDEtLjAxOS4xNTVsLS4wMTkuMDc4YzAgLjAyNS0uMDY0LS41ODctLjE5My4xNjNzLS4zMiAxLjM2NS0uNDQ5IDIuMDg5bC0uMTkzIDEuMDg1YS45OTIuOTkyIDAgMCAxLS4zNjcuNTI0Ljg1MS44NTEgMCAwIDEtLjYuMTM1Ljc3OC43NzggMCAwIDEtLjY1Ny0uOTY5bDEuMDYtNC4wNTdjLjA3Ny0uNDkxLjAyMi0xLjQ2LjAyMi0yLjkwOCAwLS4yMDYtLjAzOS0uMzEtLjExNi0uMzFhLjU2OS41NjkgMCAwIDAtLjMwOS4xNTVsLTIuNDIgMi4xNzJhLjYxLjYxIDAgMCAxLS45MjgtLjA3OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNDQ5KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-accessAudit,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-accessAudit{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-headerAbbr{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGQ9Ik02NSA0OTBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm0tMTAuNDc2LTVhOS40NTUgOS40NTUgMCAwIDEgLjQ1LTIuODk1IDIuNSAyLjUgMCAwIDEgMS4yNTgtMS4wNjRsLS42ODMtMS4wODdhNC4xODEgNC4xODEgMCAwIDAtMi4wNjUgMS44NzkgOC4wNzYgOC4wNzYgMCAwIDAtLjUgMy4yNjN2Mi45MTVINjRWNDg1aC0xLjQ4Wm0tNCAwYTkuNDU4IDkuNDU4IDAgMCAxIC40NS0yLjg5NSAyLjUgMi41IDAgMCAxIDEuMjU4LTEuMDY0bC0uNjgzLTEuMDg3YTQuMTggNC4xOCAwIDAgMC0yLjA2NSAxLjg3OSA4LjA3NCA4LjA3NCAwIDAgMC0uNSAzLjI2M3YyLjkxNUg2MFY0ODVoLTEuNDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQ3NikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiIGRhdGEtbmFtZT0iaWNvbiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJxdW90ZXMiIGQ9Ik05OSA0OTBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm00IDBoMnYyaC0ydi0yWm0tMTAuNDc2LTVhOS40NTUgOS40NTUgMCAwIDEgLjQ1LTIuODk1IDIuNSAyLjUgMCAwIDEgMS4yNTgtMS4wNjRsLS42ODMtMS4wODdhNC4xODEgNC4xODEgMCAwIDAtMi4wNjUgMS44NzkgOC4wNzYgOC4wNzYgMCAwIDAtLjUgMy4yNjN2Mi45MTVIOThWNDg1aC0xLjQ4Wm0tNCAwYTkuNDU4IDkuNDU4IDAgMCAxIC40NS0yLjg5NSAyLjUgMi41IDAgMCAxIDEuMjU4LTEuMDY0bC0uNjgzLTEuMDg3YTQuMTggNC4xOCAwIDAgMC0yLjA2NSAxLjg3OSA4LjA3NCA4LjA3NCAwIDAgMC0uNSAzLjI2M3YyLjkxNUg5NFY0ODVoLTEuNDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTQ3NikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-headerAbbr,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-headerAbbr{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-cssClass{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0ibmV3IFBhaW50IERyb3AiPjxwYXRoIGQ9Ik05OC43MjUgNTA1Ljc0NmExLjk0NSAxLjk0NSAwIDAgMCAuMi0uNjQyYy4wMzctLjE4LjExLS4wODcuMTczLS4wMDdsLjA2LjM2OWEzLjU0NyAzLjU0NyAwIDAgMCAuMzY0IDEuMDkuNjc2LjY3NiAwIDAgMCAuMTY0LjM3NCAzLjU4IDMuNTggMCAwIDAgLjQ4NS45MzJsLjI0Mi4zNjVhMy4wMTYgMy4wMTYgMCAwIDAgLjUwNy44MDUuNDU1LjQ1NSAwIDAgMCAuMTk0LjI3M2wuNTUxLjgxMy4yNzYuMzg2YTQuMjUgNC4yNSAwIDAgMCAuNTkzLjg2OGwuMTQ2LjI2Ny41NTYuOTUxLjEuMTg5LjM1OC45Yy4wNS4xNTYuMS4zMTEuMTUyLjQ2N2wuMTU1IDEuMTc3di40NjFhNC41MjMgNC41MjMgMCAwIDEtMi41NDcgMy42MTYgNy4wOTMgNy4wOTMgMCAwIDEtMi4xNDMuNkg5OC44bC0xLjMxNS0uMjEzYS40MDcuNDA3IDAgMCAwLS4zLS4wODlsLTEuMDE1LS40NzktLjMxNi0uMjM2LS42Mi0uNTRhLjYzMi42MzIgMCAwIDAtLjI3My0uMjg0bC0uNTI4LS44MTctLjE0NC0uMzc1LS4yNzQtMS4wODUtLjAxNS0uNDZhNy4xNTMgNy4xNTMgMCAwIDEgLjMtMS41OGwuMjM3LS43YTQ2LjI3NyA0Ni4yNzcgMCAwIDEgMS43Ni0yLjkxOGwuNzIzLTEuMDg0YTEyLjMgMTIuMyAwIDAgMCAxLjUtMi43NjYgMS4zMTUgMS4zMTUgMCAwIDAgLjIwNS0uNjI4Wm0uMzE3IDQuMWEuNzE2LjcxNiAwIDAgMCAuMDUyLS44NjJsLS41Ljg1MmMtLjIzLjI3NS0uNDcxLjU0Ny0uNjg5LjgyN2ExNC4xMTUgMTQuMTE1IDAgMCAwLTEuOTg5IDIuNyAxLjkgMS45IDAgMCAwLS4zNy44MjkgMi45MjIgMi45MjIgMCAwIDAtLjI1MSAxLjgyOCAxLjE3MSAxLjE3MSAwIDAgMCAxLjIxNi45NjIuOTc1Ljk3NSAwIDAgMCAuOTI1LTEuMTIzIDYuNiA2LjYgMCAwIDEgLjM5LTMuMDA5bC4zNDktLjgzN2E5Ljc2IDkuNzYgMCAwIDAgLjg2Ny0yLjE3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01MDMpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJkcm9wbGV0IiBkPSJNNjQuNzI1IDUwNS43NDZhMS45NDUgMS45NDUgMCAwIDAgLjItLjY0MmMuMDM3LS4xOC4xMS0uMDg3LjE3My0uMDA3bC4wNi4zNjlhMy41NDQgMy41NDQgMCAwIDAgLjM2NCAxLjA5LjY3Ni42NzYgMCAwIDAgLjE2NC4zNzQgMy41NzcgMy41NzcgMCAwIDAgLjQ4NS45MzJsLjI0Mi4zNjVhMy4wMjQgMy4wMjQgMCAwIDAgLjUwOC44MDUuNDUyLjQ1MiAwIDAgMCAuMTk0LjI3M2wuNTUxLjgxMy4yNzYuMzg2YTQuMjQ3IDQuMjQ3IDAgMCAwIC41OTMuODY4bC4xNDYuMjY3LjU1Ni45NTEuMS4xODkuMzU3LjkuMTUyLjQ2Ny4xNTUgMS4xNzdjMCAuMTU0IDAgLjMwOC4wMDUuNDYxYTQuNTIyIDQuNTIyIDAgMCAxLTIuNTQ4IDMuNjE2IDcuMDgzIDcuMDgzIDAgMCAxLTIuMTQzLjZINjQuOGwtMS4zMTUtLjIxM2EuNDA3LjQwNyAwIDAgMC0uMy0uMDg5bC0xLjAxNS0uNDc5LS4zMTYtLjIzNi0uNjIxLS41NGEuNjMyLjYzMiAwIDAgMC0uMjczLS4yODRsLS41MjctLjgxNy0uMTQ0LS4zNzUtLjI3NC0xLjA4NS0uMDE1LS40NmE3LjE1MyA3LjE1MyAwIDAgMSAuMy0xLjU4bC4yMzgtLjdhNDYuNzQgNDYuNzQgMCAwIDEgMS43NTktMi45MThsLjcyMy0xLjA4NGExMi4zIDEyLjMgMCAwIDAgMS41LTIuNzY2IDEuMzE1IDEuMzE1IDAgMCAwIC4yMDUtLjYyOFptLjMxNyA0LjFhLjcxNi43MTYgMCAwIDAgLjA1Mi0uODYybC0uNS44NTJjLS4yMy4yNzUtLjQ3LjU0Ny0uNjg4LjgyN2ExNC4xMTUgMTQuMTE1IDAgMCAwLTEuOTg5IDIuNyAxLjkgMS45IDAgMCAwLS4zNy44MjkgMi45MjIgMi45MjIgMCAwIDAtLjI1MSAxLjgyOCAxLjE3MSAxLjE3MSAwIDAgMCAxLjIxNi45NjIuOTc1Ljk3NSAwIDAgMCAuOTI1LTEuMTIzIDYuNiA2LjYgMCAwIDEgLjM5LTMuMDA5bC4zNDktLjgzN2E5Ljc2IDkuNzYgMCAwIDAgLjg2Ni0yLjE3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01MDMpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-cssClass,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-cssClass{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-anchorID{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQW5jaG9yIElEIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGQ9Im03Mi45ODMgNTQyLjIzNi0uMDUzLTIuN2EuNTE1LjUxNSAwIDAgMC0uNDc5LS41MjYgMi45IDIuOSAwIDAgMC0uOS42NWwtMS44MjUgMS41YS42NS42NSAwIDAgMC0uMTA2LjExOS40NzMuNDczIDAgMCAwIC4xNjkuNzM5Ljc4NC43ODQgMCAwIDAgLjE3Ny4xbC4xNjIuODU0QTUuMzQ5IDUuMzQ5IDAgMCAxIDY1Ljk3OSA1NDd2LTEwLjA1OGEyLjU4NiAyLjU4NiAwIDAgMCAxLjk4Ny0yLjZBMi40NTQgMi40NTQgMCAwIDAgNjUuNTM5IDUzMmEyLjU3MyAyLjU3MyAwIDAgMC0yLjU1NCAyLjM0MyAyLjYyNyAyLjYyNyAwIDAgMCAyIDIuNnYxMC4wNzRjLTEuNjc5LS4zMTUtMy4zMzUtMS41MjQtNC4zLTQuMDc1bC4xNTItLjkxOGEuNzc3Ljc3NyAwIDAgMCAuMTc4LS4xYy4yOS0uMjI2LjY2Ny0uMzQzLjQ0OS0uNjQ1YS41NTkuNTU5IDAgMCAwLS4xLS4xMTlsLTIuMDEzLTEuNWEzLjMzMyAzLjMzMyAwIDAgMC0uOTU1LS43MWMtLjMgMC0uMy43MjUtLjM1NiAxLjAyNGwtLjA1NiAyLjQ0OWEuNzI0LjcyNCAwIDAgMC0uMDE1LjE2LjYuNiAwIDAgMCAuNjg3LjU2MS41ODYuNTg2IDAgMCAwIC4xOTMtLjAzbC45MDcuMUM2MC42IDU0NS45IDYyLjY0NiA1NDggNjUuNSA1NDhzNC45LTIuMSA1Ljc0NC00Ljc4N2wuOTA2LS4xNmEuNTYxLjU2MSAwIDAgMCAuMTkzLjAzLjY3MS42NzEgMCAwIDAgLjY1Ny0uNjgzLjcyNi43MjYgMCAwIDAtLjAxNy0uMTY0Wk02NS41IDUzM2ExLjUgMS41IDAgMSAxLTEuNSAxLjUgMS41IDEuNSAwIDAgMSAxLjUtMS41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01MzApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0ibTEwNi45ODMgNTQyLjIzNi0uMDUzLTIuN2EuNTE2LjUxNiAwIDAgMC0uNDc5LS41MjYgMi45MDYgMi45MDYgMCAwIDAtLjkuNjVsLTEuODI0IDEuNWEuNjE2LjYxNiAwIDAgMC0uMTA2LjExOS40NzMuNDczIDAgMCAwIC4xNjkuNzM5Ljc4OC43ODggMCAwIDAgLjE3Ny4xbC4xNjIuODU0YTUuMzQ5IDUuMzQ5IDAgMCAxLTQuMTUgNC4wMjh2LTEwLjA1OGEyLjU4NyAyLjU4NyAwIDAgMCAxLjk4Ny0yLjZBMi40NTQgMi40NTQgMCAwIDAgOTkuNTM5IDUzMmEyLjU3MyAyLjU3MyAwIDAgMC0yLjU1NCAyLjM0MyAyLjYyNyAyLjYyNyAwIDAgMCAyIDIuNnYxMC4wNzRjLTEuNjc5LS4zMTUtMy4zMzUtMS41MjQtNC4zLTQuMDc1bC4xNTItLjkxOGEuNzc4Ljc3OCAwIDAgMCAuMTc4LS4xYy4yOS0uMjI2LjY2Ny0uMzQzLjQ0OS0uNjQ1YS41NTUuNTU1IDAgMCAwLS4xLS4xMTlsLTIuMDEzLTEuNWEzLjMzMyAzLjMzMyAwIDAgMC0uOTU1LS43MWMtLjMgMC0uMy43MjUtLjM1NiAxLjAyNGwtLjA1NiAyLjQ0OWEuNzI0LjcyNCAwIDAgMC0uMDE2LjE2LjYuNiAwIDAgMCAuNjg3LjU2MS41ODUuNTg1IDAgMCAwIC4xOTMtLjAzbC45MDcuMUM5NC42IDU0NS45IDk2LjY0NiA1NDggOTkuNSA1NDhzNC45LTIuMSA1Ljc0NS00Ljc4N2wuOTA2LS4xNmEuNTU4LjU1OCAwIDAgMCAuMTkzLjAzLjY3Mi42NzIgMCAwIDAgLjY1Ni0uNjgzLjcuNyAwIDAgMC0uMDE3LS4xNjRaTTk5LjUgNTMzYTEuNSAxLjUgMCAxIDEtMS41IDEuNSAxLjUgMS41IDAgMCAxIDEuNS0xLjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTUzMCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-anchorID,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-anchorID{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-table{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUiPjxwYXRoIGQ9Ik01NyA1NjBoMTd2MTRINTd2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNTU3KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik05MSA1NjBoMTd2MTRIOTF2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNTU3KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-table,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-table{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-tableRow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUgUk9XIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGQ9Ik01NyA1ODdoMTd2MTRINTd2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNTg0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTU3IDU5MmgxN3Y0SDU3di00Wm0yIDFoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01ODQpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZD0iTTkxIDU4N2gxN3YxNEg5MXYtMTRabTIgMmgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptLTEwIDRoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC01ODQpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkPSJNOTEgNTkyaDE3djRIOTF2LTRabTIgMWgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTU4NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-tableRow,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableRow{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-tableCol{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUgQ09MIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0idGFibGUiIGQ9Ik01NyA2MTRoMTd2MTRINTd2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTYzIDYxNGg1djE0aC01di0xNFptMSAyaDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0idGFibGUiIGQ9Ik05MSA2MTRoMTd2MTRIOTF2LTE0Wm0yIDJoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTk3IDYxNGg1djE0aC01di0xNFptMSAyaDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMlptMCA0aDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjExKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-tableCol,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableCol{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-tableCell{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0idGFibGUgQ0VMTCI+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkPSJNNTcgNjQxaDE3djE0SDU3di0xNFptMiAyaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptLTEwIDRoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm0tMTAgNGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTYzOCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQ7b3BhY2l0eTouMyIvPjxwYXRoIGQ9Ik01NyA2NDVoN3Y2aC03di02Wm0yIDJoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02MzgpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJ0YWJsZSIgZD0iTTkxIDY0MWgxN3YxNEg5MXYtMTRabTIgMmgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabTUgMGgzdjJoLTN2LTJabS0xMCA0aDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptNSAwaDN2MmgtM3YtMlptLTEwIDRoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWm01IDBoM3YyaC0zdi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02MzgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkPSJNOTEgNjQ1aDd2NmgtN3YtNlptMiAyaDN2MmgtM3YtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNjM4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-tableCell,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableCell{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-listUL{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGlzdCAtIFVMIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGQ9Ik03NCA2NzB2MUg2MnYtMWgxMlptMCA1djFINjJ2LTFoMTJabTAgNXYxSDYydi0xaDEyWm0tMTctMTFoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02NjUpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0iTTEwOCA2NzB2MUg5NnYtMWgxMlptMCA1djFIOTZ2LTFoMTJabTAgNXYxSDk2di0xaDEyWm0tMTctMTFoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWm0wIDVoMnYyaC0ydi0yWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02NjUpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-listUL,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listUL{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-listOL{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGlzdCAtIE9MIj48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0iMSAyIDMiIGQ9Ik01OSA2OTl2LTRoLTJ2MWgxdjNoMVptMSA1di0xaC0xbC4yNDMtLjZxLjEzNi0uMTMyLjI2My0uMjY3YTEuOTM1IDEuOTM1IDAgMCAwIC4yMjYtLjI5MSAxLjQwOSAxLjQwOSAwIDAgMCAuMTU1LS4zMzkgMS4zOTMgMS4zOTMgMCAwIDAgLjA1Ni0uNDExIDEuMjg2IDEuMjg2IDAgMCAwLS4xMjEtLjU3NiAxLjE4MiAxLjE4MiAwIDAgMC0uMzI1LS40MDggMS4zNjUgMS4zNjUgMCAwIDAtLjQ2My0uMjQgMS44NTYgMS44NTYgMCAwIDAtLjUzNi0uMDc4IDEuNjI5IDEuNjI5IDAgMCAwLS41NTYuMDk0IDEuNDE1IDEuNDE1IDAgMCAwLS40NjYuMjcyIDEuNDc5IDEuNDc5IDAgMCAwLS4zMzYuNDMxYy0uMDg5LjE2OS0uMTE3LjAzNy0uMTQuMjUzbC44ODIuNDU2YS44MjYuODI2IDAgMCAxIC4xNzgtLjQ2NS41MjIuNTIyIDAgMCAxIC43NDgtLjAzNi41MS41MSAwIDAgMSAuMTM2LjM2OC42ODIuNjgyIDAgMCAxLS4wOS4zNDggMS41NTYgMS41NTYgMCAwIDEtLjIzNy4zMDVMNTcgNzAzdjFoM1ptLjAxIDMuMzkxYS44OC44OCAwIDAgMC0uMTY4LS4yNjMgMS4wNDggMS4wNDggMCAwIDAtLjI1OC0uMiAxLjE1NCAxLjE1NCAwIDAgMC0uMzMtLjEyM3YtLjAxN2EuOTg4Ljk4OCAwIDAgMCAuNTEzLS4zLjc4OS43ODkgMCAwIDAgLjItLjU0OC45LjkgMCAwIDAtLjEyOS0uNDg3IDEuMTE2IDEuMTE2IDAgMCAwLS4zMzgtLjM1MyAxLjUzMSAxLjUzMSAwIDAgMC0uNDc3LS4yIDIuMjc5IDIuMjc5IDAgMCAwLS41NDktLjA2NiAyLjEyIDIuMTIgMCAwIDAtLjUxNi4wNjQgMS43NjEgMS43NjEgMCAwIDAtLjQ2NS4xODcgMS4zOSAxLjM5IDAgMCAwLS4zNjkuMzA4IDEuMjMgMS4yMyAwIDAgMC0uMjM0LjQzMWwuOTM2LjJhLjU0LjU0IDAgMCAxIC4yMDctLjMxNi42MDkuNjA5IDAgMCAxIC4zNzUtLjExOC42NDIuNjQyIDAgMCAxIC4zNzIuMTExLjM2Mi4zNjIgMCAwIDEgLjE2Mi4zMi4zOTQuMzk0IDAgMCAxLS4wNjMuMjMzLjQ0OC40NDggMCAwIDEtLjE2OC4xNDEuNzgzLjc4MyAwIDAgMS0uMjM3LjA3MiAxLjg4OSAxLjg4OSAwIDAgMS0uMjc2LjAxOUg1Ny45di42NzFoLjI3YTIuMDUxIDIuMDUxIDAgMCAxIC4zMTIuMDI1IDEuMDM2IDEuMDM2IDAgMCAxIC4yNzkuMDgzLjUxNS41MTUgMCAwIDEgLjIuMTU2LjQuNCAwIDAgMSAuMDc1LjI0OC40MzUuNDM1IDAgMCAxLS4wNTcuMjMxLjQ3NS40NzUgMCAwIDEtLjE0NC4xNTEuNjA5LjYwOSAwIDAgMS0uMi4wODUuODc4Ljg3OCAwIDAgMS0uMjE5LjAyOC43NDYuNzQ2IDAgMCAxLS40NzQtLjE0Ni42OS42OSAwIDAgMS0uMjQ2LS4zMzhsLS45MzYuMjI1YTEuMjkyIDEuMjkyIDAgMCAwIC4yNTIuNDcxIDEuNDIzIDEuNDIzIDAgMCAwIC4zOTMuMzE5IDEuODcgMS44NyAwIDAgMCAuNS4xODQgMi42MDYgMi42MDYgMCAwIDAgLjU2MS4wNiAyLjI2NSAyLjI2NSAwIDAgMCAuNTc5LS4wNzQgMS42NzcgMS42NzcgMCAwIDAgLjUxMy0uMjI1IDEuMjA4IDEuMjA4IDAgMCAwIC4zNjktLjM4NCAxLjA1IDEuMDUgMCAwIDAgLjE0MS0uNTUyLjgxMS44MTEgMCAwIDAtLjA1OC0uMzEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC02OTIpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZD0iTTc0IDY5N3YxSDYydi0xaDEyWm0wIDV2MUg2MnYtMWgxMlptMCA1djFINjJ2LTFoMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTY5MikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9IjEgMiAzIiBkPSJNOTMgNjk5di00aC0ydjFoMXYzaDFabTEgNXYtMWgtMWwuMjQzLS42cS4xMzYtLjEzMi4yNjMtLjI2N2ExLjkzNSAxLjkzNSAwIDAgMCAuMjI2LS4yOTEgMS40MDkgMS40MDkgMCAwIDAgLjE1NS0uMzM5IDEuMzkzIDEuMzkzIDAgMCAwIC4wNTYtLjQxMSAxLjI4NiAxLjI4NiAwIDAgMC0uMTIxLS41NzYgMS4xODIgMS4xODIgMCAwIDAtLjMyNS0uNDA4IDEuMzY1IDEuMzY1IDAgMCAwLS40NjMtLjI0IDEuODU2IDEuODU2IDAgMCAwLS41MzctLjA3OCAxLjYyOSAxLjYyOSAwIDAgMC0uNTU2LjA5NCAxLjQxNSAxLjQxNSAwIDAgMC0uNDY2LjI3MiAxLjQ3OSAxLjQ3OSAwIDAgMC0uMzM2LjQzMWMtLjA4OC4xNjktLjExNy4wMzctLjE0LjI1M2wuODgyLjQ1NmEuODI2LjgyNiAwIDAgMSAuMTc4LS40NjUuNTIyLjUyMiAwIDAgMSAuNzQ4LS4wMzYuNTEuNTEgMCAwIDEgLjEzNS4zNjguNjgzLjY4MyAwIDAgMS0uMDkuMzQ4IDEuNTU2IDEuNTU2IDAgMCAxLS4yMzcuMzA1TDkxIDcwM3YxaDNabS4wMSAzLjM5MWEuODguODggMCAwIDAtLjE2OC0uMjYzIDEuMDQ5IDEuMDQ5IDAgMCAwLS4yNTgtLjIgMS4xNTQgMS4xNTQgMCAwIDAtLjMzLS4xMjN2LS4wMTdhLjk4OS45ODkgMCAwIDAgLjUxMy0uMy43ODkuNzg5IDAgMCAwIC4yLS41NDguOS45IDAgMCAwLS4xMjktLjQ4NyAxLjExNiAxLjExNiAwIDAgMC0uMzM4LS4zNTMgMS41MzEgMS41MzEgMCAwIDAtLjQ3Ny0uMiAyLjI3OSAyLjI3OSAwIDAgMC0uNTQ5LS4wNjYgMi4xMiAyLjEyIDAgMCAwLS41MTYuMDY0IDEuNzYxIDEuNzYxIDAgMCAwLS40NjUuMTg3IDEuMzkgMS4zOSAwIDAgMC0uMzY5LjMwOCAxLjIyOCAxLjIyOCAwIDAgMC0uMjM0LjQzMWwuOTM2LjJhLjU0LjU0IDAgMCAxIC4yMDctLjMxNi42MDkuNjA5IDAgMCAxIC4zNzUtLjExOC42NDIuNjQyIDAgMCAxIC4zNzIuMTExLjM2Mi4zNjIgMCAwIDEgLjE2Mi4zMi4zOTQuMzk0IDAgMCAxLS4wNjMuMjMzLjQ0OC40NDggMCAwIDEtLjE2OC4xNDEuNzgzLjc4MyAwIDAgMS0uMjM3LjA3MiAxLjg4OSAxLjg4OSAwIDAgMS0uMjc2LjAxOUg5MS45di42NzFoLjI3YTIuMDUyIDIuMDUyIDAgMCAxIC4zMTIuMDI1IDEuMDM2IDEuMDM2IDAgMCAxIC4yNzkuMDgzLjUxNi41MTYgMCAwIDEgLjIuMTU2LjQuNCAwIDAgMSAuMDc1LjI0OC40MzUuNDM1IDAgMCAxLS4wNTcuMjMxLjQ3NS40NzUgMCAwIDEtLjE0NC4xNTEuNjA5LjYwOSAwIDAgMS0uMi4wODUuODc4Ljg3OCAwIDAgMS0uMjE5LjAyOC43NDYuNzQ2IDAgMCAxLS40NzQtLjE0Ni42OS42OSAwIDAgMS0uMjQ2LS4zMzhsLS45MzYuMjI1YTEuMjkyIDEuMjkyIDAgMCAwIC4yNTIuNDcxIDEuNDIzIDEuNDIzIDAgMCAwIC4zOTMuMzE5IDEuODY4IDEuODY4IDAgMCAwIC41LjE4NCAyLjYwNiAyLjYwNiAwIDAgMCAuNTYxLjA2IDIuMjY1IDIuMjY1IDAgMCAwIC41NzktLjA3NCAxLjY3NyAxLjY3NyAwIDAgMCAuNTEzLS4yMjUgMS4yMDggMS4yMDggMCAwIDAgLjM2OS0uMzg0IDEuMDUgMS4wNSAwIDAgMCAuMTQxLS41NTIuODExLjgxMSAwIDAgMC0uMDU4LS4zMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTY5MikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBkPSJNMTA4IDY5N3YxSDk2di0xaDEyWm0wIDV2MUg5NnYtMWgxMlptMCA1djFIOTZ2LTFoMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTY5MikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-listOL,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listOL{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-listIndent{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaW5kZW50IC0tJmd0OyI+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9ImFycm93IiBkPSJNNTYgNzMwdi0zaDIuOTczdi0yTDYzIDcyOC40ODUgNTguOTczIDczMnYtMkg1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzE5KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0ibGluZXMiIGQ9Ik03NSA3MjJ2MUg2NXYtMWgxMFptMCAydjJINjV2LTJoMTBabS01IDN2MmgtNXYtMmg1Wm01IDZ2MUg2NXYtMWgxMFptLTcgMiAuMDEzIDFINjV2LTFoM1ptLTQtMTN2MWgtNHYtMWg0Wm0wIDExdjFoLTR2LTFoNFptMCAydjFoLTR2LTFoNFptNi01djJoLTV2LTJoNVptLTUtMTBoMXYxaC0xdi0xWm0wIDE3aDF2MWgtMXYtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzE5KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi40Ii8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTkwIDczMHYtM2gzdi0ybDQuMDY2IDMuNDg1TDkzIDczMnYtMmgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzE5KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjxwYXRoIGRhdGEtbmFtZT0ibGluZXMiIGQ9Ik0xMDkgNzIydjFIOTl2LTFoMTBabTAgMnYySDk5di0yaDEwWm0tNSAzdjJoLTV2LTJoNVptNSA2djFIOTl2LTFoMTBabS03IDIgLjAxMyAxSDk5di0xaDNabS00LTEzdjFoLTR2LTFoNFptMCAxMXYxaC00di0xaDRabTAgMnYxaC00di0xaDRabTYtNXYyaC01di0yaDVabS01LTEwaDF2MWgtMXYtMVptMCAxN2gxdjFoLTF2LTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTcxOSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouNCIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-listIndent,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listIndent{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-listOutdent{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaW5kZW50ICZsdDstLSI+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9ImFycm93IiBkPSJNNjMgNzU3di0zaC0zdi0ybC00LjA2NiAzLjQ4NUw2MCA3NTl2LTJoM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzQ2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik03NSA3NDl2MUg2NXYtMWgxMFptMCAydjJINjV2LTJoMTBabS01IDN2MmgtNXYtMmg1Wm01IDZ2MUg2NXYtMWgxMFptLTcgMiAuMDEzIDFINjV2LTFoM1ptLTQtMTN2MWgtNHYtMWg0Wm0wIDExdjFoLTR2LTFoNFptMCAydjFoLTR2LTFoNFptNi01djJoLTV2LTJoNVptLTUtMTBoMXYxaC0xdi0xWm0wIDE3aDF2MWgtMXYtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzQ2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi40Ii8+PC9nPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTk3IDc1N3YtM2gtM3YtMmwtNC4wNjYgMy40ODVMOTQgNzU5di0yaDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTc0NikiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBkYXRhLW5hbWU9ImxpbmVzIiBkPSJNMTA5IDc0OXYxSDk5di0xaDEwWm0wIDJ2Mkg5OXYtMmgxMFptLTUgM3YyaC01di0yaDVabTUgNnYxSDk5di0xaDEwWm0tNyAyIC4wMTMgMUg5OXYtMWgzWm0tNC0xM3YxaC00di0xaDRabTAgMTF2MWgtNHYtMWg0Wm0wIDJ2MWgtNHYtMWg0Wm02LTV2MmgtNXYtMmg1Wm0tNS0xMGgxdjFoLTF2LTFabTAgMTdoMXYxaC0xdi0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC03NDYpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjQiLz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-listOutdent,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-listOutdent{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBpbnNlcnQiPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgMTAiIGQ9Im03NC4xMjcgNzgxLjg3Ni01LjI4OSA1LjI4OGEzLjM3MyAzLjM3MyAwIDAgMS00Ljc0NS0uMjc2IDMuNTY3IDMuNTY3IDAgMCAxLS45MjctMy43MjFsMS4yNDIuMTc3YTIuMzI1IDIuMzI1IDAgMCAwIC40OTEgMi43MzIgMi4yMzMgMi4yMzMgMCAwIDAgMy4xNDcuMTgzbDUuMTkxLTUuMmEyLjM3MyAyLjM3MyAwIDAgMC0zLjMzLTMuMzM4bC0xLjMzIDEuMzMyLS43NTUtLjkxNSAxLjI4NC0xLjI4NGEzLjU3NCAzLjU3NCAwIDAgMSA1LjAyMSA1LjAyMlptLTcuNTM0IDEuNzQ5YTIuMzI0IDIuMzI0IDAgMCAwLS40OTEtMi43MzIgMi4yMzMgMi4yMzMgMCAwIDAtMy4xNDctLjE4NGwtNS4xOSA1LjJhMi4zNzQgMi4zNzQgMCAwIDAgMy4zMyAzLjMzOGwxLjMzLTEuMzMyLjc1NS45MTUtMS4yODQgMS4yODRhMy41NzQgMy41NzQgMCAwIDEtNS4wMjEtNS4wMmw1LjI4OS01LjI4OGEzLjM3MyAzLjM3MyAwIDAgMSA0Ljc0NS4yNzYgMy41NjcgMy41NjcgMCAwIDEgLjkyNyAzLjcyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzczKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0iU2hhcGUgMiBjb3B5IDEwIiBkPSJtMTA4LjEyNyA3ODEuODc2LTUuMjg5IDUuMjg4YTMuMzczIDMuMzczIDAgMCAxLTQuNzQ1LS4yNzYgMy41NjcgMy41NjcgMCAwIDEtLjkyNy0zLjcyMWwxLjI0Mi4xNzdhMi4zMjUgMi4zMjUgMCAwIDAgLjQ5MSAyLjczMiAyLjIzMiAyLjIzMiAwIDAgMCAzLjE0Ni4xODNsNS4xOTEtNS4yYTIuMzczIDIuMzczIDAgMCAwLTMuMzMtMy4zMzhsLTEuMzMgMS4zMzItLjc1NS0uOTE1IDEuMjg1LTEuMjg0YTMuNTc0IDMuNTc0IDAgMCAxIDUuMDIxIDUuMDIyWm0tNy41MzQgMS43NDlhMi4zMjQgMi4zMjQgMCAwIDAtLjQ5Mi0yLjczMiAyLjIzMiAyLjIzMiAwIDAgMC0zLjE0Ni0uMTg0bC01LjE5MSA1LjJhMi4zNzQgMi4zNzQgMCAwIDAgMy4zMyAzLjMzOGwxLjMzLTEuMzMyLjc1NS45MTUtMS4yODUgMS4yODRhMy41NzQgMy41NzQgMCAwIDEtNS4wMjEtNS4wMmw1LjI4OS01LjI4OGEzLjM3MyAzLjM3MyAwIDAgMSA0Ljc0NS4yNzYgMy41NjggMy41NjggMCAwIDEgLjkyNyAzLjcyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtNzczKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-link,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-link{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-linkNewWindow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBvcGVuIGluIG5ldyB3aW5kb3ciPjxnIGRhdGEtbmFtZT0iaWNvbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0iTTY4IDgwM2g2djZoLTF2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xWm0tOCA1djZhMSAxIDAgMCAwIDEgMWg4YTEgMSAwIDAgMCAxLTF2LTRoMXY1YTEgMSAwIDAgMS0xIDFINjBhMSAxIDAgMCAxLTEtMXYtOGExIDEgMCAwIDEgMS0xaDd2MWgtNmExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04MDApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTEwNyA4MDl2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xaDZ2NmgtMVptLTEzLTF2NmExIDEgMCAwIDAgMSAxaDhhMSAxIDAgMCAwIDEtMXYtNGgxdjVhMSAxIDAgMCAxLTEgMUg5NGExIDEgMCAwIDEtMS0xdi04YTEgMSAwIDAgMSAxLTFoN3YxaC02YTEgMSAwIDAgMC0xIDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTgwMCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-linkNewWindow,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-linkNewWindow{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-linkRemove{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBicmVhayI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0ibTc0LjEyNyA4MzUuODc2LTIuNzY0IDIuNzYzLS44MjktLjg3MiAyLjctMi43MDZhMi4zNzQgMi4zNzQgMCAwIDAtMy4zMy0zLjMzOGwtMi4zNTEgMi4zNTQtLjg4Ni0uNzg1IDIuNDM3LTIuNDM2YTMuNTc0IDMuNTc0IDAgMCAxIDUuMDIzIDUuMDJabS03LjExIDguMDc0aC0xdi00Ljk2OWgxdjQuOTY5Wk02NCA4MzFoMXY0Ljk2OWgtMVY4MzFabS0yLjE2OCAxMy4yMDhhMy41NzQgMy41NzQgMCAwIDEtNS4wMjEtNS4wMmwyLjctMi43LjgyOS44NzNMNTcuNyA4NDBhMi4zNzMgMi4zNzMgMCAwIDAgMy4zMyAzLjMzOGwyLjU2LTIuNTYzLjgxNC44NTdabS0yLjIxNy0xMC45NDkuNzA3LS43MDcgMyAzLS43MDcuNzA3Wm0xMS43MzQgOC4zODEtLjcwNy43MDctMy0zIC43MDctLjcwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtODI3KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Im0xMDguMTI3IDgzNS44NzYtMi43NjQgMi43NjMtLjgyOS0uODcyIDIuNy0yLjcwNmEyLjM3NCAyLjM3NCAwIDAgMC0zLjMzLTMuMzM4bC0yLjM1MSAyLjM1NC0uODg2LS43ODUgMi40MzctMi40MzZhMy41NzQgMy41NzQgMCAwIDEgNS4wMjMgNS4wMlptLTcuMTEgOC4wNzRoLTF2LTQuOTY5aDF2NC45NjlaTTk4IDgzMWgxdjQuOTY5aC0xVjgzMVptLTIuMTY4IDEzLjIwOGEzLjU3NCAzLjU3NCAwIDAgMS01LjAyMS01LjAybDIuNy0yLjcuODI5Ljg3M0w5MS43IDg0MGEyLjM3NCAyLjM3NCAwIDAgMCAzLjMzIDMuMzM4bDIuNTYtMi41NjMuODE0Ljg1N1ptLTIuMjE3LTEwLjk0OS43MDctLjcwNyAzIDMtLjcwNy43MDdabTExLjczNCA4LjM4MS0uNzA3LjcwNy0zLTMgLjcwNy0uNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04MjcpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-linkRemove,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-linkRemove{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-image{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSW1hZ2UgLSBpbnNlcnQiPjxwYXRoIGQ9Ik05MCA4NTZoMjB2MTZIOTB2LTE2Wm0xIDFoMTh2MTRIOTF2LTE0Wm0xIDEzdi0xMmw0IDggMi00IDQgNiAyLTIgMyA0SDkyWm0xMy0xMWEyIDIgMCAxIDEtMiAyIDIgMiAwIDAgMSAyLTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTg1NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiIGRhdGEtbmFtZT0icGljdHVyZSBpbnZlcnNlIi8+PHBhdGggZD0iTTU2IDg1NmgyMHYxNkg1NnYtMTZabTEgMWgxOHYxNEg1N3YtMTRabTEgMTN2LTEybDQgOCAyLTQgNCA2IDItMiAzIDRINThabTEzLTExYTIgMiAwIDEgMS0yIDIgMiAyIDAgMCAxIDItMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtODU0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-image,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-image{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-crop{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSW1hZ2UgQ3JvcCI+PHBhdGggZD0iTTcwIDE3MDRoLTF2LThoMXY4Wm00IDF2MUg2MXYtMWgxM1ptLTE0LTdoMXY4aC0xdi04Wm0tNC0xdi0xaDEzdjFINTZabTQtNWgxdjNoLTF2LTNabTEwIDE4aC0xdi0zaDF2M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTY5MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDQgMTcwNGgtMXYtOGgxdjhabTQgMXYxSDk1di0xaDEzWm0tMTQtN2gxdjhoLTF2LThabS00LTF2LTFoMTN2MUg5MFptNC01aDF2M2gtMXYtM1ptMTAgMThoLTF2LTNoMXYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjkxKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-crop,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-crop{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-accessRerun{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik0xMDMuMDI1IDg5MnYtLjAzMUgxMDVWODkyaC0xLjk3MlptMS44NzEgMWE1Ljk3MyA1Ljk3MyAwIDAgMS0xMSAyLjA3OEw5MiA4OTYuOTY5di01aDVsLTEuNjA5IDEuNjA5YTMuOTgxIDMuOTgxIDAgMCAwIDcuNDc4LS41NzhoMi4wMzFabS0uMzY1LTIuMDMxaC00bDEuNjA5LTEuNjA5YTMuOTgzIDMuOTgzIDAgMCAwLTcuNS42MzhoLTIuMDExYTUuOTcxIDUuOTcxIDAgMCAxIDExLjAxMS0yLjEzOGwxLjg5MS0xLjg5MXY1aC0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04ODEpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIiBkYXRhLW5hbWU9Ikljb24iLz48ZyBkYXRhLW5hbWU9Ikljb24iPjxwYXRoIGRhdGEtbmFtZT0iUmV2ZXJ0IiBkPSJNNzAuOSA4OTNhNS45NzMgNS45NzMgMCAwIDEtMTEgMi4wNzhsLTEuOSAxLjg5MXYtNWg1bC0xLjYwOSAxLjYwOWEzLjk4MSAzLjk4MSAwIDAgMCA3LjQ3OC0uNTc4SDcwLjlabS0uMzY1LTIuMDMxaC00bDEuNjA5LTEuNjA5YTMuOTgzIDMuOTgzIDAgMCAwLTcuNS42MzhoLTIuMDE1YTUuOTcxIDUuOTcxIDAgMCAxIDExLjAxMS0yLjEzOGwxLjg5MS0xLjg5MXY1aC0xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04ODEpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-accessRerun,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-accessRerun{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-locate{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTG9jYXRlIFBpbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZGF0YS1uYW1lPSJkcm9wbGV0IGNvcHkgNCIgZD0iTTY5Ljc5MSA5MTYuODE2aC4wODRsLS4yLjM4MmE0LjQzMiA0LjQzMiAwIDAgMS0uMjQyLjQ1Nkw2NS41IDkyNS4wN2wtNC4zNzUtOC4yNTRoLjFhNC40NTcgNC40NTcgMCAwIDEtLjIyNS0xLjM0OSA0LjUxMSA0LjUxMSAwIDEgMSA5LjAyMyAwIDQuNDYgNC40NiAwIDAgMS0uMjMyIDEuMzQ5Wk02NS41MTQgOTE0YTEuNTIxIDEuNTIxIDAgMSAwIDEuNTIxIDEuNTIgMS41MiAxLjUyIDAgMCAwLTEuNTIxLTEuNTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTkwOCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImRyb3BsZXQgY29weSA0IiBkPSJNMTAzLjc5MSA5MTYuODE2aC4wODRsLS4yLjM4MmE0LjU1MSA0LjU1MSAwIDAgMS0uMjQzLjQ1OEw5OS41IDkyNS4wN2wtNC4zNzUtOC4yNTRoLjFhNC40NTcgNC40NTcgMCAwIDEtLjIyNS0xLjM0OSA0LjUxMSA0LjUxMSAwIDEgMSA5LjAyMyAwIDQuNDYzIDQuNDYzIDAgMCAxLS4yMzIgMS4zNDlaTTk5LjUxNCA5MTRhMS41MjEgMS41MjEgMCAxIDAgMS41MjEgMS41MiAxLjUyIDEuNTIgMCAwIDAtMS41MjEtMS41MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTA4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-locate,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-locate{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-sourceView{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iU291cmNlIFZpZXciPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iY29kZSBicmFja2V0cyIgZD0ibTczLjcgOTQ1LjQ4Mi01LjY1NyA1LjY1Ny0xLjEyMS0xLjEyMSA0LjU0OS00LjU0OS00LjU0OS00LjU0OSAxLjEyMS0xLjEyMiA1LjY1NyA1LjY1Ny0uMDE0LjAxNFptLTEwLjY4NCA1LjY1Ny01LjY1Ny01LjY1Ny4wMTQtLjAxMy0uMDE0LS4wMTQgNS42NTctNS42NTcgMS4xMjEgMS4xMjItNC41NDkgNC41NDkgNC41NDkgNC41NDlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTkzNSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImNvZGUgYnJhY2tldHMiIGQ9Im0xMDcuNyA5NDUuNDgyLTUuNjU3IDUuNjU3LTEuMTIxLTEuMTIxIDQuNTQ5LTQuNTQ5LTQuNTQ5LTQuNTQ5IDEuMTIxLTEuMTIyIDUuNjU3IDUuNjU3LS4wMTQuMDE0Wm0tMTAuNjg0IDUuNjU3LTUuNjU3LTUuNjU3LjAxNC0uMDEzLS4wMTQtLjAxNCA1LjY1Ny01LjY1NyAxLjEyMSAxLjEyMi00LjU0OSA0LjU0OSA0LjU0OSA0LjU0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTM1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-sourceView,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-sourceView{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-nextIssue{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTmV4dCBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTcwIDk3Mi05IDZ2LTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05NjIpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTEwNCA5NzItOSA2di0xMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtOTYyKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-nextIssue,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-nextIssue{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-prevIssue{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iUHJldiBhcnJvdyI+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTYxIDk5OSA5IDZ2LTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05ODkpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSImZ3Q7Jmd0OyIgZD0ibTk1IDk5OSA5IDZ2LTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC05ODkpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-prevIssue,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-prevIssue{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-justifyLeft{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIExlZnQiPjxwYXRoIGRhdGEtbmFtZT0ianVzdGkiIGQ9Ik01NyAxMDIydi0xaDE3LjAxM3YxSDU3Wm0wIDN2LTFoMTB2MUg1N1ptMCAzdi0xaDE3LjAxM3YxSDU3Wm0wIDN2LTFoOS45OTN2MUg1N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTAxNikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9Imp1c3RpIGNvcHkgMyIgZD0iTTkxIDEwMjJ2LTFoMTcuMDEydjFIOTFabTAgM3YtMWgxMHYxSDkxWm0wIDN2LTFoMTcuMDEydjFIOTFabTAgM3YtMWg5Ljk5M3YxSDkxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMDE2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyLeft,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyLeft{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-justifyRight{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIFJpZ2h0Ij48cGF0aCBkYXRhLW5hbWU9Imp1c3RpIiBkPSJNNzQgMTA0OXYtMUg1Ni45ODh2MUg3NFptMCAzdi0xSDY0djFoMTBabTAgM3YtMUg1Ni45ODh2MUg3NFptMCAzdi0xaC05Ljk5M3YxSDc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMDQzKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0ianVzdGkgY29weSAzIiBkPSJNMTA4IDEwNDl2LTFIOTAuOTg4djFIMTA4Wm0wIDN2LTFIOTh2MWgxMFptMCAzdi0xSDkwLjk4OHYxSDEwOFptMCAzdi0xaC05Ljk5M3YxSDEwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTA0MykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyRight,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyRight{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-justifyCenter{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIENlbnRlciI+PHBhdGggZGF0YS1uYW1lPSJqdXN0aSIgZD0iTTU2Ljk5NCAxMDc2di0xaDE3LjAxOXYxSDU2Ljk5NFptMi4wMDYgMi45N3YtLjk3aDEzLjAxM3YuOTdINTlabS0yLjAwNiAzLjAzdi0xaDE3LjAxOXYxSDU2Ljk5NFptMi4wMDYgMi45N3YtLjk3aDEzLjAxM3YuOTdINTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEwNzApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJqdXN0aSBjb3B5IiBkPSJNOTAuOTk0IDEwNzZ2LTFoMTcuMDE4djFIOTAuOTk0Wm0yLjAwNiAyLjk3di0uOTdoMTMuMDEzdi45N0g5M1ptLTIuMDA2IDMuMDN2LTFoMTcuMDE4djFIOTAuOTk0Wm0yLjAwNiAyLjk3di0uOTdoMTMuMDEzdi45N0g5M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTA3MCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyCenter,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyCenter{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-justifyBlock{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSnVzdGlmeSAtIEJsb2NrIj48cGF0aCBkPSJNNTcgMTExMnYtMWg3djFoLTdabTAtM3YtMWgxN3YxSDU3Wm0wLTN2LTFoMTd2MUg1N1ptMC0zdi0xaDE3djFINTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEwOTcpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJqdXN0aSIgZD0iTTkxIDExMTJ2LTFoN3YxaC03Wm0wLTN2LTFoMTd2MUg5MVptMC0zdi0xaDE3djFIOTFabTAtM3YtMWgxN3YxSDkxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMDk3KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-justifyBlock,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-justifyBlock{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-subscript{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZGF0YS1uYW1lPSJ4IiBkPSJtNjEuNTIgMTEzNy45NiAyLjIzNy0zLjE1LjQ2NS42NyAxLjc0OCAyLjQ4aDEuNzcybC0zLjE2Ny00LjIyIDIuOTQzLTMuNzZoLTEuNzI1bC0xLjQzNSAxLjg4Yy0uMi4yNi0uNDE0LjU1LS42NS44OC0uMTUtLjI0LS4zNDgtLjUzLS41OTMtLjg5bC0xLjMwNy0xLjg3SDYwbDIuODc5IDMuODMtMy4xMTEgNC4xNWgxLjc1MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTEyNCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQ7b3BhY2l0eTouNCIvPjxwYXRoIGRhdGEtbmFtZT0iMiIgZD0iTTcwLjQ1IDExNDAuNmEyLjMyMiAyLjMyMiAwIDAgMSAuMzA5LS40MnEuMTktLjIxLjkwNS0uODdhOS4yIDkuMiAwIDAgMCAuOTg4LTEuMDEgNC4wNzggNC4wNzggMCAwIDAgLjYtMSAyLjcyNCAyLjcyNCAwIDAgMCAuMTkxLTEuMDEgMi4wNjggMi4wNjggMCAwIDAtLjY2Ni0xLjU3IDIuNTU4IDIuNTU4IDAgMCAwLTEuODMyLS42MyAyLjc4NSAyLjc4NSAwIDAgMC0xLjc3Mi41NSAyLjQ0MyAyLjQ0MyAwIDAgMC0uODQzIDEuNzhsMS41LjE2YTEuNDU2IDEuNDU2IDAgMCAxIC4zMjItLjk1IDEgMSAwIDAgMSAuNzUyLS4yOCAxLjAxNSAxLjAxNSAwIDAgMSAuNzQ5LjI3IDEuMDQ0IDEuMDQ0IDAgMCAxIC4yNzEuNzcgMS42ODcgMS42ODcgMCAwIDEtLjMxMi45MyAxMS42NjMgMTEuNjYzIDAgMCAxLTEuMjUxIDEuMjkgMTAuMDQxIDEwLjA0MSAwIDAgMC0xLjcgMS44OCAzLjY4MyAzLjY4MyAwIDAgMC0uNTE2IDEuNTFoNS4yOXYtMS40aC0zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMTI0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48ZyBkYXRhLW5hbWU9Imljb24iPjxwYXRoIGRhdGEtbmFtZT0ieCIgZD0ibTk1LjUxOSAxMTM3Ljk2IDIuMjM3LTMuMTUuNDY1LjY3IDEuNzQ4IDIuNDhoMS43NzJsLTMuMTY4LTQuMjIgMi45NDItMy43NmgtMS43MjJsLTEuNDM1IDEuODhjLS4yLjI2LS40MTQuNTUtLjY1Ljg4LS4xNS0uMjQtLjM0OC0uNTMtLjU5My0uODlsLTEuMzA3LTEuODdIOTRsMi44NzkgMy44My0zLjExMSA0LjE1aDEuNzQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMTI0KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjtvcGFjaXR5Oi40Ii8+PHBhdGggZGF0YS1uYW1lPSIyIiBkPSJNMTA0LjQ1IDExNDAuNmEyLjI1NCAyLjI1NCAwIDAgMSAuMzA5LS40MnEuMTkxLS4yMS45MDUtLjg3YTkuMjQ5IDkuMjQ5IDAgMCAwIC45ODgtMS4wMSA0LjA2NCA0LjA2NCAwIDAgMCAuNi0xIDIuNzI2IDIuNzI2IDAgMCAwIC4xOTEtMS4wMSAyLjA2NyAyLjA2NyAwIDAgMC0uNjY2LTEuNTcgMi41NTkgMi41NTkgMCAwIDAtMS44MzItLjYzIDIuNzgzIDIuNzgzIDAgMCAwLTEuNzcyLjU1IDIuNDQ0IDIuNDQ0IDAgMCAwLS44NDQgMS43OGwxLjUuMTZhMS40NTQgMS40NTQgMCAwIDEgLjMyMy0uOTUgMSAxIDAgMCAxIC43NTItLjI4IDEuMDE2IDEuMDE2IDAgMCAxIC43NDkuMjcgMS4wNDMgMS4wNDMgMCAwIDEgLjI3MS43NyAxLjY5MSAxLjY5MSAwIDAgMS0uMzExLjkzIDExLjcxNiAxMS43MTYgMCAwIDEtMS4yNTIgMS4yOSAxMC4wMjggMTAuMDI4IDAgMCAwLTEuNyAxLjg4IDMuNjczIDMuNjczIDAgMCAwLS41MTYgMS41MWg1LjI5MXYtMS40aC0zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMTI0KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-subscript,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-subscript{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-superscript{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PHBhdGggZD0ibTYxLjUyIDExNjQuOTYgMi4yMzctMy4xNS40NjUuNjcgMS43NDggMi40OGgxLjc3MmwtMy4xNjctNC4yMiAyLjk0My0zLjc2aC0xLjcyNWwtMS40MzUgMS44OGMtLjIuMjYtLjQxNC41NS0uNjUuODgtLjE1LS4yNC0uMzQ4LS41My0uNTkzLS44OWwtMS4zMDctMS44N0g2MGwyLjg3OSAzLjgzLTMuMTExIDQuMTVoMS43NTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTExNTEpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkO29wYWNpdHk6LjQiLz48cGF0aCBkYXRhLW5hbWU9IjIiIGQ9Ik03MC40NSAxMTU5LjZhMi4zMjIgMi4zMjIgMCAwIDEgLjMwOS0uNDJxLjE5LS4yMS45MDUtLjg3YTkuMiA5LjIgMCAwIDAgLjk4OC0xLjAxIDQuMDc4IDQuMDc4IDAgMCAwIC42LTEgMi43MjQgMi43MjQgMCAwIDAgLjE5MS0xLjAxIDIuMDY4IDIuMDY4IDAgMCAwLS42NjYtMS41NyAyLjU1OCAyLjU1OCAwIDAgMC0xLjgzMi0uNjMgMi43ODUgMi43ODUgMCAwIDAtMS43NzIuNTUgMi40NDMgMi40NDMgMCAwIDAtLjg0MyAxLjc4bDEuNS4xNmExLjQ1NiAxLjQ1NiAwIDAgMSAuMzIyLS45NSAxIDEgMCAwIDEgLjc1Mi0uMjggMS4wMTUgMS4wMTUgMCAwIDEgLjc0OS4yNyAxLjA0NCAxLjA0NCAwIDAgMSAuMjcxLjc3IDEuNjg3IDEuNjg3IDAgMCAxLS4zMTIuOTMgMTEuNjYzIDExLjY2MyAwIDAgMS0xLjI1MSAxLjI5IDEwLjA0MSAxMC4wNDEgMCAwIDAtMS43IDEuODggMy42ODMgMy42ODMgMCAwIDAtLjUxNiAxLjUxaDUuMjl2LTEuNGgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE1MSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PGcgZGF0YS1uYW1lPSJpY29uIj48cGF0aCBkYXRhLW5hbWU9IngiIGQ9Im05NS41MTkgMTE2NC45NiAyLjIzNy0zLjE1LjQ2NS42NyAxLjc0OCAyLjQ4aDEuNzcybC0zLjE2OC00LjIyIDIuOTQyLTMuNzZoLTEuNzIybC0xLjQzNSAxLjg4Yy0uMi4yNi0uNDE0LjU1LS42NS44OC0uMTUtLjI0LS4zNDgtLjUzLS41OTMtLjg5bC0xLjMwNy0xLjg3SDk0bDIuODc5IDMuODMtMy4xMTEgNC4xNWgxLjc0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE1MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouNCIvPjxwYXRoIGRhdGEtbmFtZT0iMiIgZD0iTTEwNC40NSAxMTU5LjZhMi4yNTQgMi4yNTQgMCAwIDEgLjMwOS0uNDJxLjE5MS0uMjEuOTA1LS44N2E5LjI0OSA5LjI0OSAwIDAgMCAuOTg4LTEuMDEgNC4wNjQgNC4wNjQgMCAwIDAgLjYtMSAyLjcyNiAyLjcyNiAwIDAgMCAuMTkxLTEuMDEgMi4wNjcgMi4wNjcgMCAwIDAtLjY2Ni0xLjU3IDIuNTU5IDIuNTU5IDAgMCAwLTEuODMyLS42MyAyLjc4MyAyLjc4MyAwIDAgMC0xLjc3Mi41NSAyLjQ0NCAyLjQ0NCAwIDAgMC0uODQ0IDEuNzhsMS41LjE2YTEuNDU0IDEuNDU0IDAgMCAxIC4zMjMtLjk1IDEgMSAwIDAgMSAuNzUyLS4yOCAxLjAxNiAxLjAxNiAwIDAgMSAuNzQ5LjI3IDEuMDQzIDEuMDQzIDAgMCAxIC4yNzEuNzcgMS42OTEgMS42OTEgMCAwIDEtLjMxMS45MyAxMS43MTYgMTEuNzE2IDAgMCAxLTEuMjUyIDEuMjkgMTAuMDI4IDEwLjAyOCAwIDAgMC0xLjcgMS44OCAzLjY3MyAzLjY3MyAwIDAgMC0uNTE2IDEuNTFoNS4yOTF2LTEuNGgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE1MSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-superscript,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-superscript{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-strikethrough{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iaWNvbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZGF0YS1uYW1lPSJiYXIiIGQ9Ik02NC45NzYgMTE4Ni4zYTE1LjIgMTUuMiAwIDAgMSAyLjIzMi43SDczdjFoLTQuM2EzLjU2OCAzLjU2OCAwIDAgMSAuMzk0LjQ1IDMuMzA4IDMuMzA4IDAgMCAxIC40ODkgMS43OSAzLjY1MiAzLjY1MiAwIDAgMS0yLjA3OSAzLjI5IDUuMDU2IDUuMDU2IDAgMCAxLTIuMjY0LjQ5IDYuMzkgNi4zOSAwIDAgMS0yLjY3Mi0uNSAzLjc4OCAzLjc4OCAwIDAgMS0xLjY5MS0xLjUgNC40NzggNC40NzggMCAwIDEtLjY0NS0yLjI3bDEuNDY2LS4xM2EzLjY2NCAzLjY2NCAwIDAgMCAuNDg1IDEuNTUgMi43MTMgMi43MTMgMCAwIDAgMS4xODIuOTggNC4yIDQuMiAwIDAgMCAxLjguMzcgNC4wNDMgNC4wNDMgMCAwIDAgMS41NzEtLjI4IDIuMiAyLjIgMCAwIDAgMS4wMTQtLjc4IDEuOSAxLjkgMCAwIDAgLjMzMy0xLjA4IDEuNzU1IDEuNzU1IDAgMCAwLS4zMjEtMS4wNCA2LjcxOSA2LjcxOSAwIDAgMC0xLjgxMy0uOCAxMi4xMyAxMi4xMyAwIDAgMC0xLjMzNy0uMzQgOC45MiA4LjkyIDAgMCAxLS43MzYtLjJINTZ2LTFoNS44NjhhNC43IDQuNyAwIDAgMS0uNzc4LS45OCAzLjAxNSAzLjAxNSAwIDAgMS0uNDEzLTEuNTcgMy4zNjYgMy4zNjYgMCAwIDEgLjUtMS43OCAzLjEgMy4xIDAgMCAxIDEuNDc0LTEuMjYgNS4yMDYgNS4yMDYgMCAwIDEgMi4xNTYtLjQzIDUuNTUzIDUuNTUzIDAgMCAxIDIuMy40NSAzLjM0OSAzLjM0OSAwIDAgMSAxLjUzNSAxLjMzIDQuMDEzIDQuMDEzIDAgMCAxIC41NzcgMS45OWwtMS40OS4xMmEyLjY2NCAyLjY2NCAwIDAgMC0uODEzLTEuODEgMyAzIDAgMCAwLTIuMDQ3LS42MSAzLjExOSAzLjExOSAwIDAgMC0yLjA1NS41NSAxLjcxMyAxLjcxMyAwIDAgMC0uNjQ1IDEuMzQgMS40ODggMS40ODggMCAwIDAgLjQ1NyAxLjEyIDYuMyA2LjMgMCAwIDAgMi4zNS44NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTE3OCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImJhciIgZD0iTTk4Ljk3NiAxMTg2LjNhMTUuMjA5IDE1LjIwOSAwIDAgMSAyLjIzMy43SDEwN3YxaC00LjNhMy41NDYgMy41NDYgMCAwIDEgLjM5NC40NSAzLjMwNyAzLjMwNyAwIDAgMSAuNDg5IDEuNzkgMy42NTMgMy42NTMgMCAwIDEtMi4wNzkgMy4yOSA1LjA2MSA1LjA2MSAwIDAgMS0yLjI2NC40OSA2LjM5IDYuMzkgMCAwIDEtMi42NzItLjUgMy43ODggMy43ODggMCAwIDEtMS42OTEtMS41IDQuNDc4IDQuNDc4IDAgMCAxLS42NDUtMi4yN2wxLjQ2Ni0uMTNhMy42NjUgMy42NjUgMCAwIDAgLjQ4NSAxLjU1IDIuNzE0IDIuNzE0IDAgMCAwIDEuMTgyLjk4IDQuMiA0LjIgMCAwIDAgMS44LjM3IDQuMDQxIDQuMDQxIDAgMCAwIDEuNTctLjI4IDIuMiAyLjIgMCAwIDAgMS4wMTQtLjc4IDEuOSAxLjkgMCAwIDAgLjMzMi0xLjA4IDEuNzUxIDEuNzUxIDAgMCAwLS4zMi0xLjA0IDYuNzIgNi43MiAwIDAgMC0xLjgxMy0uOCAxMi4xMzEgMTIuMTMxIDAgMCAwLTEuMzM2LS4zNCA4LjgxMiA4LjgxMiAwIDAgMS0uNzM2LS4ySDkwdi0xaDUuODY4YTQuNzA2IDQuNzA2IDAgMCAxLS43NzgtLjk4IDMuMDE1IDMuMDE1IDAgMCAxLS40MTMtMS41NyAzLjM2NiAzLjM2NiAwIDAgMSAuNS0xLjc4IDMuMSAzLjEgMCAwIDEgMS40NzQtMS4yNiA1LjIwNiA1LjIwNiAwIDAgMSAyLjE1Ni0uNDMgNS41NTMgNS41NTMgMCAwIDEgMi4zLjQ1IDMuMzQ4IDMuMzQ4IDAgMCAxIDEuNTM0IDEuMzMgNCA0IDAgMCAxIC41NzcgMS45OWwtMS40OS4xMmEyLjY2NCAyLjY2NCAwIDAgMC0uODEzLTEuODEgMyAzIDAgMCAwLTIuMDQ4LS42MSAzLjExOSAzLjExOSAwIDAgMC0yLjA1NS41NSAxLjcxMyAxLjcxMyAwIDAgMC0uNjQ1IDEuMzQgMS40ODggMS40ODggMCAwIDAgLjQ1NyAxLjEyIDYuMyA2LjMgMCAwIDAgMi4zNTIuODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTExNzgpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-strikethrough,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-strikethrough{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-removeFormat{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iUmVtb3ZlIFN0eWxlcyI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0ibTc0LjYgMTIwNy42OC00LjQ3OCAzLjY1YS45NS45NSAwIDAgMS0uNDE1LjE4QTEuMzY5IDEuMzY5IDAgMCAxIDcwIDEyMTNjLS41ODYgMS4wMi0yLjYzMS4wOC0yIDEwLTUuMzE5LS45OS0xMC40MTgtMi43NS0xMC0xMCA0LjM5LS4zIDYuOC0zLjAyIDktM2EyLjgxOSAyLjgxOSAwIDAgMSAxLjU4OS41Mi45NzguOTc4IDAgMCAxIC4zNS0uNzJsNC40NzgtMy42NGEuOTMuOTMgMCAwIDEgMS4zMzUuMTUuOTkzLjk5MyAwIDAgMS0uMTUyIDEuMzdabS04LjkgNC43NWMtMy4yNDkuMi0yLjQ0NyAxLjM3LTUuNyAxLjU3YTMuMTggMy4xOCAwIDAgMC0uMTggMi42N2wzLjM1OS0xLjY2LTIuMTg1IDMuNDRhOC4wMDkgOC4wMDkgMCAwIDAgMS43MzggMS4zbDIuMjI5LTMuMzktLjc2NyA0LjFBMTAuMzQ2IDEwLjM0NiAwIDAgMCA2NiAxMjIxYy41ODUtMy4xMy0uMzYzLTQuNzQgMS40NzgtNy4yMmE0LjUxMyA0LjUxMyAwIDAgMC0xLjc3OC0xLjM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjA1KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Im0xMDguNiAxMjA3LjY4LTQuNDc4IDMuNjVhLjk1OC45NTggMCAwIDEtLjQxNS4xOCAxLjM2OSAxLjM2OSAwIDAgMSAuMyAxLjQ5Yy0uNTg2IDEuMDItMi42MzEuMDgtMiAxMC01LjMxOS0uOTktMTAuNDE4LTIuNzUtMTAtMTAgNC4zOS0uMyA2LjgtMy4wMiA5LTNhMi44MTggMi44MTggMCAwIDEgMS41ODkuNTIuOTguOTggMCAwIDEgLjM1MS0uNzJsNC40NzgtMy42NGEuOTMuOTMgMCAwIDEgMS4zMzUuMTUuOTkzLjk5MyAwIDAgMS0uMTYgMS4zN1ptLTguOSA0Ljc1Yy0zLjI0OS4yLTIuNDQ3IDEuMzctNS43IDEuNTdhMy4xOCAzLjE4IDAgMCAwLS4xOCAyLjY3bDMuMzU5LTEuNjYtMi4xODUgMy40NGE4LjAwOSA4LjAwOSAwIDAgMCAxLjczOCAxLjNsMi4yMjktMy4zOS0uNzY3IDQuMWExMC4zNDYgMTAuMzQ2IDAgMCAwIDEuODA2LjU0Yy41ODUtMy4xMy0uMzYzLTQuNzQgMS40NzgtNy4yMmE0LjUxNiA0LjUxNiAwIDAgMC0xLjc3OC0xLjM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjA1KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-removeFormat,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-removeFormat{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-historyUndo{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIFJldmVydCIgZD0iTTEwMCAxMjQ4YTYuNTcgNi41NyAwIDAgMS0xLS4xdi0yLjA0YTQuMTE4IDQuMTE4IDAgMCAwIDEgLjE0IDQgNCAwIDEgMC0zLjY0LTUuNjRMOTggMTI0MmgtNXYtNWwxLjg5MSAxLjg5QTUuOTkyIDUuOTkyIDAgMSAxIDEwMCAxMjQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjMyKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIFJldmVydCIgZD0iTTY2IDEyNDhhNi41NyA2LjU3IDAgMCAxLTEtLjF2LTIuMDRhNC4xMTcgNC4xMTcgMCAwIDAgMSAuMTQgNCA0IDAgMSAwLTMuNjQtNS42NEw2NCAxMjQyaC01di01bDEuODkxIDEuODlBNS45OTIgNS45OTIgMCAxIDEgNjYgMTI0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTIzMikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-historyUndo,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-historyUndo{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-historyRedo{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iSWNvbiAtIFJldmVydCIgZD0iTTEwMyAxMjY5aC0ybDEuNjQtMS42NEE0IDQgMCAxIDAgOTkgMTI3M2E0LjExOCA0LjExOCAwIDAgMCAxLS4xNHYyLjA0YTYuNTcgNi41NyAwIDAgMS0xIC4xIDYgNiAwIDEgMSA1LjEwOS05LjExTDEwNiAxMjY0djVoLTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEyNTkpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJJY29uIC0gUmV2ZXJ0IiBkPSJNNjkgMTI2OWgtMmwxLjY0LTEuNjRBNCA0IDAgMSAwIDY1IDEyNzNhNC4xMTggNC4xMTggMCAwIDAgMS0uMTR2Mi4wNGE2LjU3MSA2LjU3MSAwIDAgMS0xIC4xIDYgNiAwIDEgMSA1LjEwOS05LjExTDcyIDEyNjR2NWgtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTI1OSkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-historyRedo,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-historyRedo{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-accessSettings{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTcyLjg5MSAxMjk0LjM1YTcuNDgyIDcuNDgyIDAgMCAxIC4xMTIgMS4xMSA3LjQgNy40IDAgMCAxLS4xMTUgMS4xNGwtMS45OTIuMTdhNS40NDQgNS40NDQgMCAwIDEtLjY2NSAxLjU5bDEuMjkxIDEuNTRhNy43NDggNy43NDggMCAwIDEtMS41OTMgMS41OWwtMS41MzItMS4zYTUuNTQxIDUuNTQxIDAgMCAxLTEuNTg5LjY3bC0uMTY5IDEuOThhNS44MTkgNS44MTkgMCAwIDEtMi4yNTIgMGwtLjE2OC0xLjk3YTUuNiA1LjYgMCAwIDEtMS42LS42N2wtMS41MjEgMS4yOWE3Ljc0NSA3Ljc0NSAwIDAgMS0xLjU5My0xLjU5bDEuMjc1LTEuNTJhNS40NjIgNS40NjIgMCAwIDEtLjY3Ni0xLjYxbC0xLjk2NC0uMTdhNy40IDcuNCAwIDAgMS0uMTE1LTEuMTQgNy40ODIgNy40ODIgMCAwIDEgLjExMi0xLjExbDEuOTU2LS4xNmE1LjUgNS41IDAgMCAxIC42NzYtMS42M2wtMS4yNzUtMS41MWE3LjQ4OSA3LjQ4OSAwIDAgMSAxLjU4OC0xLjU5bDEuNTEzIDEuMjdhNS40NiA1LjQ2IDAgMCAxIDEuNjI4LS42N2wuMTY4LTEuOTdhNS43OTUgNS43OTUgMCAwIDEgMi4yNDcgMGwuMTY4IDEuOTdhNS40MiA1LjQyIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40ODkgNy40ODkgMCAwIDEgMS41ODggMS41OWwtMS4yOTEgMS41M2E1LjUzNyA1LjUzNyAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NyAzLjU3NyAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTEwNi44OTEgMTI5NC4zNWE1LjY1NiA1LjY1NiAwIDAgMSAwIDIuMjVsLTEuOTkzLjE3YTUuNDM1IDUuNDM1IDAgMCAxLS42NjQgMS41OWwxLjI5MSAxLjU0YTcuNzQ1IDcuNzQ1IDAgMCAxLTEuNTkzIDEuNTlsLTEuNTMyLTEuM2E1LjUzMyA1LjUzMyAwIDAgMS0xLjU4OC42N2wtLjE2OSAxLjk4YTUuODIxIDUuODIxIDAgMCAxLTIuMjUzIDBsLS4xNjgtMS45N2E1LjYgNS42IDAgMCAxLTEuNi0uNjdsLTEuNTIxIDEuMjlhNy43NDggNy43NDggMCAwIDEtMS41OTMtMS41OWwxLjI3NS0xLjUyYTUuNDYyIDUuNDYyIDAgMCAxLS42NzYtMS42MWwtMS45NjQtLjE3YTcuNCA3LjQgMCAwIDEtLjExNS0xLjE0IDcuNDgyIDcuNDgyIDAgMCAxIC4xMTItMS4xMWwxLjk1Ni0uMTZhNS41IDUuNSAwIDAgMSAuNjc2LTEuNjNsLTEuMjc1LTEuNTFhNy40ODkgNy40ODkgMCAwIDEgMS41ODgtMS41OWwxLjUxMyAxLjI3YTUuNDYgNS40NiAwIDAgMSAxLjYyOC0uNjdsLjE2OC0xLjk3YTUuNzk0IDUuNzk0IDAgMCAxIDIuMjQ3IDBsLjE2OSAxLjk3YTUuNDMzIDUuNDMzIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40NzcgNy40NzcgMCAwIDEgMS41ODcgMS41OWwtMS4yOTEgMS41M2E1LjU1NCA1LjU1NCAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NiAzLjU3NiAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-accessSettings,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-accessSettings{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-tableSettings{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTcyLjg5MSAxMjk0LjM1YTcuNDgyIDcuNDgyIDAgMCAxIC4xMTIgMS4xMSA3LjQgNy40IDAgMCAxLS4xMTUgMS4xNGwtMS45OTIuMTdhNS40NDQgNS40NDQgMCAwIDEtLjY2NSAxLjU5bDEuMjkxIDEuNTRhNy43NDggNy43NDggMCAwIDEtMS41OTMgMS41OWwtMS41MzItMS4zYTUuNTQxIDUuNTQxIDAgMCAxLTEuNTg5LjY3bC0uMTY5IDEuOThhNS44MTkgNS44MTkgMCAwIDEtMi4yNTIgMGwtLjE2OC0xLjk3YTUuNiA1LjYgMCAwIDEtMS42LS42N2wtMS41MjEgMS4yOWE3Ljc0NSA3Ljc0NSAwIDAgMS0xLjU5My0xLjU5bDEuMjc1LTEuNTJhNS40NjIgNS40NjIgMCAwIDEtLjY3Ni0xLjYxbC0xLjk2NC0uMTdhNy40IDcuNCAwIDAgMS0uMTE1LTEuMTQgNy40ODIgNy40ODIgMCAwIDEgLjExMi0xLjExbDEuOTU2LS4xNmE1LjUgNS41IDAgMCAxIC42NzYtMS42M2wtMS4yNzUtMS41MWE3LjQ4OSA3LjQ4OSAwIDAgMSAxLjU4OC0xLjU5bDEuNTEzIDEuMjdhNS40NiA1LjQ2IDAgMCAxIDEuNjI4LS42N2wuMTY4LTEuOTdhNS43OTUgNS43OTUgMCAwIDEgMi4yNDcgMGwuMTY4IDEuOTdhNS40MiA1LjQyIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40ODkgNy40ODkgMCAwIDEgMS41ODggMS41OWwtMS4yOTEgMS41M2E1LjUzNyA1LjUzNyAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NyAzLjU3NyAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iaWNvbiIgZD0iTTEwNi44OTEgMTI5NC4zNWE1LjY1NiA1LjY1NiAwIDAgMSAwIDIuMjVsLTEuOTkzLjE3YTUuNDM1IDUuNDM1IDAgMCAxLS42NjQgMS41OWwxLjI5MSAxLjU0YTcuNzQ1IDcuNzQ1IDAgMCAxLTEuNTkzIDEuNTlsLTEuNTMyLTEuM2E1LjUzMyA1LjUzMyAwIDAgMS0xLjU4OC42N2wtLjE2OSAxLjk4YTUuODIxIDUuODIxIDAgMCAxLTIuMjUzIDBsLS4xNjgtMS45N2E1LjYgNS42IDAgMCAxLTEuNi0uNjdsLTEuNTIxIDEuMjlhNy43NDggNy43NDggMCAwIDEtMS41OTMtMS41OWwxLjI3NS0xLjUyYTUuNDYyIDUuNDYyIDAgMCAxLS42NzYtMS42MWwtMS45NjQtLjE3YTcuNCA3LjQgMCAwIDEtLjExNS0xLjE0IDcuNDgyIDcuNDgyIDAgMCAxIC4xMTItMS4xMWwxLjk1Ni0uMTZhNS41IDUuNSAwIDAgMSAuNjc2LTEuNjNsLTEuMjc1LTEuNTFhNy40ODkgNy40ODkgMCAwIDEgMS41ODgtMS41OWwxLjUxMyAxLjI3YTUuNDYgNS40NiAwIDAgMSAxLjYyOC0uNjdsLjE2OC0xLjk3YTUuNzk0IDUuNzk0IDAgMCAxIDIuMjQ3IDBsLjE2OSAxLjk3YTUuNDMzIDUuNDMzIDAgMCAxIDEuNjE3LjY4bDEuNTIzLTEuMjhhNy40NzcgNy40NzcgMCAwIDEgMS41ODcgMS41OWwtMS4yOTEgMS41M2E1LjU1NCA1LjU1NCAwIDAgMSAuNjY0IDEuNlptLTcuMzc4LTIuNDVhMy41NzUgMy41NzUgMCAxIDAgMy41NzcgMy41OCAzLjU3NiAzLjU3NiAwIDAgMC0zLjU3Ny0zLjU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMjg2KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-tableSettings,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-tableSettings{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-target{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03MS45NTIgMTMyNGE2LjQ2OSA2LjQ2OSAwIDAgMS01Ljk1MiA1Ljk1djIuMDVoLTF2LTIuMDVhNi40NjkgNi40NjkgMCAwIDEtNS45NTItNS45NUg1N3YtMWgyLjA0OGE2LjQ2OSA2LjQ2OSAwIDAgMSA1Ljk1Mi01Ljk1VjEzMTVoMXYyLjA1YTYuNDY5IDYuNDY5IDAgMCAxIDUuOTUyIDUuOTVINzR2MWgtMi4wNDhaTTY2IDEzMTguMjN2Mi43N2gtMXYtMi43N2E1LjI5MyA1LjI5MyAwIDAgMC00Ljc3NyA0Ljc3SDYzdjFoLTIuNzc3YTUuMjk0IDUuMjk0IDAgMCAwIDQuNzc3IDQuNzdWMTMyNmgxdjIuNzdhNS4yOTQgNS4yOTQgMCAwIDAgNC43NzctNC43N0g2OHYtMWgyLjc3N2E1LjI5MyA1LjI5MyAwIDAgMC00Ljc3Ny00Ljc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMzEzKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDUuOTUyIDEzMjRhNi40NyA2LjQ3IDAgMCAxLTUuOTUyIDUuOTV2Mi4wNWgtMXYtMi4wNWE2LjQ2OSA2LjQ2OSAwIDAgMS01Ljk1Mi01Ljk1SDkxdi0xaDIuMDQ4YTYuNDY5IDYuNDY5IDAgMCAxIDUuOTUyLTUuOTVWMTMxNWgxdjIuMDVhNi40NyA2LjQ3IDAgMCAxIDUuOTUyIDUuOTVIMTA4djFoLTIuMDQ4Wm0tNS45NTItNS43N3YyLjc3aC0xdi0yLjc3YTUuMjkzIDUuMjkzIDAgMCAwLTQuNzc3IDQuNzdIOTd2MWgtMi43NzdhNS4yOTQgNS4yOTQgMCAwIDAgNC43NzcgNC43N1YxMzI2aDF2Mi43N2E1LjI5MyA1LjI5MyAwIDAgMCA0Ljc3Ny00Ljc3SDEwMnYtMWgyLjc3N2E1LjI5MyA1LjI5MyAwIDAgMC00Ljc3Ny00Ljc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMzEzKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-target,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-target{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-insertHr{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSWNvbiI+PHBhdGggc3R5bGU9ImZpbGw6IzJiMmIyYiIgZD0iTTQgMTI1MWgxN3YySDR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xMjQyKSIvPjxwYXRoIGQ9Ik01OSAxMzQ4di0xaDEzdjFINTlabTAtMnYtMWgxM3YxSDU5Wm0wLTJ2LTFoMTN2MUg1OVptMCAxM3YtMWgxM3YxSDU5Wm0wLTJ2LTFoMTN2MUg1OVptMC0ydi0xaDEzdjFINTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEzNDApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkO29wYWNpdHk6LjMiLz48L2c+PGcgZGF0YS1uYW1lPSJJY29uIj48cGF0aCBkYXRhLW5hbWU9ImJhciIgc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTM4IDEyNTFoMTd2MkgzOHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEyNDIpIi8+PHBhdGggZD0iTTkzIDEzNDh2LTFoMTN2MUg5M1ptMC0ydi0xaDEzdjFIOTNabTAtMnYtMWgxM3YxSDkzWm0wIDEzdi0xaDEzdjFIOTNabTAtMnYtMWgxM3YxSDkzWm0wLTJ2LTFoMTN2MUg5M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTM0MCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouMyIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-insertHr,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-insertHr{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-charMap{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ2hhciBNYXAiPjxwYXRoIGQ9Ik02OC42NTEgMTM4My44MWgxLjg3NGE0LjA0MSA0LjA0MSAwIDAgMS0uNDU0LTEuMjcgMjUuNTQ1IDI1LjU0NSAwIDAgMS0uMTE1LTMuMTd2LTIuMzlhMTAuMiAxMC4yIDAgMCAwLS4wOS0xLjY2IDIuNTA2IDIuNTA2IDAgMCAwLTEuOC0yLjAyIDYuNDIyIDYuNDIyIDAgMCAwLTIuMi0uMzIgNy4zMDcgNy4zMDcgMCAwIDAtMi40LjM3IDMuNDc2IDMuNDc2IDAgMCAwLTEuNTg1IDEuMDcgNC4zNDQgNC4zNDQgMCAwIDAtLjc4OCAxLjgybDEuNzU1LjI0YTIuNzI3IDIuNzI3IDAgMCAxIC44OTItMS41NyAzLjEzOSAzLjEzOSAwIDAgMSAxLjg2OS0uNDQgMy4wMzEgMy4wMzEgMCAwIDEgMi4wNDQuNiAyIDIgMCAwIDEgLjUwOCAxLjU1YzAgLjA3IDAgLjIyLS4wMS40N2ExNi44NzcgMTYuODc3IDAgMCAxLTMuMi42MiAxMC42OCAxMC42OCAwIDAgMC0xLjU5NS4yNyA0LjI1MiA0LjI1MiAwIDAgMC0xLjI5MS41OCAyLjk1IDIuOTUgMCAwIDAtLjkyNyAxLjA0IDIuODY2IDIuODY2IDAgMCAwLS4zNTQgMS40MiAyLjc5IDIuNzkgMCAwIDAgLjkzNyAyLjE3IDMuODQyIDMuODQyIDAgMCAwIDIuNjgyLjg2IDUuNiA1LjYgMCAwIDAgMS45NzktLjM1IDYuNTM2IDYuNTM2IDAgMCAwIDEuOTE5LTEuMiAzLjggMy44IDAgMCAwIC4zNTkgMS4zMVptLS41MDgtNC42NmE0LjM4MiA0LjM4MiAwIDAgMS0uMjg5IDEuOCAyLjggMi44IDAgMCAxLTEuMTg2IDEuMjQgMy43MjQgMy43MjQgMCAwIDEtMS44NDQuNDUgMi4zMzMgMi4zMzMgMCAwIDEtMS41OS0uNDggMS41MjkgMS41MjkgMCAwIDEtLjU0My0xLjE5IDEuNTQ4IDEuNTQ4IDAgMCAxIC4yNDktLjg2IDEuNTcyIDEuNTcyIDAgMCAxIC43MDgtLjU4IDcuMTMzIDcuMTMzIDAgMCAxIDEuNTY1LS4zNiAxMi41OTQgMTIuNTk0IDAgMCAwIDIuOTMxLS42OHYuNjZabS0xLjktNy4xOCAyLjM0MS0yLjk4aC0yLjUxNWwtMS40MTYgMi45OGgxLjU4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTM2NykiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IsOhIiBkPSJNMTAyLjY1MSAxMzgzLjgxaDEuODc0YTQuMDMyIDQuMDMyIDAgMCAxLS40NTMtMS4yNyAyNS40MTYgMjUuNDE2IDAgMCAxLS4xMTUtMy4xN3YtMi4zOWExMC4xNjMgMTAuMTYzIDAgMCAwLS4wOS0xLjY2IDIuODY0IDIuODY0IDAgMCAwLS41NTgtMS4yMiAyLjkgMi45IDAgMCAwLTEuMjQ2LS44IDYuNDIgNi40MiAwIDAgMC0yLjItLjMyIDcuMzA3IDcuMzA3IDAgMCAwLTIuNC4zNyAzLjQ3NiAzLjQ3NiAwIDAgMC0xLjU4NSAxLjA3IDQuMzQ0IDQuMzQ0IDAgMCAwLS43ODcgMS44MmwxLjc1NC4yNGEyLjcyNyAyLjcyNyAwIDAgMSAuODkyLTEuNTcgMy4xMzkgMy4xMzkgMCAwIDEgMS44NjktLjQ0IDMuMDMgMy4wMyAwIDAgMSAyLjA0My42IDIgMiAwIDAgMSAuNTA5IDEuNTVjMCAuMDcgMCAuMjItLjAxLjQ3YTE2LjkgMTYuOSAwIDAgMS0zLjIuNjIgMTAuNjggMTAuNjggMCAwIDAtMS41OTUuMjcgNC4yNTIgNC4yNTIgMCAwIDAtMS4yOTEuNTggMi45NSAyLjk1IDAgMCAwLS45MjcgMS4wNCAyLjg2NiAyLjg2NiAwIDAgMC0uMzU0IDEuNDIgMi43OSAyLjc5IDAgMCAwIC45MzcgMi4xNyAzLjg0MiAzLjg0MiAwIDAgMCAyLjY4Mi44NiA1LjYgNS42IDAgMCAwIDEuOTc5LS4zNSA2LjUyNCA2LjUyNCAwIDAgMCAxLjkxOS0xLjIgMy44IDMuOCAwIDAgMCAuMzU5IDEuMzFabS0uNTA4LTQuNjZhNC4zOTQgNC4zOTQgMCAwIDEtLjI4OSAxLjggMi44IDIuOCAwIDAgMS0xLjE4NyAxLjI0IDMuNzIyIDMuNzIyIDAgMCAxLTEuODQ0LjQ1IDIuMzMzIDIuMzMzIDAgMCAxLTEuNTktLjQ4IDEuNTI5IDEuNTI5IDAgMCAxLS41NDMtMS4xOSAxLjU0OSAxLjU0OSAwIDAgMSAuMjQ5LS44NiAxLjU3MiAxLjU3MiAwIDAgMSAuNzA4LS41OCA3LjEzMyA3LjEzMyAwIDAgMSAxLjU2NS0uMzYgMTIuNjEgMTIuNjEgMCAwIDAgMi45MzEtLjY4di42NlptLTEuOS03LjE4IDIuMzQyLTIuOThoLTIuNTEybC0xLjQxNiAyLjk4aDEuNTg2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xMzY3KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-charMap,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-charMap{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-showHiddenChars{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iSGlkZGVuIENIYXJhY3RlcnMiPjxwYXRoIGRhdGEtbmFtZT0iwrYgY29weSIgZD0iTTYyLjE4NiAxMzk3LjlhMy4yMTcgMy4yMTcgMCAwIDAtMS4xODYgMi41NyAzLjY4MyAzLjY4MyAwIDAgMCAxLjA3NyAyLjcxQTQuNjQ3IDQuNjQ3IDAgMCAwIDY1IDE0MDR2OGgxdi0xNGgydjE0aDF2LTE1aC00YTMuNzc3IDMuNzc3IDAgMCAwLTIuODE0LjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTEzOTQpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSLCtiBjb3B5IiBkPSJNOTYuMTg2IDEzOTcuOWEzLjIxNyAzLjIxNyAwIDAgMC0xLjE4NiAyLjU3IDMuNjgzIDMuNjgzIDAgMCAwIDEuMDc2IDIuNzFBNC42NDcgNC42NDcgMCAwIDAgOTkgMTQwNHY4aDF2LTE0aDJ2MTRoMXYtMTVoLTRhMy43NzcgMy43NzcgMCAwIDAtMi44MTQuOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTM5NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-showHiddenChars,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-showHiddenChars{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-sourceNewWindow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGluayBvcGVuIGluIG5ldyB3aW5kb3ciPjxnIGRhdGEtbmFtZT0iaWNvbiI+PGcgZGF0YS1uYW1lPSJDb21iaW5lZCI+PHBhdGggZD0iTTY4IDgwM2g2djZoLTF2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xWm0tOCA1djZhMSAxIDAgMCAwIDEgMWg4YTEgMSAwIDAgMCAxLTF2LTRoMXY1YTEgMSAwIDAgMS0xIDFINjBhMSAxIDAgMCAxLTEtMXYtOGExIDEgMCAwIDEgMS0xaDd2MWgtNmExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC04MDApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJhcnJvdyIgZD0iTTEwNyA4MDl2LTRsLTEgMS0xIDEtNSA0IDQtNSAxLTEgMS0xaC00di0xaDZ2NmgtMVptLTEzLTF2NmExIDEgMCAwIDAgMSAxaDhhMSAxIDAgMCAwIDEtMXYtNGgxdjVhMSAxIDAgMCAxLTEgMUg5NGExIDEgMCAwIDEtMS0xdi04YTEgMSAwIDAgMSAxLTFoN3YxaC02YTEgMSAwIDAgMC0xIDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTgwMCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-sourceNewWindow,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-sourceNewWindow{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-langTools{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iTGFuZ3VhZ2UgVG9vbHMiPjxnIGRhdGEtbmFtZT0iY29tYmluZWQiPjxwYXRoIGRhdGEtbmFtZT0iTGFuZ3VhZ2UgSWNvbiIgZD0ibTczLjI4OSAxNDMzLjc5LS42MTUtMi4yOS0zLjUzNi0xLjA5LS43NiAxLjg2LTEuNzEyLS41MyAzLjYzMy05LjEgMS42NjYuNTJMNzUgMTQzNC4zMlptLTIuMjI4LTguMTktMS4yNjkgMy4xMyAyLjMzMy43MlptLTIuODI1IDExLjg3YTkuNTgxIDkuNTgxIDAgMCAwIDEuNTItLjczIDEwLjc4OCAxMC43ODggMCAwIDAgMS4xLS43OGMuMTcyLS4xMy4zMjYtLjI2LjQ4OS0uNDFhMS4zNTkgMS4zNTkgMCAwIDEgLjQ4OS0uMzggMS4yNzQgMS4yNzQgMCAwIDEgLjI2My44Ny40MzYuNDM2IDAgMCAxLS4xMTguMzUgOC43MSA4LjcxIDAgMCAxLTEuODkyIDEuNTEgNi44NjggNi44NjggMCAwIDEtMS4wNTkuNTcgNC44MDYgNC44MDYgMCAwIDEtLjY2MS4xYy0uMjgxLjEtLjU3OS4zNi0uODYuNDMtLjMxNy4wOC0uNjUyLjEzLS45NjguMThINjUuMzVhOS4xMTMgOS4xMTMgMCAwIDEtMS4yOTQtLjI2Yy0uMTcyLS4wNC0uMzQ0LS4xMi0uNTE2LS4xN2E5Ljg2NSA5Ljg2NSAwIDAgMS0xLjQyMS0uNzEgOC42NjQgOC42NjQgMCAwIDEtMS4wODYtLjc3Yy0uMS0uMDktLjIxLS4xOS0uMzE4LS4yOGwtMS4zODUgMS41OS0uNjItNC4zIDQuMTc5LjIzLTEuNDgyIDEuNjlhMi42IDIuNiAwIDAgMCAuMzUuNGMuMTM2LjA4LjI4MS4wMS40LjA5LjE0NS4wOS4yOS4xOS40MjUuMjYuMjA4LjEyLjQyNS4yMy42MTUuMzJhNS4wNzQgNS4wNzQgMCAwIDAgLjYwNi4yNCA2Ljk5MSA2Ljk5MSAwIDAgMCAuODA1LjIzYy4zMTcuMDcuNjE2LjEuOTMyLjE0aC44MTVjLjE2MyAwIC45NjgtLjE1IDEtLjE1LjI5My0uMDguNjAxLS4xNi44ODItLjI2Wm0tNC4yMy02LjUxYy0uMjMxLS4xLTEuMy0uNzEtMS41NjUtLjlzLTEuMy0uOTYtMS40MzItMS4wMnYtLjIyYTMwLjcgMzAuNyAwIDAgMS0yLjI1IDMuMzMgMTIuMzE5IDEyLjMxOSAwIDAgMS0xLjg5MyAyLjAxIDMuMjU3IDMuMjU3IDAgMCAxLS44NjYuMDhjLjI5MS0uMjMgMS0xLjI4IDEuMzQ2LTEuNjkuNDU3LS41MyAyLjU2LTMuNTggMi45My00LjI3czEuNTE3LTMuMDEgMS41NzgtMy4yMmMtLjE5NC0uMDItMS40NDMuNjEtMS44MTYuNzNhMTQgMTQgMCAwIDAtMS40MzQuNDYgMS40MTggMS40MTggMCAwIDAtLjA1MS4zNiAxLjQgMS40IDAgMCAxLS41NTUuMjcgMy4xNzQgMy4xNzQgMCAwIDEtMS4wMjQuMDEuODgyLjg4MiAwIDAgMS0uMzQ1LS41OCAyLjcyMyAyLjcyMyAwIDAgMS0uMDktLjZjLjIyNi0uMDcuNTc4LS4wNy45ODItLjE5czEuMzg0LS40MSAxLjktLjU5IDEuNTMxLS41NyAxLjg0OC0uNjMgMS4xMzMtLjY2IDEuNTY0LS44MWExLjI5MSAxLjI5MSAwIDAgMSAuNzY1LS4xOSA1LjgyMSA1LjgyMSAwIDAgMSAuMTUyLjgyYy0uMDIuMTEtLjg4MyAxLjc5LTEuMDEgMi4wNi0uMDY5LjE0LS43Ni45OC0xLjU3NSAyLjI2LjI4OS4xMi45LjM5IDEuMTU1LjUxLjMwNy4xNSAyLjQ2OSAxLjA3IDIuNTc0IDEuMWEyLjk1IDIuOTUgMCAwIDEgLjI2NSAxLjE1IDIuMzU0IDIuMzU0IDAgMCAxLTEuMTUyLS4yNFptLTMuNTEzLTcuNDRhNC4xMjIgNC4xMjIgMCAwIDEtMS4yNy4yMSAxLjI4MyAxLjI4MyAwIDAgMS0uODc5LS40OCAxLjc2OSAxLjc2OSAwIDAgMS0uMzE4LS45OCAxLjYzMyAxLjYzMyAwIDAgMCAuODQyLjFjLjIzNy0uMDUuOTU5LS4yMiAxLjIyMy0uM2E5LjIgOS4yIDAgMCAxIC45OTEtLjI1LjMzNi4zMzYgMCAwIDEgLjM3Ni4zMSAxLjI1MyAxLjI1MyAwIDAgMS0uMDc0LjY5IDEuOTI2IDEuOTI2IDAgMCAxLS44OS43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDIxKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iTGFuZ3VhZ2UgSWNvbiIgZD0ibTEwNy4yODkgMTQzMy43OS0uNjE0LTIuMjktMy41MzYtMS4wOS0uNzYxIDEuODYtMS43MTEtLjUzIDMuNjMzLTkuMSAxLjY2NS41MiAzLjAzNSAxMS4xNlptLTIuMjI4LTguMTktMS4yNjkgMy4xMyAyLjMzMy43MlptLTIuODI0IDExLjg3YTkuNTczIDkuNTczIDAgMCAwIDEuNTItLjczIDEwLjcgMTAuNyAwIDAgMCAxLjEtLjc4Yy4xNzItLjEzLjMyNi0uMjYuNDg5LS40MWExLjM2NCAxLjM2NCAwIDAgMSAuNDg5LS4zOCAxLjI3MyAxLjI3MyAwIDAgMSAuMjYyLjg3LjQzNy40MzcgMCAwIDEtLjExNy4zNSA4LjcyMSA4LjcyMSAwIDAgMS0xLjg5MiAxLjUxIDYuODgzIDYuODgzIDAgMCAxLTEuMDU5LjU3IDQuNzg3IDQuNzg3IDAgMCAxLS42NjEuMWMtLjI4LjEtLjU3OS4zNi0uODU5LjQzLS4zMTcuMDgtLjY1Mi4xMy0uOTY5LjE4aC0xLjE5YTkuMTEzIDkuMTEzIDAgMCAxLTEuMjk0LS4yNmMtLjE3Mi0uMDQtLjM0NC0uMTItLjUxNi0uMTdhOS44NTkgOS44NTkgMCAwIDEtMS40MjEtLjcxIDguNjY0IDguNjY0IDAgMCAxLTEuMDg2LS43N2MtLjEtLjA5LS4yMS0uMTktLjMxOC0uMjhsLTEuMzg1IDEuNTktLjYyLTQuMyA0LjE3OS4yMy0xLjQ4MiAxLjY5YTIuNiAyLjYgMCAwIDAgLjM1LjRjLjEzNi4wOC4yODEuMDEuNC4wOS4xNDUuMDkuMjkuMTkuNDI1LjI2LjIwOC4xMi40MjUuMjMuNjE2LjMyYTUuMDc0IDUuMDc0IDAgMCAwIC42MDYuMjQgNi45OTEgNi45OTEgMCAwIDAgLjgwNS4yM2MuMzE3LjA3LjYxNS4xLjkzMi4xNGguODE0Yy4xNjMgMCAuOTY5LS4xNSAxLS4xNS4yOTMtLjA4LjYwMS0uMTYuODgyLS4yNlptLTQuMjMtNi41MWMtLjIzMS0uMS0xLjMtLjcxLTEuNTY1LS45cy0xLjMtLjk2LTEuNDMyLTEuMDJ2LS4yMmEzMC43IDMwLjcgMCAwIDEtMi4yNSAzLjMzIDEyLjMxNSAxMi4zMTUgMCAwIDEtMS44OTMgMi4wMSAzLjI1NiAzLjI1NiAwIDAgMS0uODY2LjA4Yy4yOTEtLjIzIDEtMS4yOCAxLjM0Ni0xLjY5LjQ1Ny0uNTMgMi41Ni0zLjU4IDIuOTMtNC4yN3MxLjUxNy0zLjAxIDEuNTc4LTMuMjJjLS4xOTQtLjAyLTEuNDQzLjYxLTEuODE2LjczYTE0IDE0IDAgMCAwLTEuNDM0LjQ2IDEuNDE4IDEuNDE4IDAgMCAwLS4wNTEuMzYgMS40IDEuNCAwIDAgMS0uNTU1LjI3IDMuMTc0IDMuMTc0IDAgMCAxLTEuMDI0LjAxLjg4Mi44ODIgMCAwIDEtLjM0NS0uNTggMi43MjMgMi43MjMgMCAwIDEtLjA5LS42Yy4yMjYtLjA3LjU3OC0uMDcuOTgyLS4xOXMxLjM4NC0uNDEgMS45LS41OSAxLjUzMS0uNTcgMS44NDgtLjYzIDEuMTMzLS42NiAxLjU2NC0uODFhMS4yOTEgMS4yOTEgMCAwIDEgLjc2NS0uMTkgNS44MjEgNS44MjEgMCAwIDEgLjE1Mi44MmMtLjAyLjExLS44ODMgMS43OS0xLjAxIDIuMDYtLjA2OS4xNC0uNzYuOTgtMS41NzUgMi4yNi4yOS4xMi45LjM5IDEuMTU1LjUxLjMwNy4xNSAyLjQ2OSAxLjA3IDIuNTc0IDEuMWEyLjk1MiAyLjk1MiAwIDAgMSAuMjY1IDEuMTUgMi4zNTQgMi4zNTQgMCAwIDEtMS4xNTMtLjI0Wm0tMy41MTMtNy40NGE0LjEyMiA0LjEyMiAwIDAgMS0xLjI3LjIxIDEuMjgzIDEuMjgzIDAgMCAxLS44NzktLjQ4IDEuNzY5IDEuNzY5IDAgMCAxLS4zMTctLjk4IDEuNjMyIDEuNjMyIDAgMCAwIC44NDIuMWMuMjM3LS4wNS45NTktLjIyIDEuMjIzLS4zYTkuMiA5LjIgMCAwIDEgLjk5MS0uMjUuMzM2LjMzNiAwIDAgMSAuMzc2LjMxIDEuMjUzIDEuMjUzIDAgMCAxLS4wNzQuNjkgMS45MjYgMS45MjYgMCAwIDEtLjg5Mi43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNDIxKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-langTools,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-langTools{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-searchReplace{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGQ9Ik02NCAxNTA3aC0zdi0yaDN2MlptLTQgMWg0djVoLTF2NmgtNXYtNVptNy0xaDN2LTJoLTN2MlptNCAxaC00djVoMXY2aDV2LTVabS01IDVoLTF2LTVoMXY1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNTAyKSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik05OCAxNTA3aC0zdi0yaDN2MlptLTQgMWg0djVoLTF2NmgtNXYtNVptNy0xaDN2LTJoLTN2MlptNCAxaC00djVoMXY2aDV2LTVabS01IDVoLTF2LTVoMXY1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNTAyKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-searchReplace,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-searchReplace{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-formats{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyAtIG5vbmUiPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03NSAxNTQ0djJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLThhMiAyIDAgMCAxLTItMnYtMTJoMTdhMiAyIDAgMCAxIDIgMnYzaC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMlptLTItOWExIDEgMCAwIDAtMS0xaC03di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMnYyYTEgMSAwIDAgMCAxIDFoMTNhMSAxIDAgMCAwIDEtMXYtOFptLTE1IDB2LTFoMWExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNTI5KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xMDkgMTU0NHYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC04YTIgMiAwIDAgMS0yLTJ2LTNoMnYyYTEgMSAwIDAgMCAxIDFoMTNhMSAxIDAgMCAwIDEtMXYxaDJabTAtM3YyaC0ydi0yaDJabS0yLTNoMnYyaC0ydi0yWm0wLTNhMSAxIDAgMCAwLTEtMWgtN3YtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgxN2EyIDIgMCAwIDEgMiAydjNoLTJ2LTJabS0xNSAwdi0xaDFhMSAxIDAgMCAwLTEgMVptLTIgMnYtMmgydjJoLTJabTIgM2gtMnYtMmgydjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1MjkpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-formats,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-headings{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxwYXRoIGRhdGEtbmFtZT0iSCBjb3B5IDIiIGQ9Ik03MyAxNTcyYTguNjY3IDguNjY3IDAgMCAxLS45MjEtLjA2IDIuOSAyLjkgMCAwIDEtLjU2MS0uMTcuOS45IDAgMCAxLS40MjItLjM5LjMyLjMyIDAgMCAxLS4xMDctLjI3di05LjAxYTEuNDYyIDEuNDYyIDAgMCAxIC4xMDctLjU3LjY1OC42NTggMCAwIDEgLjQyMi0uMzcgNS4xNzMgNS4xNzMgMCAwIDEgLjU2MS0uMTRBNy4zNTkgNy4zNTkgMCAwIDEgNzMgMTU2MXYtMWgtNnYxYTUuNDM2IDUuNDM2IDAgMCAxIC44NjcuMDUgMy4yNjMgMy4yNjMgMCAwIDEgLjYwOC4yMS44NTEuODUxIDAgMCAxIC40MTguMzkgMS4xODcgMS4xODcgMCAwIDEgLjEyMS41NEw2OSAxNTY2aC03di00YTEuMDMzIDEuMDMzIDAgMCAxIC4xMDctLjQ3LjY1OS42NTkgMCAwIDEgLjQyMi0uMzcgNS4xOCA1LjE4IDAgMCAxIC41NjEtLjE0IDcuMTc5IDcuMTc5IDAgMCAxIC45MS0uMDJ2LTFoLTZ2MWE1LjIgNS4yIDAgMCAxIC44NDguMDUgMy4yNjQgMy4yNjQgMCAwIDEgLjYwOC4yMS44NTEuODUxIDAgMCAxIC40MTguMzkgMS4xODcgMS4xODcgMCAwIDEgLjEyMS41NEw2MCAxNTcxYS45MTcuOTE3IDAgMCAxLS4xMzcuNTIuNzc3Ljc3NyAwIDAgMS0uNDA4LjM0IDEuNzkxIDEuNzkxIDAgMCAxLS41OC4xMWMtLjI4Mi4wMy0uNzI3LjAyLS44NzUuMDN2MWg2di0xYTguNDc2IDguNDc2IDAgMCAxLS45MDktLjA2IDIuOSAyLjkgMCAwIDEtLjU2MS0uMTcuOS45IDAgMCAxLS40MjItLjM5LjYwNi42MDYgMCAwIDEtLjEwOC0uMzh2LTRoN2wuMDEzIDQuMjFhLjMzNS4zMzUgMCAwIDEtLjEzLjMxLjc3Ny43NzcgMCAwIDEtLjQwOC4zNCAxLjc5MiAxLjc5MiAwIDAgMS0uNTguMTFjLS4yODEuMDMtLjc0Ny4wMi0uODk1LjAzdjFoNnYtMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTU1NikiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IkggY29weSAyIiBkPSJNMTA3IDE1NzJhOC42NjQgOC42NjQgMCAwIDEtLjkyMS0uMDYgMi45IDIuOSAwIDAgMS0uNTYxLS4xNy45LjkgMCAwIDEtLjQyMi0uMzkuMzE4LjMxOCAwIDAgMS0uMTA3LS4yN3YtOS4wMWExLjQ0OCAxLjQ0OCAwIDAgMSAuMTA3LS41Ny42NTcuNjU3IDAgMCAxIC40MjItLjM3IDUuMTU4IDUuMTU4IDAgMCAxIC41NjEtLjE0IDcuMzYzIDcuMzYzIDAgMCAxIC45MjEtLjAydi0xaC02djFhNS40MzUgNS40MzUgMCAwIDEgLjg2Ny4wNSAzLjI2OSAzLjI2OSAwIDAgMSAuNjA4LjIxLjg0OC44NDggMCAwIDEgLjQxNy4zOSAxLjE3OCAxLjE3OCAwIDAgMSAuMTIxLjU0TDEwMyAxNTY2aC03di00YTEuMDMyIDEuMDMyIDAgMCAxIC4xMDctLjQ3LjY1OS42NTkgMCAwIDEgLjQyMi0uMzcgNS4xOCA1LjE4IDAgMCAxIC41NjEtLjE0IDcuMTc5IDcuMTc5IDAgMCAxIC45MS0uMDJ2LTFoLTZ2MWE1LjIgNS4yIDAgMCAxIC44NDguMDUgMy4yNjQgMy4yNjQgMCAwIDEgLjYwOC4yMS44NTEuODUxIDAgMCAxIC40MTcuMzkgMS4xODcgMS4xODcgMCAwIDEgLjEyMS41NEw5NCAxNTcxYS45MTcuOTE3IDAgMCAxLS4xMzcuNTIuNzc3Ljc3NyAwIDAgMS0uNDA4LjM0IDEuNzkyIDEuNzkyIDAgMCAxLS41OC4xMWMtLjI4MS4wMy0uNzI3LjAyLS44NzUuMDN2MWg2di0xYTguNDc2IDguNDc2IDAgMCAxLS45MDktLjA2IDIuOSAyLjkgMCAwIDEtLjU2MS0uMTcuOS45IDAgMCAxLS40MjItLjM5LjYwNS42MDUgMCAwIDEtLjEwOC0uMzh2LTRoN2wuMDEzIDQuMjFhLjMzNC4zMzQgMCAwIDEtLjEzLjMxLjc4Ljc4IDAgMCAxLS40MDguMzQgMS43OTQgMS43OTQgMCAwIDEtLjU4LjExYy0uMjgyLjAzLS43NDcuMDItLjg5NS4wM3YxaDZ2LTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1NTYpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-headings,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-headings{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-formats-p{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbUF0iPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03NiAxNjI2djJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJINTdhMiAyIDAgMCAxLTItMnYtMTRoMTlhMiAyIDAgMCAxIDIgMnY1aC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMlptLTItMTFhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgxYTEgMSAwIDAgMC0xIDF2LTFoLTJ2MWgydjJoLTJ2MWgydjJoLTJ2MWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTYxMCkiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQ7b3BhY2l0eTouMyIvPjxwYXRoIGQ9Ik0xMTAgMTYyNnYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYySDkxYTIgMiAwIDAgMS0yLTJ2LTVoMnY0YTEgMSAwIDAgMCAxIDFoMTVhMSAxIDAgMCAwIDEtMXYxaDJabTAtM3YyaC0ydi0yaDJabS0yLTNoMnYyaC0ydi0yWm0wLTVhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgxYTEgMSAwIDAgMC0xIDF2LTFoLTJ2LTJoMTlhMiAyIDAgMCAxIDIgMnY1aC0ydi00Wm0tMTkgMnYtMmgydjJoLTJabTIgM2gtMnYtMmgydjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE2MTApIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkYXRhLW5hbWU9IlAgY29weSAyIiBkPSJNNjIuOTkyIDE2MjQuMDJINjV2LTMuMDdoMS4wOGEzLjEzNCAzLjEzNCAwIDAgMCAyLjIyNS0uNTkgMi40NDggMi40NDggMCAwIDAgLjcyOS0xLjg5IDIuNCAyLjQgMCAwIDAtLjY2OS0xLjgyIDIuODQxIDIuODQxIDAgMCAwLTIuMDEyLS42NGgtMy4zNjF2OC4wMVptMi02LjU3aDEuMTg3YS42NjguNjY4IDAgMCAxIC42NjguMjYgMS4zMzEgMS4zMzEgMCAwIDEgLjI1MS44IDEuMTM1IDEuMTM1IDAgMCAxLS4yODkuNzkuOC44IDAgMCAxLS43MjguMjVoLTEuMDg3di0yLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE2MTApIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkIi8+PHBhdGggZGF0YS1uYW1lPSJQIGNvcHkgMyIgZD0iTTk2Ljk5MiAxNjI0LjAySDk5di0zLjA3aDEuMDc4YTMuMTM0IDMuMTM0IDAgMCAwIDIuMjI1LS41OSAyLjQ0OCAyLjQ0OCAwIDAgMCAuNzI5LTEuODkgMi40IDIuNCAwIDAgMC0uNjY5LTEuODIgMi44NDIgMi44NDIgMCAwIDAtMi4wMTItLjY0aC0zLjM1OXY4LjAxWm0yLTYuNTdoMS4xODdhLjY2Ny42NjcgMCAwIDEgLjY2OC4yNiAxLjMyNyAxLjMyNyAwIDAgMSAuMjUyLjggMS4xMzUgMS4xMzUgMCAwIDEtLjI5Ljc5LjguOCAwIDAgMS0uNzI4LjI1aC0xLjA4N3YtMi4xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjEwKSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-p,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-p{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-formats-blockquote{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbUXVvdGVdIj48ZyBkYXRhLW5hbWU9IkNvbWJpbmVkIj48cGF0aCBkPSJNNzYgMTY1M3YyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYySDU3YTIgMiAwIDAgMS0yLTJ2LTE0aDE5YTIgMiAwIDAgMSAyIDJ2NWgtMnYxaDJ2MmgtMnYxaDJ2MmgtMnYxaDJabS0yLTExYTEgMSAwIDAgMC0xLTFoLTl2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2MWgydjJoLTJ2MWgydjJoLTJ2MWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xMFptLTE3IDB2LTFoMWExIDEgMCAwIDAtMSAxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjM3KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTExMCAxNjUzdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJIOTFhMiAyIDAgMCAxLTItMnYtNWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0yaDJ2MmgtMnYxaDJabS0yLTZoMnYyaC0ydi0yWm0wLTVhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgxOWEyIDIgMCAwIDEgMiAydjVoLTJ2LTRabS0xNyAwdi0xaDFhMSAxIDAgMCAwLTEgMVptLTIgMnYtMmgydjJoLTJabTIgM2gtMnYtMmgydjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE2MzcpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmO29wYWNpdHk6LjMiLz48cGF0aCBkYXRhLW5hbWU9IuKAnCBjb3B5IiBkPSJtNjUgMTY0Ny0xLjUzNC0uMDFhMi40NzEgMi40NzEgMCAwIDEgLjQtMS40MSAyLjUgMi41IDAgMCAxIDEuMjYyLS44MmwtLjU3Ni0xLjIyYTQuMiA0LjIgMCAwIDAtMS41NS45MiAzLjEyOSAzLjEyOSAwIDAgMC0uODMzIDEuMzRBMi4zODcgMi4zODcgMCAwIDAgNjIgMTY0N3YzaDN2LTNabTQgMC0xLjQ1NC0uMDFhMi40NzEgMi40NzEgMCAwIDEgLjQtMS40MSAyLjUgMi41IDAgMCAxIDEuMjYyLS44MmwtLjU3Ni0xLjIyYTQuMjY2IDQuMjY2IDAgMCAwLTEuNTQ1LjkyIDMuMTEgMy4xMSAwIDAgMC0uODM4IDEuMzRBOC40IDguNCAwIDAgMCA2NiAxNjQ4djJoM3YtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTYzNykiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9IuKAnCBjb3B5IiBkPSJtOTkgMTY0Ny0xLjUzNC0uMDFhMi40NzEgMi40NzEgMCAwIDEgLjQtMS40MSAyLjUgMi41IDAgMCAxIDEuMjYyLS44MmwtLjU3Ni0xLjIyYTQuMiA0LjIgMCAwIDAtMS41NS45MiAzLjEyOSAzLjEyOSAwIDAgMC0uODMzIDEuMzRBMi4zODcgMi4zODcgMCAwIDAgOTYgMTY0N3YzaDN2LTNabTQgMC0xLjQ1My0uMDFhMi40NjQgMi40NjQgMCAwIDEgLjQtMS40MSAyLjQ5MyAyLjQ5MyAwIDAgMSAxLjI2Mi0uODJsLS41NzYtMS4yMmE0LjI1OSA0LjI1OSAwIDAgMC0xLjU0NS45MiAzLjExMyAzLjExMyAwIDAgMC0uODM4IDEuMzQgOC40IDguNCAwIDAgMC0uMjUgMi4ydjJoM3YtM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTYzNykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-blockquote,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-blockquote{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-formats-div{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbRElWIF0iPjxnIGRhdGEtbmFtZT0iQ29tYmluZWQiPjxwYXRoIGQ9Ik03NiAxNTk5djJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJINTdhMiAyIDAgMCAxLTItMnYtMTRoMTlhMiAyIDAgMCAxIDIgMnY1aC0ydjFoMnYyaC0ydjFoMnYyaC0ydjFoMlptLTItMTFhMSAxIDAgMCAwLTEtMWgtOXYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYxaDJ2MmgtMnYxaDJ2MmgtMnYxaDJ2NGExIDEgMCAwIDAgMSAxaDE1YTEgMSAwIDAgMCAxLTF2LTEwWm0tMTcgMHYtMWgxYTEgMSAwIDAgMC0xIDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1ODMpIiBzdHlsZT0iZmlsbDojMmIyYjJiO2ZpbGwtcnVsZTpldmVub2RkO29wYWNpdHk6LjMiLz48cGF0aCBkPSJNMTEwIDE1OTl2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2Mkg5MWEyIDIgMCAwIDEtMi0ydi01aDJ2NGExIDEgMCAwIDAgMSAxaDE1YTEgMSAwIDAgMCAxLTF2LTJoMnYyaC0ydjFoMlptLTItNmgydjJoLTJ2LTJabTAtNWExIDEgMCAwIDAtMS0xaC05di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaDE5YTIgMiAwIDAgMSAyIDJ2NWgtMnYtNFptLTE3IDB2LTFoMWExIDEgMCAwIDAtMSAxWm0tMiAydi0yaDJ2MmgtMlptMiAzaC0ydi0yaDJ2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTU4MykiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouMyIvPjxwYXRoIGRhdGEtbmFtZT0iZGl2IGNvcHkiIGQ9Ik01OC45OTQgMTU5NS45N2gyLjI4NGEzLjgyOSAzLjgyOSAwIDAgMCAxLjA3NS0uMTMgMS45ODUgMS45ODUgMCAwIDAgLjc5MS0uNDggMi42OSAyLjY5IDAgMCAwIC42NDQtMS4wNiAzLjk4NCAzLjk4NCAwIDAgMCAuMTg0LTEuMjggNC4zODUgNC4zODUgMCAwIDAtLjItMS40MiAyLjY0NSAyLjY0NSAwIDAgMC0uNTc0LS45OCAxLjgyMiAxLjgyMiAwIDAgMC0uODQ0LS41NSA0LjE1NCA0LjE1NCAwIDAgMC0xLjE0NC0uMTJoLTIuMjE2djYuMDJaTTYxIDE1OTFhNS44NzUgNS44NzUgMCAwIDEgLjk2OS4wMyAxLjE1MyAxLjE1MyAwIDAgMSAuNTYyLjI4IDEuNDI2IDEuNDI2IDAgMCAxIC4zNDUuNTggMy42MTcgMy42MTcgMCAwIDEgLjEyMyAxLjA3IDMuOTcxIDMuOTcxIDAgMCAxLS4xMjMgMS4xMSAxLjMzOSAxLjMzOSAwIDAgMS0uMzE4LjU4IDEuNjg2IDEuNjg2IDAgMCAxLS41NTguMzUgOC4xNzQgOC4xNzQgMCAwIDEtMSAwaC0xdi00aDFabTUgNXYtNmgtMXY2aDFabTQgMCAyLTZoLTFsLTEuNTE2IDQuNDJMNjggMTU5MGgtMWwyIDZoMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTU4MykiIHN0eWxlPSJmaWxsOiMyYjJiMmI7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBkYXRhLW5hbWU9ImRpdiBjb3B5IiBkPSJNOTIuOTk0IDE1OTUuOTdoMi4yODRhMy44MjkgMy44MjkgMCAwIDAgMS4wNzUtLjEzIDEuOTg1IDEuOTg1IDAgMCAwIC43OS0uNDggMi42OSAyLjY5IDAgMCAwIC42NDQtMS4wNiAzLjk4NCAzLjk4NCAwIDAgMCAuMTg0LTEuMjggNC4zODUgNC4zODUgMCAwIDAtLjItMS40MiAyLjY0NSAyLjY0NSAwIDAgMC0uNTc0LS45OCAxLjgyMiAxLjgyMiAwIDAgMC0uODQ0LS41NSA0LjE1NCA0LjE1NCAwIDAgMC0xLjE0NC0uMTJoLTIuMjE1djYuMDJaTTk1IDE1OTFhNS44NzUgNS44NzUgMCAwIDEgLjk2OS4wMyAxLjE1MyAxLjE1MyAwIDAgMSAuNTYyLjI4IDEuNDI3IDEuNDI3IDAgMCAxIC4zNDQuNTggMy42MTcgMy42MTcgMCAwIDEgLjEyMyAxLjA3IDMuOTcxIDMuOTcxIDAgMCAxLS4xMjMgMS4xMSAxLjMzOSAxLjMzOSAwIDAgMS0uMzE4LjU4IDEuNjg2IDEuNjg2IDAgMCAxLS41NTcuMzUgOC4xNzQgOC4xNzQgMCAwIDEtMSAwaC0xdi00aDFabTUgNXYtNmgtMXY2aDFabTQgMCAyLTZoLTFsLTEuNTE1IDQuNDJMMTAyIDE1OTBoLTFsMiA2aDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMgLTE1ODMpIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-div,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-div{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-formats-pre{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iRm9ybWF0dGluZyBbUFJFXSI+PHBhdGggZD0iTTc2IDE2ODB2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJoLTJ2LTJoLTF2Mkg1N2EyIDIgMCAwIDEtMi0ydi0xNGgxOWEyIDIgMCAwIDEgMiAydjVoLTJ2MWgydjJoLTJ2MWgydjJoLTJ2MWgyWm0tMi0xMWExIDEgMCAwIDAtMS0xaC05di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaDFhMSAxIDAgMCAwLTEgMXYtMWgtMnYxaDJ2MmgtMnYxaDJ2MmgtMnYxaDJ2NGExIDEgMCAwIDAgMSAxaDE1YTEgMSAwIDAgMCAxLTF2LTEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjY0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZDtvcGFjaXR5Oi4zIi8+PHBhdGggZD0iTTExMCAxNjgwdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaC0ydi0yaC0xdjJIOTFhMiAyIDAgMCAxLTItMnYtNWgydjRhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdjFoMlptMC0zdjJoLTJ2LTJoMlptLTItM2gydjJoLTJ2LTJabTAtNWExIDEgMCAwIDAtMS0xaC05di0yaC0xdjJoLTJ2LTJoLTF2MmgtMnYtMmgtMXYyaDFhMSAxIDAgMCAwLTEgMXYtMWgtMnYtMmgxOWEyIDIgMCAwIDEgMiAydjVoLTJ2LTRabS0xOSAydi0yaDJ2MmgtMlptMiAzaC0ydi0yaDJ2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTY2NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmY7b3BhY2l0eTouMyIvPjxwYXRoIGRhdGEtbmFtZT0iUFJFIGNvcHkiIGQ9Ik02MCAxNjc3di0yaDFhMi41ODkgMi41ODkgMCAwIDAgLjgtLjExIDEuNDI4IDEuNDI4IDAgMCAwIC41NTEtLjI5IDEuNTggMS41OCAwIDAgMCAuNDQ3LS41OSAzLjU2MiAzLjU2MiAwIDAgMCAuMTc2LTEuMTggMi4wNyAyLjA3IDAgMCAwLS4zLTEuMTcgMS4zOCAxLjM4IDAgMCAwLS43NTctLjU4QTE0Ljk4OSAxNC45ODkgMCAwIDAgNjAgMTY3MWgtMXY2aDFabTEtNWExLjAxNCAxLjAxNCAwIDAgMSAuNDQuMDQuNzUyLjc1MiAwIDAgMSAuNDI3LjI3LjgzNi44MzYgMCAwIDEgLjE2OS41NCAyLjQ1IDIuNDUgMCAwIDEtLjEyLjc4LjcxNi43MTYgMCAwIDEtLjMzMi4yOS45ODEuOTgxIDAgMCAxLS41ODQuMDhoLTF2LTJoMVptNCA1LS4wMTEtMi4wNWguMjI4Yy4yNTggMCAuMDY3LjAzLjE4Ni4wN2EuODMxLjgzMSAwIDAgMSAuMzM4LjI1IDIuNzg4IDIuNzg4IDAgMCAxIC41OTMuNjlsLjgxMyAxLjAyaDEuMzQ2bC0uNjgtLjg5YTMuNTIzIDMuNTIzIDAgMCAwLS42NDEtLjc4IDIuNjUyIDIuNjUyIDAgMCAwLS42LS41IDEuNzUzIDEuNzUzIDAgMCAwIDEuMS0uNTVBMi4xIDIuMSAwIDAgMCA2OCAxNjczYTMuMyAzLjMgMCAwIDAtLjItMS4yOCAxLjMzNCAxLjMzNCAwIDAgMC0uNjQ4LS41N0ExLjU4MyAxLjU4MyAwIDAgMCA2NiAxNjcxaC0ydjZoMVptLS4wMTEtNUg2NmMuNDU2IDAgLjIxNy4wMS4zMDguMDJhLjY0My42NDMgMCAwIDEgLjQyNC4yNCAxLjcyMiAxLjcyMiAwIDAgMSAuMjY4Ljc0IDEuODQ2IDEuODQ2IDAgMCAxLS4yMzIuNjcuNjEuNjEgMCAwIDEtLjMxNi4yNSAzLjg0MSAzLjg0MSAwIDAgMS0xLjAxMS4wOGgtLjQ1MnYtMlptNy4wMTEgNXYtMWgtMnYtMmgydi0xaC0ydi0xaDJ2LTFoLTN2NmgzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNjY0KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0iUFJFIGNvcHkiIGQ9Ik05NCAxNjc3di0yaDFhMi41ODkgMi41ODkgMCAwIDAgLjgtLjExIDEuNDI4IDEuNDI4IDAgMCAwIC41NTEtLjI5IDEuNTggMS41OCAwIDAgMCAuNDQ3LS41OSAzLjU2MiAzLjU2MiAwIDAgMCAuMTc2LTEuMTggMi4wNyAyLjA3IDAgMCAwLS4zLTEuMTcgMS4zOCAxLjM4IDAgMCAwLS43NTctLjU4QTE0Ljk4OSAxNC45ODkgMCAwIDAgOTQgMTY3MWgtMXY2aDFabTEtNWExLjAxNCAxLjAxNCAwIDAgMSAuNDQuMDQuNzUyLjc1MiAwIDAgMSAuNDI3LjI3LjgzNi44MzYgMCAwIDEgLjE2OS41NCAyLjQ1IDIuNDUgMCAwIDEtLjEyLjc4LjcxNS43MTUgMCAwIDEtLjMzMi4yOS45OC45OCAwIDAgMS0uNTg0LjA4aC0xdi0yaDFabTQgNS0uMDExLTIuMDVoLjIyOGMuMjU4IDAgLjA2Ny4wMy4xODYuMDdhLjgzMi44MzIgMCAwIDEgLjMzOC4yNSAyLjc3IDIuNzcgMCAwIDEgLjU5My42OWwuODE0IDEuMDJoMS4zNDVsLS42OC0uODlhMy41NDcgMy41NDcgMCAwIDAtLjY0LS43OCAyLjY3NiAyLjY3NiAwIDAgMC0uNi0uNSAxLjc1IDEuNzUgMCAwIDAgMS4xLS41NUEyLjEgMi4xIDAgMCAwIDEwMiAxNjczYTMuMyAzLjMgMCAwIDAtLjItMS4yOCAxLjMzMiAxLjMzMiAwIDAgMC0uNjQ4LS41N0ExLjU4NiAxLjU4NiAwIDAgMCAxMDAgMTY3MWgtMnY2aDFabS0uMDExLTVIMTAwYy40NTYgMCAuMjE3LjAxLjMwOC4wMmEuNjQ3LjY0NyAwIDAgMSAuNDI0LjI0IDEuNzIzIDEuNzIzIDAgMCAxIC4yNjguNzQgMS44NDggMS44NDggMCAwIDEtLjIzMi42Ny42MDkuNjA5IDAgMCAxLS4zMTYuMjUgMy44MzggMy44MzggMCAwIDEtMS4wMTEuMDhoLS40NTJ2LTJabTcuMDExIDV2LTFoLTJ2LTJoMnYtMWgtMnYtMWgydi0xaC0zdjZoM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MyAtMTY2NCkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48L2c+PC9zdmc+)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-formats-pre,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-formats-pre{background-position:-34px 0}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-code{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OSIgaGVpZ2h0PSIyNyI+PHBhdGggZGF0YS1uYW1lPSJTcHJpdGUgTWFzayBCRyIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLW9wYWNpdHk6MCIgZmlsbD0ibm9uZSIgZD0iTTAgMGg1OXYyN0gweiIvPjxnIGRhdGEtbmFtZT0iQ29kZSBpY29uIj48cGF0aCBkYXRhLW5hbWU9InsiIGQ9Ik01OSAxNzI5aDFsLjAxNiAyLjE4YTIuNjY4IDIuNjY4IDAgMCAwLS4wMTYuODIgNC44NDUgNC44NDUgMCAwIDAgLjU0NiAxLjQ0IDEuNzggMS43OCAwIDAgMCAuNzcxLjQ1QTEzLjMxNyAxMy4zMTcgMCAwIDAgNjMgMTczNGgxdi0yaC0yYS42MjUuNjI1IDAgMCAxLS4zMzQtLjQyYzAtLjE5LS4wMTUtLjYxLS4wNDQtMS4zMWE0LjcgNC43IDAgMCAwLS4xNjUtMS4xQTUuMTg1IDUuMTg1IDAgMCAwIDYxIDE3MjhjLS4xNTktLjE5LjI1LjE0IDAgMCAuMjgzLS4xOC0uMTM4LjE3IDAgMGE3LjIyNSA3LjIyNSAwIDAgMCAuNDUtMS4yMSAzLjgyNiAzLjgyNiAwIDAgMCAuMTY1LTEuMDJjLjAzOC0uNzUuMDU3LTEuMTMuMDU3LTEuMzlBLjQ3MS40NzEgMCAwIDEgNjIgMTcyNGMuMjM1LS4wNiAyIDAgMiAwdi0yaC0xYTEzLjA3NCAxMy4wNzQgMCAwIDAtMS41ODguMSAyLjA4MiAyLjA4MiAwIDAgMC0uODcuNDZBNS4wNDQgNS4wNDQgMCAwIDAgNjAgMTcyNGE0LjQxMyA0LjQxMyAwIDAgMCAuMDE2IDEuMDZsLS4wNTEuOTQuMDM1IDFoLTF2MlptMTMgMGgtMWwtLjAxNiAyLjE4YTIuNjY4IDIuNjY4IDAgMCAxIC4wMTYuODIgNC44NDUgNC44NDUgMCAwIDEtLjU0NiAxLjQ0IDEuNzggMS43OCAwIDAgMS0uNzcxLjQ1QTEzLjMxNyAxMy4zMTcgMCAwIDEgNjggMTczNGgtMXYtMmgyYS42MjUuNjI1IDAgMCAwIC4zMzQtLjQyYzAtLjE5LjAxNS0uNjEuMDQ0LTEuMzFhNC43IDQuNyAwIDAgMSAuMTY1LTEuMUE1LjE4NSA1LjE4NSAwIDAgMSA3MCAxNzI4Yy4xNTktLjE5LS4yNS4xNCAwIDAtLjI4NC0uMTguMTM4LjE3IDAgMGE3LjIyNSA3LjIyNSAwIDAgMS0uNDUtMS4yMSAzLjgyNiAzLjgyNiAwIDAgMS0uMTY1LTEuMDJjLS4wMzgtLjc1LS4wNTctMS4xMy0uMDU3LTEuMzlBLjQ3MS40NzEgMCAwIDAgNjkgMTcyNGMtLjIzNS0uMDYtMiAwLTIgMHYtMmgxYTEzLjA3NCAxMy4wNzQgMCAwIDEgMS41ODguMSAyLjA4MiAyLjA4MiAwIDAgMSAuODcuNDZBNS4wNDQgNS4wNDQgMCAwIDEgNzEgMTcyNGE0LjQxMyA0LjQxMyAwIDAgMS0uMDE2IDEuMDZsLjA1MS45NC0uMDM1IDFoMXYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNzE4KSIgc3R5bGU9ImZpbGw6IzJiMmIyYjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjxwYXRoIGRhdGEtbmFtZT0ieyBjb3B5IiBkPSJNOTMgMTcyOWgxbC4wMTYgMi4xOGEyLjY2OCAyLjY2OCAwIDAgMC0uMDE2LjgyIDQuODQ1IDQuODQ1IDAgMCAwIC41NDYgMS40NCAxLjc4IDEuNzggMCAwIDAgLjc3MS40NUExMy4zMTcgMTMuMzE3IDAgMCAwIDk3IDE3MzRoMXYtMmgtMmEuNjI1LjYyNSAwIDAgMS0uMzM0LS40MmMwLS4xOS0uMDE1LS42MS0uMDQ0LTEuMzFhNC43IDQuNyAwIDAgMC0uMTY1LTEuMUE1LjE4NSA1LjE4NSAwIDAgMCA5NSAxNzI4Yy0uMTU5LS4xOS4yNS4xNCAwIDAgLjI4NC0uMTgtLjEzOC4xNyAwIDBhNy4yMjUgNy4yMjUgMCAwIDAgLjQ1LTEuMjEgMy44MjYgMy44MjYgMCAwIDAgLjE2NS0xLjAyYy4wMzgtLjc1LjA1Ny0xLjEzLjA1Ny0xLjM5QS40NzEuNDcxIDAgMCAxIDk2IDE3MjRjLjIzNS0uMDYgMiAwIDIgMHYtMmgtMWExMy4wNzQgMTMuMDc0IDAgMCAwLTEuNTg4LjEgMi4wODIgMi4wODIgMCAwIDAtLjg3LjQ2QTUuMDQ0IDUuMDQ0IDAgMCAwIDk0IDE3MjRhNC40MTMgNC40MTMgMCAwIDAgLjAxNiAxLjA2bC0uMDUxLjk0LjAzNSAxaC0xdjJabTEzIDBoLTFsLS4wMTYgMi4xOGEyLjY2MiAyLjY2MiAwIDAgMSAuMDE2LjgyIDQuODM1IDQuODM1IDAgMCAxLS41NDYgMS40NCAxLjc3NSAxLjc3NSAwIDAgMS0uNzcxLjQ1IDEzLjMwNyAxMy4zMDcgMCAwIDEtMS42ODMuMTFoLTF2LTJoMmEuNjI1LjYyNSAwIDAgMCAuMzM0LS40MmMwLS4xOS4wMTUtLjYxLjA0NS0xLjMxYTQuNjYgNC42NiAwIDAgMSAuMTY1LTEuMUE1LjEzOCA1LjEzOCAwIDAgMSAxMDQgMTcyOGMuMTU5LS4xOS0uMjUuMTQgMCAwLS4yODMtLjE4LjEzOC4xNyAwIDBhNy4yNzggNy4yNzggMCAwIDEtLjQ1LTEuMjEgMy44MTQgMy44MTQgMCAwIDEtLjE2NS0xLjAyYy0uMDM4LS43NS0uMDU3LTEuMTMtLjA1Ny0xLjM5YS40NzEuNDcxIDAgMCAwLS4zMjgtLjM4Yy0uMjM1LS4wNi0yIDAtMiAwdi0yaDFhMTMuMDczIDEzLjA3MyAwIDAgMSAxLjU4OC4xIDIuMDg0IDIuMDg0IDAgMCAxIC44Ny40NkE1LjAzOCA1LjAzOCAwIDAgMSAxMDUgMTcyNGE0LjQxNiA0LjQxNiAwIDAgMS0uMDE2IDEuMDZsLjA1MS45NC0uMDM1IDFoMXYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzIC0xNzE4KSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=)}.squiz-pb-amazing-scope .Viper-button.Viper-active .Viper-buttonIcon.Viper-code,.squiz-pb-amazing-scope .Viper-button.Viper-active.Viper-selected .Viper-buttonIcon.Viper-code{background-position:-34px 0}.squiz-pb-amazing-scope .__viper_selHighlight{background-color:#ccc!important}.squiz-pb-amazing-scope .Viper-deleteOverlay{background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iNSIgaGVpZ2h0PSI1Ij48cGF0aCBkPSJtMy4zNTQgNy4zNTQtLjcwOC0uNzA4IDUtNSAuNzA4LjcwOC01IDV6bS0zLTEtLjcwOC0uNzA4LjUtLjUtLjUtLjUgNS01IC43MDguNzA4LS41LjUuNS41LTUgNXptLTIuNzA4LTMuNzA4IDUtNSAuNzA4LjcwOC01IDUtLjcwOC0uNzA4eiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZjtvcGFjaXR5Oi4yIi8+PHBhdGggZD0ibTIuMzU0IDYuMzU0LS43MDgtLjcwOCA1LTUgLjcwOC43MDgtNSA1em0tMy43MDgtMi43MDggNS01IC43MDguNzA4LTUgNS0uNzA4LS43MDh6IiBzdHlsZT0iZmlsbDojZTMzMDMwO29wYWNpdHk6LjU7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48L3N2Zz4=) 0 0 repeat}.squiz-pb-amazing-scope .ViperITP form,.squiz-pb-amazing-scope .ViperITP ol,.squiz-pb-amazing-scope .ViperITP ul{margin:0;padding:0}.squiz-pb-amazing-scope .Viper-textbox{margin-bottom:.6em;transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;-webkit-transition:opacity .2s ease-in}.squiz-pb-amazing-scope .Viper-textbox .Viper-textbox-textArea{resize:none}.squiz-pb-amazing-scope .Viper-textbox.Viper-disabled{opacity:.3}.squiz-pb-amazing-scope .Viper-subSectionRow>.Viper-textbox{margin-bottom:0}.squiz-pb-amazing-scope .Viper-subSectionRow>.Viper-textbox+.Viper-textbox{margin-top:.56em}.squiz-pb-amazing-scope .Viper-textbox-label{background-color:#fff;border:1px solid #bfbfbf;border-radius:.4em;clear:both;color:#ddd;display:block;padding:4px 2px;position:relative;text-align:left;transition-duration:.3s;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;transition-property:color,background;-moz-transition-property:color,background;-webkit-transition-property:color,background}.squiz-pb-amazing-scope .Viper-textbox.Viper-active .Viper-textbox-label{background:#205caf}.squiz-pb-amazing-scope .Viper-textbox:after{clear:both;content:"";display:block}.squiz-pb-amazing-scope .ViperNext .Viper-textbox-main{display:flex;flex-direction:row;gap:8px;padding-right:0;position:relative}.squiz-pb-amazing-scope .Viper-textbox.Viper-actionClear .Viper-textbox-main,.squiz-pb-amazing-scope .Viper-textbox.Viper-actionRevert .Viper-textbox-main{padding-right:22px}.squiz-pb-amazing-scope .ViperNext .Viper-textbox-title{background-color:#ededed;border-radius:.2em;color:#4f4f4f;font-size:1.2em;height:100%;line-height:1.85em;margin:0 0 0 .2em;overflow:hidden;padding:0 10px;position:static;text-overflow:ellipsis;transition-duration:.3s;transition-property:color,background;white-space:nowrap}.squiz-pb-amazing-scope .Viper-textbox.Viper-active .Viper-textbox-title,.squiz-pb-amazing-scope .Viper-textbox.Viper-required.Viper-active .Viper-textbox-title{background-color:#2b7ce0;color:#fff}.squiz-pb-amazing-scope .Viper-textbox.Viper-required .Viper-textbox-title{background-color:#ea6868;color:#fff}.squiz-pb-amazing-scope .ViperNext .Viper-textbox-input[type=text],.squiz-pb-amazing-scope .ViperNext .Viper-textbox-textArea{background:transparent;border:none;box-sizing:border-box;color:#2b7ce0;flex-grow:1;font-family:Arial;font-size:1.49em;outline:none;padding:.1em 0 .15em;width:auto}.squiz-pb-amazing-scope .Viper-textbox.Viper-active .ViperNext .Viper-textbox-input[type=text],.squiz-pb-amazing-scope .Viper-textbox.Viper-active .ViperNext .Viper-textbox-textArea,.squiz-pb-amazing-scope .Viper-textbox.Viper-required.Viper-active .ViperNext .Viper-textbox-input[type=text],.squiz-pb-amazing-scope .Viper-textbox.Viper-required.Viper-active .ViperNext .Viper-textbox-textArea{color:#fff}.squiz-pb-amazing-scope .Viper-textbox.Viper-required .ViperNext .Viper-textbox-input[type=text],.squiz-pb-amazing-scope .Viper-textbox.Viper-required .ViperNext .Viper-textbox-textArea{color:#ea6868}.squiz-pb-amazing-scope .Viper-textbox.Viper-disabled .ViperNext .Viper-textbox-input[type=text],.squiz-pb-amazing-scope .Viper-textbox.Viper-disabled .ViperNext .Viper-textbox-textArea{color:#ccc;text-decoration:line-through}.squiz-pb-amazing-scope .Viper-textbox-textArea{min-height:3.5em}.squiz-pb-amazing-scope .ViperNext .Viper-textbox-input[type=text]:-moz-placeholder,.squiz-pb-amazing-scope .ViperNext .Viper-textbox-input[type=text]::-webkit-input-placeholder,.squiz-pb-amazing-scope .ViperNext .Viper-textbox-textArea:-moz-placeholder,.squiz-pb-amazing-scope .ViperNext .Viper-textbox-textArea::-webkit-input-placeholder,.squiz-pb-amazing-scope .input-placeholder{color:#c44e4e;font-style:italic;font-weight:400}.squiz-pb-amazing-scope .Viper-textbox.Viper-active .ViperNext .Viper-textbox-input[type=text]:-moz-placeholder,.squiz-pb-amazing-scope .Viper-textbox.Viper-active .ViperNext .Viper-textbox-input[type=text]::-webkit-input-placeholder,.squiz-pb-amazing-scope .Viper-textbox.Viper-active .ViperNext .Viper-textbox-textArea:-moz-placeholder,.squiz-pb-amazing-scope .Viper-textbox.Viper-active .ViperNext .Viper-textbox-textArea::-webkit-input-placeholder,.squiz-pb-amazing-scope .Viper-textbox.Viper-active .input-placeholder,.squiz-pb-amazing-scope .ViperNext .Viper-textbox.Viper-active .Viper-textbox-input[type=text]:-moz-placeholder,.squiz-pb-amazing-scope .ViperNext .Viper-textbox.Viper-active .Viper-textbox-input[type=text]::-webkit-input-placeholder,.squiz-pb-amazing-scope .ViperNext .Viper-textbox.Viper-active .Viper-textbox-textArea:-moz-placeholder,.squiz-pb-amazing-scope .ViperNext .Viper-textbox.Viper-active .Viper-textbox-textArea::-webkit-input-placeholder{color:#7c9cc9}.squiz-pb-amazing-scope .Viper-textbox-messages{font-size:1.3em;padding:.5em .2em 0}.squiz-pb-amazing-scope .Viper-textbox-error{background-color:#e65757;border-radius:.2em;color:#fff;display:block;padding:.4em .5em}.squiz-pb-amazing-scope .Viper-textbox-desc{color:#111;display:block;font-size:1.4em;padding:.4em 1em;text-shadow:0 1px 0 hsla(0,0%,100%,.2)}.squiz-pb-amazing-scope .Viper-alert{border-radius:4px;font-size:1.5em;padding:8px}.squiz-pb-amazing-scope .Viper-alert--error{background-color:#e65757;color:#fff}.squiz-pb-amazing-scope .Viper-alert--info{background-color:#e6f4f6;color:#3d3d3d}.squiz-pb-amazing-scope .Viper-textbox-action,.squiz-pb-amazing-scope .Viper-textbox.Viper-required .Viper-textbox-main:after{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="20.031" height="249" viewBox="0 0 20.031 249"><defs><style>.cls-1 { fill: %232b2b2b; fill-opacity: 0; } .cls-10, .cls-2 { fill: %23fff; } .cls-12, .cls-13, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 { fill-rule: evenodd; } .cls-3 { fill: %23a6a6a6; } .cls-4 { fill: gray; } .cls-5 { fill: %23c44e4e; } .cls-6 { fill: %23bfbfbf; } .cls-7 { fill: %23b8b8b8; } .cls-11, .cls-8 { fill: %239e9e9e; } .cls-13, .cls-9 { fill: %232b7ce0; } .cls-12 { fill: %232a7bde; }<\/style></defs><path class="cls-1" d="M.031 0h20v249h-20z"/><path d="M8.893 240.188l-4.312 5.812-2.63-2.531-1.482 1.625 2.473 2.344 1.732 1.562 5.764-7.469-1.545-1.343zM9.74 234.501l-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z" class="cls-2"/><path d="M17.04 194.51l-.946.775-.011-.01-2.115 1.733-.946-.775 1.504-1.233h-5.495v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348v.589h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504v-4.495h-5.495l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775-1.504 1.233h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504v4.495h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zm-8.595-5.51h.173l-.087-.106-.086.106z" class="cls-3"/><path d="M10.02 178.221l-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zM5.678 213.646l6-6 .707.708-6 6-.707-.708zm-4 0l10-10 .707.708-10 10-.707-.708zm10.707-1.292l-2 2-.707-.708 2-2 .707.708z" class="cls-4"/><path d="M9.04 168.386l1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553c1.12-.184 2.106-.372 2.957-.564l-.61-2.083c-.583.223-1.219.491-1.91.806-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084h-2.049c0 .79.092 1.81.277 3.061-.791-.491-1.688-.94-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437c-.599.568-1.174 1.162-1.726 1.784l1.737 1.346c.606-.936 1.143-1.818 1.611-2.647z" class="cls-5"/><path d="M9.026 225.628l1.896 3.134 2.15-1.419c-.197-.244-.464-.558-.801-.942l-1.686-1.897c1.368-.224 2.571-.454 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765h-2.501c0 .965.113 2.211.337 3.737-.965-.599-2.06-1.147-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534c-.73.694-1.433 1.419-2.107 2.178l2.121 1.644c.74-1.143 1.396-2.22 1.968-3.232z" class="cls-2"/><path d="M9.031 155c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6zm2.547-9.458l-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266 0-2.355-1.903-4.265-4.25-4.265-1.496 0-2.806.78-3.563 1.952l1.829 1.829h-4.766v-4.766l2.053 2.053c.999-1.38 2.613-2.287 4.447-2.287 3.038 0 5.5 2.462 5.5 5.5s-2.462 5.5-5.5 5.5z" class="cls-6"/><path d="M10.903 114.833l-10.868 6.275v-12.549l10.868 6.274zM.034 100.833l10.868 6.275v-12.549l-10.868 6.274z" class="cls-2"/><path d="M12.983 83.518l-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z" class="cls-7"/><path d="M8.056 87.03l-.748.718-.03-.03-5.523 5.305-.748-.718 5.523-5.305-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z" class="cls-8"/><circle cx="9.969" cy="69.938" r="7.063" class="cls-9"/><circle cx="10" cy="70" r="3.281" class="cls-10"/><circle cx="9.969" cy="49.938" r="7.063" class="cls-11"/><path d="M15.031 37h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-12"/><path d="M14.013 24.301c-1.467 1.564-2.72 3.275-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z" class="cls-13"/><path d="M15.031 17h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-8"/></svg>') 0 -122px no-repeat;cursor:pointer;display:none;height:18px;margin-top:-9px;position:absolute;right:2px;top:50%;width:18px}.squiz-pb-amazing-scope .Viper-textbox.Viper-actionClear.Viper-required .Viper-textbox-main:after,.squiz-pb-amazing-scope .Viper-textbox.Viper-actionRevert.Viper-required .Viper-textbox-main:after{display:none}.squiz-pb-amazing-scope .Viper-textbox.Viper-disabled .Viper-textbox.Viper-required .Viper-textbox-main:after{visibility:hidden}.squiz-pb-amazing-scope .Viper-textBox-textArea .Viper-textbox.Viper-required .Viper-textbox-main:after{display:none}.squiz-pb-amazing-scope .Viper-textbox.Viper-required .Viper-textbox-main:after{background-position:0 -158px;content:"";display:block}.squiz-pb-amazing-scope .Viper-textbox.Viper-required.Viper-active .Viper-textbox-main:after{background-position:0 -215px}.squiz-pb-amazing-scope .Viper-textbox.Viper-actionClear .Viper-textbox-action,.squiz-pb-amazing-scope .Viper-textbox.Viper-actionRevert .Viper-textbox-action{display:block;opacity:.6}.squiz-pb-amazing-scope .Viper-textbox.Viper-actionClear .Viper-textbox-action:hover,.squiz-pb-amazing-scope .Viper-textbox.Viper-actionRevert .Viper-textbox-action:hover{opacity:1}.squiz-pb-amazing-scope .Viper-textbox.Viper-actionClear .Viper-textbox-action{background-position:0 -140px}.squiz-pb-amazing-scope .Viper-checkbox{background-color:#ededed;border:1px solid #bfbfbf;border-radius:.3em;clear:both;color:#4f4f4f;cursor:pointer;display:block;font-size:1.2em;margin-bottom:.6em;padding:0 .8em;position:relative;text-align:left}.squiz-pb-amazing-scope .Viper-checkbox.Viper-disabled{opacity:.4}.squiz-pb-amazing-scope .Viper-checkbox-title{font-size:1.1em;line-height:2.5em;white-space:nowrap}.squiz-pb-amazing-scope .Viper-checkbox-switch{background-color:#cacaca;border-radius:.8em;box-shadow:inset 0 0 1px 0 rgba(0,0,0,.3);cursor:pointer;font-size:1.2em;height:1.6em;margin-top:-.8em;overflow:hidden;position:absolute;right:.6em;top:50%;-moz-transition:background-color .2s ease;-webkit-transition:background-color .2s ease;width:3.2em}.squiz-pb-amazing-scope .Viper-checkbox.Viper-active .Viper-checkbox-switch{background-color:#2b7ce0}.squiz-pb-amazing-scope .Viper-checkbox-slider{background-color:#fff;border-radius:.65em;box-shadow:0 0 1px rgba(0,0,0,.55);content:"";height:1.3em;left:.15em;margin-top:-.65em;position:absolute;top:50%;-moz-transition:left .2s ease-out;-webkit-transition:left .2s ease-out;width:1.3em}.squiz-pb-amazing-scope .Viper-checkbox.Viper-active .Viper-checkbox-slider{left:1.7em}.squiz-pb-amazing-scope .Viper-checkbox-switch:before{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="20.031" height="249" viewBox="0 0 20.031 249"><defs><style>.cls-1 { fill: %232b2b2b; fill-opacity: 0; } .cls-10, .cls-2 { fill: %23fff; } .cls-12, .cls-13, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 { fill-rule: evenodd; } .cls-3 { fill: %23a6a6a6; } .cls-4 { fill: gray; } .cls-5 { fill: %23c44e4e; } .cls-6 { fill: %23bfbfbf; } .cls-7 { fill: %23b8b8b8; } .cls-11, .cls-8 { fill: %239e9e9e; } .cls-13, .cls-9 { fill: %232b7ce0; } .cls-12 { fill: %232a7bde; }<\/style></defs><path class="cls-1" d="M.031 0h20v249h-20z"/><path d="M8.893 240.188l-4.312 5.812-2.63-2.531-1.482 1.625 2.473 2.344 1.732 1.562 5.764-7.469-1.545-1.343zM9.74 234.501l-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z" class="cls-2"/><path d="M17.04 194.51l-.946.775-.011-.01-2.115 1.733-.946-.775 1.504-1.233h-5.495v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348v.589h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504v-4.495h-5.495l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775-1.504 1.233h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504v4.495h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zm-8.595-5.51h.173l-.087-.106-.086.106z" class="cls-3"/><path d="M10.02 178.221l-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zM5.678 213.646l6-6 .707.708-6 6-.707-.708zm-4 0l10-10 .707.708-10 10-.707-.708zm10.707-1.292l-2 2-.707-.708 2-2 .707.708z" class="cls-4"/><path d="M9.04 168.386l1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553c1.12-.184 2.106-.372 2.957-.564l-.61-2.083c-.583.223-1.219.491-1.91.806-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084h-2.049c0 .79.092 1.81.277 3.061-.791-.491-1.688-.94-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437c-.599.568-1.174 1.162-1.726 1.784l1.737 1.346c.606-.936 1.143-1.818 1.611-2.647z" class="cls-5"/><path d="M9.026 225.628l1.896 3.134 2.15-1.419c-.197-.244-.464-.558-.801-.942l-1.686-1.897c1.368-.224 2.571-.454 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765h-2.501c0 .965.113 2.211.337 3.737-.965-.599-2.06-1.147-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534c-.73.694-1.433 1.419-2.107 2.178l2.121 1.644c.74-1.143 1.396-2.22 1.968-3.232z" class="cls-2"/><path d="M9.031 155c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6zm2.547-9.458l-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266 0-2.355-1.903-4.265-4.25-4.265-1.496 0-2.806.78-3.563 1.952l1.829 1.829h-4.766v-4.766l2.053 2.053c.999-1.38 2.613-2.287 4.447-2.287 3.038 0 5.5 2.462 5.5 5.5s-2.462 5.5-5.5 5.5z" class="cls-6"/><path d="M10.903 114.833l-10.868 6.275v-12.549l10.868 6.274zM.034 100.833l10.868 6.275v-12.549l-10.868 6.274z" class="cls-2"/><path d="M12.983 83.518l-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z" class="cls-7"/><path d="M8.056 87.03l-.748.718-.03-.03-5.523 5.305-.748-.718 5.523-5.305-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z" class="cls-8"/><circle cx="9.969" cy="69.938" r="7.063" class="cls-9"/><circle cx="10" cy="70" r="3.281" class="cls-10"/><circle cx="9.969" cy="49.938" r="7.063" class="cls-11"/><path d="M15.031 37h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-12"/><path d="M14.013 24.301c-1.467 1.564-2.72 3.275-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z" class="cls-13"/><path d="M15.031 17h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-8"/></svg>') 0 -233px no-repeat;content:"";display:block;height:7px;left:.5em;margin-top:-3px;opacity:0;position:absolute;top:51%;-moz-transition:opacity .2s ease-in;-webkit-transition:opacity .2s ease-in;width:10px}.squiz-pb-amazing-scope .Viper-checkbox.Viper-active .Viper-checkbox-switch:before{opacity:1}.squiz-pb-amazing-scope .Viper-checkbox input{visibility:hidden}.squiz-pb-amazing-scope .Viper-popup{background-color:#ededed;border-radius:.8em;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 1px rgba(0,0,0,.6);font-family:Arial,Sans Serif;font-size:9px;position:fixed!important;z-index:1086}.squiz-pb-amazing-scope .Viper-popup-header{border-bottom:1px solid transparent;cursor:move;font-size:1.2em;line-height:1.8em;margin:0;padding:.4em 0 0;position:relative;text-align:center;text-transform:uppercase;white-space:nowrap}.squiz-pb-amazing-scope .Viper-popup-bottom,.squiz-pb-amazing-scope .Viper-popup-content{background-color:#d4d4d4;padding:.3em 1em 1em}.squiz-pb-amazing-scope .Viper-popup-bottom{border-bottom-left-radius:.8em;border-bottom-right-radius:.8em;position:relative;text-align:center}.squiz-pb-amazing-scope .Viper-popup-content{min-width:52em;padding:.7em}.squiz-pb-amazing-scope .Viper-popup-closeIcon,.squiz-pb-amazing-scope .Viper-popup-closeIcon:after,.squiz-pb-amazing-scope .Viper-popup-dragIcon,.squiz-pb-amazing-scope .Viper-popup-resizeHandle,.squiz-pb-amazing-scope .Viper-popup-resizeIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="20.031" height="249" viewBox="0 0 20.031 249"><defs><style>.cls-1 { fill: %232b2b2b; fill-opacity: 0; } .cls-10, .cls-2 { fill: %23fff; } .cls-12, .cls-13, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 { fill-rule: evenodd; } .cls-3 { fill: %23a6a6a6; } .cls-4 { fill: gray; } .cls-5 { fill: %23c44e4e; } .cls-6 { fill: %23bfbfbf; } .cls-7 { fill: %23b8b8b8; } .cls-11, .cls-8 { fill: %239e9e9e; } .cls-13, .cls-9 { fill: %232b7ce0; } .cls-12 { fill: %232a7bde; }<\/style></defs><path class="cls-1" d="M.031 0h20v249h-20z"/><path d="M8.893 240.188l-4.312 5.812-2.63-2.531-1.482 1.625 2.473 2.344 1.732 1.562 5.764-7.469-1.545-1.343zM9.74 234.501l-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z" class="cls-2"/><path d="M17.04 194.51l-.946.775-.011-.01-2.115 1.733-.946-.775 1.504-1.233h-5.495v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348v.589h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504v-4.495h-5.495l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775-1.504 1.233h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504v4.495h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zm-8.595-5.51h.173l-.087-.106-.086.106z" class="cls-3"/><path d="M10.02 178.221l-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zM5.678 213.646l6-6 .707.708-6 6-.707-.708zm-4 0l10-10 .707.708-10 10-.707-.708zm10.707-1.292l-2 2-.707-.708 2-2 .707.708z" class="cls-4"/><path d="M9.04 168.386l1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553c1.12-.184 2.106-.372 2.957-.564l-.61-2.083c-.583.223-1.219.491-1.91.806-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084h-2.049c0 .79.092 1.81.277 3.061-.791-.491-1.688-.94-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437c-.599.568-1.174 1.162-1.726 1.784l1.737 1.346c.606-.936 1.143-1.818 1.611-2.647z" class="cls-5"/><path d="M9.026 225.628l1.896 3.134 2.15-1.419c-.197-.244-.464-.558-.801-.942l-1.686-1.897c1.368-.224 2.571-.454 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765h-2.501c0 .965.113 2.211.337 3.737-.965-.599-2.06-1.147-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534c-.73.694-1.433 1.419-2.107 2.178l2.121 1.644c.74-1.143 1.396-2.22 1.968-3.232z" class="cls-2"/><path d="M9.031 155c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6zm2.547-9.458l-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266 0-2.355-1.903-4.265-4.25-4.265-1.496 0-2.806.78-3.563 1.952l1.829 1.829h-4.766v-4.766l2.053 2.053c.999-1.38 2.613-2.287 4.447-2.287 3.038 0 5.5 2.462 5.5 5.5s-2.462 5.5-5.5 5.5z" class="cls-6"/><path d="M10.903 114.833l-10.868 6.275v-12.549l10.868 6.274zM.034 100.833l10.868 6.275v-12.549l-10.868 6.274z" class="cls-2"/><path d="M12.983 83.518l-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z" class="cls-7"/><path d="M8.056 87.03l-.748.718-.03-.03-5.523 5.305-.748-.718 5.523-5.305-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z" class="cls-8"/><circle cx="9.969" cy="69.938" r="7.063" class="cls-9"/><circle cx="10" cy="70" r="3.281" class="cls-10"/><circle cx="9.969" cy="49.938" r="7.063" class="cls-11"/><path d="M15.031 37h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-12"/><path d="M14.013 24.301c-1.467 1.564-2.72 3.275-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z" class="cls-13"/><path d="M15.031 17h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-8"/></svg>');position:absolute}.squiz-pb-amazing-scope .Viper-popup-closeIcon{background:none;cursor:pointer;height:2.2em;opacity:.5;right:0;top:0;width:2.2em}.squiz-pb-amazing-scope .Viper-popup-closeIcon:hover{opacity:1}.squiz-pb-amazing-scope .Viper-popup-closeIcon:after{background-position:0 -176px;content:"";display:block;height:10px;left:50%;margin:-5px 0 0 -5px;top:50%;width:11px}.squiz-pb-amazing-scope .Viper-popup-dragIcon{background-position:0 -186px;height:16px;left:.5em;margin-top:-8px;top:50%;width:17px}.squiz-pb-amazing-scope .Viper-popup-resizeIcon{background-position:0 -199px;bottom:0;height:13px;right:0;width:13px}.squiz-pb-amazing-scope .Viper-popup-resizeHandle{background-position:0 -202px;bottom:3px;cursor:se-resize;height:13px;right:3px;width:13px;z-index:1085}.squiz-pb-amazing-scope .ViperUtil-hidden{display:none}.squiz-pb-amazing-scope .Viper-tooltip{background-color:#ededed;border-radius:.4em;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 1px rgba(0,0,0,.5);color:#171717;font-family:Arial;line-height:1.2em;margin:5px 0;max-width:200px;opacity:.85;padding:10px;position:absolute;text-align:center;-moz-user-select:none;z-index:1085}.squiz-pb-amazing-scope .Viper-popoutPanel{animation-duration:90ms;-webkit-animation-duration:90ms;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;background-color:#fff;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.14);display:none;padding:.3em;position:absolute;z-index:1100}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-visible{display:block}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-visible.ViperUtil-arrowleft{animation-name:fade-in,appear-right;-webkit-animation-name:fade-in,appear-right}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-visible.ViperUtil-arrowright{animation-name:fade-in,appear-left;-webkit-animation-name:fade-in,appear-left}.squiz-pb-amazing-scope .ViperITP.Viper-visible{animation-name:fade-in,appear-bottom;-webkit-animation-name:fade-in,appear-bottom;display:block}.squiz-pb-amazing-scope .Viper-selectionList{color:#777;font-family:Arial,Sans Serif;font-size:12px;list-style:none;margin:0;padding-left:0}.squiz-pb-amazing-scope .Viper-selectionList li{border-bottom:1px solid #d7d7d7;box-shadow:0 1px 0 hsla(0,0%,100%,.1);cursor:pointer;padding:6px 40px 6px 8px;position:relative;transition:background-color .1s ease-out}.squiz-pb-amazing-scope .Viper-selectionList li.lastVisibleItem{border-bottom:none}.squiz-pb-amazing-scope .Viper-selectionList li:before{border:2px solid #b1b1b1;border-radius:10px;content:"";height:14px;margin-top:-9px;position:absolute;right:5px;top:50%;width:14px}.squiz-pb-amazing-scope .Viper-selectionList li:after{content:"";opacity:0;transform:scale(.1);transition:transform .1s ease-out}.squiz-pb-amazing-scope .Viper-selectionList li.selected{background-color:#e9f3ff;color:#2b7ce0}.squiz-pb-amazing-scope .Viper-selectionList li.selected:before{background-color:#2b7ce0;border-color:#2b7ce0}.squiz-pb-amazing-scope .Viper-selectionList li.selected:after{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="20.031" height="249" viewBox="0 0 20.031 249"><defs><style>.cls-1 { fill: %232b2b2b; fill-opacity: 0; } .cls-10, .cls-2 { fill: %23fff; } .cls-12, .cls-13, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 { fill-rule: evenodd; } .cls-3 { fill: %23a6a6a6; } .cls-4 { fill: gray; } .cls-5 { fill: %23c44e4e; } .cls-6 { fill: %23bfbfbf; } .cls-7 { fill: %23b8b8b8; } .cls-11, .cls-8 { fill: %239e9e9e; } .cls-13, .cls-9 { fill: %232b7ce0; } .cls-12 { fill: %232a7bde; }<\/style></defs><path class="cls-1" d="M.031 0h20v249h-20z"/><path d="M8.893 240.188l-4.312 5.812-2.63-2.531-1.482 1.625 2.473 2.344 1.732 1.562 5.764-7.469-1.545-1.343zM9.74 234.501l-4.147 4.147.005.004-1.415 1.415-.004-.005-.015.015-1.414-1.414.015-.015-2.202-2.202 1.414-1.414 2.202 2.202 4.147-4.147 1.414 1.414z" class="cls-2"/><path d="M17.04 194.51l-.946.775-.011-.01-2.115 1.733-.946-.775 1.504-1.233h-5.495v4.495l1.233-1.504.775.946-1.733 2.115.01.011-.285.348v.589h-.483l-.007.009-.008-.009h-.004l-.007.009-.008-.009h-.483v-.589l-.284-.348.009-.011-1.732-2.115.775-.946 1.232 1.504v-4.495h-5.495l1.504 1.233-.946.775-2.114-1.733-.012.01-.946-.775.012-.01-.012-.01.946-.775.012.01 2.114-1.733.946.775-1.504 1.233h5.495v-4.495l-1.232 1.504-.775-.946 1.732-2.115-.009-.011.775-.946.009.011.01-.011.775.946-.01.011 1.733 2.115-.775.946-1.233-1.504v4.495h5.495l-1.504-1.233.946-.775 2.115 1.733.011-.01.946.775-.011.01.011.01zm-8.595-5.51h.173l-.087-.106-.086.106z" class="cls-3"/><path d="M10.02 178.221l-3.607 3.248 3.607 3.247-1.415 1.274-3.606-3.248-3.608 3.248-1.349-1.214 3.608-3.248-3.638-3.276 1.414-1.273 3.638 3.276 3.607-3.248 1.349 1.214zM5.678 213.646l6-6 .707.708-6 6-.707-.708zm-4 0l10-10 .707.708-10 10-.707-.708zm10.707-1.292l-2 2-.707-.708 2-2 .707.708z" class="cls-4"/><path d="M9.04 168.386l1.553 2.566 1.761-1.162c-.161-.199-.38-.456-.656-.771l-1.381-1.553c1.12-.184 2.106-.372 2.957-.564l-.61-2.083c-.583.223-1.219.491-1.91.806-.506.238-.836.387-.989.449.207-1.496.311-2.524.311-3.084h-2.049c0 .79.092 1.81.277 3.061-.791-.491-1.688-.94-2.693-1.347l-.679 2.026c.207.076.637.195 1.289.356.905.223 1.453.349 1.645.38l-.448.437c-.599.568-1.174 1.162-1.726 1.784l1.737 1.346c.606-.936 1.143-1.818 1.611-2.647z" class="cls-5"/><path d="M9.026 225.628l1.896 3.134 2.15-1.419c-.197-.244-.464-.558-.801-.942l-1.686-1.897c1.368-.224 2.571-.454 3.611-.688l-.745-2.543c-.712.272-1.489.599-2.332.983-.618.291-1.021.473-1.208.548.253-1.826.379-3.081.379-3.765h-2.501c0 .965.113 2.211.337 3.737-.965-.599-2.06-1.147-3.287-1.644l-.829 2.473c.252.094.777.239 1.573.436 1.105.272 1.775.426 2.009.463l-.548.534c-.73.694-1.433 1.419-2.107 2.178l2.121 1.644c.74-1.143 1.396-2.22 1.968-3.232z" class="cls-2"/><path d="M9.031 155c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6zm2.547-9.458l-2.514 2.514-2.544-2.544-.977.976 2.544 2.545-2.513 2.514.911.911 2.514-2.514 2.513 2.513.976-.977-2.513-2.513 2.514-2.513-.911-.912zM9.531 136c-.524 0-1.02-.097-1.5-.233v-1.304c.468.178.97.287 1.5.287 2.347 0 4.25-1.91 4.25-4.266 0-2.355-1.903-4.265-4.25-4.265-1.496 0-2.806.78-3.563 1.952l1.829 1.829h-4.766v-4.766l2.053 2.053c.999-1.38 2.613-2.287 4.447-2.287 3.038 0 5.5 2.462 5.5 5.5s-2.462 5.5-5.5 5.5z" class="cls-6"/><path d="M10.903 114.833l-10.868 6.275v-12.549l10.868 6.274zM.034 100.833l10.868 6.275v-12.549l-10.868 6.274z" class="cls-2"/><path d="M12.983 83.518l-.434.434-.018-.018-3.205 3.205-.434-.434 3.205-3.205-3.205-3.205.434-.434 3.205 3.205.018-.018.434.434-.018.018.018.018z" class="cls-7"/><path d="M8.056 87.03l-.748.718-.03-.03-5.523 5.305-.748-.718 5.523-5.305-5.523-5.305.748-.718 5.523 5.305.03-.029.748.718-.031.029.031.03z" class="cls-8"/><circle cx="9.969" cy="69.938" r="7.063" class="cls-9"/><circle cx="10" cy="70" r="3.281" class="cls-10"/><circle cx="9.969" cy="49.938" r="7.063" class="cls-11"/><path d="M15.031 37h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-12"/><path d="M14.013 24.301c-1.467 1.564-2.72 3.275-3.757 5.133l-.316-.704c-.58-1.306-.882-1.227-1.369-1.227-.351 0-.996.448-1.47.882.351.035.678.268.98.698.301.431.672 1.188 1.112 2.272l.202.501c.187.469.301.809.342 1.02.241-.217.759-.665 1.093-.882l.387-.255c.65-1.781 1.708-3.6 3.173-5.458 1.464-1.857 3.055-3.392 4.772-4.605l-.495-1.19c-1.635.979-3.186 2.25-4.654 3.815z" class="cls-13"/><path d="M15.031 17h-10c-1.104 0-2-.895-2-2v-10c0-1.105.896-2 2-2h10c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2zm0-11c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v8c0 .552.448 1 1 1h8c.552 0 1-.448 1-1v-8z" class="cls-8"/></svg>') 0 -240px no-repeat;height:9px;margin-top:-4px;opacity:1;position:absolute;right:8px;top:50%;transform:scale(1);width:11px}.squiz-pb-amazing-scope .Viper-popoutPanel:after,.squiz-pb-amazing-scope .Viper-popoutPanel:before{border:10px solid transparent;content:"";height:0;pointer-events:none;position:absolute;right:100%;top:50%;width:0}.squiz-pb-amazing-scope .Viper-popoutPanel:after{border-width:8px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-alignbottom{margin-top:-15px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowleft{margin-left:5px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowleft:before{border-right-color:#c1c1c1}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowleft:after{border-right-color:#fff}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-alignmiddle:before{margin-top:-10px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-alignmiddle:after{margin-top:-8px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-aligntop:before{top:0}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowleft.ViperUtil-aligntop:after{top:2px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright{margin-left:15px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright:before{border-left-color:#c1c1c1;left:100%}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright:after{border-left-color:#fff;left:100%}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-alignmiddle:before{margin-top:-10px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-alignmiddle:after{margin-top:-8px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-aligntop{margin-top:15px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-aligntop:before{top:14px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowright.ViperUtil-aligntop:after{top:16px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowtop{margin-top:12px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowtop:before{border-color:rgba(43,43,43,0) rgba(43,43,43,0) #2b2b2b;left:50%;margin-left:-12px;top:-12px}.squiz-pb-amazing-scope .Viper-popoutPanel.ViperUtil-arrowbottom{border-color:#2b2b2b rgba(43,43,43,0) rgba(43,43,43,0);border-width:12px;left:50%;margin-left:-12px;margin-top:-12px;top:100%}.squiz-pb-amazing-scope .Viper-menu{display:flex;flex-direction:column;gap:4px;list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .Viper-menu--itemButton{align-items:center;background-color:#fff;border:none;border-radius:4px;color:#707070;cursor:pointer;display:flex;font-size:1.5em;text-align:left;width:100%}.squiz-pb-amazing-scope .Viper-menu--itemButton:hover{background:#f5f5f5;color:#2b2b2b}.squiz-pb-amazing-scope .Viper-menu--itemButton:disabled{cursor:default;opacity:.5;pointer-events:none}.squiz-pb-amazing-scope .Viper-menu--itemLabel{display:block;padding:8px;word-break:break-word}.squiz-pb-amazing-scope .viperReact{background-color:#fff;border-radius:8px}.squiz-pb-amazing-scope .viperReact.viperReact--bordered{border:2px solid #e0e0e0}.squiz-pb-amazing-scope .viperReact.viperReact--disabled{background-color:#f7f7f7;cursor:not-allowed}.squiz-pb-amazing-scope .viperReact.viperReact--focused{border-width:0;box-shadow:0 0 0 0 #000,0 0 0 0 #000,0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12)}.squiz-pb-amazing-scope .viperReactInput{box-sizing:border-box;max-height:22.5rem;min-height:7rem;overflow-y:auto;position:relative}.squiz-pb-amazing-scope .viperReactInput--indented{padding:2rem}.squiz-pb-amazing-scope .viperReact--empty:not(.viperReact--disabled) .viperReactInput:before{color:#949494;content:"Write something";font-style:italic;pointer-events:none;position:absolute}.squiz-pb-amazing-scope .viperReactInput{font-family:Open Sans,sans-serif}.squiz-pb-amazing-scope .viperReactInput h1,.squiz-pb-amazing-scope .viperReactInput h2,.squiz-pb-amazing-scope .viperReactInput h3,.squiz-pb-amazing-scope .viperReactInput h4,.squiz-pb-amazing-scope .viperReactInput h5,.squiz-pb-amazing-scope .viperReactInput h6,.squiz-pb-amazing-scope .viperReactInput p{margin-bottom:0;margin-top:0}.squiz-pb-amazing-scope .viperReactInput p{margin:0 0 .8rem}.squiz-pb-amazing-scope .viperReactInput h1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem}.squiz-pb-amazing-scope .viperReactInput h2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-amazing-scope .viperReactInput h3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-pb-amazing-scope .viperReactInput h4{font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .viperReactInput h5{font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .viperReactInput h6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .viperReactInput table{border-collapse:collapse}.squiz-pb-amazing-scope .viperReactInput table td,.squiz-pb-amazing-scope .viperReactInput table th{border:1px solid #e0e0e0;padding:.5rem}.squiz-pb-amazing-scope .viperReactInput table th{background-color:#f7f7f7}.squiz-pb-amazing-scope .viperReactInput hr{border:0;border-top:1px solid #ededed;margin-bottom:.6rem;margin-top:.6rem}.squiz-pb-amazing-scope .viperReactInput ol,.squiz-pb-amazing-scope .viperReactInput ul{list-style:revert;margin:revert;padding:revert}.squiz-pb-amazing-scope .viperReactToolbar{border-top-left-radius:8px;border-top-right-radius:8px;max-height:0;opacity:0;overflow:hidden;position:relative}.squiz-pb-amazing-scope .viperReactToolbar .ViperTP-bar{background-color:#f5f5f5;border-top-left-radius:4px;border-top-right-radius:4px;box-sizing:border-box;display:flex!important;flex-wrap:wrap;justify-content:center;position:relative!important;z-index:auto!important}.squiz-pb-amazing-scope .viperReactToolbar .ViperTP-bar.viper-inactive{display:none!important;transition:display allow-discrete .3s}.squiz-pb-amazing-scope .viperReactToolbar:has(.viper-active.ViperTP-bar){max-height:112px;opacity:1;overflow:visible}.squiz-pb-amazing-scope .viperReactToolbar:has(.viper-active.ViperTP-bar) .ViperTP-bar.ViperNext{background:#f5f5f5;border-bottom:none;box-shadow:0 1px 0 0 rgba(0,0,0,.16);padding:4px;row-gap:4px}.squiz-pb-amazing-scope .viperReactToolbar:has(.viper-active.ViperTP-bar) .ViperTP-bar.ViperNext .Viper-button,.squiz-pb-amazing-scope .viperReactToolbar:has(.viper-active.ViperTP-bar) .ViperTP-bar.ViperNext .Viper-buttonGroup .Viper-button{margin-bottom:0}.squiz-pb-amazing-scope .viperReactToolbar--animated{transition:max-height .3s ease-out,opacity .3s ease-out,overflow 0s ease-out .3s}.squiz-pb-amazing-scope .Viper-buttonIcon.Viper-contentTools{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxnIGZpbHRlcj0idXJsKCNiKSI+PHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9InVybCgjYykiLz48cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiByeD0iMTAuNSIgc3Ryb2tlPSIjZmZmIi8+PC9nPjxnIGZpbHRlcj0idXJsKCNkKSI+PHBhdGggZD0iTTExLjIwOCA5Ljc5MiAxMC4xMjIgNy40YS42ODQuNjg0IDAgMCAwLTEuMjQ0IDBMNy43OTIgOS43OTIgNS40IDEwLjg3OGMtLjUzMy4yNDYtLjUzMyAxLjAwNSAwIDEuMjQ0bDIuMzkyIDEuMDg2TDguODc4IDE1LjZjLjI0Ni41MzMgMS4wMDUuNTMzIDEuMjQ0IDBsMS4wODYtMi4zOTIgMi4zOTItMS4wODZjLjUzMy0uMjQ2LjUzMy0xLjAwNSAwLTEuMjQ0bC0yLjM5Mi0xLjA4NloiIGZpbGw9IiNmZmYiLz48L2c+PGcgb3BhY2l0eT0iLjgiIGZpbHRlcj0idXJsKCNlKSI+PHBhdGggZD0ibTE3LjQ1IDEwLjQ1LS42IDEuMzI4YS4zODYuMzg2IDAgMCAxLS43IDBsLS42LTEuMzM3LTEuMzI4LS42YS4zOC4zOCAwIDAgMSAwLS42OWwxLjMzNy0uNi42LTEuMzI5YS4zOC4zOCAwIDAgMSAuNjkgMGwuNiAxLjMzNiAxLjMyOS42YS4zOC4zOCAwIDAgMSAwIC42OTFsLTEuMzI5LjZaIiBmaWxsPSIjZmZmIi8+PC9nPjxnIG9wYWNpdHk9Ii44IiBmaWx0ZXI9InVybCgjZikiPjxjaXJjbGUgY3g9IjE0LjUiIGN5PSIxNi41IiByPSIxLjUiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeD0iMSIgZHk9IjEiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC4yIDAgMCAwIDAgMC43MDk5NDEgMCAwIDAgMCAxIDAgMCAwIDAuNjQgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeD0iLTEiIGR5PSItMSIvPjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjk2IDAgMCAwIDAgMC43NiAwIDAgMCAwIDAuNDggMCAwIDAgMC42NCAwIi8+PGZlQmxlbmQgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzA2MF80NDU0NSIgcmVzdWx0PSJlZmZlY3QyX2Ryb3BTaGFkb3dfMzA2MF80NDU0NSIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDJfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iZCIgeD0iNSIgeT0iNyIgd2lkdGg9IjkiIGhlaWdodD0iMTAiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTYgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzMwNjBfNDQ1NDUiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJlIiB4PSIxNCIgeT0iNyIgd2lkdGg9IjUiIGhlaWdodD0iNi4zMDciIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjEuMzA3Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE2IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzA2MF80NDU0NSIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iZiIgeD0iMTMiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSI0LjMyNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMS4zMjQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTYgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zMDYwXzQ0NTQ1Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzMwNjBfNDQ1NDUiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSI2LjU0NSIgeTE9IjMuODE4IiB4Mj0iMTciIHkyPSIyMC4xODIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjVENkFCIi8+PHN0b3Agb2Zmc2V0PSIuMjUxIiBzdG9wLWNvbG9yPSIjRjg5NUE3Ii8+PHN0b3Agb2Zmc2V0PSIuNTg1IiBzdG9wLWNvbG9yPSIjNzdBMUYxIi8+PHN0b3Agb2Zmc2V0PSIuODYxIiBzdG9wLWNvbG9yPSIjNjhDOEZGIi8+PC9saW5lYXJHcmFkaWVudD48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)}.squiz-pb-amazing-scope .squiz-rb-scope code[class*=language-]:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}.squiz-pb-amazing-scope .squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){margin:.5em 0;overflow:auto;padding:1em}.squiz-pb-amazing-scope .squiz-rb-scope :not(pre)>code[class*=language-]:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){background:#2d2d2d}.squiz-pb-amazing-scope .squiz-rb-scope :not(pre)>code[class*=language-]:not(.squiz-rb-plugin *){border-radius:.3em;padding:.1em;white-space:normal}.squiz-pb-amazing-scope .squiz-rb-scope .token.block-comment:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.cdata:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.comment:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.doctype:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.prolog:not(.squiz-rb-plugin *){color:#999}.squiz-pb-amazing-scope .squiz-rb-scope .token.punctuation:not(.squiz-rb-plugin *){color:#ccc}.squiz-pb-amazing-scope .squiz-rb-scope .token.attr-name:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.deleted:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.namespace:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.tag:not(.squiz-rb-plugin *){color:#e2777a}.squiz-pb-amazing-scope .squiz-rb-scope .token.function-name:not(.squiz-rb-plugin *){color:#6196cc}.squiz-pb-amazing-scope .squiz-rb-scope .token.boolean:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.function:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.number:not(.squiz-rb-plugin *){color:#f08d49}.squiz-pb-amazing-scope .squiz-rb-scope .token.class-name:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.constant:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.property:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.symbol:not(.squiz-rb-plugin *){color:#f8c555}.squiz-pb-amazing-scope .squiz-rb-scope .token.atrule:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.builtin:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.important:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.keyword:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.selector:not(.squiz-rb-plugin *){color:#cc99cd}.squiz-pb-amazing-scope .squiz-rb-scope .token.attr-value:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.char:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.regex:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.string:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.variable:not(.squiz-rb-plugin *){color:#7ec699}.squiz-pb-amazing-scope .squiz-rb-scope .token.entity:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.operator:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.url:not(.squiz-rb-plugin *){color:#67cdcc}.squiz-pb-amazing-scope .squiz-rb-scope .token.bold:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .token.important:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-amazing-scope .squiz-rb-scope .token.italic:not(.squiz-rb-plugin *){font-style:italic}.squiz-pb-amazing-scope .squiz-rb-scope .token.entity:not(.squiz-rb-plugin *){cursor:help}.squiz-pb-amazing-scope .squiz-rb-scope .token.inserted:not(.squiz-rb-plugin *){color:green}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-link:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field__button:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .svg-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .svg-wrapper--custom-color-icon svg:not(.squiz-rb-plugin *){fill:currentcolor}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:1rem;position:relative;text-align:left;text-transform:none;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container--basic:not(.squiz-rb-plugin *){box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container--basic .sds-accordion-header:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container.active .sds-accordion-header:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container.active .sds-accordion-icon:not(.squiz-rb-plugin *){transform:translateY(-50%) rotate(90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container.active .sds-accordion-content:not(.squiz-rb-plugin *){border-radius:0 0 .25rem .25rem;height:auto;padding:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-content:not(.squiz-rb-plugin *){background:#f7f7f7;height:0;overflow:hidden;padding:0 1rem;transition:all .3s ease}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-footer:not(.squiz-rb-plugin *){border-top:1px solid #ededed}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-header:not(.squiz-rb-plugin *){background-color:#fff;border:none;border-radius:.25rem;color:#707070;padding:1.25rem 1rem;position:static}.squiz-pb-amazing-scope .squiz-rb-scope button.sds-accordion-header:not(.squiz-rb-plugin *){text-align:left;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-header-content:not(.squiz-rb-plugin *){position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-toggle:not(.squiz-rb-plugin *){background-color:#fff;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-icon:not(.squiz-rb-plugin *){color:#707070;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transition:all .3s ease}@media screen and (min-width:1024px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-container--basic:not(.squiz-rb-plugin *){box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-header:not(.squiz-rb-plugin *):after{border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-accordion-header:hover:not(.squiz-rb-plugin *):after{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-activity-log__timestamp:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__wrapper:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-radius:.25rem;display:flex;flex-wrap:wrap;padding:.5rem .75rem .5rem .5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__body-header:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__body:not(.squiz-rb-plugin *){display:flex;max-width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__body--header:not(.squiz-rb-plugin *){flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__body--header h3:not(.squiz-rb-plugin *){margin:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__icon-container:not(.squiz-rb-plugin *){align-self:baseline;margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__content:not(.squiz-rb-plugin *){color:#3d3d3d;display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:.125rem;padding-right:.375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__title:not(.squiz-rb-plugin *){flex-shrink:0;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.5rem;margin:0 .5rem 0 0;max-width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__buttons:not(.squiz-rb-plugin *){display:flex;margin-bottom:.375rem;margin-top:1rem;place-content:flex-end;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert--dark:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--help.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#f0ecf7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--help svg:not(.squiz-rb-plugin *){fill:#6b47b4}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--custom.sds-alert--has-bg-color:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--info.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#e6f4f6}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--custom svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--info svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--warning.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fcf0e5;margin:2px}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--warning svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--report.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fae9e8}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--report svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--assistant.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fdf7e9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert-type--assistant svg:not(.squiz-rb-plugin *){fill:#efb324}@media screen and (min-width:576px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__wrapper:not(.squiz-rb-plugin *){flex-wrap:nowrap;justify-content:space-between}.squiz-pb-amazing-scope .squiz-rb-scope .sds-alert__buttons:not(.squiz-rb-plugin *){margin:0 0 0 1rem;width:auto}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api tbody:not(.squiz-rb-plugin *){position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__empty-row:not(.squiz-rb-plugin *){height:5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__row--selected:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__row--selectable:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__th--selectable:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__th--selectable .sds-table__th-content:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__th--selectable div:not(.squiz-rb-plugin *){line-height:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .checkbox-cell:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .checkbox-cell div:not(.squiz-rb-plugin *){line-height:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .loading:not(.squiz-rb-plugin *){background:hsla(0,0%,100%,.7);border:none;height:100%;position:absolute;top:0;width:100%;z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__loader-row:not(.squiz-rb-plugin *){position:unset}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__pagination:not(.squiz-rb-plugin *){padding:1.25rem 1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--api .sds-table__navigator button:nth-child(2):not(.squiz-rb-plugin *){margin-left:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table--loading:not(.squiz-rb-plugin *){display:grid;place-items:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar:not(.squiz-rb-plugin *){align-items:center;background-color:#26324b;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-family:Asap,sans-serif;justify-content:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--lg:not(.squiz-rb-plugin *){font-size:3rem;height:6.25rem;width:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--lg svg:not(.squiz-rb-plugin *){height:3.75rem;width:3.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--md:not(.squiz-rb-plugin *){font-size:1.875rem;height:4rem;width:4rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--md svg:not(.squiz-rb-plugin *){height:2.25rem;width:2.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--sm:not(.squiz-rb-plugin *){font-size:1rem;height:2.25rem;width:2.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--xs:not(.squiz-rb-plugin *){font-size:.875rem;height:1.875rem;width:1.875rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--xs svg:not(.squiz-rb-plugin *){height:1.25rem;width:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--xxs:not(.squiz-rb-plugin *){font-size:.6875rem;height:1.5rem;width:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar.size--xxs svg:not(.squiz-rb-plugin *){height:1rem;width:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar-photo:not(.squiz-rb-plugin *){background-size:cover}.squiz-pb-amazing-scope .squiz-rb-scope .sds-avatar-button:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--strong:not(.squiz-rb-plugin *){background:#e0e0e0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--action:not(.squiz-rb-plugin *){background:#fff;border:1px solid #0774d2;color:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--action.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--action.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--action.badge--strong:not(.squiz-rb-plugin *){background:#0774d2;color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--success:not(.squiz-rb-plugin *){background:#fff;border:1px solid #098934;color:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--success.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--success.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--success.badge--strong:not(.squiz-rb-plugin *){background:#098934;color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--info:not(.squiz-rb-plugin *){background:#fff;border:1px solid #057e91;color:#057e91}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--info.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--info.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--info.badge--strong:not(.squiz-rb-plugin *){background:#057e91;color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--warning:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e96900;color:#e96900}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--warning.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--warning.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--warning.badge--strong:not(.squiz-rb-plugin *){background:#e96900;color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--danger:not(.squiz-rb-plugin *){background:#fff;border:1px solid #d72321;color:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--danger.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--danger.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge.badge--danger.badge--strong:not(.squiz-rb-plugin *){background:#d72321;color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-badge-label:not(.squiz-rb-plugin *){display:inline-block;max-width:12.25rem;overflow-x:hidden;padding:.0625rem .5rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper span:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;white-space:nowrap}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-button.sds-breadcrumbs__button:not(.squiz-rb-plugin *){padding:.375rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(:first-child):not(.squiz-rb-plugin *):before{color:#707070;content:"/";font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding-left:.75rem;padding-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow:not(.squiz-rb-plugin *){padding:.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:not(.squiz-rb-plugin *){text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.5rem;transition:text-decoration-color .5s}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:hover:not(.squiz-rb-plugin *){background-color:unset;text-decoration-color:unset}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current:not(.squiz-rb-plugin *){overflow-x:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current span:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__button .sds-button-icon>svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .sds-breadcrumbs__wrapper span:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button:not(.squiz-rb-plugin *){border-radius:.25rem;padding:.5rem .75rem;transition:background-color .3s ease}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button .button--content:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button:disabled:not(.squiz-rb-plugin *){cursor:default;opacity:.5;pointer-events:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon:not(.squiz-rb-plugin *){padding:.375rem .5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--white>svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--offwhite>svg:not(.squiz-rb-plugin *){fill:#d9d9d9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-50>svg:not(.squiz-rb-plugin *){fill:#f7f7f7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-100>svg:not(.squiz-rb-plugin *){fill:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-200>svg:not(.squiz-rb-plugin *){fill:#ededed}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-300>svg:not(.squiz-rb-plugin *){fill:#e0e0e0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-400>svg:not(.squiz-rb-plugin *){fill:#bababa}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-500>svg:not(.squiz-rb-plugin *){fill:#949494}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-600>svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-700>svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-800>svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-900>svg:not(.squiz-rb-plugin *){fill:#2b2b2b}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--black>svg:not(.squiz-rb-plugin *){fill:#000}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-100>svg:not(.squiz-rb-plugin *){fill:#e6f1fa}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-200>svg:not(.squiz-rb-plugin *){fill:#8fc0eb}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-300>svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-400>svg:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-100>svg:not(.squiz-rb-plugin *){fill:#e7f4ec}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-200>svg:not(.squiz-rb-plugin *){fill:#95d0a9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-300>svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-400>svg:not(.squiz-rb-plugin *){fill:#0a4a20}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-100>svg:not(.squiz-rb-plugin *){fill:#fcf0e5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-200>svg:not(.squiz-rb-plugin *){fill:#f5bb8c}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-300>svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-400>svg:not(.squiz-rb-plugin *){fill:#8f4000}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-100>svg:not(.squiz-rb-plugin *){fill:#fae9e8}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-200>svg:not(.squiz-rb-plugin *){fill:#ec9c9b}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-300>svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-400>svg:not(.squiz-rb-plugin *){fill:#6b1211}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-100>svg:not(.squiz-rb-plugin *){fill:#f0ecf7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-200>svg:not(.squiz-rb-plugin *){fill:#bcacdd}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-300>svg:not(.squiz-rb-plugin *){fill:#6b47b4}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-400>svg:not(.squiz-rb-plugin *){fill:#3e2969}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-100>svg:not(.squiz-rb-plugin *){fill:#e6f4f6}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-200>svg:not(.squiz-rb-plugin *){fill:#8fd0d9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-300>svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-400>svg:not(.squiz-rb-plugin *){fill:#024752}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-100>svg:not(.squiz-rb-plugin *){fill:#fdf7e9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-200>svg:not(.squiz-rb-plugin *){fill:#f7dd9c}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-300>svg:not(.squiz-rb-plugin *){fill:#efb324}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-400>svg:not(.squiz-rb-plugin *){fill:#a17917}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-100>svg:not(.squiz-rb-plugin *){fill:#f8ebf6}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-200>svg:not(.squiz-rb-plugin *){fill:#dfa7d8}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-300>svg:not(.squiz-rb-plugin *){fill:#b93da9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-400>svg:not(.squiz-rb-plugin *){fill:#6e2464}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--round:not(.squiz-rb-plugin *){border-radius:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--icon-round:not(.squiz-rb-plugin *){border-radius:50%;padding:.375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--lite:not(.squiz-rb-plugin *){padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--wide:not(.squiz-rb-plugin *){width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--wide .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--loading:not(.squiz-rb-plugin *){cursor:default;pointer-events:none;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--loading .button--spinner-container:not(.squiz-rb-plugin *){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--loading .button--content:not(.squiz-rb-plugin *){visibility:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--default.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--default.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--default.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--default.button--transparent:not(.squiz-rb-plugin *){color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--default.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--default.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--strong:not(.squiz-rb-plugin *){background:#0774d2;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--strong:hover:not(.squiz-rb-plugin *){background-color:#0559a1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#0774d2;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--transparent:not(.squiz-rb-plugin *){color:#0774d2;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--primary.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--strong:not(.squiz-rb-plugin *){background:#098934;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--strong:hover:not(.squiz-rb-plugin *){background-color:#065922}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#098934;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--transparent:not(.squiz-rb-plugin *){color:#098934;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--success.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--strong:not(.squiz-rb-plugin *){background:#d72321;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--strong:hover:not(.squiz-rb-plugin *){background-color:#ab1c1a}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#d72321;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--transparent:not(.squiz-rb-plugin *){color:#d72321;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--transparent.active:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--danger.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button.button--toolbar:not(.squiz-rb-plugin *){margin-right:.5rem;padding:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button .sds-button-icon:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button .sds-button-icon+.sds-button-label:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-button .sds-button-label+.sds-button-icon:not(.squiz-rb-plugin *){margin-left:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list li:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list li:last-child:not(.squiz-rb-plugin *){margin-right:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--wide:not(.squiz-rb-plugin *){flex-wrap:wrap}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--wide li:not(.squiz-rb-plugin *){margin-bottom:.5rem;margin-right:0;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--wide .sds-button:not(.squiz-rb-plugin *){width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--middle:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--wide .sds-button .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--space-between:not(.squiz-rb-plugin *){justify-content:space-between}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--right:not(.squiz-rb-plugin *){flex-direction:row-reverse}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--right li:not(.squiz-rb-plugin *){margin-left:.5rem;margin-right:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-button-list.button-list--right li:last-child:not(.squiz-rb-plugin *){margin-left:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-container:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;color:#3d3d3d;height:100%;width:16.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-container.card--standard:not(.squiz-rb-plugin *){border:1px solid #e0e0e0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-container.card--button:not(.squiz-rb-plugin *){box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-container.card--button a:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;height:100%;text-decoration:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-container.card--button:hover:not(.squiz-rb-plugin *){box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-link:not(.squiz-rb-plugin *){color:inherit;height:100%;text-align:left;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card:not(.squiz-rb-plugin *){display:flex;flex-direction:column;height:100%;padding:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-header:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon:not(.squiz-rb-plugin *){align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.25rem;width:4.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon svg:not(.squiz-rb-plugin *){height:2rem;width:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon.sds-card-type--danger:not(.squiz-rb-plugin *){background:#fae9e8}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon.sds-card-type--danger svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon.sds-card-type--info:not(.squiz-rb-plugin *){background:#e6f1fa}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon.sds-card-type--info svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon.sds-card-type--success:not(.squiz-rb-plugin *){background:#e7f4ec}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-icon.sds-card-type--success svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-body:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-title:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-subtitle:not(.squiz-rb-plugin *){color:#707070;display:block;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-content:not(.squiz-rb-plugin *){display:block;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-buttons:not(.squiz-rb-plugin *){margin-top:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-list>li:not(.squiz-rb-plugin *){margin-bottom:2rem}@media screen and (min-width:768px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-list:not(.squiz-rb-plugin *){display:flex;flex-wrap:wrap}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-list>li:not(.squiz-rb-plugin *){margin-right:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-card-list>li:last-child:not(.squiz-rb-plugin *){margin-right:0}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chart:not(.squiz-rb-plugin *){padding:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip:not(.squiz-rb-plugin *){align-items:center;display:flex;margin:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem;color:#4f4f4f;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border-color:#bababa}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection.active:not(.squiz-rb-plugin *){background:#e0e0e0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable:not(.squiz-rb-plugin *){background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable svg:not(.squiz-rb-plugin *){fill:rgba(79,79,79,.5)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #4f4f4f;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection.active:not(.squiz-rb-plugin *){background:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable:not(.squiz-rb-plugin *){background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #0774d2;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection.active:not(.squiz-rb-plugin *){background:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable:not(.squiz-rb-plugin *){background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--blue .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#098934;border:1px solid #098934;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #098934;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection.active:not(.squiz-rb-plugin *){background:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable:not(.squiz-rb-plugin *){background:#098934;border:1px solid #098934;border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--green .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #6b47b4;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#6b47b4}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection.active:not(.squiz-rb-plugin *){background:#6b47b4}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable:not(.squiz-rb-plugin *){background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--purple .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#d72321;border:1px solid #d72321;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #d72321;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection.active:not(.squiz-rb-plugin *){background:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable:not(.squiz-rb-plugin *){background:#d72321;border:1px solid #d72321;border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--red .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #b93da9;border-radius:6.25rem;padding:.25rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#b93da9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection.active:not(.squiz-rb-plugin *){background:#b93da9}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable:not(.squiz-rb-plugin *){background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--pink .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip.chip--icon .sds-chip-label:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip .sds-chip-icon:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip .sds-chip-icon~.sds-chip-label--text:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip .sds-chip-icon~.sds-chip-label:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip .sds-chip-label--text~.sds-chip-icon:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip .sds-chip-label~.sds-chip-icon:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip-remover:not(.squiz-rb-plugin *){margin-right:.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip-remover:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-chip-list:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn:not(.squiz-rb-plugin *){background-color:#4f4f4f;color:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter:not(.squiz-rb-plugin *){position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter .sds-button.chip-filter__btn:not(.squiz-rb-plugin *){border-radius:3rem;color:#4f4f4f;font-weight:600;margin-bottom:.25rem;padding:.25rem .5rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter .sds-button.chip-filter__btn svg:not(.squiz-rb-plugin *){fill:#4f4f4f;height:1.25rem;width:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--no-icon .chip-filter__btn-content:not(.squiz-rb-plugin *){padding-left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--radio-simplified .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-option button[role=radio]:not(.squiz-rb-plugin *){display:none}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-item:not(.squiz-rb-plugin *){cursor:pointer;transition:background-color .3s ease-in-out}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-item:hover:not(.squiz-rb-plugin *){background-color:#ededed}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-option:not(.squiz-rb-plugin *){padding-left:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__btn-content:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__btn-content .closed:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__btn-content .open:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__btn-content .closed:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__btn-content .open:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown:not(.squiz-rb-plugin *){background-color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-body:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){padding:.5rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-header svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-header h3:not(.squiz-rb-plugin *){color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-header .chip-filter__dropdown-title:not(.squiz-rb-plugin *){padding-left:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-body:not(.squiz-rb-plugin *){max-height:17rem;overflow-y:auto}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-body h4:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown--open:not(.squiz-rb-plugin *){display:flex;flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown .sds-form-field:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown .sds-form-control-item:not(.squiz-rb-plugin *){padding:.5rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0;display:flex;gap:.5rem;margin-top:auto;padding:1.5rem 1rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-btn-container--centered:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-btn-container--centered>button:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-btn-container .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__btn-counter:not(.squiz-rb-plugin *){align-items:center;background-color:#fff;border-radius:100%;color:#4f4f4f;display:flex;font-size:.8125rem;height:16px;justify-content:center;margin:0 .125rem;text-transform:capitalize;width:16px}@media screen and (min-width:576px){.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown:not(.squiz-rb-plugin *){border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);height:unset;left:0;position:absolute;top:unset;width:220px;z-index:2}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-body h4:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){display:none}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *){justify-content:flex-end;margin-top:unset;padding:.5rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-btn--reset:not(.squiz-rb-plugin *){display:none}}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .chip-filter__dropdown-btn-container button:not(.squiz-rb-plugin *){width:100%}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet:not(.squiz-rb-plugin *){display:flex;flex-direction:column;max-height:12.5rem;max-width:25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet__header:not(.squiz-rb-plugin *){align-items:center;background-color:#4f4f4f;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet__header svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet__title:not(.squiz-rb-plugin *){color:#fff;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet__copy-btn:not(.squiz-rb-plugin *){align-items:center;color:#d9d9d9;display:flex;gap:.5rem;margin-left:auto}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet__copy-btn:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;margin:0;padding:.5rem;scrollbar-color:#d9d9d9 #2b2b2b;scrollbar-width:2.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar{background:#2b2b2b}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.5rem;min-height:2.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb:hover{background:silver}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb:active{background:#a6a6a6}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-corner{background:#2b2b2b}.squiz-pb-amazing-scope .squiz-rb-scope .sds-code-snippet code:not(.squiz-rb-plugin *){font-size:.6875rem}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron:not(.squiz-rb-plugin *){align-items:flex-start;display:flex;flex-wrap:wrap}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron>div:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field:not(.squiz-rb-plugin *){margin-bottom:10px}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field>span:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-select:not(.squiz-rb-plugin *){margin-left:5px}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-select.react-js-cron-select-no-prefix:not(.squiz-rb-plugin *){margin-left:0}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-error .react-js-cron-select .ant-select-selector:not(.squiz-rb-plugin *){background:#fff6f6;border-color:#ff4d4f}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-custom-select:not(.squiz-rb-plugin *){min-width:70px;z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-error div.react-js-cron-custom-select:not(.squiz-rb-plugin *){background:#fff6f6}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector:not(.squiz-rb-plugin *){padding-left:11px;padding-right:30px}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector:not(.squiz-rb-plugin *){padding-right:11px}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-custom-select .ant-select-selection-search:not(.squiz-rb-plugin *){margin:0!important;width:0!important}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *){color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *){opacity:.4}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown:not(.squiz-rb-plugin *){min-width:0!important;width:174px!important}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown .rc-virtual-list:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder:not(.squiz-rb-plugin *){max-height:none!important}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){display:grid!important;grid-template-columns:repeat(4,1fr)}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content:not(.squiz-rb-plugin *){text-align:center}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-hours-twelve-hour-clock:not(.squiz-rb-plugin *){width:260px!important}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-large:not(.squiz-rb-plugin *){width:300px!important}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){grid-template-columns:repeat(6,1fr)}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-medium:not(.squiz-rb-plugin *){width:220px!important}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){grid-template-columns:repeat(5,1fr)}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-period>span:first-child:not(.squiz-rb-plugin *){margin-left:0!important}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item:not(.squiz-rb-plugin *){opacity:1}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-select-dropdown-period:not(.squiz-rb-plugin *){min-width:0!important;width:auto!important}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-clear-button:not(.squiz-rb-plugin *){margin-bottom:10px;margin-left:10px}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-disabled .react-js-cron-select.ant-select-disabled:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow:not(.squiz-rb-plugin *){align-items:center;flex:initial}.squiz-pb-amazing-scope .squiz-rb-scope .sds-cron-editor-container:not(.squiz-rb-plugin *){align-items:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-cron-editor-container .react-js-cron-field:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .cron-editor-default:not(.squiz-rb-plugin *){align-items:center;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .cron-editor-default .cron-editor-default__label:not(.squiz-rb-plugin *){color:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .cron-editor-default>.sds-form-field:not(.squiz-rb-plugin *){margin-left:.5rem;width:7.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .cron-editor-default>.sds-form-field span:not(.squiz-rb-plugin *){color:#949494;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .cron-editor-default>.sds-form-field .sds-select-option button:not(.squiz-rb-plugin *){color:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.sds-cron-field .react-js-cron-select:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.sds-cron-field>span:not(.squiz-rb-plugin *){margin-left:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>span:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>span:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>span:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>span:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>span:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>span:not(.squiz-rb-plugin *){color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>div>div>span:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;opacity:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-cron-hours .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-cron-minutes .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-cron-month-days .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-cron-months .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-cron-week-days .ant-select-selection-overflow-item:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .react-js-cron>div:not(.squiz-rb-plugin *){flex-wrap:wrap}.squiz-pb-amazing-scope .squiz-rb-scope div.ant-select-dropdown .ant-select-item-option-content:not(.squiz-rb-plugin *){color:#707070;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field>div.ant-select:not(.squiz-rb-plugin *){height:2.25rem}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select .ant-select-selector:not(.squiz-rb-plugin *){border:2px solid #e0e0e0;border-radius:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open).ant-select-focused .ant-select-selector:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open):hover .ant-select-selector:not(.squiz-rb-plugin *){border:2px solid #e0e0e0;box-shadow:none}.squiz-pb-amazing-scope .squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select.ant-select-open .ant-select-selector:not(.squiz-rb-plugin *){border-color:transparent;box-shadow:0 0 0 2px #0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;padding:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list.data-list--lite:not(.squiz-rb-plugin *){padding-bottom:0;padding-top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list.data-list--lite .sds-data-list__body:not(.squiz-rb-plugin *){border:0;margin:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list.data-list--lite .sds-data-list__row:last-child:not(.squiz-rb-plugin *){border:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__header:not(.squiz-rb-plugin *){display:flex;justify-content:space-between;padding:.25rem .5rem 1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__body:not(.squiz-rb-plugin *){border-top:1px solid #ededed;margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__footer:not(.squiz-rb-plugin *){display:flex;justify-content:center;padding:1rem .5rem .25rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__row:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__item:not(.squiz-rb-plugin *){align-items:center;display:flex;padding:1rem .5rem}.squiz-pb-amazing-scope .squiz-rb-scope button.sds-data-list__item:not(.squiz-rb-plugin *){text-align:left;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope button.sds-data-list__item:hover:not(.squiz-rb-plugin *){background-color:#f7f7f7}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__icon:not(.squiz-rb-plugin *){align-self:baseline;margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}@media screen and (min-width:768px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__icon+div:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__content:not(.squiz-rb-plugin *){display:flex;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__content>:first-child:not(.squiz-rb-plugin *){flex-grow:1;margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-data-list__content>:nth-child(2):not(.squiz-rb-plugin *){flex-shrink:0}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-datetime-picker .sds-text-field:not(.squiz-rb-plugin *){position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-datetime-picker .sds-text-field input:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-datetime-picker .sds-datetime-picker__icon:not(.squiz-rb-plugin *){align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}@media screen and (min-width:576px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-datetime-picker:not(.squiz-rb-plugin *){max-width:23.8125rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__container:not(.squiz-rb-plugin *){align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);color:#2b2b2b;display:flex;flex-direction:column;max-height:100%;max-width:25rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog.sm-md:not(.squiz-rb-plugin *){max-width:30rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog.md:not(.squiz-rb-plugin *){max-width:37.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog.lg:not(.squiz-rb-plugin *){max-width:50rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog.xl:not(.squiz-rb-plugin *){max-width:62.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog.fullscreen:not(.squiz-rb-plugin *){height:100%;max-width:100%;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog.md .sds-form:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog.sm-md .sds-form:not(.squiz-rb-plugin *){max-width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__header:not(.squiz-rb-plugin *){padding:1.5rem 1.5rem 1rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__action-buttons:not(.squiz-rb-plugin *){display:flex;gap:.75rem;padding:.75rem;position:absolute;right:0;top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__action-buttons button:not(.squiz-rb-plugin *){background:none;border:0;color:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__action-buttons button:hover .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__heading:not(.squiz-rb-plugin *){display:flex;margin:0 1.5rem .5rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__heading span:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__heading span .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__icon:not(.squiz-rb-plugin *){flex-shrink:0;margin-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__icon svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__body:not(.squiz-rb-plugin *){display:flex;flex-grow:1;padding:0 1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__body.dialog--scroll:not(.squiz-rb-plugin *){overflow-y:auto}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__body.dividers:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;border-top:1px solid #ededed}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__body.dividers .sds-dialog__content:not(.squiz-rb-plugin *){padding:1.5rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__loading:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-grow:1;min-height:5rem;padding-bottom:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__loading .sds-dialog__body:not(.squiz-rb-plugin *){justify-content:center;overflow:hidden;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__content:not(.squiz-rb-plugin *){max-height:28.25rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__footer:not(.squiz-rb-plugin *){padding:0 1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__error:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__footer-text:not(.squiz-rb-plugin *){padding-top:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__actions:not(.squiz-rb-plugin *){display:flex;justify-content:flex-end;padding:1.5rem 0}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__container--full:not(.squiz-rb-plugin *){padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__container--full .sds-dialog:not(.squiz-rb-plugin *){border-radius:0;height:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__container--sm .sds-dialog:not(.squiz-rb-plugin *){border-radius:.25rem;height:-moz-fit-content;height:fit-content}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__fullscreen:not(.squiz-rb-plugin *){display:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dialog__body:not(.squiz-rb-plugin *){flex-grow:1}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *){align-items:center;display:flex;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):after,.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px;position:relative;width:1px;z-index:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):before{margin-right:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):after{margin-left:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider span:not(.squiz-rb-plugin *){z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider--left:not(.squiz-rb-plugin *):before,.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider--right:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider--empty:not(.squiz-rb-plugin *):before{margin:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-divider--empty:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-wrapper:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;flex-direction:column;min-width:7.25rem;padding:.5rem .75rem;position:absolute;top:calc(100% + .25rem);width:-moz-max-content;width:max-content;z-index:2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown.sds-dropdown--left:not(.squiz-rb-plugin *){left:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown.sds-dropdown--right:not(.squiz-rb-plugin *){right:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown.active:not(.squiz-rb-plugin *){display:inline-flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-heading:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;color:#707070;display:block;font-weight:700;margin-bottom:.25rem;padding:.5rem 0 .75rem;text-align:center;text-transform:uppercase}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-section:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:.25rem;padding-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-section:last-child:not(.squiz-rb-plugin *){border:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-section__heading:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;color:#707070;font-weight:600;margin:.25rem 0;padding:.25rem .5rem;text-align:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-heading+div>.sds-dropdown-section:first-child .sds-dropdown-section__heading:not(.squiz-rb-plugin *){margin-top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-button:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;font-size:.875rem;text-align:left;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-button:hover:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;color:#2b2b2b}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-button:disabled:not(.squiz-rb-plugin *){cursor:default;opacity:.5;pointer-events:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-icon:not(.squiz-rb-plugin *){padding:0 .25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-dropdown-label:not(.squiz-rb-plugin *){display:block;padding:.5rem;word-break:break-word}.squiz-pb-amazing-scope .squiz-rb-scope .sds-empty-state-card:not(.squiz-rb-plugin *){align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;color:#707070;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:1.25rem;letter-spacing:-.4px;line-height:1.5rem;padding:5rem 0;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-empty-state-card--lite:not(.squiz-rb-plugin *){border:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-empty-state-card__text:not(.squiz-rb-plugin *){display:block;max-width:18rem;text-align:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-empty-state-card__title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:0;margin-top:1rem;text-align:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-empty-state-card__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-empty-state-card__icon>svg:not(.squiz-rb-plugin *){height:11rem;width:auto}.squiz-pb-amazing-scope .squiz-rb-scope .sds-empty-state-card--with-cta .sds-empty-state-card__icon .svg-path-primary:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-amazing-scope .squiz-rb-scope .sds-error:not(.squiz-rb-plugin *){align-items:center;color:#d72321;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-error .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-error span:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-error--contained:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.5rem;padding:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;max-width:25rem;padding:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--lite:not(.squiz-rb-plugin *){border:none;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--dark:not(.squiz-rb-plugin *){background:#ededed;border:none;border-radius:.5rem;padding:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--horizontal:not(.squiz-rb-plugin *){max-width:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--horizontal .sds-form-footer:not(.squiz-rb-plugin *){margin-top:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-fieldset:not(.squiz-rb-plugin *){border:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-group:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:1rem;padding-bottom:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-group:last-child:not(.squiz-rb-plugin *){border-bottom:none;margin-bottom:0;padding-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-error:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-footer:not(.squiz-rb-plugin *){margin-top:.75rem}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--horizontal .sds-button-list li:not(.squiz-rb-plugin *){flex-grow:1}}@media screen and (min-width:576px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--horizontal:not(.squiz-rb-plugin *){align-items:flex-end;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--horizontal .sds-fieldset:not(.squiz-rb-plugin *){display:flex;flex-grow:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form.form--horizontal .sds-form-field:not(.squiz-rb-plugin *){flex-grow:1;margin-bottom:0;margin-right:.5rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-checkbox-option__button:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *){background:#0774d2;border-color:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):after,.squiz-pb-amazing-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):after{height:6px;transform:translate(-4.8px,-1px) rotate(-45deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):before{height:12px;transform:translate(.3px,-6px) rotate(45deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-radio-option__button:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:100%;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-radio-option__button:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-radio-option__button.checked:not(.squiz-rb-plugin *){border-color:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-radio-option__button.checked:not(.squiz-rb-plugin *):before{background:#0774d2;border-radius:100%;content:" ";height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-radio-option__button.disabled:not(.squiz-rb-plugin *){background-color:#ededed;cursor:not-allowed}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list:not(.squiz-rb-plugin *){min-height:2.75rem;padding:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list li:not(.squiz-rb-plugin *){margin:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip:not(.squiz-rb-plugin *){color:#3d3d3d;margin:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip.chip--default:not(.squiz-rb-plugin *){border:1px solid transparent}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip.sds-chip--invalid:not(.squiz-rb-plugin *){border:1px solid #d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list .sds-chip.sds-chip--warning:not(.squiz-rb-plugin *){border:1px solid #e96900}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list li:last-child:not(.squiz-rb-plugin *){flex:1;min-width:33%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list .sds-text-field input:not(.squiz-rb-plugin *){border:none;outline:none;padding-bottom:.25rem;padding-top:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list .sds-text-field input:focus:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-multi-chip-list__active:not(.squiz-rb-plugin *){border-radius:.25rem;box-shadow:0 0 0 2px #0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .floating-text:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);color:#3d3d3d;cursor:pointer;margin-top:.5rem;padding:.5rem;position:absolute;z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field--custom:not(.squiz-rb-plugin *){position:static}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field.active:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field.active svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field button:not(.squiz-rb-plugin *){padding-right:2.5rem;text-align:left}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem 1.5rem .375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:disabled:not(.squiz-rb-plugin *){background:#ededed;border-radius:0;color:#949494}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:disabled+.sds-select-field__icon svg:not(.squiz-rb-plugin *){opacity:.3}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field .sds-select-field__button.readonly:not(.squiz-rb-plugin *){background:rgba(0,0,0,.04)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field .sds-select-field__button:not(.placeholder,.readonly):not(.squiz-rb-plugin *){font-weight:600}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field .sds-select-field__button.placeholder:not(.squiz-rb-plugin *){color:#949494}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field ul:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field ul button:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field ul button:hover:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field ul button:focus:not(.squiz-rb-plugin *){z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field__icon:not(.squiz-rb-plugin *){pointer-events:none;position:absolute;right:.25rem;top:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field__icon svg:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-select-field__options:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:6px;max-height:12rem;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field.sds-field-icon input:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field.sds-field-error input:not(.squiz-rb-plugin *){padding-right:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field label:not(.squiz-rb-plugin *){color:#707070;display:block;font-weight:600;margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field input:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field textarea:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field input:disabled:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field textarea:disabled:not(.squiz-rb-plugin *){background:#ededed;border-radius:0;color:#949494;cursor:default;pointer-events:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field textarea:not(.squiz-rb-plugin *){resize:vertical}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field .sds-field-error__icon:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field .sds-text-field__copy-icon:not(.squiz-rb-plugin *){align-items:center;display:flex;height:100%;padding:0 .25rem;position:absolute;right:0;top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field:has(.sds-text-field__copy-icon) input:not(.squiz-rb-plugin *){padding-right:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field.readonly input:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field.readonly textarea:not(.squiz-rb-plugin *){background:rgba(0,0,0,.04);color:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text-field__icon:not(.squiz-rb-plugin *){align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}.squiz-pb-amazing-scope .squiz-rb-scope span.sds-toggle-button:not(.squiz-rb-plugin *){display:block;opacity:.5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle:not(.squiz-rb-plugin *){background:#bababa;border-radius:.625rem;height:1.25rem;padding:0;position:relative;width:2.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle.active:not(.squiz-rb-plugin *){background:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *){height:1.25rem;left:.25rem;position:absolute;top:0;width:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):after,.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):after{height:6px;transform:translate(-4.2px,-1.8px) rotate(-45deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):before{height:10px;transform:translate(.3px,-5px) rotate(45deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle.active .sds-toggle-disc:not(.squiz-rb-plugin *){left:calc(100% - 1.125rem)}.squiz-pb-amazing-scope .squiz-rb-scope button.sds-toggle-button:not(.squiz-rb-plugin *){padding:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope button.sds-toggle-button:focus:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-amazing-scope .squiz-rb-scope button.sds-toggle-button:focus .sds-toggle:not(.squiz-rb-plugin *):after{border-radius:.75rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + .25rem);left:-2px;position:absolute;top:-2px;width:calc(100% + .25rem)}.squiz-pb-amazing-scope .squiz-rb-scope button.sds-toggle-button:focus:not(:focus-visible) .sds-toggle:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toggle-disc:not(.squiz-rb-plugin *){background:#fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);height:1rem;left:.125rem;position:absolute;top:.125rem;transition:all .3s ease;width:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-item:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-item:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-option:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-option.disabled .sds-form-control-label:not(.squiz-rb-plugin *){opacity:.75}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-option.disabled .sds-checkbox-option__button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-option.disabled .sds-radio-option__button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-option.readOnly .sds-checkbox-option__button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-option.readOnly .sds-radio-option__button:not(.squiz-rb-plugin *){opacity:.5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-heading:not(.squiz-rb-plugin *){color:#2b2b2b;display:block;font-weight:600;margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-text:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-label:not(.squiz-rb-plugin *){color:#3d3d3d;flex-grow:1;text-align:left;word-break:break-word}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control--prominent .sds-form-control-item:not(.squiz-rb-plugin *){margin-bottom:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control--prominent .sds-form-control-item:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-moz-placeholder{color:#949494}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::placeholder{color:#949494}.squiz-pb-amazing-scope .squiz-rb-scope .sds-field-container:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;padding:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-label:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-label.sds-form-label--visible:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .form--dark .sds-form-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-field:not(.squiz-rb-plugin *){margin-bottom:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-field:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-field[disabled] .sds-form-input:not(.squiz-rb-plugin *){background:#ededed}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-field[icon] .sds-form-input:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-field.sds-form-field--inline:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-field.sds-form-field--inline .sds-form-label:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-field.sds-form-field--inline .sds-form-label.sds-form-label--visible:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-input:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-input--custom:not(.squiz-rb-plugin *){position:static}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-input.readonly:not(.squiz-rb-plugin *){border:transparent}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-toggle:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-field-error__icon .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-field-error__message:not(.squiz-rb-plugin *){color:#d72321;font-size:.8125rem;margin-top:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-field-note:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;margin-top:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-grid:not(.squiz-rb-plugin *){display:grid;gap:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-wrapper:not(.squiz-rb-plugin *){display:inline;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-icon:not(.squiz-rb-plugin *){height:100%;left:0;position:absolute;top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-icon svg:not(.squiz-rb-plugin *){height:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-icon~span:not(.squiz-rb-plugin *){padding-left:1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link.link--standalone:not(.squiz-rb-plugin *){color:#707070;text-decoration:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link.link--standalone:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link.link--paragraph:not(.squiz-rb-plugin *){color:currentcolor}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link.link--paragraph:hover:not(.squiz-rb-plugin *){text-decoration:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list__heading:not(.squiz-rb-plugin *){display:block;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list__heading .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list li:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list li:first-child:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list .sds-link-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list .sds-link:not(.squiz-rb-plugin *){color:#3d3d3d;padding:.75rem 0;text-decoration:none;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list .sds-link:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-amazing-scope .squiz-rb-scope .sds-link-list .sds-link-text:not(.squiz-rb-plugin *){display:block}.squiz-pb-amazing-scope .squiz-rb-scope .sds-loader:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .sds-loader-message:not(.squiz-rb-plugin *){max-width:15.75rem;padding-top:1.5rem;text-align:center}.squiz-pb-amazing-scope .squiz-rb-scope .sds-overlay:not(.squiz-rb-plugin *){background:rgba(0,0,0,.5);height:calc(100vh - 56px);position:absolute;top:56px;width:100%;z-index:10}.squiz-pb-amazing-scope .squiz-rb-scope .sds-overlay.overlay--fullscreen:not(.squiz-rb-plugin *){height:100vh;top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__percentage:not(.squiz-rb-plugin *){color:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__indicator:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--very-high .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--high .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#e96900}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--moderate .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#efb324}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--low .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar:not(.squiz-rb-plugin *){background:#ededed;border-radius:.5rem;height:.5rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar__indicator:not(.squiz-rb-plugin *){border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:50%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar__stats:not(.squiz-rb-plugin *){display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar__current-value:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-progress-bar__percentage:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-amazing-scope .squiz-rb-scope .sds-row:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-row__title:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-row__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-row__title:last-child:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-row__title:only-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-1:not(.squiz-rb-plugin *){font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:1.75rem;margin-top:1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-1 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-2:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-2 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-3:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-3 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-4:not(.squiz-rb-plugin *){font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-4 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-5:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-5 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-6:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-heading--level-6 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--sm-regular:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--sm-semibold:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--sm-bold:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--md-regular:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--md-semibold:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--md-bold:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--lg-regular:not(.squiz-rb-plugin *){font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--lg-semibold:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--lg-bold:not(.squiz-rb-plugin *){font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--xlg-regular:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:400;letter-spacing:-.4px;line-height:1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--xlg-semibold:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-text--xlg-bold:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:700;letter-spacing:-.4px;line-height:1.6875rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--fade:not(.squiz-rb-plugin *){opacity:0;position:relative;transition:all 1s ease}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter:not(.squiz-rb-plugin *){opacity:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter-active:not(.squiz-rb-plugin *){opacity:1;transition:opacity .3s;z-index:100}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter-done:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-exit:not(.squiz-rb-plugin *){opacity:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--fade.sds-transition-fade-exit-active:not(.squiz-rb-plugin *){opacity:0;transition:opacity .6s;z-index:100}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--slide-from-top-fade:not(.squiz-rb-plugin *){position:fixed;right:0;transition:all 1s ease;z-index:100}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter:not(.squiz-rb-plugin *){top:-100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-active:not(.squiz-rb-plugin *){top:0;transition:all .3s}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-done:not(.squiz-rb-plugin *){top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit:not(.squiz-rb-plugin *){opacity:1;top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit-active:not(.squiz-rb-plugin *){opacity:0;top:0;transition:all .6s}.squiz-pb-amazing-scope .squiz-rb-scope .sds-search-filter input:not(.squiz-rb-plugin *){padding:.5rem .5rem .5rem 3rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-item.active:not(.squiz-rb-plugin *){position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-item.active:not(.squiz-rb-plugin *):before{background:#2b2b2b;border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;width:3px;z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-item.active .sds-sidenav-link:not(.squiz-rb-plugin *){color:#3d3d3d;font-weight:700}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-item.active .sds-sidenav-link svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){color:#707070;display:flex;margin:.125rem;padding:1rem 0 1rem 1rem;text-align:left;width:calc(100% - .25rem)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link:focus:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link:hover:not(.squiz-rb-plugin *){background:#ededed;border-radius:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link .svg-wrapper:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link.active .sds-sidenav-submenu__toggle svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link.active+.sds-sidenav-submenu:not(.squiz-rb-plugin *){display:block;height:auto}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-label:not(.squiz-rb-plugin *){display:inline-block;padding-right:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu__toggle--top:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu__toggle--sub:not(.squiz-rb-plugin *){margin-top:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu__toggle svg:not(.squiz-rb-plugin *){transform:rotate(-90deg);transition:transform .3s ease}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu:not(.squiz-rb-plugin *){display:none;height:0;list-style-type:none;margin:0;overflow:hidden;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu .svg-wrapper:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu .svg-wrapper svg:not(.squiz-rb-plugin *){height:1rem;width:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu .sds-sidenav-link:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-submenu .sds-sidenav-submenu .sds-sidenav-link:not(.squiz-rb-plugin *){padding-left:4.5rem}@media screen and (max-width:1024px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}}@media screen and (min-width:1024px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.5rem;padding:.625rem 0 .625rem 1rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-section:not(.squiz-rb-plugin *){align-items:center;display:flex;padding:1rem 1.25rem;text-transform:uppercase}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav:not(.squiz-rb-plugin *){background:#f5f5f5;color:#707070;overflow-y:auto;padding:1rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-mobile:not(.squiz-rb-plugin *){left:0;position:fixed;top:56px;width:100%;z-index:10}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-mobile .sds-sidenav:not(.squiz-rb-plugin *){height:calc(100vh - 56px)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-tablet:not(.squiz-rb-plugin *){background:rgba(0,0,0,.5);display:flex;height:calc(100vh - 56px);left:0;position:absolute;top:100%;width:100%;z-index:10}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(-100%)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter-active .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(0);transition:transform .3s}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter-done .sds-sidenav:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-exit .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(0)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-tablet.sds-transition-exit-active .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(-100%);transition:transform .6s}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-tablet .sds-sidenav:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0;flex-shrink:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-bg:not(.squiz-rb-plugin *){width:100%}@media screen and (min-width:768px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav:not(.squiz-rb-plugin *){height:100%;width:260px}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher .sds-button.button--icon:not(.squiz-rb-plugin *){margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button.active rect:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button:hover rect:not(.squiz-rb-plugin *){fill-opacity:.6}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button.active path:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher>.sds-button:hover path:not(.squiz-rb-plugin *){fill-opacity:1}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){margin-left:.75rem;margin-right:0}}@media screen and (min-width:576px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){margin-left:.25rem;margin-right:.75rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-skip-links__list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-skip-links__button:not(.squiz-rb-plugin *){color:#707070;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-skip-links__button:active:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-skip-links__button:focus-within:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-skip-links__button:focus:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-skip-links__button:hover:not(.squiz-rb-plugin *){background:#ededed}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list.presentation-only .sds-sortable-list__item-content:not(.squiz-rb-plugin *){margin-right:unset}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__item:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.5rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__item:last-of-type:not(.squiz-rb-plugin *):before{content:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__list--dragging .sds-sortable-list__item-dots:not(.squiz-rb-plugin *){display:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__list--dragging .sds-tooltip:not(.squiz-rb-plugin *){visibility:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__item-content:not(.squiz-rb-plugin *){display:flex;flex-direction:row;gap:.5rem;width:100%}@media screen and (min-width:576px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__item-content:not(.squiz-rb-plugin *){gap:1rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list .sds-tooltip__wrapper:not(.squiz-rb-plugin *){height:-moz-min-content;height:min-content}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list .sds-tooltip__wrapper:has(.sds-sortable-list__item-remove):not(.squiz-rb-plugin *){position:absolute;right:1rem;top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__item-drag-btn:not(.squiz-rb-plugin *){align-self:baseline}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__item-drag-btn svg:not(.squiz-rb-plugin *){height:1.5rem;width:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list__item-drag-btn--disabled:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sortable-list--presentation-grey-box .sds-sortable-list__item-content:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;padding:.375rem .625rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item button:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:1px solid #ededed;border-bottom:none;border-radius:.25rem;border-radius:0;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.625rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item button:hover:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item button:focus:not(.squiz-rb-plugin *){z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item button span:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item:first-child button:not(.squiz-rb-plugin *){border-radius:.25rem .25rem 0 0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item:last-child button:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;border-radius:0 0 .25rem .25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__icon:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__check:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__check svg:not(.squiz-rb-plugin *){height:24px;width:24px}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__item .sds-source-selector__check path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__launcher:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__icon:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__chevron:not(.squiz-rb-plugin *){margin-left:auto;pointer-events:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__chevron svg:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector.active .sds-source-selector__launcher .sds-source-selector__chevron svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector ul:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-source-selector__panel:not(.squiz-rb-plugin *){background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:.25rem;margin-top:6px;max-height:12rem;overflow-y:auto;padding:.5rem;position:absolute;top:100%;width:100%;z-index:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-spinner:not(.squiz-rb-plugin *){align-items:center;animation:spinner-border .8s linear infinite both;border-radius:50%;color:currentcolor;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-spinner.spinner--lg:not(.squiz-rb-plugin *){border:.1875rem solid;border-right:.1875rem solid transparent;height:3rem;width:3rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-spinner.spinner--regular:not(.squiz-rb-plugin *){border:.1875rem solid;border-right:.1875rem solid transparent;height:2rem;width:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-spinner.spinner--sm:not(.squiz-rb-plugin *){border:.125rem solid;border-right:.125rem solid transparent;height:1.25rem;width:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-spinner.spinner--xs:not(.squiz-rb-plugin *){border:.125rem solid;border-right:.125rem solid transparent;height:1rem;width:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;overflow-x:auto;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--sortable .sds-table th:hover:not(.squiz-rb-plugin *){background-color:#d4d4d4;border-radius:0;cursor:pointer}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__th-content:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__th:not(.squiz-rb-plugin *){font-size:.8125rem;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__pagination:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--slim td:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--slim th:not(.squiz-rb-plugin *){padding-bottom:.5rem;padding-top:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--slim td:not(.squiz-rb-plugin *){vertical-align:top}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__pagination-options:not(.squiz-rb-plugin *){height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table table:not(.squiz-rb-plugin *){background:#fff;border:none;border-collapse:collapse;border-spacing:0;display:table;position:relative;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table thead:not(.squiz-rb-plugin *){background:#ededed;color:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table th:not(.squiz-rb-plugin *){background:#ededed;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;transition:all .3s ease}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table th:focus:not(.squiz-rb-plugin *){border-radius:0;box-shadow:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table th:focus .sds-table__th-content:not(.squiz-rb-plugin *):after{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + 2px);left:-2px;position:absolute;top:-1px;width:calc(100% + .25rem)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table th:focus:not(:focus-visible) .sds-table__th-content:not(.squiz-rb-plugin *):after{content:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table .sds-table__th-content:not(.squiz-rb-plugin *){display:inline-flex;line-height:1.5rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table td:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-table th:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;color:#3d3d3d;padding:1.25rem 1rem;text-align:left}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table tr:last-child td:not(.squiz-rb-plugin *){border-bottom:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__pagination:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__pagination-options:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__page-select:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;font-weight:600;margin-left:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__navigator:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__navigator button[disabled]:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__navigator button:not(.squiz-rb-plugin *){border-radius:.25rem;transition:all .3s ease}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__navigator button svg:not(.squiz-rb-plugin *){height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__navigator button:hover:not(.squiz-rb-plugin *){background:#e6e6e6}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__row-range:not(.squiz-rb-plugin *){display:block;margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__search:not(.squiz-rb-plugin *){display:flex;margin-bottom:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__search .sds-form-field:not(.squiz-rb-plugin *){width:15.625rem}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__search .sds-form-field:not(.squiz-rb-plugin *){width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__pagination:not(.squiz-rb-plugin *){align-items:flex-start;flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .sds-table__pagination-options:not(.squiz-rb-plugin *){margin-bottom:1rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-outer-button:not(.squiz-rb-plugin *){position:absolute;right:0;top:-3.4375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-list:not(.squiz-rb-plugin *){align-items:center;border-bottom:1px solid rgba(43,43,43,.1);display:flex;list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-item:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-item button:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding:.5rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-item button:not(.squiz-rb-plugin *):after{background:transparent;border-radius:.125rem .125rem 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-item button:hover:not(.squiz-rb-plugin *):after{background:#bababa}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-item.active button:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tabs-item.active button:not(.squiz-rb-plugin *):after{background:#2b2b2b}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){padding:1rem;position:relative;right:0;top:57px;z-index:8}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);display:inline-flex;min-width:17rem;padding:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-icon:not(.squiz-rb-plugin *){align-self:flex-start;margin-right:.875rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-content:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-message a:not(.squiz-rb-plugin *){color:#0774d2;font-style:italic;text-decoration:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-message a:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-close:not(.squiz-rb-plugin *){align-self:flex-start;margin-left:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-close:hover .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-type--success .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-type--info .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-type--warning .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-type--danger .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast-type--loading .sds-toast-icon:not(.squiz-rb-plugin *){margin-top:.125rem}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast:not(.squiz-rb-plugin *){width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){padding:0;right:1.5rem;top:1.5rem;width:calc(100vw - 3rem)}}@media screen and (min-width:768px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){max-width:28.25rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){align-items:center;background:#26324b;display:flex;max-height:56px;padding:.5rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-branding:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-logo:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper:not(.squiz-rb-plugin *){align-items:center;display:flex;height:2.125rem;justify-content:center;width:2.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper svg:not(.squiz-rb-plugin *){fill:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-branding__text:not(.squiz-rb-plugin *){color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-right:1rem;min-width:-moz-fit-content;min-width:fit-content}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-client:not(.squiz-rb-plugin *){color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-left:1rem;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-client>div:not(.squiz-rb-plugin *):before,.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-client>span:not(.squiz-rb-plugin *):before{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";height:1.875rem;left:-1rem;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-content:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-tools:not(.squiz-rb-plugin *){align-items:center;background:rgba(29,155,226,.16);border-radius:.25rem;color:rgba(0,0,0,.7);display:flex;height:2.5rem;margin-left:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-tools .sds-dropdown:not(.squiz-rb-plugin *){z-index:20}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-menus .sds-button:not(.squiz-rb-plugin *){padding:.5rem .375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-menus .sds-dropdown-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.6);transition:all .3s ease}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon:hover svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-menus__list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0 .375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-user__wrapper:not(.squiz-rb-plugin *){position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-user__wrapper:not(.squiz-rb-plugin *):before{background-color:#26324b;border-radius:.25rem;content:"";height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-user:not(.squiz-rb-plugin *){margin-left:.125rem;padding:0 .375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-user .sds-avatar:not(.squiz-rb-plugin *){background-color:#fff;color:#26324b}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-user .sds-button:not(.squiz-rb-plugin *){padding:.375rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-user .sds-user-name:not(.squiz-rb-plugin *){color:#fff}@media screen and (max-width:575px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){padding:.6875rem .75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar-tools:not(.squiz-rb-plugin *){display:none}}@media screen and (min-width:1024px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){padding-left:.75rem}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip__wrapper:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip__wrapper:hover .sds-tooltip:not(.squiz-rb-plugin *){display:block}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip:not(.squiz-rb-plugin *){display:none;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;position:absolute;width:-moz-max-content;width:max-content}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--bottom:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--top:not(.squiz-rb-plugin *){left:50%;transform:translateX(-50%)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--left:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--right:not(.squiz-rb-plugin *){top:50%;transform:translateY(-50%)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--bottom:not(.squiz-rb-plugin *){padding-top:.25rem;top:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--left:not(.squiz-rb-plugin *){padding-right:.25rem;right:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--right:not(.squiz-rb-plugin *){left:100%;padding-left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip.position--top:not(.squiz-rb-plugin *){bottom:100%;padding-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-tooltip__label:not(.squiz-rb-plugin *){background-color:#2b2b2b;border-radius:.25rem;color:#fff;padding:.125rem .5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-user:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .sds-user-avatar+.sds-user-name:not(.squiz-rb-plugin *){margin-top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-user-name:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;overflow-x:hidden;text-align:center;text-overflow:ellipsis}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary:not(.squiz-rb-plugin *){background:#ededed;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary__content:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;padding:1rem 1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary__content-grid:not(.squiz-rb-plugin *){display:grid;gap:32px 56px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item hr:not(.squiz-rb-plugin *){background:#e0e0e0;border:0;height:1px;margin:.75rem 0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__title:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.5rem;margin:0}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__description:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__count:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:2rem;padding:.75rem 0;vertical-align:middle}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__trend:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-wrap:wrap}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__trend>:first-child:not(.squiz-rb-plugin *){margin-right:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__trend>:nth-child(2):not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__trend-icon:not(.squiz-rb-plugin *){vertical-align:middle}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *){display:block}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__trend-description:not(.squiz-rb-plugin *){text-wrap:nowrap;color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .down.inverted .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .down.inverted .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .up .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .up .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#098934;color:#098934}.squiz-pb-amazing-scope .squiz-rb-scope .down .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .down .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .up.inverted .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .up.inverted .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#d72321;color:#d72321}.squiz-pb-amazing-scope .squiz-rb-scope .flat .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .flat .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#707070;color:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .dashboard-summary-item__help-icon svg:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:100%;height:22px;padding:.125rem;width:22px}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover:hover .sds-popover__content-wrapper:not(.squiz-rb-plugin *){display:block}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover__content-wrapper:not(.squiz-rb-plugin *){border-radius:.25rem;bottom:calc(100% + 1rem);box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;height:-moz-fit-content;height:fit-content;position:absolute;right:50%;transform:translateX(50%);z-index:2}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{background:#fff;bottom:0;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:15px;left:50%;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:15px;z-index:-1}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover__content:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;padding:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover__text:not(.squiz-rb-plugin *){display:block;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover__title:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--left .sds-popover__content-wrapper:not(.squiz-rb-plugin *){bottom:50%;right:calc(100% + 1rem);transform:translateY(50%)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--left .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{left:unset;right:0;top:50%;transform:translate(50%,-50%) rotate(45deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--right .sds-popover__content-wrapper:not(.squiz-rb-plugin *){bottom:50%;left:calc(100% + 1rem);transform:translateY(50%)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--right .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{left:0;right:unset;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--bottom .sds-popover__content-wrapper:not(.squiz-rb-plugin *){top:calc(100% + 1rem);transform:translateX(50%)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--bottom .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{bottom:unset;left:50%;right:unset;top:0;transform:translate(-50%,-50%) rotate(45deg)}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--small .sds-popover__content-wrapper:not(.squiz-rb-plugin *){width:260px}.squiz-pb-amazing-scope .squiz-rb-scope .sds-popover--medium .sds-popover__content-wrapper:not(.squiz-rb-plugin *){width:400px}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list.presentation-only .sds-sequence-list__item-content:not(.squiz-rb-plugin *){margin-right:unset}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;display:flex;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background-color .3s ease-in}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item--dragging:not(.squiz-rb-plugin *){background-color:#e0e0e0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item:last-of-type:not(.squiz-rb-plugin *):before{content:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.75rem;list-style-type:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__list--dragging .sds-sequence-list__item-dots:not(.squiz-rb-plugin *){display:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__list--dragging .sds-tooltip:not(.squiz-rb-plugin *){visibility:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-content:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.5rem;margin-right:1.5rem;width:100%}@media screen and (min-width:576px){.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-content:not(.squiz-rb-plugin *){flex-direction:row;gap:1rem;justify-content:space-evenly}}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-content .sds-form-field:not(.squiz-rb-plugin *){width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list .sds-tooltip__wrapper:not(.squiz-rb-plugin *){height:-moz-min-content;height:min-content}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list .sds-tooltip__wrapper:has(.sds-sequence-list__item-remove):not(.squiz-rb-plugin *){position:absolute;right:1rem;top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-remove--disabled:not(.squiz-rb-plugin *){cursor:not-allowed;opacity:.5}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-dots:not(.squiz-rb-plugin *){left:-30px;position:absolute;width:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-index-mark:not(.squiz-rb-plugin *){background-color:#f5bb8c;border-radius:100%;display:grid;font-size:.875rem;font-weight:400;height:2rem;left:-.75rem;letter-spacing:-.2px;line-height:1.25rem;place-items:center;position:absolute;top:50%;transform:translate(-100%,-50%);width:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-drag-btn:not(.squiz-rb-plugin *){align-self:baseline}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-drag-btn svg:not(.squiz-rb-plugin *){height:1.5rem;width:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__item-drag-btn--disabled:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list__add-item-btn:not(.squiz-rb-plugin *){align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;letter-spacing:-.2px;line-height:1.25rem;margin-left:3rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-sequence-list .simple-list:not(.squiz-rb-plugin *){padding-inline-start:0}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *):before{border:0 solid #ededed;box-sizing:border-box}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *):before{--tw-content:""}.squiz-pb-amazing-scope .squiz-rb-scope html:not(.squiz-rb-plugin *){-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-pb-amazing-scope .squiz-rb-scope body:not(.squiz-rb-plugin *){line-height:inherit;margin:0}.squiz-pb-amazing-scope .squiz-rb-scope hr:not(.squiz-rb-plugin *){border-top-width:1px;color:inherit;height:0}.squiz-pb-amazing-scope .squiz-rb-scope abbr:where([title]):not(.squiz-rb-plugin *){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-pb-amazing-scope .squiz-rb-scope h1:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h2:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h3:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h4:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h5:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h6:not(.squiz-rb-plugin *){font-size:inherit;font-weight:inherit}.squiz-pb-amazing-scope .squiz-rb-scope a:not(.squiz-rb-plugin *){color:inherit;text-decoration:inherit}.squiz-pb-amazing-scope .squiz-rb-scope b:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope strong:not(.squiz-rb-plugin *){font-weight:bolder}.squiz-pb-amazing-scope .squiz-rb-scope code:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope kbd:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope pre:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope samp:not(.squiz-rb-plugin *){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-pb-amazing-scope .squiz-rb-scope small:not(.squiz-rb-plugin *){font-size:80%}.squiz-pb-amazing-scope .squiz-rb-scope sub:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope sup:not(.squiz-rb-plugin *){font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-pb-amazing-scope .squiz-rb-scope sub:not(.squiz-rb-plugin *){bottom:-.25em}.squiz-pb-amazing-scope .squiz-rb-scope sup:not(.squiz-rb-plugin *){top:-.5em}.squiz-pb-amazing-scope .squiz-rb-scope table:not(.squiz-rb-plugin *){border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-pb-amazing-scope .squiz-rb-scope button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope input:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope optgroup:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope select:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *){color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope select:not(.squiz-rb-plugin *){text-transform:none}.squiz-pb-amazing-scope .squiz-rb-scope [type=button]:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope [type=reset]:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope [type=submit]:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope button:not(.squiz-rb-plugin *){-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-pb-amazing-scope .squiz-rb-scope :-moz-focusring:not(.squiz-rb-plugin *){outline:auto}.squiz-pb-amazing-scope .squiz-rb-scope :-moz-ui-invalid:not(.squiz-rb-plugin *){box-shadow:none}.squiz-pb-amazing-scope .squiz-rb-scope progress:not(.squiz-rb-plugin *){vertical-align:baseline}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-inner-spin-button,.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-outer-spin-button{height:auto}.squiz-pb-amazing-scope .squiz-rb-scope [type=search]:not(.squiz-rb-plugin *){-webkit-appearance:textfield;outline-offset:-2px}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-search-decoration{-webkit-appearance:none}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-pb-amazing-scope .squiz-rb-scope summary:not(.squiz-rb-plugin *){display:list-item}.squiz-pb-amazing-scope .squiz-rb-scope blockquote:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope dd:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope dl:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope figure:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h1:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h2:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h3:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h4:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h5:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope h6:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope hr:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope p:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope pre:not(.squiz-rb-plugin *){margin:0}.squiz-pb-amazing-scope .squiz-rb-scope fieldset:not(.squiz-rb-plugin *){margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope legend:not(.squiz-rb-plugin *){padding:0}.squiz-pb-amazing-scope .squiz-rb-scope menu:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope ol:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope ul:not(.squiz-rb-plugin *){list-style:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *){resize:vertical}.squiz-pb-amazing-scope .squiz-rb-scope input:not(.squiz-rb-plugin *)::-moz-placeholder,.squiz-pb-amazing-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *)::-moz-placeholder{color:#bababa;opacity:1}.squiz-pb-amazing-scope .squiz-rb-scope input:not(.squiz-rb-plugin *)::placeholder,.squiz-pb-amazing-scope .squiz-rb-scope textarea:not(.squiz-rb-plugin *)::placeholder{color:#bababa;opacity:1}.squiz-pb-amazing-scope .squiz-rb-scope [role=button]:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope button:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-amazing-scope .squiz-rb-scope :disabled:not(.squiz-rb-plugin *){cursor:default}.squiz-pb-amazing-scope .squiz-rb-scope audio:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope canvas:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope embed:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope iframe:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope img:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope object:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope video:not(.squiz-rb-plugin *){display:block;vertical-align:middle}.squiz-pb-amazing-scope .squiz-rb-scope img:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope video:not(.squiz-rb-plugin *){height:auto;max-width:100%}.squiz-pb-amazing-scope .squiz-rb-scope [hidden]:not(.squiz-rb-plugin *){display:none}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *):before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *)::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){width:100%}@media (min-width:640px){.squiz-pb-amazing-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:640px}}@media (min-width:768px){.squiz-pb-amazing-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:768px}}@media (min-width:1024px){.squiz-pb-amazing-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1024px}}@media (min-width:1280px){.squiz-pb-amazing-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1280px}}@media (min-width:1536px){.squiz-pb-amazing-scope .squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1536px}}.squiz-pb-amazing-scope .squiz-rb-scope .sr-only:not(.squiz-rb-plugin *){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .visible:not(.squiz-rb-plugin *){visibility:visible}.squiz-pb-amazing-scope .squiz-rb-scope .fixed:not(.squiz-rb-plugin *){position:fixed}.squiz-pb-amazing-scope .squiz-rb-scope .absolute:not(.squiz-rb-plugin *){position:absolute}.squiz-pb-amazing-scope .squiz-rb-scope .relative:not(.squiz-rb-plugin *){position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .inset-0:not(.squiz-rb-plugin *){inset:0}.squiz-pb-amazing-scope .squiz-rb-scope .-right-8:not(.squiz-rb-plugin *){right:-2rem}.squiz-pb-amazing-scope .squiz-rb-scope .bottom-0:not(.squiz-rb-plugin *){bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .left-1:not(.squiz-rb-plugin *){left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .right-0:not(.squiz-rb-plugin *){right:0}.squiz-pb-amazing-scope .squiz-rb-scope .right-2:not(.squiz-rb-plugin *){right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .right-3:not(.squiz-rb-plugin *){right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .right-4:not(.squiz-rb-plugin *){right:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .right-5:not(.squiz-rb-plugin *){right:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .top-0:not(.squiz-rb-plugin *){top:0}.squiz-pb-amazing-scope .squiz-rb-scope .top-3:not(.squiz-rb-plugin *){top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .top-\[calc\(100\%\+8px\)\]:not(.squiz-rb-plugin *){top:calc(100% + 8px)}.squiz-pb-amazing-scope .squiz-rb-scope .z-50:not(.squiz-rb-plugin *){z-index:50}.squiz-pb-amazing-scope .squiz-rb-scope .z-\[9998\]:not(.squiz-rb-plugin *){z-index:9998}.squiz-pb-amazing-scope .squiz-rb-scope .z-\[9999\]:not(.squiz-rb-plugin *){z-index:9999}.squiz-pb-amazing-scope .squiz-rb-scope .col-start-2:not(.squiz-rb-plugin *){grid-column-start:2}.squiz-pb-amazing-scope .squiz-rb-scope .col-end-2:not(.squiz-rb-plugin *){grid-column-end:2}.squiz-pb-amazing-scope .squiz-rb-scope .m-1:not(.squiz-rb-plugin *){margin:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .m-2:not(.squiz-rb-plugin *){margin:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .m-20:not(.squiz-rb-plugin *){margin:5rem}.squiz-pb-amazing-scope .squiz-rb-scope .m-3:not(.squiz-rb-plugin *){margin:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .m-5:not(.squiz-rb-plugin *){margin:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .mx-2:not(.squiz-rb-plugin *){margin-left:.5rem;margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .mx-20:not(.squiz-rb-plugin *){margin-left:5rem;margin-right:5rem}.squiz-pb-amazing-scope .squiz-rb-scope .mx-4:not(.squiz-rb-plugin *){margin-left:1rem;margin-right:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .mx-5:not(.squiz-rb-plugin *){margin-left:1.25rem;margin-right:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .my-4:not(.squiz-rb-plugin *){margin-bottom:1rem;margin-top:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .mb-1:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .mb-2:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .ml-1:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .ml-4:not(.squiz-rb-plugin *){margin-left:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .ml-\[6px\]:not(.squiz-rb-plugin *){margin-left:6px}.squiz-pb-amazing-scope .squiz-rb-scope .ml-auto:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-amazing-scope .squiz-rb-scope .mr-2:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .mr-2\.5:not(.squiz-rb-plugin *){margin-right:.625rem}.squiz-pb-amazing-scope .squiz-rb-scope .mr-3:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .mr-4:not(.squiz-rb-plugin *){margin-right:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .mr-6:not(.squiz-rb-plugin *){margin-right:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .mr-7:not(.squiz-rb-plugin *){margin-right:1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .mr-8:not(.squiz-rb-plugin *){margin-right:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .mr-\[6px\]:not(.squiz-rb-plugin *){margin-right:6px}.squiz-pb-amazing-scope .squiz-rb-scope .mr-auto:not(.squiz-rb-plugin *){margin-right:auto}.squiz-pb-amazing-scope .squiz-rb-scope .mt-1:not(.squiz-rb-plugin *){margin-top:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .mt-20:not(.squiz-rb-plugin *){margin-top:5rem}.squiz-pb-amazing-scope .squiz-rb-scope .mt-3:not(.squiz-rb-plugin *){margin-top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .mt-4:not(.squiz-rb-plugin *){margin-top:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .mt-7:not(.squiz-rb-plugin *){margin-top:1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .line-clamp-2:not(.squiz-rb-plugin *){-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .inline-block:not(.squiz-rb-plugin *){display:inline-block}.squiz-pb-amazing-scope .squiz-rb-scope .\!inline:not(.squiz-rb-plugin *){display:inline!important}.squiz-pb-amazing-scope .squiz-rb-scope .inline:not(.squiz-rb-plugin *){display:inline}.squiz-pb-amazing-scope .squiz-rb-scope .flex:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .inline-flex:not(.squiz-rb-plugin *){display:inline-flex}.squiz-pb-amazing-scope .squiz-rb-scope .grid:not(.squiz-rb-plugin *){display:grid}.squiz-pb-amazing-scope .squiz-rb-scope .hidden:not(.squiz-rb-plugin *){display:none}.squiz-pb-amazing-scope .squiz-rb-scope .\!h-4:not(.squiz-rb-plugin *){height:1rem!important}.squiz-pb-amazing-scope .squiz-rb-scope .h-14:not(.squiz-rb-plugin *){height:3.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .h-2:not(.squiz-rb-plugin *){height:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .h-36:not(.squiz-rb-plugin *){height:9rem}.squiz-pb-amazing-scope .squiz-rb-scope .h-4:not(.squiz-rb-plugin *){height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .h-6:not(.squiz-rb-plugin *){height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .h-9:not(.squiz-rb-plugin *){height:2.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .h-\[36px\]:not(.squiz-rb-plugin *){height:36px}.squiz-pb-amazing-scope .squiz-rb-scope .h-\[50vh\]:not(.squiz-rb-plugin *){height:50vh}.squiz-pb-amazing-scope .squiz-rb-scope .h-\[56px\]:not(.squiz-rb-plugin *){height:56px}.squiz-pb-amazing-scope .squiz-rb-scope .h-full:not(.squiz-rb-plugin *){height:100%}.squiz-pb-amazing-scope .squiz-rb-scope .h-screen:not(.squiz-rb-plugin *){height:100vh}.squiz-pb-amazing-scope .squiz-rb-scope .max-h-80:not(.squiz-rb-plugin *){max-height:20rem}.squiz-pb-amazing-scope .squiz-rb-scope .min-h-\[290px\]:not(.squiz-rb-plugin *){min-height:290px}.squiz-pb-amazing-scope .squiz-rb-scope .min-h-\[320px\]:not(.squiz-rb-plugin *){min-height:320px}.squiz-pb-amazing-scope .squiz-rb-scope .min-h-\[44px\]:not(.squiz-rb-plugin *){min-height:44px}.squiz-pb-amazing-scope .squiz-rb-scope .min-h-\[64px\]:not(.squiz-rb-plugin *){min-height:64px}.squiz-pb-amazing-scope .squiz-rb-scope .min-h-\[68px\]:not(.squiz-rb-plugin *){min-height:68px}.squiz-pb-amazing-scope .squiz-rb-scope .min-h-full:not(.squiz-rb-plugin *){min-height:100%}.squiz-pb-amazing-scope .squiz-rb-scope .\!w-4:not(.squiz-rb-plugin *){width:1rem!important}.squiz-pb-amazing-scope .squiz-rb-scope .w-1\/2:not(.squiz-rb-plugin *){width:50%}.squiz-pb-amazing-scope .squiz-rb-scope .w-12:not(.squiz-rb-plugin *){width:3rem}.squiz-pb-amazing-scope .squiz-rb-scope .w-14:not(.squiz-rb-plugin *){width:3.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .w-3\/4:not(.squiz-rb-plugin *){width:75%}.squiz-pb-amazing-scope .squiz-rb-scope .w-36:not(.squiz-rb-plugin *){width:9rem}.squiz-pb-amazing-scope .squiz-rb-scope .w-4:not(.squiz-rb-plugin *){width:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .w-6:not(.squiz-rb-plugin *){width:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .w-\[100\%\]:not(.squiz-rb-plugin *){width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .w-\[200px\]:not(.squiz-rb-plugin *){width:200px}.squiz-pb-amazing-scope .squiz-rb-scope .w-\[204px\]:not(.squiz-rb-plugin *){width:204px}.squiz-pb-amazing-scope .squiz-rb-scope .w-\[320px\]:not(.squiz-rb-plugin *){width:320px}.squiz-pb-amazing-scope .squiz-rb-scope .w-\[400px\]:not(.squiz-rb-plugin *){width:400px}.squiz-pb-amazing-scope .squiz-rb-scope .w-\[56px\]:not(.squiz-rb-plugin *){width:56px}.squiz-pb-amazing-scope .squiz-rb-scope .w-\[calc\(100\%-2px\)\]:not(.squiz-rb-plugin *){width:calc(100% - 2px)}.squiz-pb-amazing-scope .squiz-rb-scope .w-full:not(.squiz-rb-plugin *){width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .w-screen:not(.squiz-rb-plugin *){width:100vw}.squiz-pb-amazing-scope .squiz-rb-scope .max-w-\[200px\]:not(.squiz-rb-plugin *){max-width:200px}.squiz-pb-amazing-scope .squiz-rb-scope .max-w-\[400px\]:not(.squiz-rb-plugin *){max-width:400px}.squiz-pb-amazing-scope .squiz-rb-scope .max-w-\[50rem\]:not(.squiz-rb-plugin *){max-width:50rem}.squiz-pb-amazing-scope .squiz-rb-scope .max-w-\[52rem\]:not(.squiz-rb-plugin *){max-width:52rem}.squiz-pb-amazing-scope .squiz-rb-scope .flex-1:not(.squiz-rb-plugin *){flex:1 1 0%}.squiz-pb-amazing-scope .squiz-rb-scope .shrink-0:not(.squiz-rb-plugin *){flex-shrink:0}.squiz-pb-amazing-scope .squiz-rb-scope .grow:not(.squiz-rb-plugin *){flex-grow:1}.squiz-pb-amazing-scope .squiz-rb-scope .grow-\[3\]:not(.squiz-rb-plugin *){flex-grow:3}.squiz-pb-amazing-scope .squiz-rb-scope .animate-spin:not(.squiz-rb-plugin *){animation:spin 1s linear infinite}.squiz-pb-amazing-scope .squiz-rb-scope .cursor-not-allowed:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-pb-amazing-scope .squiz-rb-scope .cursor-pointer:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-amazing-scope .squiz-rb-scope .grid-cols-\[24px_1fr_45px\]:not(.squiz-rb-plugin *){grid-template-columns:24px 1fr 45px}.squiz-pb-amazing-scope .squiz-rb-scope .flex-row:not(.squiz-rb-plugin *){flex-direction:row}.squiz-pb-amazing-scope .squiz-rb-scope .flex-col:not(.squiz-rb-plugin *){flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .items-center:not(.squiz-rb-plugin *){align-items:center}.squiz-pb-amazing-scope .squiz-rb-scope .items-stretch:not(.squiz-rb-plugin *){align-items:stretch}.squiz-pb-amazing-scope .squiz-rb-scope .justify-end:not(.squiz-rb-plugin *){justify-content:flex-end}.squiz-pb-amazing-scope .squiz-rb-scope .justify-center:not(.squiz-rb-plugin *){justify-content:center}.squiz-pb-amazing-scope .squiz-rb-scope .gap-1:not(.squiz-rb-plugin *){gap:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .gap-3:not(.squiz-rb-plugin *){gap:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .self-start:not(.squiz-rb-plugin *){align-self:flex-start}.squiz-pb-amazing-scope .squiz-rb-scope .self-center:not(.squiz-rb-plugin *){align-self:center}.squiz-pb-amazing-scope .squiz-rb-scope .justify-self-start:not(.squiz-rb-plugin *){justify-self:start}.squiz-pb-amazing-scope .squiz-rb-scope .overflow-hidden:not(.squiz-rb-plugin *){overflow:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .overflow-y-auto:not(.squiz-rb-plugin *){overflow-y:auto}.squiz-pb-amazing-scope .squiz-rb-scope .overflow-y-hidden:not(.squiz-rb-plugin *){overflow-y:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .overflow-y-scroll:not(.squiz-rb-plugin *){overflow-y:scroll}.squiz-pb-amazing-scope .squiz-rb-scope .truncate:not(.squiz-rb-plugin *){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-amazing-scope .squiz-rb-scope .break-words:not(.squiz-rb-plugin *){overflow-wrap:break-word}.squiz-pb-amazing-scope .squiz-rb-scope .rounded:not(.squiz-rb-plugin *){border-radius:4px}.squiz-pb-amazing-scope .squiz-rb-scope .rounded-full:not(.squiz-rb-plugin *){border-radius:9999px}.squiz-pb-amazing-scope .squiz-rb-scope .rounded-lg:not(.squiz-rb-plugin *){border-radius:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .border:not(.squiz-rb-plugin *){border-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .border-0:not(.squiz-rb-plugin *){border-width:0}.squiz-pb-amazing-scope .squiz-rb-scope .border-1:not(.squiz-rb-plugin *){border-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .border-2:not(.squiz-rb-plugin *){border-width:2px}.squiz-pb-amazing-scope .squiz-rb-scope .border-b:not(.squiz-rb-plugin *){border-bottom-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .border-b-0:not(.squiz-rb-plugin *){border-bottom-width:0}.squiz-pb-amazing-scope .squiz-rb-scope .border-l:not(.squiz-rb-plugin *){border-left-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .border-r:not(.squiz-rb-plugin *){border-right-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .border-t:not(.squiz-rb-plugin *){border-top-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .border-solid:not(.squiz-rb-plugin *){border-style:solid}.squiz-pb-amazing-scope .squiz-rb-scope .border-blue-200:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(143 192 235/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .border-current:not(.squiz-rb-plugin *){border-color:currentColor}.squiz-pb-amazing-scope .squiz-rb-scope .border-gray-200:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(237 237 237/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .border-gray-300:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .border-gray-400:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(186 186 186/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .border-white:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .bg-black:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .bg-blue-100:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .bg-blue-300:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .bg-blue-300\/\[\.6\]:not(.squiz-rb-plugin *){background-color:rgb(7 116 210/.6)}.squiz-pb-amazing-scope .squiz-rb-scope .bg-gray-100:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .bg-gray-200:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .bg-transparent:not(.squiz-rb-plugin *){background-color:transparent}.squiz-pb-amazing-scope .squiz-rb-scope .bg-white:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .bg-opacity-10:not(.squiz-rb-plugin *){--tw-bg-opacity:0.1}.squiz-pb-amazing-scope .squiz-rb-scope .fill-blue-300:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .fill-current:not(.squiz-rb-plugin *){fill:currentColor}.squiz-pb-amazing-scope .squiz-rb-scope .object-cover:not(.squiz-rb-plugin *){-o-object-fit:cover;object-fit:cover}.squiz-pb-amazing-scope .squiz-rb-scope .object-center:not(.squiz-rb-plugin *){-o-object-position:center;object-position:center}.squiz-pb-amazing-scope .squiz-rb-scope .p-0:not(.squiz-rb-plugin *){padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .p-1:not(.squiz-rb-plugin *){padding:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .p-2:not(.squiz-rb-plugin *){padding:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .p-3:not(.squiz-rb-plugin *){padding:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .p-4:not(.squiz-rb-plugin *){padding:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .px-1:not(.squiz-rb-plugin *){padding-left:.25rem;padding-right:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .px-1\.5:not(.squiz-rb-plugin *){padding-left:.375rem;padding-right:.375rem}.squiz-pb-amazing-scope .squiz-rb-scope .px-2:not(.squiz-rb-plugin *){padding-left:.5rem;padding-right:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .px-2\.5:not(.squiz-rb-plugin *){padding-left:.625rem;padding-right:.625rem}.squiz-pb-amazing-scope .squiz-rb-scope .px-3:not(.squiz-rb-plugin *){padding-left:.75rem;padding-right:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .px-4:not(.squiz-rb-plugin *){padding-left:1rem;padding-right:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .px-7:not(.squiz-rb-plugin *){padding-left:1.75rem;padding-right:1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .py-0:not(.squiz-rb-plugin *){padding-bottom:0;padding-top:0}.squiz-pb-amazing-scope .squiz-rb-scope .py-0\.5:not(.squiz-rb-plugin *){padding-bottom:.125rem;padding-top:.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .py-2:not(.squiz-rb-plugin *){padding-bottom:.5rem;padding-top:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .py-3:not(.squiz-rb-plugin *){padding-bottom:.75rem;padding-top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .py-8:not(.squiz-rb-plugin *){padding-bottom:2rem;padding-top:2rem}.squiz-pb-amazing-scope .squiz-rb-scope .pb-0:not(.squiz-rb-plugin *){padding-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .pb-3:not(.squiz-rb-plugin *){padding-bottom:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .pb-4:not(.squiz-rb-plugin *){padding-bottom:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .pb-4\.5:not(.squiz-rb-plugin *){padding-bottom:1.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .pb-6:not(.squiz-rb-plugin *){padding-bottom:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .pl-1:not(.squiz-rb-plugin *){padding-left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .pl-4:not(.squiz-rb-plugin *){padding-left:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .pl-4\.5:not(.squiz-rb-plugin *){padding-left:1.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .pl-6:not(.squiz-rb-plugin *){padding-left:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .pr-1:not(.squiz-rb-plugin *){padding-right:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .pr-10:not(.squiz-rb-plugin *){padding-right:2.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .pr-4:not(.squiz-rb-plugin *){padding-right:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .pr-4\.5:not(.squiz-rb-plugin *){padding-right:1.125rem}.squiz-pb-amazing-scope .squiz-rb-scope .pr-6:not(.squiz-rb-plugin *){padding-right:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .pt-3:not(.squiz-rb-plugin *){padding-top:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .pt-4:not(.squiz-rb-plugin *){padding-top:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .text-left:not(.squiz-rb-plugin *){text-align:left}.squiz-pb-amazing-scope .squiz-rb-scope .text-center:not(.squiz-rb-plugin *){text-align:center}.squiz-pb-amazing-scope .squiz-rb-scope .text-right:not(.squiz-rb-plugin *){text-align:right}.squiz-pb-amazing-scope .squiz-rb-scope .align-\[-0\.125em\]:not(.squiz-rb-plugin *){vertical-align:-.125em}.squiz-pb-amazing-scope .squiz-rb-scope .text-base:not(.squiz-rb-plugin *){font-size:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .text-md:not(.squiz-rb-plugin *){font-size:.875rem}.squiz-pb-amazing-scope .squiz-rb-scope .text-sm:not(.squiz-rb-plugin *){font-size:.8125rem}.squiz-pb-amazing-scope .squiz-rb-scope .text-xl:not(.squiz-rb-plugin *){font-size:1.25rem;line-height:1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .font-bold:not(.squiz-rb-plugin *){font-weight:700}.squiz-pb-amazing-scope .squiz-rb-scope .font-normal:not(.squiz-rb-plugin *){font-weight:400}.squiz-pb-amazing-scope .squiz-rb-scope .font-semibold:not(.squiz-rb-plugin *){font-weight:600}.squiz-pb-amazing-scope .squiz-rb-scope .leading-4:not(.squiz-rb-plugin *){line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .leading-5:not(.squiz-rb-plugin *){line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .leading-6:not(.squiz-rb-plugin *){line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .text-blue-300:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .text-blue-400:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .text-gray-500:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .text-gray-600:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .text-gray-700:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .text-gray-800:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .text-red-300:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .text-white:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .antialiased:not(.squiz-rb-plugin *){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.squiz-pb-amazing-scope .squiz-rb-scope .opacity-40:not(.squiz-rb-plugin *){opacity:.4}.squiz-pb-amazing-scope .squiz-rb-scope .shadow-md:not(.squiz-rb-plugin *){--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.squiz-pb-amazing-scope .squiz-rb-scope .outline-0:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-amazing-scope .squiz-rb-scope .blur:not(.squiz-rb-plugin *){--tw-blur:blur(8px)}.squiz-pb-amazing-scope .squiz-rb-scope .blur:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .filter:not(.squiz-rb-plugin *){filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:.5rem;color:#3d3d3d;padding:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter input:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #0774d2;outline:0}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-item button[aria-checked=true]+.sds-form-control-item:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-item:has(button[aria-checked=true]):not(.squiz-rb-plugin *){background-color:#e6f1fa;color:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-item:has(button[aria-checked=true]) .sds-form-control-text:not(.squiz-rb-plugin *){color:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-text:not(.squiz-rb-plugin *){font-size:.875rem;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse:not(.squiz-rb-plugin *){align-items:center;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:30px;margin-top:.5rem;padding-left:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse p:not(.squiz-rb-plugin *){padding-top:5px}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse:hover:not(.squiz-rb-plugin *){cursor:pointer}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse .show-less-icon:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse .show-more-icon:not(.squiz-rb-plugin *){margin-right:.25rem;padding-top:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse .show-less-icon svg:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse .show-more-icon svg:not(.squiz-rb-plugin *){height:18px;width:18px}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse .show-less-icon svg path:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__collapse .show-more-icon svg path:not(.squiz-rb-plugin *){fill:#707070}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__header:not(.squiz-rb-plugin *){align-items:center;display:flex;height:20px;margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-item:not(.squiz-rb-plugin *){padding:.25rem 0 .25rem .5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sds-form-control-item:hover:not(.squiz-rb-plugin *){background-color:#f5f5f5;border-radius:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__heading:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:.875rem!important;line-height:1.25rem!important;margin:0}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__clear:not(.squiz-rb-plugin *){margin-left:auto}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__clear button:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;color:#0774d2;cursor:pointer;font-size:13px;font-weight:400;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__clear button:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__search:not(.squiz-rb-plugin *){margin-bottom:.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__options:not(.squiz-rb-plugin *){line-height:normal;overflow-y:auto;padding-top:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__options li:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__options button:not([role=checkbox]):not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;color:#3d3d3d;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .checkbox-filter__empty:not(.squiz-rb-plugin *){display:block}.squiz-pb-amazing-scope .squiz-rb-scope .filter-list__heading:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;margin-bottom:1rem;margin-top:0}.squiz-pb-amazing-scope .squiz-rb-scope .filter-list__item:not(.squiz-rb-plugin *){margin-bottom:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .image-card:not(.squiz-rb-plugin *){background-color:#f7f7f7;border:none;border-radius:0 0 10px 10px;cursor:pointer;max-width:240px;overflow:hidden;padding:0;position:relative;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .image-card:disabled:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-pb-amazing-scope .squiz-rb-scope .image-card--selected:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-pb-amazing-scope .squiz-rb-scope .image-card__img-container:not(.squiz-rb-plugin *){background-color:#ededed;min-height:100px;padding:10px 0;position:relative;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .image-card img:not(.squiz-rb-plugin *){bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-pb-amazing-scope .squiz-rb-scope .image-card__info:not(.squiz-rb-plugin *){display:flex;flex-direction:column;padding:.5rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .image-card__title:not(.squiz-rb-plugin *){margin-bottom:.25rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-amazing-scope .squiz-rb-scope .image-card__details:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .image-card__type:not(.squiz-rb-plugin *){margin-bottom:.25rem;text-align:left;text-transform:uppercase}.squiz-pb-amazing-scope .squiz-rb-scope .image-card--selected .image-card__title:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .image-card--selected .image-card__type:not(.squiz-rb-plugin *){color:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .image-card__checkmark svg path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:.5rem;list-style:none;margin:0;overflow:hidden;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;display:flex;margin:.25rem .5rem}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item:first-child:not(.squiz-rb-plugin *){margin-top:8px}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item:last-child:not(.squiz-rb-plugin *){border-bottom:none}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item-button:not(.squiz-rb-plugin *){background:none;border:none;border-radius:.25rem;cursor:pointer;margin-bottom:.25rem;outline:none;padding:.25rem .5rem;text-align:left;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item-button:focus:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item-button:hover:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item--selected path:not(.squiz-rb-plugin *){fill:#044985!important}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item--selected .sds-text:not(.squiz-rb-plugin *){color:#044985!important}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item--selected .selection-list__item-button:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-grid:not(.squiz-rb-plugin *){display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-grid:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-grid .skeleton-item:not(.squiz-rb-plugin *){margin-bottom:.25rem;min-width:50px}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-grid .skeleton-item__animate:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-grid .skeleton-item__container:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column;height:136px}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-grid .skeleton-item__image:not(.squiz-rb-plugin *){background-color:#e0e0e0;border-radius:.25rem;height:100px;margin-bottom:14px;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-grid .skeleton-item__description:not(.squiz-rb-plugin *){background-color:#e0e0e0;border-radius:.5rem;height:8px;width:88%}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;list-style-type:none;margin:1rem 0;padding:0 1.75rem}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item:not(.squiz-rb-plugin *){align-items:center;border:solid #ededed;border-width:1px 1px 0;display:flex;padding:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item:first-child:not(.squiz-rb-plugin *){border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-top:0}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item:last-child:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__animate:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__container:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;grid-template-columns:24px 1fr 45px;padding:1rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__icon:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:9999px;height:24px;width:24px}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__body:not(.squiz-rb-plugin *){margin:0 1rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__text:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;height:8px;margin-bottom:.25rem;width:50%}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__text:first-child:not(.squiz-rb-plugin *){width:75%}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__text:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-pb-amazing-scope .squiz-rb-scope .skeleton-list .skeleton-item__link:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;height:8px;margin-left:auto;margin-right:1rem;width:48px}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__top-row:not(.squiz-rb-plugin *){align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__title:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__browse-group:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__or:not(.squiz-rb-plugin *){align-items:center;border-radius:36px;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:24px;justify-content:center;letter-spacing:0;line-height:1rem;margin-right:.5rem;width:24px}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__browse:not(.squiz-rb-plugin *){all:unset;align-items:center;color:#4f4f4f;cursor:pointer;display:flex;font-size:14px;font-weight:600;line-height:20px}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__browse-icon:not(.squiz-rb-plugin *){margin-right:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__input-group:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:.5rem;display:flex;justify-content:center;margin-top:.75rem;padding:7px 8px}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *){all:unset;flex:1 1 0;font-size:14px;font-weight:400;line-height:20px;margin-left:.25rem;margin-right:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *)::-moz-placeholder{color:#949494}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *)::placeholder{color:#949494}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__input-icon:not(.squiz-rb-plugin *){height:24px;width:24px}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__input-arrow:not(.squiz-rb-plugin *){height:18px;width:18px}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__search:not(.squiz-rb-plugin *){all:unset;cursor:pointer;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__search:focus path:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .sourceLauncher__search:hover path:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing:not(.squiz-rb-plugin *){padding:1.25rem 0 1.25rem 1rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__header:not(.squiz-rb-plugin *){padding-right:16px}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__title-group:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__title:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem;margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__sub-title:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__sorter:not(.squiz-rb-plugin *){display:flex;justify-content:flex-end;margin:.5rem 0;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__sort-label:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-right:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__sort-select:not(.squiz-rb-plugin *){all:unset;color:#3d3d3d;cursor:pointer;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem;padding-right:18px}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__sort-icon:not(.squiz-rb-plugin *){pointer-events:none;position:absolute}.squiz-pb-amazing-scope .squiz-rb-scope .searchListing__list:not(.squiz-rb-plugin *){all:unset}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem:not(.squiz-rb-plugin *){all:unset;border-bottom:1px solid #ededed;display:block;padding:.25rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem--selected .searchItem__button:not(.squiz-rb-plugin *){background-color:#e6f1fa;border-radius:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem--selected .searchItem__label:not(.squiz-rb-plugin *){color:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem:focus .searchItem__button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .searchItem:focus-within .searchItem__button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .searchItem:hover .searchItem__button:not(.squiz-rb-plugin *){background-color:#f5f5f5;border-radius:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem:focus .searchItem__label:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .searchItem:focus-within .searchItem__label:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .searchItem:hover .searchItem__label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem__button:not(.squiz-rb-plugin *){all:unset;align-items:center;cursor:pointer;display:flex;padding:.25rem .5rem;width:calc(100% - 16px)}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem__button--disabled:not(.squiz-rb-plugin *){cursor:not-allowed;opacity:.4}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem__icon:not(.squiz-rb-plugin *){height:24px;margin-right:1rem;width:24px}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem__label:not(.squiz-rb-plugin *){color:#4f4f4f;flex:1 1 0;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .searchItem__details:not(.squiz-rb-plugin *){flex:0 1 0}.squiz-pb-amazing-scope .squiz-rb-scope .no-search-result-container:not(.squiz-rb-plugin *){align-items:center;color:#707070;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:24px;margin:auto;text-align:center;width:288px}.squiz-pb-amazing-scope .squiz-rb-scope .no-search-result-container .no-result-message:not(.squiz-rb-plugin *){margin-top:1rem}.squiz-pb-amazing-scope .squiz-rb-scope .no-search-result-container .search-term:not(.squiz-rb-plugin *){color:#4f4f4f;font-weight:600}.squiz-pb-amazing-scope .squiz-rb-scope .no-search-result-container svg:not(.squiz-rb-plugin *){margin:auto}.squiz-pb-amazing-scope .squiz-rb-scope .error:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .error__info-text:not(.squiz-rb-plugin *){margin:1rem 0;max-width:288px;text-align:center}.squiz-pb-amazing-scope .squiz-rb-scope .error__alert-icon:not(.squiz-rb-plugin *){align-items:center;height:64px;justify-content:center;width:64px}.squiz-pb-amazing-scope .squiz-rb-scope .image-info:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__image-container:not(.squiz-rb-plugin *){background-color:#ededed;height:150px;margin:1.25rem 0;min-height:150px;position:relative;width:250px}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__divider:not(.squiz-rb-plugin *){padding:0 1.25rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .checkered-bg:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__image-container img:not(.squiz-rb-plugin *){bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__title:not(.squiz-rb-plugin *){color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__details:not(.squiz-rb-plugin *){color:#707070;margin:1rem 0}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__details-list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;margin:1rem 0;padding:0 1.25rem;width:270px;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__details-item:not(.squiz-rb-plugin *){display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__details-label:not(.squiz-rb-plugin *){color:#707070;display:flex;width:60px}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__details-value:not(.squiz-rb-plugin *){color:#3d3d3d;margin-left:20px}.squiz-pb-amazing-scope .squiz-rb-scope .image-variant__list:not(.squiz-rb-plugin *){margin-bottom:1rem;padding:0 1.25rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .image-variant__item:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-amazing-scope .squiz-rb-scope .selection-list__item--selected .image-variant__checkmark:not(.squiz-rb-plugin *){visibility:visible}.squiz-pb-amazing-scope .squiz-rb-scope .image-variant__checkmark:not(.squiz-rb-plugin *){margin-left:.5rem;visibility:hidden}.squiz-pb-amazing-scope .squiz-rb-scope .image-variant__checkmark path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .image-variant__info:not(.squiz-rb-plugin *){align-items:center;color:#3d3d3d;display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__footer:not(.squiz-rb-plugin *){align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;margin-top:auto}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__select-button:not(.squiz-rb-plugin *){margin:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__select:not(.squiz-rb-plugin *){padding-bottom:1rem;padding-top:1.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__select svg:not(.squiz-rb-plugin *){height:72px;width:72px}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__select svg path:not(.squiz-rb-plugin *){fill:#bababa}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__empty-text:not(.squiz-rb-plugin *){padding-left:1.25rem;padding-right:1.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .image-info__loading:not(.squiz-rb-plugin *){margin-top:80px}.squiz-pb-amazing-scope .squiz-rb-scope .resource-picker:not(.squiz-rb-plugin *){--tw-bg-opacity:1;--tw-border-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:rgb(148 148 148/var(--tw-text-opacity));display:grid;gap:.5rem;grid-template-columns:24px 1fr;padding:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .resource-picker-info:not(.squiz-rb-plugin *){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-radius:6px;color:rgb(43 43 43/var(--tw-text-opacity));font-size:.875rem;font-weight:600;padding:.5rem;width:100%}.squiz-pb-amazing-scope .squiz-rb-scope .resource-picker-info__layout:not(.squiz-rb-plugin *){display:grid;gap:.5rem;grid-template-columns:auto 1fr auto;justify-items:center}.squiz-pb-amazing-scope .squiz-rb-scope .resource-picker--disabled:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border-width:0;cursor:not-allowed}.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button__button:not(.squiz-rb-plugin *){all:unset;border:2px solid rgba(0,0,0,.16);border-radius:8px;cursor:pointer;padding:2px}.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button__label:not(.squiz-rb-plugin *){background:#2b2b2b;border-radius:4px;box-sizing:border-box;color:#fff;display:none;font-size:.875rem;padding:2px 8px;position:absolute;top:calc(100% + 2px);transform:translateX(calc(-50% + 13px));white-space:nowrap}.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__label:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button:hover .inline-launch-button__label:not(.squiz-rb-plugin *){display:flex}.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__button:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button:hover .inline-launch-button__button:not(.squiz-rb-plugin *){background:#e6f1fa;border-color:#0774d2}.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__button svg path:not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope .inline-launch-button:hover .inline-launch-button__button svg path:not(.squiz-rb-plugin *){fill:#044985}.squiz-pb-amazing-scope .squiz-rb-scope .spinner:not(.squiz-rb-plugin *){animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-pb-amazing-scope .squiz-rb-scope .spinner:not(.squiz-rb-plugin *){animation:spin 1.5s linear infinite}}.squiz-pb-amazing-scope .squiz-rb-scope .spinner:not(.squiz-rb-plugin *){height:20px;width:20px}.squiz-pb-amazing-scope .squiz-rb-scope .spinner__wrapper:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:center}.squiz-pb-amazing-scope .squiz-rb-scope .spinner--md:not(.squiz-rb-plugin *){height:32px;width:32px}.squiz-pb-amazing-scope .squiz-rb-scope .animate-skeleton-pulse:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-pb-amazing-scope .squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-pb-amazing-scope .squiz-rb-scope button:not(.squiz-rb-plugin *){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-pb-amazing-scope .squiz-rb-scope svg:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .break-word:not(.squiz-rb-plugin *){overflow-wrap:anywhere;word-break:break-word}.squiz-pb-amazing-scope .squiz-rb-scope .before\:fixed:not(.squiz-rb-plugin *):before{content:var(--tw-content);position:fixed}.squiz-pb-amazing-scope .squiz-rb-scope .before\:absolute:not(.squiz-rb-plugin *):before{content:var(--tw-content);position:absolute}.squiz-pb-amazing-scope .squiz-rb-scope .before\:inset-0:not(.squiz-rb-plugin *):before{content:var(--tw-content);inset:0}.squiz-pb-amazing-scope .squiz-rb-scope .before\:-left-1:not(.squiz-rb-plugin *):before{content:var(--tw-content);left:-.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .before\:top-1:not(.squiz-rb-plugin *):before{content:var(--tw-content);top:.25rem}.squiz-pb-amazing-scope .squiz-rb-scope .before\:top-1\.5:not(.squiz-rb-plugin *):before{content:var(--tw-content);top:.375rem}.squiz-pb-amazing-scope .squiz-rb-scope .before\:z-40:not(.squiz-rb-plugin *):before{content:var(--tw-content);z-index:40}.squiz-pb-amazing-scope .squiz-rb-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:not(.squiz-rb-plugin *):before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-pb-amazing-scope .squiz-rb-scope .before\:w-px:not(.squiz-rb-plugin *):before{content:var(--tw-content);width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .before\:bg-black:not(.squiz-rb-plugin *):before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-amazing-scope .squiz-rb-scope .before\:bg-gray-200:not(.squiz-rb-plugin *):before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-amazing-scope .squiz-rb-scope .before\:bg-opacity-25:not(.squiz-rb-plugin *):before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-pb-amazing-scope .squiz-rb-scope .first\:mt-0:first-child:not(.squiz-rb-plugin *){margin-top:0}.squiz-pb-amazing-scope .squiz-rb-scope .first\:rounded-t-lg:first-child:not(.squiz-rb-plugin *){border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .last\:rounded-b-lg:last-child:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-pb-amazing-scope .squiz-rb-scope .last\:border-b:last-child:not(.squiz-rb-plugin *){border-bottom-width:1px}.squiz-pb-amazing-scope .squiz-rb-scope .hover\:border-gray-300:hover:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .hover\:bg-blue-100:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .hover\:bg-gray-100:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .hover\:bg-gray-50:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .hover\:bg-transparent:hover:not(.squiz-rb-plugin *){background-color:transparent}.squiz-pb-amazing-scope .squiz-rb-scope .hover\:text-gray-800:hover:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .focus\:bg-blue-100:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .focus\:bg-gray-100:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .focus\:bg-gray-50:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .focus\:text-gray-800:focus:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-rb-scope .focus\:outline-none:focus:not(.squiz-rb-plugin *){outline:2px solid transparent;outline-offset:2px}.squiz-pb-amazing-scope .squiz-rb-scope .focus-visible\:outline-0:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-pb-amazing-scope .squiz-rb-scope .disabled\:cursor-not-allowed:disabled:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-pb-amazing-scope .squiz-rb-scope .disabled\:text-gray-500:disabled:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media (prefers-reduced-motion:reduce){.squiz-pb-amazing-scope .squiz-rb-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]:not(.squiz-rb-plugin *){animation:spin 1.5s linear infinite}}@media not all and (min-width:640px){.squiz-pb-amazing-scope .squiz-rb-scope .max-sm\:hidden:not(.squiz-rb-plugin *){display:none}}@media (min-width:1024px){.squiz-pb-amazing-scope .squiz-rb-scope .lg\:h-\[calc\(100vh-9rem\)\]:not(.squiz-rb-plugin *){height:calc(100vh - 9rem)}}.squiz-pb-amazing-scope .squiz-cb-scope *,.squiz-pb-amazing-scope .squiz-cb-scope :after,.squiz-pb-amazing-scope .squiz-cb-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-pb-amazing-scope .squiz-cb-scope :after,.squiz-pb-amazing-scope .squiz-cb-scope :before{--tw-content:""}.squiz-pb-amazing-scope .squiz-cb-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-pb-amazing-scope .squiz-cb-scope body{line-height:inherit;margin:0}.squiz-pb-amazing-scope .squiz-cb-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-pb-amazing-scope .squiz-cb-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-pb-amazing-scope .squiz-cb-scope h1,.squiz-pb-amazing-scope .squiz-cb-scope h2,.squiz-pb-amazing-scope .squiz-cb-scope h3,.squiz-pb-amazing-scope .squiz-cb-scope h4,.squiz-pb-amazing-scope .squiz-cb-scope h5,.squiz-pb-amazing-scope .squiz-cb-scope h6{font-size:inherit;font-weight:inherit}.squiz-pb-amazing-scope .squiz-cb-scope a{color:inherit;text-decoration:inherit}.squiz-pb-amazing-scope .squiz-cb-scope b,.squiz-pb-amazing-scope .squiz-cb-scope strong{font-weight:bolder}.squiz-pb-amazing-scope .squiz-cb-scope code,.squiz-pb-amazing-scope .squiz-cb-scope kbd,.squiz-pb-amazing-scope .squiz-cb-scope pre,.squiz-pb-amazing-scope .squiz-cb-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-pb-amazing-scope .squiz-cb-scope small{font-size:80%}.squiz-pb-amazing-scope .squiz-cb-scope sub,.squiz-pb-amazing-scope .squiz-cb-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-pb-amazing-scope .squiz-cb-scope sub{bottom:-.25em}.squiz-pb-amazing-scope .squiz-cb-scope sup{top:-.5em}.squiz-pb-amazing-scope .squiz-cb-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-pb-amazing-scope .squiz-cb-scope button,.squiz-pb-amazing-scope .squiz-cb-scope input,.squiz-pb-amazing-scope .squiz-cb-scope optgroup,.squiz-pb-amazing-scope .squiz-cb-scope select,.squiz-pb-amazing-scope .squiz-cb-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-cb-scope button,.squiz-pb-amazing-scope .squiz-cb-scope select{text-transform:none}.squiz-pb-amazing-scope .squiz-cb-scope [type=button],.squiz-pb-amazing-scope .squiz-cb-scope [type=reset],.squiz-pb-amazing-scope .squiz-cb-scope [type=submit],.squiz-pb-amazing-scope .squiz-cb-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-pb-amazing-scope .squiz-cb-scope :-moz-focusring{outline:auto}.squiz-pb-amazing-scope .squiz-cb-scope :-moz-ui-invalid{box-shadow:none}.squiz-pb-amazing-scope .squiz-cb-scope progress{vertical-align:baseline}.squiz-pb-amazing-scope .squiz-cb-scope ::-webkit-inner-spin-button,.squiz-pb-amazing-scope .squiz-cb-scope ::-webkit-outer-spin-button{height:auto}.squiz-pb-amazing-scope .squiz-cb-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-pb-amazing-scope .squiz-cb-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-pb-amazing-scope .squiz-cb-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-pb-amazing-scope .squiz-cb-scope summary{display:list-item}.squiz-pb-amazing-scope .squiz-cb-scope blockquote,.squiz-pb-amazing-scope .squiz-cb-scope dd,.squiz-pb-amazing-scope .squiz-cb-scope dl,.squiz-pb-amazing-scope .squiz-cb-scope figure,.squiz-pb-amazing-scope .squiz-cb-scope h1,.squiz-pb-amazing-scope .squiz-cb-scope h2,.squiz-pb-amazing-scope .squiz-cb-scope h3,.squiz-pb-amazing-scope .squiz-cb-scope h4,.squiz-pb-amazing-scope .squiz-cb-scope h5,.squiz-pb-amazing-scope .squiz-cb-scope h6,.squiz-pb-amazing-scope .squiz-cb-scope hr,.squiz-pb-amazing-scope .squiz-cb-scope p,.squiz-pb-amazing-scope .squiz-cb-scope pre{margin:0}.squiz-pb-amazing-scope .squiz-cb-scope fieldset{margin:0;padding:0}.squiz-pb-amazing-scope .squiz-cb-scope legend{padding:0}.squiz-pb-amazing-scope .squiz-cb-scope menu,.squiz-pb-amazing-scope .squiz-cb-scope ol,.squiz-pb-amazing-scope .squiz-cb-scope ul{list-style:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-cb-scope textarea{resize:vertical}.squiz-pb-amazing-scope .squiz-cb-scope input::-moz-placeholder,.squiz-pb-amazing-scope .squiz-cb-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-pb-amazing-scope .squiz-cb-scope input::placeholder,.squiz-pb-amazing-scope .squiz-cb-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-pb-amazing-scope .squiz-cb-scope [role=button],.squiz-pb-amazing-scope .squiz-cb-scope button{cursor:pointer}.squiz-pb-amazing-scope .squiz-cb-scope :disabled{cursor:default}.squiz-pb-amazing-scope .squiz-cb-scope audio,.squiz-pb-amazing-scope .squiz-cb-scope canvas,.squiz-pb-amazing-scope .squiz-cb-scope embed,.squiz-pb-amazing-scope .squiz-cb-scope iframe,.squiz-pb-amazing-scope .squiz-cb-scope img,.squiz-pb-amazing-scope .squiz-cb-scope object,.squiz-pb-amazing-scope .squiz-cb-scope svg,.squiz-pb-amazing-scope .squiz-cb-scope video{display:block;vertical-align:middle}.squiz-pb-amazing-scope .squiz-cb-scope img,.squiz-pb-amazing-scope .squiz-cb-scope video{height:auto;max-width:100%}.squiz-pb-amazing-scope .squiz-cb-scope [hidden]{display:none}.squiz-pb-amazing-scope .squiz-cb-scope *,.squiz-pb-amazing-scope .squiz-cb-scope :after,.squiz-pb-amazing-scope .squiz-cb-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-cb-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-cb-scope .container{width:100%}@media (min-width:640px){.squiz-pb-amazing-scope .squiz-cb-scope .container{max-width:640px}}@media (min-width:768px){.squiz-pb-amazing-scope .squiz-cb-scope .container{max-width:768px}}@media (min-width:1024px){.squiz-pb-amazing-scope .squiz-cb-scope .container{max-width:1024px}}@media (min-width:1280px){.squiz-pb-amazing-scope .squiz-cb-scope .container{max-width:1280px}}@media (min-width:1536px){.squiz-pb-amazing-scope .squiz-cb-scope .container{max-width:1536px}}.squiz-pb-amazing-scope .squiz-cb-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .visible{visibility:visible}.squiz-pb-amazing-scope .squiz-cb-scope .fixed{position:fixed}.squiz-pb-amazing-scope .squiz-cb-scope .absolute{position:absolute}.squiz-pb-amazing-scope .squiz-cb-scope .relative{position:relative}.squiz-pb-amazing-scope .squiz-cb-scope .inset-0{inset:0}.squiz-pb-amazing-scope .squiz-cb-scope .-right-8{right:-2rem}.squiz-pb-amazing-scope .squiz-cb-scope .bottom-0{bottom:0}.squiz-pb-amazing-scope .squiz-cb-scope .right-1{right:.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .right-2{right:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .right-3{right:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .right-5{right:1.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .top-2{top:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .top-3{top:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .z-10{z-index:10}.squiz-pb-amazing-scope .squiz-cb-scope .z-50{z-index:50}.squiz-pb-amazing-scope .squiz-cb-scope .z-\[9998\]{z-index:9998}.squiz-pb-amazing-scope .squiz-cb-scope .z-\[9999\]{z-index:9999}.squiz-pb-amazing-scope .squiz-cb-scope .m-3{margin:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .m-4{margin:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .m-5{margin:1.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .mx-20{margin-left:5rem;margin-right:5rem}.squiz-pb-amazing-scope .squiz-cb-scope .mx-4{margin-left:1rem;margin-right:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .mx-5{margin-left:1.25rem;margin-right:1.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .mx-6{margin-left:1.5rem;margin-right:1.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .my-5{margin-bottom:1.25rem;margin-top:1.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .mb-1{margin-bottom:.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .mb-2{margin-bottom:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .ml-1{margin-left:.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .ml-2{margin-left:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .ml-auto{margin-left:auto}.squiz-pb-amazing-scope .squiz-cb-scope .mr-1{margin-right:.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .mr-2{margin-right:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .mr-3{margin-right:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .mr-4{margin-right:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .mr-8{margin-right:2rem}.squiz-pb-amazing-scope .squiz-cb-scope .mr-auto{margin-right:auto}.squiz-pb-amazing-scope .squiz-cb-scope .mt-20{margin-top:5rem}.squiz-pb-amazing-scope .squiz-cb-scope .mt-3{margin-top:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .mt-4{margin-top:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .mt-7{margin-top:1.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-pb-amazing-scope .squiz-cb-scope .inline-block{display:inline-block}.squiz-pb-amazing-scope .squiz-cb-scope .inline{display:inline}.squiz-pb-amazing-scope .squiz-cb-scope .flex{display:flex}.squiz-pb-amazing-scope .squiz-cb-scope .grid{display:grid}.squiz-pb-amazing-scope .squiz-cb-scope .contents{display:contents}.squiz-pb-amazing-scope .squiz-cb-scope .\!h-6{height:1.5rem!important}.squiz-pb-amazing-scope .squiz-cb-scope .h-14{height:3.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .h-2{height:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .h-36{height:9rem}.squiz-pb-amazing-scope .squiz-cb-scope .h-4{height:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .h-6{height:1.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .h-9{height:2.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .h-\[18px\]{height:18px}.squiz-pb-amazing-scope .squiz-cb-scope .h-\[24px\]{height:24px}.squiz-pb-amazing-scope .squiz-cb-scope .h-\[50vh\]{height:50vh}.squiz-pb-amazing-scope .squiz-cb-scope .h-full{height:100%}.squiz-pb-amazing-scope .squiz-cb-scope .h-screen{height:100vh}.squiz-pb-amazing-scope .squiz-cb-scope .max-h-0{max-height:0}.squiz-pb-amazing-scope .squiz-cb-scope .min-h-\[64px\]{min-height:64px}.squiz-pb-amazing-scope .squiz-cb-scope .min-h-full{min-height:100%}.squiz-pb-amazing-scope .squiz-cb-scope .\!w-6{width:1.5rem!important}.squiz-pb-amazing-scope .squiz-cb-scope .w-1\/2{width:50%}.squiz-pb-amazing-scope .squiz-cb-scope .w-12{width:3rem}.squiz-pb-amazing-scope .squiz-cb-scope .w-14{width:3.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .w-3\/4{width:75%}.squiz-pb-amazing-scope .squiz-cb-scope .w-36{width:9rem}.squiz-pb-amazing-scope .squiz-cb-scope .w-4{width:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .w-6{width:1.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .w-72{width:18rem}.squiz-pb-amazing-scope .squiz-cb-scope .w-\[18px\]{width:18px}.squiz-pb-amazing-scope .squiz-cb-scope .w-\[24px\]{width:24px}.squiz-pb-amazing-scope .squiz-cb-scope .w-\[400px\]{width:400px}.squiz-pb-amazing-scope .squiz-cb-scope .w-\[60px\]{width:60px}.squiz-pb-amazing-scope .squiz-cb-scope .w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px)}.squiz-pb-amazing-scope .squiz-cb-scope .w-full{width:100%}.squiz-pb-amazing-scope .squiz-cb-scope .w-screen{width:100vw}.squiz-pb-amazing-scope .squiz-cb-scope .max-w-\[50rem\]{max-width:50rem}.squiz-pb-amazing-scope .squiz-cb-scope .flex-1{flex:1 1 0%}.squiz-pb-amazing-scope .squiz-cb-scope .shrink-0{flex-shrink:0}.squiz-pb-amazing-scope .squiz-cb-scope .grow{flex-grow:1}.squiz-pb-amazing-scope .squiz-cb-scope .grow-\[3\]{flex-grow:3}.squiz-pb-amazing-scope .squiz-cb-scope .animate-spin{animation:spin 1s linear infinite}.squiz-pb-amazing-scope .squiz-cb-scope .cursor-not-allowed{cursor:not-allowed}.squiz-pb-amazing-scope .squiz-cb-scope .cursor-pointer{cursor:pointer}.squiz-pb-amazing-scope .squiz-cb-scope .resize{resize:both}.squiz-pb-amazing-scope .squiz-cb-scope .grid-cols-\[24px_1fr_45px\]{grid-template-columns:24px 1fr 45px}.squiz-pb-amazing-scope .squiz-cb-scope .flex-row{flex-direction:row}.squiz-pb-amazing-scope .squiz-cb-scope .flex-col{flex-direction:column}.squiz-pb-amazing-scope .squiz-cb-scope .content-center{align-content:center}.squiz-pb-amazing-scope .squiz-cb-scope .items-center{align-items:center}.squiz-pb-amazing-scope .squiz-cb-scope .items-stretch{align-items:stretch}.squiz-pb-amazing-scope .squiz-cb-scope .justify-end{justify-content:flex-end}.squiz-pb-amazing-scope .squiz-cb-scope .justify-center{justify-content:center}.squiz-pb-amazing-scope .squiz-cb-scope .gap-3{gap:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .overflow-y-auto{overflow-y:auto}.squiz-pb-amazing-scope .squiz-cb-scope .overflow-y-scroll{overflow-y:scroll}.squiz-pb-amazing-scope .squiz-cb-scope .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-amazing-scope .squiz-cb-scope .rounded{border-radius:4px}.squiz-pb-amazing-scope .squiz-cb-scope .rounded-full{border-radius:9999px}.squiz-pb-amazing-scope .squiz-cb-scope .rounded-lg{border-radius:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .rounded-bl-\[0\.5rem\]{border-bottom-left-radius:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .rounded-br-\[0\.5rem\]{border-bottom-right-radius:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .border,.squiz-pb-amazing-scope .squiz-cb-scope .border-1{border-width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .border-2{border-width:2px}.squiz-pb-amazing-scope .squiz-cb-scope .border-b{border-bottom-width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .border-b-0{border-bottom-width:0}.squiz-pb-amazing-scope .squiz-cb-scope .border-l{border-left-width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .border-r{border-right-width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .border-t{border-top-width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .border-solid{border-style:solid}.squiz-pb-amazing-scope .squiz-cb-scope .border-current{border-color:currentColor}.squiz-pb-amazing-scope .squiz-cb-scope .border-gray-300{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .bg-blue-100{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .bg-blue-300\/\[\.6\]{background-color:rgb(7 116 210/.6)}.squiz-pb-amazing-scope .squiz-cb-scope .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .bg-gray-200{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .bg-opacity-10{--tw-bg-opacity:0.1}.squiz-pb-amazing-scope .squiz-cb-scope .p-1{padding:.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .p-1\.5{padding:.375rem}.squiz-pb-amazing-scope .squiz-cb-scope .p-2{padding:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .p-2\.5{padding:.625rem}.squiz-pb-amazing-scope .squiz-cb-scope .p-3{padding:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .p-4{padding:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .p-5{padding:1.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-1\.5{padding-left:.375rem;padding-right:.375rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-2{padding-left:.5rem;padding-right:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-2\.5{padding-left:.625rem;padding-right:.625rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-3{padding-left:.75rem;padding-right:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-6{padding-left:1.5rem;padding-right:1.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .px-7{padding-left:1.75rem;padding-right:1.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .py-2{padding-bottom:.5rem;padding-top:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .py-4{padding-bottom:1rem;padding-top:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .py-8{padding-bottom:2rem;padding-top:2rem}.squiz-pb-amazing-scope .squiz-cb-scope .pb-3{padding-bottom:.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .pb-4{padding-bottom:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .pl-2{padding-left:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .pr-2{padding-right:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .text-left{text-align:left}.squiz-pb-amazing-scope .squiz-cb-scope .text-center{text-align:center}.squiz-pb-amazing-scope .squiz-cb-scope .text-right{text-align:right}.squiz-pb-amazing-scope .squiz-cb-scope .align-\[-0\.125em\]{vertical-align:-.125em}.squiz-pb-amazing-scope .squiz-cb-scope .text-base{font-size:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .text-md{font-size:.875rem}.squiz-pb-amazing-scope .squiz-cb-scope .text-sm{font-size:.8125rem}.squiz-pb-amazing-scope .squiz-cb-scope .text-xl{font-size:1.25rem;line-height:1.75rem}.squiz-pb-amazing-scope .squiz-cb-scope .font-bold{font-weight:700}.squiz-pb-amazing-scope .squiz-cb-scope .font-normal{font-weight:400}.squiz-pb-amazing-scope .squiz-cb-scope .font-semibold{font-weight:600}.squiz-pb-amazing-scope .squiz-cb-scope .italic{font-style:italic}.squiz-pb-amazing-scope .squiz-cb-scope .leading-4{line-height:1rem}.squiz-pb-amazing-scope .squiz-cb-scope .leading-5{line-height:1.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .leading-6{line-height:1.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .text-blue-400{--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .text-gray-500{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .text-gray-700{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .text-gray-800{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .text-teal-300{--tw-text-opacity:1;color:rgb(5 126 145/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.squiz-pb-amazing-scope .squiz-cb-scope .opacity-40{opacity:.4}.squiz-pb-amazing-scope .squiz-cb-scope .outline-0{outline-width:0}.squiz-pb-amazing-scope .squiz-cb-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-pb-amazing-scope .squiz-cb-scope body{--google-font-color-materialiconstwotone:none}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon{--google-font-color-materialiconstwotone:none;word-wrap:normal;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-background-clip:text!important;background-clip:text!important;color:transparent;direction:ltr;display:inline-block;font-display:block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;height:24px;letter-spacing:normal;line-height:1;overflow:hidden;text-transform:none;white-space:nowrap;width:24px}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-gray{--tw-bg-opacity:1;background-color:rgb(79 79 79/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-default{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-grey-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-purple{--tw-bg-opacity:1;background-color:rgb(107 71 180/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-blue{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-green{--tw-bg-opacity:1;background-color:rgb(9 137 52/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-yellow{--tw-bg-opacity:1;background-color:rgb(239 179 36/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-orange{--tw-bg-opacity:1;background-color:rgb(233 105 0/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-red{--tw-bg-opacity:1;background-color:rgb(215 35 33/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-pink{--tw-bg-opacity:1;background-color:rgb(185 61 169/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon.component-service__component-icon--color-teal{--tw-bg-opacity:1;background-color:rgb(5 126 145/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .component-service__component-icon--large{font-size:54px;height:54px;width:54px}.squiz-pb-amazing-scope .squiz-cb-scope .spinner{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-pb-amazing-scope .squiz-cb-scope .spinner{animation:spin 1.5s linear infinite}}.squiz-pb-amazing-scope .squiz-cb-scope .spinner{height:20px;width:20px}.squiz-pb-amazing-scope .squiz-cb-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-pb-amazing-scope .squiz-cb-scope .spinner--md{height:32px;width:32px}.squiz-pb-amazing-scope .squiz-cb-scope .animate-skeleton-pulse{animation:pulse 2s linear infinite}.squiz-pb-amazing-scope .squiz-cb-scope *,.squiz-pb-amazing-scope .squiz-cb-scope button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-pb-amazing-scope .squiz-cb-scope svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .p-4\.5{padding:18px}.squiz-pb-amazing-scope .squiz-cb-scope .before\:fixed:before{content:var(--tw-content);position:fixed}.squiz-pb-amazing-scope .squiz-cb-scope .before\:absolute:before{content:var(--tw-content);position:absolute}.squiz-pb-amazing-scope .squiz-cb-scope .before\:inset-0:before{content:var(--tw-content);inset:0}.squiz-pb-amazing-scope .squiz-cb-scope .before\:-left-1:before{content:var(--tw-content);left:-.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .before\:top-1:before{content:var(--tw-content);top:.25rem}.squiz-pb-amazing-scope .squiz-cb-scope .before\:top-1\.5:before{content:var(--tw-content);top:.375rem}.squiz-pb-amazing-scope .squiz-cb-scope .before\:top-1\/4:before{content:var(--tw-content);top:25%}.squiz-pb-amazing-scope .squiz-cb-scope .before\:z-0:before{content:var(--tw-content);z-index:0}.squiz-pb-amazing-scope .squiz-cb-scope .before\:z-40:before{content:var(--tw-content);z-index:40}.squiz-pb-amazing-scope .squiz-cb-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-pb-amazing-scope .squiz-cb-scope .before\:h-px:before{content:var(--tw-content);height:1px}.squiz-pb-amazing-scope .squiz-cb-scope .before\:w-full:before{content:var(--tw-content);width:100%}.squiz-pb-amazing-scope .squiz-cb-scope .before\:w-px:before{content:var(--tw-content);width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .before\:bg-black:before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-amazing-scope .squiz-cb-scope .before\:bg-gray-200:before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-amazing-scope .squiz-cb-scope .before\:bg-gray-300:before{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-pb-amazing-scope .squiz-cb-scope .before\:bg-opacity-25:before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-pb-amazing-scope .squiz-cb-scope .first\:mt-0:first-child{margin-top:0}.squiz-pb-amazing-scope .squiz-cb-scope .first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-pb-amazing-scope .squiz-cb-scope .last\:border-b:last-child{border-bottom-width:1px}.squiz-pb-amazing-scope .squiz-cb-scope .last\:border-b-0:last-child{border-bottom-width:0}.squiz-pb-amazing-scope .squiz-cb-scope .last\:pb-0:last-child{padding-bottom:0}.squiz-pb-amazing-scope .squiz-cb-scope .hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .hover\:bg-transparent:hover{background-color:transparent}.squiz-pb-amazing-scope .squiz-cb-scope .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.squiz-pb-amazing-scope .squiz-cb-scope .focus-visible\:outline-0:focus-visible{outline-width:0}.squiz-pb-amazing-scope .squiz-cb-scope .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.squiz-pb-amazing-scope .squiz-cb-scope .disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-cb-scope .disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media (prefers-reduced-motion:reduce){.squiz-pb-amazing-scope .squiz-cb-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{animation:spin 1.5s linear infinite}}@media not all and (min-width:640px){.squiz-pb-amazing-scope .squiz-cb-scope .max-sm\:hidden{display:none}}@media (min-width:640px){.squiz-pb-amazing-scope .squiz-cb-scope .sm\:flex-1{flex:1 1 0%}.squiz-pb-amazing-scope .squiz-cb-scope .sm\:grow-\[2\]{flex-grow:2}}@media (min-width:768px){.squiz-pb-amazing-scope .squiz-cb-scope .md\:px-0{padding-left:0;padding-right:0}.squiz-pb-amazing-scope .squiz-cb-scope .md\:px-7{padding-left:1.75rem;padding-right:1.75rem}}@media (min-width:1024px){.squiz-pb-amazing-scope .squiz-cb-scope .lg\:h-\[calc\(100vh-9rem\)\]{height:calc(100vh - 9rem)}}.squiz-pb-amazing-scope .squiz-jv-scope *,.squiz-pb-amazing-scope .squiz-jv-scope :after,.squiz-pb-amazing-scope .squiz-jv-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-pb-amazing-scope .squiz-jv-scope :after,.squiz-pb-amazing-scope .squiz-jv-scope :before{--tw-content:""}.squiz-pb-amazing-scope .squiz-jv-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-pb-amazing-scope .squiz-jv-scope body{line-height:inherit;margin:0}.squiz-pb-amazing-scope .squiz-jv-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-pb-amazing-scope .squiz-jv-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-pb-amazing-scope .squiz-jv-scope h1,.squiz-pb-amazing-scope .squiz-jv-scope h2,.squiz-pb-amazing-scope .squiz-jv-scope h3,.squiz-pb-amazing-scope .squiz-jv-scope h4,.squiz-pb-amazing-scope .squiz-jv-scope h5,.squiz-pb-amazing-scope .squiz-jv-scope h6{font-size:inherit;font-weight:inherit}.squiz-pb-amazing-scope .squiz-jv-scope a{color:inherit;text-decoration:inherit}.squiz-pb-amazing-scope .squiz-jv-scope b,.squiz-pb-amazing-scope .squiz-jv-scope strong{font-weight:bolder}.squiz-pb-amazing-scope .squiz-jv-scope code,.squiz-pb-amazing-scope .squiz-jv-scope kbd,.squiz-pb-amazing-scope .squiz-jv-scope pre,.squiz-pb-amazing-scope .squiz-jv-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-pb-amazing-scope .squiz-jv-scope small{font-size:80%}.squiz-pb-amazing-scope .squiz-jv-scope sub,.squiz-pb-amazing-scope .squiz-jv-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-pb-amazing-scope .squiz-jv-scope sub{bottom:-.25em}.squiz-pb-amazing-scope .squiz-jv-scope sup{top:-.5em}.squiz-pb-amazing-scope .squiz-jv-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-pb-amazing-scope .squiz-jv-scope button,.squiz-pb-amazing-scope .squiz-jv-scope input,.squiz-pb-amazing-scope .squiz-jv-scope optgroup,.squiz-pb-amazing-scope .squiz-jv-scope select,.squiz-pb-amazing-scope .squiz-jv-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-jv-scope button,.squiz-pb-amazing-scope .squiz-jv-scope select{text-transform:none}.squiz-pb-amazing-scope .squiz-jv-scope [type=button],.squiz-pb-amazing-scope .squiz-jv-scope [type=reset],.squiz-pb-amazing-scope .squiz-jv-scope [type=submit],.squiz-pb-amazing-scope .squiz-jv-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-pb-amazing-scope .squiz-jv-scope :-moz-focusring{outline:auto}.squiz-pb-amazing-scope .squiz-jv-scope :-moz-ui-invalid{box-shadow:none}.squiz-pb-amazing-scope .squiz-jv-scope progress{vertical-align:baseline}.squiz-pb-amazing-scope .squiz-jv-scope ::-webkit-inner-spin-button,.squiz-pb-amazing-scope .squiz-jv-scope ::-webkit-outer-spin-button{height:auto}.squiz-pb-amazing-scope .squiz-jv-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-pb-amazing-scope .squiz-jv-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-pb-amazing-scope .squiz-jv-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-pb-amazing-scope .squiz-jv-scope summary{display:list-item}.squiz-pb-amazing-scope .squiz-jv-scope blockquote,.squiz-pb-amazing-scope .squiz-jv-scope dd,.squiz-pb-amazing-scope .squiz-jv-scope dl,.squiz-pb-amazing-scope .squiz-jv-scope figure,.squiz-pb-amazing-scope .squiz-jv-scope h1,.squiz-pb-amazing-scope .squiz-jv-scope h2,.squiz-pb-amazing-scope .squiz-jv-scope h3,.squiz-pb-amazing-scope .squiz-jv-scope h4,.squiz-pb-amazing-scope .squiz-jv-scope h5,.squiz-pb-amazing-scope .squiz-jv-scope h6,.squiz-pb-amazing-scope .squiz-jv-scope hr,.squiz-pb-amazing-scope .squiz-jv-scope p,.squiz-pb-amazing-scope .squiz-jv-scope pre{margin:0}.squiz-pb-amazing-scope .squiz-jv-scope fieldset{margin:0;padding:0}.squiz-pb-amazing-scope .squiz-jv-scope legend{padding:0}.squiz-pb-amazing-scope .squiz-jv-scope menu,.squiz-pb-amazing-scope .squiz-jv-scope ol,.squiz-pb-amazing-scope .squiz-jv-scope ul{list-style:none;margin:0;padding:0}.squiz-pb-amazing-scope .squiz-jv-scope textarea{resize:vertical}.squiz-pb-amazing-scope .squiz-jv-scope input::-moz-placeholder,.squiz-pb-amazing-scope .squiz-jv-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-pb-amazing-scope .squiz-jv-scope input::placeholder,.squiz-pb-amazing-scope .squiz-jv-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-pb-amazing-scope .squiz-jv-scope [role=button],.squiz-pb-amazing-scope .squiz-jv-scope button{cursor:pointer}.squiz-pb-amazing-scope .squiz-jv-scope :disabled{cursor:default}.squiz-pb-amazing-scope .squiz-jv-scope audio,.squiz-pb-amazing-scope .squiz-jv-scope canvas,.squiz-pb-amazing-scope .squiz-jv-scope embed,.squiz-pb-amazing-scope .squiz-jv-scope iframe,.squiz-pb-amazing-scope .squiz-jv-scope img,.squiz-pb-amazing-scope .squiz-jv-scope object,.squiz-pb-amazing-scope .squiz-jv-scope svg,.squiz-pb-amazing-scope .squiz-jv-scope video{display:block;vertical-align:middle}.squiz-pb-amazing-scope .squiz-jv-scope img,.squiz-pb-amazing-scope .squiz-jv-scope video{height:auto;max-width:100%}.squiz-pb-amazing-scope .squiz-jv-scope [hidden]{display:none}.squiz-pb-amazing-scope .squiz-jv-scope *,.squiz-pb-amazing-scope .squiz-jv-scope :after,.squiz-pb-amazing-scope .squiz-jv-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-jv-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-pb-amazing-scope .squiz-jv-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-pb-amazing-scope .squiz-jv-scope .absolute{position:absolute}.squiz-pb-amazing-scope .squiz-jv-scope .m-3{margin:.75rem}.squiz-pb-amazing-scope .squiz-jv-scope .ml-2{margin-left:.5rem}.squiz-pb-amazing-scope .squiz-jv-scope .flex{display:flex}.squiz-pb-amazing-scope .squiz-jv-scope .contents{display:contents}.squiz-pb-amazing-scope .squiz-jv-scope .h-\[24px\]{height:24px}.squiz-pb-amazing-scope .squiz-jv-scope .w-full{width:100%}.squiz-pb-amazing-scope .squiz-jv-scope .min-w-\[140px\]{min-width:140px}.squiz-pb-amazing-scope .squiz-jv-scope .flex-1{flex:1 1 0%}.squiz-pb-amazing-scope .squiz-jv-scope .shrink-0{flex-shrink:0}.squiz-pb-amazing-scope .squiz-jv-scope .flex-row-reverse{flex-direction:row-reverse}.squiz-pb-amazing-scope .squiz-jv-scope .items-center{align-items:center}.squiz-pb-amazing-scope .squiz-jv-scope .justify-center{justify-content:center}.squiz-pb-amazing-scope .squiz-jv-scope .rounded{border-radius:4px}.squiz-pb-amazing-scope .squiz-jv-scope .rounded-lg{border-radius:.5rem}.squiz-pb-amazing-scope .squiz-jv-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-jv-scope .bg-gray-300{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-jv-scope .bg-status-green{--tw-bg-opacity:1;background-color:rgb(231 244 236/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-jv-scope .bg-status-red{--tw-bg-opacity:1;background-color:rgb(250 233 232/var(--tw-bg-opacity))}.squiz-pb-amazing-scope .squiz-jv-scope .p-1{padding:.25rem}.squiz-pb-amazing-scope .squiz-jv-scope .p-1\.5{padding:.375rem}.squiz-pb-amazing-scope .squiz-jv-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-pb-amazing-scope .squiz-jv-scope .py-1{padding-bottom:.25rem;padding-top:.25rem}.squiz-pb-amazing-scope .squiz-jv-scope .py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.squiz-pb-amazing-scope .squiz-jv-scope .text-md{font-size:.875rem}.squiz-pb-amazing-scope .squiz-jv-scope .font-bold{font-weight:700}.squiz-pb-amazing-scope .squiz-jv-scope .text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-jv-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-jv-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-pb-amazing-scope .squiz-jv-scope .opacity-50{opacity:.5}.squiz-pb-amazing-scope .squiz-jv-scope .spinner{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media (prefers-reduced-motion:reduce){.squiz-pb-amazing-scope .squiz-jv-scope .spinner{animation:spin 1.5s linear infinite}}.squiz-pb-amazing-scope .squiz-jv-scope .spinner{height:20px;width:20px}.squiz-pb-amazing-scope .squiz-jv-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-pb-amazing-scope .squiz-jv-scope .spinner--md{height:32px;width:32px}.squiz-pb-amazing-scope .squiz-jv-scope .sds-dialog__body,.squiz-pb-amazing-scope .squiz-jv-scope .sds-dialog__body.dividers .sds-dialog__content,.squiz-pb-amazing-scope .squiz-jv-scope .sds-dialog__content{padding:0}.squiz-pb-amazing-scope .squiz-jv-scope .sds-dialog__actions:has(.sds-validation-message){display:block}.squiz-pb-amazing-scope .squiz-jv-scope .sds-dialog__actions:has(.sds-validation-message) .sds-button-list li:has(.sds-validation-message){margin-right:auto}.squiz-pb-amazing-scope .squiz-jv-scope .sds-dialog__close{padding:.75rem}.squiz-pb-amazing-scope .squiz-jv-scope *,.squiz-pb-amazing-scope .squiz-jv-scope button{letter-spacing:-.02em}.squiz-pb-amazing-scope .bg-white{background:#fff}.squiz-pb-amazing-scope .text-white{color:#fff}.squiz-pb-amazing-scope .bg-offwhite{background:#d9d9d9}.squiz-pb-amazing-scope .text-offwhite{color:#d9d9d9}.squiz-pb-amazing-scope .bg-grey-50{background:#f7f7f7}.squiz-pb-amazing-scope .text-grey-50{color:#f7f7f7}.squiz-pb-amazing-scope .bg-grey-100{background:#f5f5f5}.squiz-pb-amazing-scope .text-grey-100{color:#f5f5f5}.squiz-pb-amazing-scope .bg-grey-200{background:#ededed}.squiz-pb-amazing-scope .text-grey-200{color:#ededed}.squiz-pb-amazing-scope .bg-grey-300{background:#e0e0e0}.squiz-pb-amazing-scope .text-grey-300{color:#e0e0e0}.squiz-pb-amazing-scope .bg-grey-400{background:#bababa}.squiz-pb-amazing-scope .text-grey-400{color:#bababa}.squiz-pb-amazing-scope .bg-grey-500{background:#949494}.squiz-pb-amazing-scope .text-grey-500{color:#949494}.squiz-pb-amazing-scope .bg-grey-600{background:#707070}.squiz-pb-amazing-scope .text-grey-600{color:#707070}.squiz-pb-amazing-scope .bg-grey-700{background:#4f4f4f}.squiz-pb-amazing-scope .text-grey-700{color:#4f4f4f}.squiz-pb-amazing-scope .bg-grey-800{background:#3d3d3d}.squiz-pb-amazing-scope .text-grey-800{color:#3d3d3d}.squiz-pb-amazing-scope .bg-grey-900{background:#2b2b2b}.squiz-pb-amazing-scope .text-grey-900{color:#2b2b2b}.squiz-pb-amazing-scope .bg-black{background:#000}.squiz-pb-amazing-scope .text-black{color:#000}.squiz-pb-amazing-scope .bg-blue-100{background:#e6f1fa}.squiz-pb-amazing-scope .text-blue-100{color:#e6f1fa}.squiz-pb-amazing-scope .bg-blue-200{background:#8fc0eb}.squiz-pb-amazing-scope .text-blue-200{color:#8fc0eb}.squiz-pb-amazing-scope .bg-blue-300{background:#0774d2}.squiz-pb-amazing-scope .text-blue-300{color:#0774d2}.squiz-pb-amazing-scope .bg-blue-400{background:#044985}.squiz-pb-amazing-scope .text-blue-400{color:#044985}.squiz-pb-amazing-scope .bg-green-100{background:#e7f4ec}.squiz-pb-amazing-scope .text-green-100{color:#e7f4ec}.squiz-pb-amazing-scope .bg-green-200{background:#95d0a9}.squiz-pb-amazing-scope .text-green-200{color:#95d0a9}.squiz-pb-amazing-scope .bg-green-300{background:#098934}.squiz-pb-amazing-scope .text-green-300{color:#098934}.squiz-pb-amazing-scope .bg-green-400{background:#0a4a20}.squiz-pb-amazing-scope .text-green-400{color:#0a4a20}.squiz-pb-amazing-scope .bg-orange-100{background:#fcf0e5}.squiz-pb-amazing-scope .text-orange-100{color:#fcf0e5}.squiz-pb-amazing-scope .bg-orange-200{background:#f5bb8c}.squiz-pb-amazing-scope .text-orange-200{color:#f5bb8c}.squiz-pb-amazing-scope .bg-orange-300{background:#e96900}.squiz-pb-amazing-scope .text-orange-300{color:#e96900}.squiz-pb-amazing-scope .bg-orange-400{background:#8f4000}.squiz-pb-amazing-scope .text-orange-400{color:#8f4000}.squiz-pb-amazing-scope .bg-red-100{background:#fae9e8}.squiz-pb-amazing-scope .text-red-100{color:#fae9e8}.squiz-pb-amazing-scope .bg-red-200{background:#ec9c9b}.squiz-pb-amazing-scope .text-red-200{color:#ec9c9b}.squiz-pb-amazing-scope .bg-red-300{background:#d72321}.squiz-pb-amazing-scope .text-red-300{color:#d72321}.squiz-pb-amazing-scope .bg-red-400{background:#6b1211}.squiz-pb-amazing-scope .text-red-400{color:#6b1211}.squiz-pb-amazing-scope .bg-purple-100{background:#f0ecf7}.squiz-pb-amazing-scope .text-purple-100{color:#f0ecf7}.squiz-pb-amazing-scope .bg-purple-200{background:#bcacdd}.squiz-pb-amazing-scope .text-purple-200{color:#bcacdd}.squiz-pb-amazing-scope .bg-purple-300{background:#6b47b4}.squiz-pb-amazing-scope .text-purple-300{color:#6b47b4}.squiz-pb-amazing-scope .bg-purple-400{background:#3e2969}.squiz-pb-amazing-scope .text-purple-400{color:#3e2969}.squiz-pb-amazing-scope .bg-teal-100{background:#e6f4f6}.squiz-pb-amazing-scope .text-teal-100{color:#e6f4f6}.squiz-pb-amazing-scope .bg-teal-200{background:#8fd0d9}.squiz-pb-amazing-scope .text-teal-200{color:#8fd0d9}.squiz-pb-amazing-scope .bg-teal-300{background:#057e91}.squiz-pb-amazing-scope .text-teal-300{color:#057e91}.squiz-pb-amazing-scope .bg-teal-400{background:#024752}.squiz-pb-amazing-scope .text-teal-400{color:#024752}.squiz-pb-amazing-scope .bg-yellow-100{background:#fdf7e9}.squiz-pb-amazing-scope .text-yellow-100{color:#fdf7e9}.squiz-pb-amazing-scope .bg-yellow-200{background:#f7dd9c}.squiz-pb-amazing-scope .text-yellow-200{color:#f7dd9c}.squiz-pb-amazing-scope .bg-yellow-300{background:#efb324}.squiz-pb-amazing-scope .text-yellow-300{color:#efb324}.squiz-pb-amazing-scope .bg-yellow-400{background:#a17917}.squiz-pb-amazing-scope .text-yellow-400{color:#a17917}.squiz-pb-amazing-scope .bg-pink-100{background:#f8ebf6}.squiz-pb-amazing-scope .text-pink-100{color:#f8ebf6}.squiz-pb-amazing-scope .bg-pink-200{background:#dfa7d8}.squiz-pb-amazing-scope .text-pink-200{color:#dfa7d8}.squiz-pb-amazing-scope .bg-pink-300{background:#b93da9}.squiz-pb-amazing-scope .text-pink-300{color:#b93da9}.squiz-pb-amazing-scope .bg-pink-400{background:#6e2464}.squiz-pb-amazing-scope .text-pink-400{color:#6e2464}.squiz-pb-amazing-scope .svg--white>svg{fill:#fff}.squiz-pb-amazing-scope .svg--offwhite>svg{fill:#d9d9d9}.squiz-pb-amazing-scope .svg--grey-50>svg{fill:#f7f7f7}.squiz-pb-amazing-scope .svg--grey-100>svg{fill:#f5f5f5}.squiz-pb-amazing-scope .svg--grey-200>svg{fill:#ededed}.squiz-pb-amazing-scope .svg--grey-300>svg{fill:#e0e0e0}.squiz-pb-amazing-scope .svg--grey-400>svg{fill:#bababa}.squiz-pb-amazing-scope .svg--grey-500>svg{fill:#949494}.squiz-pb-amazing-scope .svg--grey-600>svg{fill:#707070}.squiz-pb-amazing-scope .svg--grey-700>svg{fill:#4f4f4f}.squiz-pb-amazing-scope .svg--grey-800>svg{fill:#3d3d3d}.squiz-pb-amazing-scope .svg--grey-900>svg{fill:#2b2b2b}.squiz-pb-amazing-scope .svg--black>svg{fill:#000}.squiz-pb-amazing-scope .svg--blue-100>svg{fill:#e6f1fa}.squiz-pb-amazing-scope .svg--blue-200>svg{fill:#8fc0eb}.squiz-pb-amazing-scope .svg--blue-300>svg{fill:#0774d2}.squiz-pb-amazing-scope .svg--blue-400>svg{fill:#044985}.squiz-pb-amazing-scope .svg--green-100>svg{fill:#e7f4ec}.squiz-pb-amazing-scope .svg--green-200>svg{fill:#95d0a9}.squiz-pb-amazing-scope .svg--green-300>svg{fill:#098934}.squiz-pb-amazing-scope .svg--green-400>svg{fill:#0a4a20}.squiz-pb-amazing-scope .svg--orange-100>svg{fill:#fcf0e5}.squiz-pb-amazing-scope .svg--orange-200>svg{fill:#f5bb8c}.squiz-pb-amazing-scope .svg--orange-300>svg{fill:#e96900}.squiz-pb-amazing-scope .svg--orange-400>svg{fill:#8f4000}.squiz-pb-amazing-scope .svg--red-100>svg{fill:#fae9e8}.squiz-pb-amazing-scope .svg--red-200>svg{fill:#ec9c9b}.squiz-pb-amazing-scope .svg--red-300>svg{fill:#d72321}.squiz-pb-amazing-scope .svg--red-400>svg{fill:#6b1211}.squiz-pb-amazing-scope .svg--purple-100>svg{fill:#f0ecf7}.squiz-pb-amazing-scope .svg--purple-200>svg{fill:#bcacdd}.squiz-pb-amazing-scope .svg--purple-300>svg{fill:#6b47b4}.squiz-pb-amazing-scope .svg--purple-400>svg{fill:#3e2969}.squiz-pb-amazing-scope .svg--teal-100>svg{fill:#e6f4f6}.squiz-pb-amazing-scope .svg--teal-200>svg{fill:#8fd0d9}.squiz-pb-amazing-scope .svg--teal-300>svg{fill:#057e91}.squiz-pb-amazing-scope .svg--teal-400>svg{fill:#024752}.squiz-pb-amazing-scope .svg--yellow-100>svg{fill:#fdf7e9}.squiz-pb-amazing-scope .svg--yellow-200>svg{fill:#f7dd9c}.squiz-pb-amazing-scope .svg--yellow-300>svg{fill:#efb324}.squiz-pb-amazing-scope .svg--yellow-400>svg{fill:#a17917}.squiz-pb-amazing-scope .svg--pink-100>svg{fill:#f8ebf6}.squiz-pb-amazing-scope .svg--pink-200>svg{fill:#dfa7d8}.squiz-pb-amazing-scope .svg--pink-300>svg{fill:#b93da9}.squiz-pb-amazing-scope .svg--pink-400>svg{fill:#6e2464}.squiz-pb-amazing-scope .svg--sm>svg{height:1rem;width:1rem}.squiz-pb-amazing-scope .br--sm{border-radius:.25rem}.squiz-pb-amazing-scope .pb-disabled,.squiz-pb-amazing-scope .pb-outline-block--customized-header .sds-button.button--transparent:disabled{background:transparent!important;cursor:not-allowed!important;opacity:.5;pointer-events:all!important}.squiz-pb-amazing-scope .pb-alert-success{background-color:#e7f4ec!important}.squiz-pb-amazing-scope .pb-alert-success .sds-alert__icon-container{align-self:center}.squiz-pb-amazing-scope .pb-alert-success .sds-alert__icon-container svg{fill:#098934!important}.squiz-pb-amazing-scope :root{--page-builder-top-space:146px}.squiz-pb-amazing-scope .pb-service-error{align-items:center;background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;justify-content:center;min-height:12.5rem;position:relative}.squiz-pb-amazing-scope .pb-service-error__message{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .pb-service-error__delete{position:absolute;right:.25rem;top:.25rem}.squiz-pb-amazing-scope .pb-divider{display:flex;transition:opacity .1s ease-in-out}.squiz-pb-amazing-scope .pb-divider--horizontal:after,.squiz-pb-amazing-scope .pb-divider--horizontal:before{align-self:center;border-bottom:1px solid #e0e0e0;content:"";width:100%}.squiz-pb-amazing-scope .pb-divider--horizontal.pb-divider--gap-medium{padding:.5rem 0}.squiz-pb-amazing-scope .pb-divider--horizontal.pb-divider--gap-large{padding:1rem 0}.squiz-pb-amazing-scope .pb-divider--vertical{background:#e0e0e0;margin:.25rem;width:.125rem}.squiz-pb-amazing-scope .pb-divider--rounded{border-radius:.25rem}.squiz-pb-amazing-scope .pb-support-text-block{border:1px solid #e0e0e0;border-radius:.25rem 1.5rem;color:#707070;display:grid;gap:.5rem;grid-template-columns:1.5rem 1fr;margin-bottom:1rem;padding:.75rem}.squiz-pb-amazing-scope .pb-support-text-block>span{align-self:center;border-left:1px solid #e0e0e0;padding:0 13px 0 .75rem;white-space:pre-wrap}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment-block{background-color:#ededed;margin-bottom:.5rem}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment-block .pb-outline-block-row__main{cursor:default}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment-block .pb-outline-block--customized-header{color:#3d3d3d;padding:0 .5rem 0 .75rem}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment-block .pb-outline-block-row.pb-outline-block-row--error,.squiz-pb-amazing-scope .pb-outline-block--customized--experiment-block .pb-outline-block-row.pb-outline-block-row--warning{border:.0625rem solid #e0e0e0}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment-block .pb-outline-block-row.pb-outline-block-row--error .pb-outline-block__actions .pb-outline-actions .sds-button:disabled,.squiz-pb-amazing-scope .pb-outline-block--customized--experiment-block .pb-outline-block-row.pb-outline-block-row--warning .pb-outline-block__actions .pb-outline-actions .sds-button:disabled{opacity:1}.squiz-pb-amazing-scope .pb-experiments-settings-form .pb-outline-block--customized-header span{max-width:360px}.squiz-pb-amazing-scope .pb-experiments-page-content{margin-top:0;text-align:center}.squiz-pb-amazing-scope .pb-experiments-page-settings-button .sds-button-icon,.squiz-pb-amazing-scope .pb-experiments-page-settings-button .sds-button-label{color:#4f4f4f}.squiz-pb-amazing-scope .sds-dialog__actions:has(.pb-experiments-page-settings-button){display:block}.squiz-pb-amazing-scope .sds-dialog__actions:has(.pb-experiments-page-settings-button) .sds-button-list li:has(.pb-experiments-page-settings-button){margin-right:auto}.squiz-pb-amazing-scope .pb-disconnect-experiment-button{display:flex;justify-content:center;margin-top:8px}.squiz-pb-amazing-scope .pb-disconnect-experiment-button .sds-button .button--content{color:#4f4f4f}.squiz-pb-amazing-scope .pb-disconnect-experiment-button .sds-button .button--content .sds-button-icon svg{fill:#4f4f4f}.squiz-pb-amazing-scope button.sds-button.button--strong.button--enable{background-color:#044985}.squiz-pb-amazing-scope button.sds-button.button--strong.button--enable:hover{background-color:#032e53}.squiz-pb-amazing-scope .pb-new-experiment .pb-experiment-create-new{text-decoration:none}.squiz-pb-amazing-scope .pb-new-experiment .pb-experiment-create-new>span{align-items:center;color:#0774d2;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .pb-new-experiment .pb-experiment-create-new>span svg{fill:#0774d2!important}.squiz-pb-amazing-scope .pb-new-experiment__well-header{align-items:center;display:flex;flex-direction:column;gap:.5rem}.squiz-pb-amazing-scope .pb-new-experiment__well-header>p{font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin:0;max-width:16.25rem}.squiz-pb-amazing-scope .pb-new-experiment .pb-divider{gap:.75rem;padding:.75rem}.squiz-pb-amazing-scope .pb-new-experiment .pb-divider__children>span,.squiz-pb-amazing-scope .pb-new-experiment__select-label{font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .pb-new-experiment__select-label{color:#3d3d3d;display:flex;justify-content:center;padding-bottom:.75rem}.squiz-pb-amazing-scope .pb-manage-experiment__header{align-items:flex-start;border-bottom:1px solid #e0e0e0;display:flex;gap:1.25rem;justify-content:space-between;padding-bottom:.75rem}.squiz-pb-amazing-scope .pb-manage-experiment__header>p{color:#3d3d3d;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0}.squiz-pb-amazing-scope .pb-manage-experiment__header>p .svg-wrapper svg{fill:#3d3d3d}.squiz-pb-amazing-scope .pb-manage-experiment__header>a{color:#707070;flex-shrink:0;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;text-decoration:none}.squiz-pb-amazing-scope .pb-manage-experiment__header>a>span{align-items:center;cursor:pointer;display:flex;gap:.5rem}.squiz-pb-amazing-scope .pb-manage-experiment>p{margin:0;padding-top:.75rem;text-align:center;white-space:pre-wrap}.squiz-pb-amazing-scope .pb-experiment-cannot-change>p,.squiz-pb-amazing-scope .pb-experiment-connected>p{margin:0;text-align:center;white-space:pre-wrap}.squiz-pb-amazing-scope .pb-experiments-modal:has(.sds-loader,.pb-modal-error){min-height:25rem}.squiz-pb-amazing-scope .pb-experiments-modal:has(.sds-loader,.pb-modal-error) .sds-dialog__body{align-items:center}.squiz-pb-amazing-scope .sds-dialog__actions:has(.pb-disconnect-experiment-button,.pb-retry-experiment-button){display:block}.squiz-pb-amazing-scope .sds-dialog__actions:has(.pb-disconnect-experiment-button,.pb-retry-experiment-button) .sds-button-list:has(.pb-retry-experiment-button){justify-content:center}.squiz-pb-amazing-scope .sds-dialog__actions:has(.pb-disconnect-experiment-button,.pb-retry-experiment-button) .sds-button-list li:has(.pb-disconnect-experiment-button){margin-right:auto}.squiz-pb-amazing-scope .pb-disconnect-experiments-modal .pb-support-text-block{margin-bottom:1.5rem;margin-top:.75rem}.squiz-pb-amazing-scope .pb-disconnect-experiments-modal .sds-dialog__actions{justify-content:center;padding:0 0 1.5rem}.squiz-pb-amazing-scope .pb-disconnect-experiment-form>.pb-support-text-block{margin-top:.75rem}.squiz-pb-amazing-scope .ab-test-status--wrapper{margin-top:1rem}.squiz-pb-amazing-scope .ab-test-status-schedule--not-configured{margin-top:.5rem}.squiz-pb-amazing-scope .ab-test-status-schedule{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.squiz-pb-amazing-scope .ab-test-status-schedule--row:has(.svg-wrapper){align-items:center;display:grid;gap:4px;grid-template-columns:20px auto}.squiz-pb-amazing-scope .ab-test-status-schedule--row:has(.svg-wrapper)>.svg-wrapper{justify-content:center}.squiz-pb-amazing-scope .ab-test-status--wrapper a{color:#4f4f4f;display:flex;font-size:14px;font-weight:600;gap:.25rem;place-content:center;text-decoration:none}.squiz-pb-amazing-scope .ab-test-status{display:flex;flex-direction:row;gap:.5rem}.squiz-pb-amazing-scope .ab-test-status--draft .sds-badge{background-color:#fff;border-color:#e96900;color:#e96900}.squiz-pb-amazing-scope .ab-test-status--pending .sds-badge{background-color:#fff;border-color:#098934;color:#098934}.squiz-pb-amazing-scope .ab-test-status--running .sds-badge{background-color:#098934;border-color:#098934;color:#fff}.squiz-pb-amazing-scope .ab-test-status--paused .sds-badge{background-color:#fff;border-color:#044985;color:#044985}.squiz-pb-amazing-scope .ab-test-status--finished .sds-badge{background-color:#044985;border-color:#044985;color:#fff}.squiz-pb-amazing-scope .pb-well.pb-manage-experiment+.sds-alert__wrapper{margin-top:.75rem}.squiz-pb-amazing-scope .pb-component-information-modal .sds-dialog__actions{display:block}.squiz-pb-amazing-scope .pb-component-information-modal .sds-dialog__actions .sds-button-list{justify-content:flex-end}.squiz-pb-amazing-scope .pb-component-information-modal .sds-dialog__actions li:first-of-type:not(:last-child){margin-right:auto}.squiz-pb-amazing-scope .pb-component-information-modal .pb-component-code-button{align-items:center;display:flex;flex-direction:row-reverse;gap:.25rem;padding:.375rem .5rem}.squiz-pb-amazing-scope .pb-component-information-modal .pb-component-code-button svg{fill:currentcolor}.squiz-pb-amazing-scope .pb-component-info{color:#707070;text-align:center}.squiz-pb-amazing-scope .pb-component-info__icon>span{font-size:52px;height:52px;width:52px}.squiz-pb-amazing-scope .pb-component-info__icon,.squiz-pb-amazing-scope .pb-component-info__name{color:#3d3d3d}.squiz-pb-amazing-scope .pb-component-info__name{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .pb-component-info__description{margin-top:.25rem}.squiz-pb-amazing-scope .pb-component-info__version{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:.25rem}.squiz-pb-amazing-scope .pb-component-info__set{align-items:center;display:flex;gap:.25rem;justify-content:center}.squiz-pb-amazing-scope .pb-well{background-color:#f5f5f5;border-radius:.5rem;color:#707070;margin-top:.75rem;overflow-y:auto;padding:1rem 1.25rem}.squiz-pb-amazing-scope .pb-well>h4{color:#3d3d3d;font-weight:400;margin:0 0 .5rem}.squiz-pb-amazing-scope .pb-well .pb-well-border-bottom{border-bottom:1px solid #e0e0e0;margin-top:0;padding-bottom:.75rem}.squiz-pb-amazing-scope .pb-well .sds-form{background-color:#f5f5f5}.squiz-pb-amazing-scope .pb-preview-frame{background-color:#fff;border:none;border-top-left-radius:4px;border-top-right-radius:4px;height:100%;width:100%}.squiz-pb-amazing-scope .pb-preview-frame.is-loading{opacity:.5}.squiz-pb-amazing-scope .pb-iframe-wrapper{align-items:center;background-color:#ededed;border:1px solid #e0e0e0;border-top-left-radius:4px;border-top-right-radius:4px;color:#707070;display:flex;flex-direction:row;height:100%;justify-content:center;position:relative;width:100%}.squiz-pb-amazing-scope .pb-iframe-wrapper.is-custom-width{align-self:center;animation:all .7s both;padding:0 2rem}.squiz-pb-amazing-scope .pb-iframe-wrapper .pb-viper-inline-toolbar{position:absolute;top:0;width:100%}.squiz-pb-amazing-scope .pb-preview-frame-blocked{align-items:center;background-color:#ededed;display:flex;height:100%;justify-content:center;text-align:center}.squiz-pb-amazing-scope .pb-preview-frame-blocked h3.pb-preview-frame-blocked__heading{font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-bottom:1rem;margin-top:1rem}.squiz-pb-amazing-scope .pb-preview-frame-blocked__content{width:480px}.squiz-pb-amazing-scope .pb-preview-frame-blocked svg{fill:#4f4f4f}.squiz-pb-amazing-scope .pb-preview-frame-blocked strong{font-weight:600}.squiz-pb-amazing-scope .pb-preview{border-left:none;display:flex;flex-direction:column;padding-left:0;padding-right:1.25rem}.squiz-pb-amazing-scope .pb-preview .sds-chip-list{margin-top:0}.squiz-pb-amazing-scope .pb-preview .pb-preview-out-of-date{align-items:center;background-image:linear-gradient(90deg,transparent,transparent 0,#f5f5f5 10%,#f5f5f5);background-size:100% 100%;display:flex;gap:.5rem;height:2rem;justify-content:center;margin-bottom:.78125rem;margin-top:-.75rem;z-index:40}.squiz-pb-amazing-scope .pb-preview .pb-preview-out-of-date svg{fill:#3d3d3d}.squiz-pb-amazing-scope .pb-preview .pb-preview-out-of-date p{font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0}.squiz-pb-amazing-scope .pb-preview-controls__reload-wrapper{margin-left:auto}.squiz-pb-amazing-scope .pb-preview-controls__reload{background-color:#e0e0e0;border:1px solid #e0e0e0;border-radius:.5rem!important;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.44rem .75rem}.squiz-pb-amazing-scope .pb-preview-controls__reload--updating,.squiz-pb-amazing-scope .pb-preview-controls__reload:hover{background-color:#fff}.squiz-pb-amazing-scope .pb-preview-controls__reload>svg{fill:#4f4f4f}.squiz-pb-amazing-scope .pb-preview-controls__reload--updating>svg{animation:spin .5s linear infinite}.squiz-pb-amazing-scope .pb-preview-resize-handle{display:none;opacity:0;padding:.5rem}.squiz-pb-amazing-scope .is-custom-width .pb-preview-resize-handle{animation:appear .7s both;cursor:col-resize;display:block;margin-right:-2rem;opacity:1}@keyframes appear{0%{opacity:0}to{opacity:1}}.squiz-pb-amazing-scope .pb-preview-resize-handle>svg{pointer-events:none}.squiz-pb-amazing-scope .pb-preview-resize-toolbar{display:flex}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler{align-items:center;background-color:#e0e0e0;border-radius:8px;display:flex}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler .sds-tooltip__wrapper{height:100%}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option{background-color:#e0e0e0;border:1px solid #e0e0e0;border-radius:7px;height:100%;padding:.45rem .75rem;transition:background-color .2s ease-in-out}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option.fill{padding:.45rem 13px}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option .button--custom{align-items:center;display:flex;gap:6px}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option>svg{fill:#4f4f4f}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option:hover{background-color:rgba(0,0,0,.1);border-radius:7px}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option--active,.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option--active:active,.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option--active:hover{background-color:#fff;border-radius:7px}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option--active.custom{border-bottom-right-radius:0;border-bottom-right-radius:7px;border-top-right-radius:0;border-top-right-radius:7px;padding-right:13px}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler__option--active.custom .pb-preview-resize-toolbar_width{animation:expandWidth .2s ease-in-out forwards}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler .pb-preview-resize-toolbar_width .sds-form-field{gap:6px}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler .pb-preview-resize-toolbar_width .sds-form-field .sds-form-input{border:2px solid #bababa;border-radius:4px;width:38px}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler .pb-preview-resize-toolbar_width .sds-form-field .sds-form-input .sds-text-field{-moz-text-align-last:center;text-align-last:center}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler .pb-preview-resize-toolbar_width .sds-form-field .sds-form-input input{color:#3d3d3d;font-weight:600;padding:0}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler .pb-preview-resize-toolbar_width .sds-form-field .sds-form-label{display:none}.squiz-pb-amazing-scope .pb-preview-resize-toolbar .pb-preview-toggler .pb-preview-resize-toolbar_width .sds-form-field .sds-field-note{color:#4f4f4f;font-size:14px;font-weight:600;letter-spacing:-.2px;margin-top:0}@keyframes flashBackground{0%{background-color:#fff}50%{background-color:#e0e0e0}to{background-color:#fff}}@keyframes expandWidth{0%{width:0}to{width:60px}}.squiz-pb-amazing-scope .pb-preview-controls__wrapper{margin-top:0;padding-top:.25rem}.squiz-pb-amazing-scope .pb-preview-controls{align-items:center;display:flex;gap:.5rem;width:100%}.squiz-pb-amazing-scope .pb-preview-controls_divider{background:#3d3d3d;border-radius:.125rem;display:none;height:2.25rem;min-width:.125rem;opacity:.12;width:.125rem}.squiz-pb-amazing-scope .pb-preview-controls:has(.pb-content-variation--button) .pb-preview-controls_divider,.squiz-pb-amazing-scope .pb-preview-controls:has(.pb-content-variation--menu__dropdown) .pb-preview-controls_divider{display:block;margin-left:8px}.squiz-pb-amazing-scope .pb-view-toggler{display:flex;gap:7px}.squiz-pb-amazing-scope .pb-view-toggler__switch{background-color:#e0e0e0;border-radius:8px;display:grid;gap:1px;grid-auto-flow:column;grid-template-rows:1fr;padding:1px}.squiz-pb-amazing-scope .pb-view-toggler__option{align-items:center;background-color:inherit;border:0;color:#4f4f4f;display:grid;font-size:.875rem;font-weight:600;gap:.5rem;grid-auto-flow:column;letter-spacing:-.2px;line-height:1.25rem;padding:.45rem 1rem}.squiz-pb-amazing-scope .pb-view-toggler__option .sds-button-icon{display:flex}.squiz-pb-amazing-scope .pb-view-toggler__option .sds-button-icon svg{fill:#4f4f4f;height:24px;width:24px}.squiz-pb-amazing-scope .pb-view-toggler__option,.squiz-pb-amazing-scope .pb-view-toggler__option:active,.squiz-pb-amazing-scope .pb-view-toggler__option:hover{border-radius:7px}.squiz-pb-amazing-scope .pb-view-toggler__option:hover{background-color:rgba(0,0,0,.1)}.squiz-pb-amazing-scope .pb-view-toggler__option--active,.squiz-pb-amazing-scope .pb-view-toggler__option--active:active,.squiz-pb-amazing-scope .pb-view-toggler__option--active:hover{background-color:#fff;border-radius:7px!important}.squiz-pb-amazing-scope .pb-view-toggler__option__preview{gap:.4rem}.squiz-pb-amazing-scope .pb-view-toggler__label{align-self:center;display:flex;flex-direction:column;font-size:13px;line-height:13px;margin:0}.squiz-pb-amazing-scope .pb-content-variation--button .button--custom .svg-wrapper--chevron,.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .button--custom .svg-wrapper--chevron{height:18px;transform:rotate(-90deg);width:18px}.squiz-pb-amazing-scope .pb-content-variation--button .button--custom .svg-wrapper--chevron svg,.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .button--custom .svg-wrapper--chevron svg{fill:#3d3d3d}.squiz-pb-amazing-scope .pb-content-variation--button{background:#e0e0e0;border:0;border-radius:.5rem!important;padding:0}.squiz-pb-amazing-scope .pb-content-variation--button__content{align-items:center;background:#e0e0e0;border:0;border-radius:.5rem!important;display:inline-flex;height:2.5rem;padding:0}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown button:not(:disabled) .pb-content-variation--button__content.pb-content-variation--button__content:not(.pb-content-variation--button__content--active-selected-personalization):not(.pb-content-variation--button__content--active-selected-experiment):hover{background-color:#d7d7d7}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown button:not(:disabled) .pb-content-variation--button__content:hover .pb-content-variation--button__content__hit-area{border-color:#bababa}.squiz-pb-amazing-scope .pb-content-variation--button__content .svg-wrapper--add{align-items:center;display:flex;height:18px;margin:0 0 0 -4px;width:18px}.squiz-pb-amazing-scope .pb-content-variation--button__content--inactive{width:62px}.squiz-pb-amazing-scope button:not(:disabled) .pb-content-variation--button__content--inactive:hover{background-color:#d7d7d7}.squiz-pb-amazing-scope .pb-content-variation--button__content--inactive-disabled{width:62px}.squiz-pb-amazing-scope .pb-content-variation--button__content--active-selected-personalization{background:#8e5c8f}.squiz-pb-amazing-scope .pb-content-variation--button__content--active-selected-experiment{background:#376b99}.squiz-pb-amazing-scope .pb-content-variation--button__content--preview{background:#e0e0e0}.squiz-pb-amazing-scope .pb-content-variation--button__content--preview .pb-content-variation--button__content__icon-main .svg-wrapper svg{fill:#4f4f4f}.squiz-pb-amazing-scope .pb-content-variation--button__content__icon-main{padding:0 .5rem}.squiz-pb-amazing-scope .pb-content-variation--button__content__icon-main .svg-wrapper{height:24px;transform:none;width:24px}.squiz-pb-amazing-scope .pb-content-variation--button__content__icon-main .segment-selected svg{fill:#fdebf5}.squiz-pb-amazing-scope .pb-content-variation--button__content__icon-main .experiment-selected svg{fill:#d9ebfb}.squiz-pb-amazing-scope .pb-content-variation--button__content__hit-area{align-items:center;align-self:stretch;background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;display:flex;gap:.125rem;max-width:200px;padding:0 .5rem 0 0}.squiz-pb-amazing-scope .pb-content-variation--button__content__label{color:#3d3d3d;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;overflow:hidden;padding:.125rem .125rem .125rem .75rem;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-amazing-scope .pb-content-variation--button__content__label_count{color:#3d3d3d;display:flex;justify-content:flex-end;min-width:-moz-max-content;min-width:max-content}.squiz-pb-amazing-scope .pb-content-variation--menu__header{align-items:center;color:#3d3d3d;display:flex;flex-wrap:wrap;font-size:13px;font-weight:600;height:100%;justify-content:space-between;line-height:1rem;padding-right:0;text-align:center;width:100%}.squiz-pb-amazing-scope .pb-content-variation--menu__header>div:first-child{flex:1;text-align:center}.squiz-pb-amazing-scope .pb-content-variation--menu__header-support{color:#707070;font-size:13px;font-weight:400;line-height:1rem;padding-top:.5rem;word-break:break-word}.squiz-pb-amazing-scope .pb-content-variation--menu__header-settings:not(:disabled):hover{background:#e6f1fa}.squiz-pb-amazing-scope .pb-content-variation--menu__header-settings:not(:disabled):hover path{fill:#0774d2}.squiz-pb-amazing-scope .pb-content-variation--menu__header-settings .sds-button-icon{background:none;border-radius:4px;padding:2px}.squiz-pb-amazing-scope .pb-content-variation--menu__header-settings .sds-button-icon svg{height:18px;width:18px}.squiz-pb-amazing-scope .pb-content-variation--menu__header-settings .sds-button-icon svg path{fill:#3d3d3d}.squiz-pb-amazing-scope .pb-content-variation--menu__item{align-items:center;display:inline-flex;width:100%}.squiz-pb-amazing-scope .pb-content-variation--menu__item-text{word-wrap:break-word;color:#3d3d3d;flex:1 1 0;font-size:13px;font-weight:400;line-height:1rem}.squiz-pb-amazing-scope .pb-content-variation--menu__item-text-bold{font-weight:600}.squiz-pb-amazing-scope .pb-content-variation--menu__item__icon{height:18px;width:18px}.squiz-pb-amazing-scope .pb-content-variation--menu__item__icon svg{fill:#3d3d3d;height:20px;width:20px}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown{max-height:var(--dropdown-max-height,80vh);overflow-y:auto}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown.active{padding:.25rem}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown{width:202px}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-button{border-radius:.5rem;padding:0}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .pb-content-variation--menu__header{border-bottom:1px solid #e0e0e0;padding:.25rem .25rem .5rem}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown-section{border-bottom:1px solid #e0e0e0;margin-bottom:0;padding-bottom:0}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown-section .sds-dropdown-section__heading{font-size:.8125rem;line-height:1rem}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown-section .sds-dropdown-list li{border-bottom:1px solid #e0e0e0}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown-section .sds-dropdown-list li:last-child{border-bottom:none}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown-section:has(.pb-content-variation--menu__item-last){border-bottom:none}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown-section .sds-dropdown-button{min-height:2rem}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .sds-dropdown-section .sds-dropdown-button .sds-dropdown-label{align-items:center;color:#3d3d3d;display:flex;font-size:.8125rem;font-weight:400;gap:.5rem;letter-spacing:0;line-height:1rem;width:100%}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .button--custom{align-items:center;display:flex;gap:.25rem}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown .button--custom .svg-wrapper--add{align-items:center;display:flex;height:18px;margin:0 0 0 -4px;width:18px}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form{border:none;margin-bottom:.5rem;padding:0}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item:first-of-type .button--content{border-bottom:none}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item .sds-button-label{color:#3d3d3d;font-size:13px;line-height:24px}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item .sds-button-icon{display:flex;flex-direction:column}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item.checked .pb-content-variation--menu__item-text,.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item.checked .sds-button-label{font-weight:600}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item:not(.checked) .pb-content-variation--menu__item-text,.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item:not(.checked) .sds-button-label{font-weight:500}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item .button--content{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.5rem;width:100%}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__item .button--content svg{height:20px;width:20px}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form__apply.sds-button{border-radius:.25rem;float:right;padding:.5rem .75rem}.squiz-pb-amazing-scope .pb-content-variation--menu__dropdown-form .pb-content-variation--menu__item__icon{display:none}[data-react=dxp-content-page-builder] .screen-lineage{margin-bottom:4px}.squiz-pb-amazing-scope .pb .sds-tooltip{z-index:9999}.squiz-pb-amazing-scope .pb .sds-chip svg path:not(.pb-preview-resize-toolbar svg path,.pb-preview-toolbar--edit-content svg path),.squiz-pb-amazing-scope .pb .sds-chip svg:not(.pb-preview-resize-toolbar svg,.pb-preview-toolbar--edit-content svg){fill:#4f4f4f}.squiz-pb-amazing-scope .pb .chip-filter .sds-button.chip-filter__btn{margin-bottom:0}.squiz-pb-amazing-scope .pb .chip-filter__dropdown{margin-top:.25rem}.squiz-pb-amazing-scope .pb button.sds-form-control-label{background:none;border:0;padding:0}.squiz-pb-amazing-scope .pb-container{--height:calc(99dvh - var(--page-builder-top-space));display:grid;grid-template-columns:minmax(404px,1fr) 370px;height:var(--height);justify-content:start;overflow-x:hidden;transition:grid-template-columns .3s ease;width:100%}@media screen and (width >= 1024px){.squiz-pb-amazing-scope .pb-container{grid-template-columns:minmax(620px,1fr) 370px}}.squiz-pb-amazing-scope .pb-container .pb-preview{flex:1}.squiz-pb-amazing-scope .pb-container .pb-content{transition:width .3s ease,padding .3s ease;width:370px}.squiz-pb-amazing-scope .pb-container .pb-content .pb-block-list,.squiz-pb-amazing-scope .pb-container .pb-content .pb-section-heading{min-width:370px}.squiz-pb-amazing-scope .pb-container .pb-content,.squiz-pb-amazing-scope .pb-container .pb-preview{height:var(--height)}.squiz-pb-amazing-scope .pb-container .pb-content{display:flex;flex-direction:column}.squiz-pb-amazing-scope .pb-container .pb-content .sr-only{height:0!important;width:0!important}.squiz-pb-amazing-scope .pb-container .pb-block-list{flex:1;overflow-y:auto;padding-right:.75rem}@-moz-document url-prefix(){.squiz-pb-amazing-scope .pb-container .pb-block-list{scrollbar-color:#e0e0e0 transparent;scrollbar-width:thin}}.squiz-pb-amazing-scope .pb-container .pb-block-list::-webkit-scrollbar-track{background-color:transparent}.squiz-pb-amazing-scope .pb-container .pb-block-list::-webkit-scrollbar{background-color:transparent;border-right:1px solid #e0e0e0;width:.25rem}.squiz-pb-amazing-scope .pb-container .pb-block-list::-webkit-scrollbar-thumb{background-color:#e0e0e0}.squiz-pb-amazing-scope .pb-container .squiz-cb-scope button{padding:.375rem .5rem}.squiz-pb-amazing-scope .pb-container.pb-preview-only{grid-template-columns:1fr 0}.squiz-pb-amazing-scope .pb-container.pb-preview-only .pb-content{margin:0;overflow-x:hidden;padding:0;width:0}.squiz-pb-amazing-scope .pb-container.pb-preview-only .pb-preview{padding-right:0}.squiz-pb-amazing-scope .pb-outline-block{--pb-block-border-radius:8px;--pb-block-scroll-offset:12px;--highlight-animation-timing-function:ease-out;--highlight-animation-duration:2s}.squiz-pb-amazing-scope .pb-outline-block--highlight{animation-duration:var(--highlight-animation-duration);animation-name:block-highlight;animation-timing-function:var(--highlight-animation-timing-function);border-radius:var(--pb-block-border-radius);scroll-margin-top:var(--pb-block-scroll-offset)}.squiz-pb-amazing-scope .pb-outline-block--customized{border-radius:.5rem;padding:.125rem}.squiz-pb-amazing-scope .pb-outline-block--customized .pb-outline-block-row{margin:.1875rem}.squiz-pb-amazing-scope .pb-outline-block--customized-header{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:.125rem .125rem .125rem .25rem}.squiz-pb-amazing-scope .pb-outline-block--customized-header svg{height:1.125rem;width:1.125rem}.squiz-pb-amazing-scope .pb-outline-block--customized-header .sds-button.button--transparent{color:#fff;padding:.125rem .25rem}.squiz-pb-amazing-scope .pb-outline-block--customized-header span{-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;display:-webkit-box;font-size:.8125rem;max-width:220px;overflow:hidden;overflow-wrap:anywhere;text-align:left;text-overflow:ellipsis;word-break:normal}.squiz-pb-amazing-scope .pb-outline-block--customized-header__name{align-items:center;display:flex;font-weight:600;margin-right:1rem}.squiz-pb-amazing-scope .pb-outline-block--customized-header__name svg{fill:#fff;margin:.125rem .5rem .125rem .125rem}@keyframes block-highlight{0%{box-shadow:0 0 0 6px #0774d2}to{box-shadow:0 0 0 6px rgba(var(#0774d2),.16)}}.squiz-pb-amazing-scope .pb-outline-actions{align-items:center;display:flex}.squiz-pb-amazing-scope .pb-outline-actions .pb-divider{height:2.125rem}.squiz-pb-amazing-scope .pb-outline-actions .pb-action-btn .sds-button,.squiz-pb-amazing-scope .pb-outline-actions .pb-outline-actions__edit-btn.sds-button{padding:.5rem;vertical-align:middle}.squiz-pb-amazing-scope .pb-outline-actions .pb-action-btn .sds-button .button--custom,.squiz-pb-amazing-scope .pb-outline-actions .pb-outline-actions__edit-btn.sds-button .button--custom{display:flex}.squiz-pb-amazing-scope .pb-outline-actions .pb-action-btn .sds-button svg,.squiz-pb-amazing-scope .pb-outline-actions .pb-outline-actions__edit-btn.sds-button svg,.squiz-pb-amazing-scope .pb-outline-actions__icon svg{height:18px;width:18px}.squiz-pb-amazing-scope .pb-outline-actions .sds-dropdown{width:210px;z-index:3}.squiz-pb-amazing-scope .pb-outline-actions .sds-dropdown-label{white-space:normal}.squiz-pb-amazing-scope [data-id="Page Outline: Action menu item: Delete component"] button{color:#d72321}.squiz-pb-amazing-scope [data-id="Page Outline: Action menu item: Delete component"] button svg{fill:#d72321}.squiz-pb-amazing-scope [data-id="Page Outline: Action menu item: Delete component"] button:hover{color:#d72321}.squiz-pb-amazing-scope .pb-block-adder{border:.0625rem dashed #bababa;border-radius:.375rem;margin:.5rem .5rem 0;padding:.25rem}.squiz-pb-amazing-scope .pb-block-adder .sds-button,.squiz-pb-amazing-scope .pb-block-adder .squiz-cb-scope button{padding:.5rem}.squiz-pb-amazing-scope .pb-block-adder .sds-button .sds-button-label{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;margin-left:.25rem}.squiz-pb-amazing-scope .pb-block-adder .pb-divider{height:18px}.squiz-pb-amazing-scope .pb-block-adder svg{height:18px;width:18px}.squiz-pb-amazing-scope .pb-block-adder__buttons{align-items:center;display:flex;justify-content:center;position:relative;text-align:center}.squiz-pb-amazing-scope .pb-block-adder__help{background-color:#e0e0e0;border-radius:.25rem;color:#4f4f4f;display:block;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.25rem;padding:.25rem .75rem;text-align:center}.squiz-pb-amazing-scope .pb-block-adder__help strong{font-style:normal;font-weight:600}.squiz-pb-amazing-scope .pb-block-adder__help--personalize{background-color:#8e5c8f;color:#fff}.squiz-pb-amazing-scope .pb-block-adder__help--personalize span{font-style:italic}.squiz-pb-amazing-scope .pb-block-adder__help--experiment{background-color:#376b99;color:#fff}.squiz-pb-amazing-scope .pb-block-adder__plus span{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .pb-block-adder__menu--text svg{fill:#059bf2}.squiz-pb-amazing-scope .pb-block-adder__menu--component svg path{fill:#63c7ba}.squiz-pb-amazing-scope .pb-block-adder__wrapper{padding:0 .75rem;position:relative;width:100%;z-index:1}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__hit-area{cursor:pointer;height:1.375rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:3.75rem;z-index:1}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual{display:grid;padding:0;width:100%}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual .pb-block-adder__line,.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual .pb-block-adder__plus{grid-column:1;grid-row:1;place-self:center}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual .pb-block-adder__line{background-color:#e0e0e0;height:.125rem;transition:all .3s ease;width:3.75rem;z-index:-1}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual .pb-block-adder__plus{z-index:0}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual .pb-block-adder__plus .sds-dropdown-wrapper{display:flex}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual .pb-block-adder__plus .sds-dropdown-wrapper>button.sds-button.button--default.button--strong.button--icon.button--icon-round{padding:0}.squiz-pb-amazing-scope .pb-block-adder__wrapper .pb-block-adder__visual .pb-block-adder__plus .sds-dropdown-wrapper>button svg{fill:#057e91;background-color:#f5f5f5;border-radius:100%;height:1.375rem;padding:.125rem;width:1.375rem}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline{display:grid;margin-top:0;opacity:0;padding:0 .25rem;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline .pb-block-adder__container,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline .pb-block-adder__hit-area,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline .pb-block-adder__visual,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline .pb-block-adder__wrapper{height:.5rem}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline .pb-block-adder__line,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline .pb-block-adder__plus{position:relative;top:-.4375rem}.squiz-pb-amazing-scope .pb-block-adder__wrapper.disabled .pb-block-adder__hit-area,.squiz-pb-amazing-scope .pb-block-adder__wrapper.disabled .pb-block-adder__line,.squiz-pb-amazing-scope .pb-block-adder__wrapper.disabled .pb-block-adder__plus{cursor:not-allowed}.squiz-pb-amazing-scope .pb-block-adder__wrapper.disabled .pb-block-adder__plus .sds-dropdown-wrapper>button svg{fill:rgba(5,126,145,.5)}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline.disabled .pb-block-adder__hit-area,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline.disabled .pb-block-adder__line,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline.disabled .pb-block-adder__plus{cursor:unset}.squiz-pb-amazing-scope .pb-block-adder__wrapper:not(.disabled) .pb-block-adder__line.active,.squiz-pb-amazing-scope .pb-block-adder__wrapper:not(.disabled) .pb-block-adder__line.hover,.squiz-pb-amazing-scope .pb-block-adder__wrapper:not(.disabled):focus-within .pb-block-adder__line{background-color:#057e91;transition:all .3s ease;width:100%}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline:not(.disabled):has(.active){opacity:1;transition-delay:.3s;z-index:2}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline:not(.disabled):focus-within{opacity:1}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline:not(.disabled):hover{opacity:1;transition-delay:.3s}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline:not(.disabled):hover .pb-block-adder__hit-area:hover+.pb-block-adder__visual>.pb-block-adder__line,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline:not(.disabled):hover .pb-block-adder__plus:hover+.pb-block-adder__line{background-color:#057e91;transition:all .3s ease;transition-delay:.3s;width:100%}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--template .pb-block-adder__visual .pb-block-adder__plus .sds-dropdown-wrapper>button svg{fill:#6b47b4}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--template .pb-block-adder__line.active,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--template .pb-block-adder__line:hover,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--template:focus-within .pb-block-adder__line,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--template:not(.disabled) .pb-block-adder__line.hover{background-color:#6b47b4}.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline.pb-block-adder__wrapper--template:not(.disabled):hover .pb-block-adder__hit-area:hover+.pb-block-adder__visual>.pb-block-adder__line,.squiz-pb-amazing-scope .pb-block-adder__wrapper.pb-block-adder__wrapper--inline.pb-block-adder__wrapper--template:not(.disabled):hover .pb-block-adder__plus:hover+.pb-block-adder__line{background-color:#6b47b4}.squiz-pb-amazing-scope .pb-block-issues{margin-bottom:.75rem}.squiz-pb-amazing-scope .pb-edit-panel-form .pb-block-issues{margin-top:.75rem}.squiz-pb-amazing-scope .pb-outline-block-row{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:.375rem;display:flex;height:2.75rem;padding:0 .25rem;white-space:nowrap}.squiz-pb-amazing-scope .pb-outline-block-row:hover{border:1px solid #bababa}.squiz-pb-amazing-scope .pb-outline-block-row.pb-outline-block-row--warning{border-color:#e96900}.squiz-pb-amazing-scope .pb-outline-block-row.pb-outline-block-row--error{border-color:#d72321}.squiz-pb-amazing-scope .pb-outline-block-row__main{align-items:center;cursor:pointer;display:flex;height:100%;overflow:hidden;width:100%}.squiz-pb-amazing-scope .pb-outline-block-row__main .component-service__component-icon{flex-shrink:0}.squiz-pb-amazing-scope .pb-outline-block-row__name{color:#4f4f4f;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;margin:0 0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-pb-amazing-scope .pb-outline-block-row--empty .pb-outline-block-row__name{opacity:50%}.squiz-pb-amazing-scope .pb-outline-block-row__icon{height:24px;margin-left:.25rem}.squiz-pb-amazing-scope .pb-outline-block-row--non-editable .pb-outline-block-row__icon,.squiz-pb-amazing-scope .pb-outline-block-row--non-editable .pb-outline-block-row__name{opacity:.5}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues{background:#fff;border:none;border-radius:.4375rem;width:2.625rem}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues:disabled{cursor:not-allowed;opacity:.5}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues:not(:disabled):hover{background-color:#f5f5f5}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues .button--custom{align-items:center;display:flex;height:24px;justify-content:center}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues .svg-wrapper.svg--grey-600>svg{fill:#3d3d3d}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues .svg-wrapper.svg--orange-300>svg{fill:#e96900}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues .svg-wrapper.svg--red-300>svg{fill:#d72321}.squiz-pb-amazing-scope .pb-outline-settings-button.pb-outline-settings-button--block-issues .svg-wrapper.svg--grey-600>svg{fill:#707070}.squiz-pb-amazing-scope .pb-block-variant-issues{margin-top:.75rem}.squiz-pb-amazing-scope .pb-block-variant-issues-alert-bold{font-weight:600}.squiz-pb-amazing-scope .pb-block-variant-issues-alert .squiz-jv-scope,.squiz-pb-amazing-scope .pb-block-variant-issues-alert .squiz-jv-scope .button--content{display:inline}.squiz-pb-amazing-scope .pb-block-variant-issues-alert .squiz-jv-scope button{background:none!important;color:#3d3d3d;font-weight:700;padding:0;text-decoration:underline}.squiz-pb-amazing-scope .pb-block-variant-issues-alert .squiz-jv-scope button .sds-button-label{margin-left:0}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope form{padding-left:.25rem!important;padding-right:.25rem!important}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .mb-1,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .my-1{margin-bottom:.25rem!important}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .mt-1,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .my-1{margin-top:.25rem!important}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .custom-checkbox-input:not(:checked){background-color:#fff}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .custom-select,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-control,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .resource-picker{width:100%}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .w-min{width:auto}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group{width:100%}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .component-group{border:none}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group button:disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group input:disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group select:disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group textarea:disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .pb-outline-block--customized-header .viperReact.sds-button.button--transparent:disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .viperReact.pb-disabled,.squiz-pb-amazing-scope .pb-outline-block--customized-header .pb-edit-panel .squiz-ce-scope .viperReact.sds-button.button--transparent:disabled{background-color:rgba(0,0,0,.04);color:#3d3d3d;opacity:1}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group input:disabled[type=checkbox]:checked{background-color:#0774d2;opacity:.5}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group .btn-link:disabled{background-color:transparent;opacity:.5}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .resource-picker--disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .resource-picker--disabled .resource-picker-info{background-color:rgba(0,0,0,.04)}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .bg-white,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .resource-picker--disabled button:disabled{background-color:transparent}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .custom-select.is-invalid,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .field-string.has-error .form-control,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-control.is-invalid,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .has-error .resource-picker{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M12.77 2.5H7.238a.84.84 0 0 0-.583.242L2.746 6.65a.84.84 0 0 0-.242.583v5.525a.86.86 0 0 0 .242.592l3.9 3.9c.158.158.375.25.591.25h5.525a.86.86 0 0 0 .592-.242l3.9-3.9a.825.825 0 0 0 .242-.591V7.233a.86.86 0 0 0-.242-.591l-3.9-3.9a.84.84 0 0 0-.583-.242Zm-2.766 11.917c-.6 0-1.083-.484-1.083-1.084 0-.6.483-1.083 1.083-1.083s1.084.483 1.084 1.083-.484 1.084-1.084 1.084Zm0-3.584A.836.836 0 0 1 9.171 10V6.667c0-.459.375-.834.833-.834.459 0 .834.375.834.834V10a.836.836 0 0 1-.834.833Z' fill='%23D72321'/%3E%3C/svg%3E")}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group .btn-drag-handle,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group .sds-btn-icon-solo{color:#4f4f4f}.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group .btn-drag-handle.disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group .btn-drag-handle:disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group .sds-btn-icon-solo.disabled,.squiz-pb-amazing-scope .pb-edit-panel .squiz-ce-scope .form-group .sds-btn-icon-solo:disabled{background-color:transparent;opacity:.5}.squiz-pb-amazing-scope .pb-outline:not(.pb-outline--layouts-and-templates) .pb-edit-panel .squiz-ce-scope .component-group{background-color:#fff}.squiz-pb-amazing-scope .pb-outline:not(.pb-outline--layouts-and-templates) .pb-edit-panel .squiz-ce-scope .component-group .component-group{background-color:#f5f5f5}.squiz-pb-amazing-scope .pb-edit-panel{display:flex;flex-direction:column;height:calc(100% - 48px)}.squiz-pb-amazing-scope .pb-edit-panel-header__wrapper{background:#e0e0e0;border-radius:.5rem;display:flex;flex-direction:column;margin-bottom:.75rem;padding:.5rem .75rem}.squiz-pb-amazing-scope .pb-edit-panel-form{border-top:1px solid #bababa;overflow-y:auto;padding:.5rem .75rem .5rem 0}@-moz-document url-prefix(){.squiz-pb-amazing-scope .pb-edit-panel-form{scrollbar-color:#e0e0e0 transparent;scrollbar-width:thin}}.squiz-pb-amazing-scope .pb-edit-panel-form::-webkit-scrollbar-track{background-color:transparent}.squiz-pb-amazing-scope .pb-edit-panel-form::-webkit-scrollbar{background-color:transparent;border-right:1px solid #e0e0e0;width:.25rem}.squiz-pb-amazing-scope .pb-edit-panel-form::-webkit-scrollbar-thumb{background-color:#e0e0e0}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues{margin-bottom:.75rem}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert__wrapper,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert__wrapper{margin:0}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--report.sds-alert--has-bg-color,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--report.sds-alert--has-bg-color{background-color:#d72321}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--report.sds-alert--has-bg-color .sds-alert__content,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--report.sds-alert--has-bg-color .sds-button.button--default.button--transparent,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--report.sds-alert--has-bg-color .sds-alert__content,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--report.sds-alert--has-bg-color .sds-button.button--default.button--transparent{color:#fff}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--report.sds-alert--has-bg-color svg,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--report.sds-alert--has-bg-color svg{fill:#fff}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--warning.sds-alert--has-bg-color,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--warning.sds-alert--has-bg-color{background-color:#e96900}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--warning.sds-alert--has-bg-color .sds-alert__content,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--warning.sds-alert--has-bg-color .sds-button.button--default.button--transparent,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--warning.sds-alert--has-bg-color .sds-alert__content,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--warning.sds-alert--has-bg-color .sds-button.button--default.button--transparent{color:#fff}.squiz-pb-amazing-scope .pb-edit-panel .pb-block-issues .sds-alert-type--warning.sds-alert--has-bg-color svg,.squiz-pb-amazing-scope .pb-edit-panel .pb-block-variant-issues .sds-alert-type--warning.sds-alert--has-bg-color svg{fill:#fff}.squiz-pb-amazing-scope .pb-edit-panel .pb-outline-block--customized{margin-bottom:1rem}.squiz-pb-amazing-scope .pb-outline--layouts-and-templates .pb-edit-panel-header__wrapper{background:transparent;margin-bottom:.5rem;padding:0 0 0 .5rem}.squiz-pb-amazing-scope .pb-edit-panel-header{align-items:center;border-bottom:1px solid #bababa;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.squiz-pb-amazing-scope .pb-edit-panel-header:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.squiz-pb-amazing-scope .pb-edit-panel-header.pb-edit-panel-header--personalization .pb-edit-panel-header__icon svg{fill:#8e5c8f}.squiz-pb-amazing-scope .pb-edit-panel-header.pb-edit-panel-header--experimentation .pb-edit-panel-header__icon svg{fill:#376b99}.squiz-pb-amazing-scope .pb-edit-panel-header__info{align-items:center;display:flex}.squiz-pb-amazing-scope .pb-edit-panel-header__icon{height:24px;margin-right:.5rem}.squiz-pb-amazing-scope .pb-edit-panel-header__title{display:flex;flex-direction:column;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .pb-edit-panel-header__name{-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;display:-webkit-box;font-weight:600;max-width:240px;overflow:hidden;overflow-wrap:anywhere;text-align:left;text-overflow:ellipsis;word-break:normal}.squiz-pb-amazing-scope .pb-edit-panel-header__actions .sds-button.button--default.button--transparent{border-radius:.5rem;padding:.25rem}.squiz-pb-amazing-scope .pb-edit-panel-header__actions .sds-button.button--default.button--transparent:hover{background:rgba(0,0,0,.1)}.squiz-pb-amazing-scope .pb-edit-restriction-alert{margin-top:.75rem}.squiz-pb-amazing-scope .pb-edit-restriction-alert .sds-alert__wrapper{margin-bottom:12px}.squiz-pb-amazing-scope .pb-edit-restriction-alert .pb-edit-restriction-alert__heading--read-only{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-pb-amazing-scope .pb-edit-restriction-alert svg{fill:#949494}.squiz-pb-amazing-scope .pb-outline--layouts-and-templates .pb-edit-restriction-alert .sds-alert__wrapper{border:1px solid #e0e0e0;border-radius:.25rem}.squiz-pb-amazing-scope .pb-outline-header{align-items:center;display:flex;padding:.75rem .5rem}.squiz-pb-amazing-scope .pb-outline-header--bordered{border-bottom:1px solid #bababa}.squiz-pb-amazing-scope .pb-outline-header__title{font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .pb-outline-header__btn.sds-button{padding:0}.squiz-pb-amazing-scope .pb-outline-header__btn.sds-button.button--default.button--transparent:hover{background-color:transparent}.squiz-pb-amazing-scope .pb-outline--layouts-and-templates .pb-outline-header{padding:.5rem 0}.squiz-pb-amazing-scope .pb-outline--layouts-and-templates .pb-outline-header__title{font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;padding:.375rem .5rem}.squiz-pb-amazing-scope .pb-outline--layouts-and-templates .pb-outline-header__btn.sds-button{background-color:#f5f5f5;border-radius:.5rem;padding:.25rem .5rem .25rem 0}.squiz-pb-amazing-scope .pb-outline--layouts-and-templates .pb-outline-header__btn.sds-button .sds-button-icon+.sds-button-label{margin-left:0}.squiz-pb-amazing-scope .pb-outline-item{margin-top:.5rem;position:relative}.squiz-pb-amazing-scope .pb-outline-list__wrapper{flex-grow:1;overflow-y:auto;padding-bottom:.5rem}.squiz-pb-amazing-scope .pb-outline-list__wrapper .sds-empty-state-card{background-color:unset;border:unset;gap:1rem;padding:1rem 0 .25rem}.squiz-pb-amazing-scope .pb-outline-list__wrapper .sds-empty-state-card svg{height:7.75rem;width:6.75rem}.squiz-pb-amazing-scope .pb-outline-list__wrapper .sds-empty-state-card span{color:#024752;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;padding-bottom:.5rem}.squiz-pb-amazing-scope .pb-outline-list{padding:.5rem .5rem 0}.squiz-pb-amazing-scope .pb-outline-list--hidden{display:none}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .pb-outline-list__wrapper{padding-bottom:.25rem}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .pb-outline-list__wrapper.pb-outline-list--empty{padding:0 .5rem .5rem}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .pb-outline-list{padding-top:0}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .pb-outline-list .sds-tooltip.active{z-index:2}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .sds-empty-state-card--template{background:rgba(0,0,0,.03);height:2.75rem}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .sds-empty-state-card--template span{color:#4f4f4f;font-size:.8125rem;font-style:oblique;font-weight:600;font-weight:400;letter-spacing:0;line-height:1rem;padding:0}.squiz-pb-amazing-scope .pb-template-selector{align-items:center;border:1px solid #e0e0e0;border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem}.squiz-pb-amazing-scope .pb-template-selector__name{color:#4f4f4f;display:flex;font-size:1rem;font-weight:700;gap:.5rem;letter-spacing:-.4px;line-height:1.5rem}.squiz-pb-amazing-scope .pb-template-selector svg{height:24px;width:24px}.squiz-pb-amazing-scope .pb-template-selector .pb-template-selector__button svg{height:20px;width:20px}.squiz-pb-amazing-scope .pb-template-selector__action-menu-remove{border-top:1px solid #e0e0e0}.squiz-pb-amazing-scope .pb-template-selector__action-menu-remove button{margin-top:.25rem}.squiz-pb-amazing-scope .pb-template-selector__action-menu-remove .sds-dropdown-icon .svg-wrapper svg path{fill:#d72321}.squiz-pb-amazing-scope .pb-template-selector__action-menu-remove .sds-dropdown-label{color:#d72321}.squiz-pb-amazing-scope .pb-template-selector__action-menu svg{height:24px;width:24px}.squiz-pb-amazing-scope .pb-template-selector__action-menu .sds-dropdown-section svg path{fill:#707070}.squiz-pb-amazing-scope .pb-template-selector__action-menu .sds-dropdown-section .sds-dropdown-list li:nth-last-child(2){margin-bottom:.25rem}.squiz-pb-amazing-scope .pb-template-selector__action-menu-button svg{height:20px;width:20px}.pb-templates-modal .sds-dialog__header .sds-dialog__heading{color:#3d3d3d;margin:0}.pb-templates-modal .sds-dialog__header svg{fill:#4f4f4f}.pb-templates-modal .sds-dialog__body .pb-templates-modal__well{padding:1rem 1.25rem}.pb-templates-modal .sds-dialog__body .pb-templates-modal__well .sds-form-label{color:#707070;font-size:.875rem;font-weight:400;justify-content:center;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:1rem;width:100%}.pb-templates-modal .sds-dialog__body .pb-support-text-block{margin-bottom:0;margin-top:.75rem}.pb-templates-modal:not(:has(.remove)){max-width:28.125rem}.pb-templates-modal:not(:has(.remove)).sds-dialog{max-height:40.625rem;min-height:25rem}.pb-templates-modal:not(:has(.remove)) .sds-dialog__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.pb-templates-modal:not(:has(.remove)) .sds-dialog__body .sds-dialog__content{max-height:unset}.pb-templates-modal--change .pb-templates-modal__description{color:#3d3d3d;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:0}.pb-templates-modal--change .pb-templates-modal__subtitle{margin:.25rem 0 1rem}.pb-templates-modal--change .pb-templates-modal__subtitle,.pb-templates-modal__description{color:#707070;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;text-align:center}.pb-templates-modal__description{margin:1rem 0}.pb-templates-modal__list{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0}.squiz-pb-amazing-scope .pb-template-item-container{border-top:1px solid #ededed}.squiz-pb-amazing-scope .pb-template-item-container--connected .pb-template-item,.squiz-pb-amazing-scope .pb-template-item-container--selected .pb-template-item{background-color:#e6f1fa}.squiz-pb-amazing-scope .pb-template-item-container--connected .pb-template-item .pb-template-item__name,.squiz-pb-amazing-scope .pb-template-item-container--selected .pb-template-item .pb-template-item__name{color:#044985}.squiz-pb-amazing-scope .pb-template-item-container--connected .pb-template-item .pb-template-item__id,.squiz-pb-amazing-scope .pb-template-item-container--selected .pb-template-item .pb-template-item__id{background-color:#e6f1fa;color:#044985}.squiz-pb-amazing-scope .pb-template-item-container--connected{opacity:.6}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;margin:.25rem 0;padding:.75rem .5rem;transition:background-color .5s ease}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item:hover{background-color:#e6f1fa}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__icon{margin-right:1rem}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__icon svg{fill:none;height:24px;width:24px}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__content{flex:1}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__name-container{align-items:center;display:flex}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__name{color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin-right:.5rem}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__id{background-color:#f5f5f5;border-radius:.75rem;color:#707070;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem;padding:.25rem .5rem}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__select-icon{align-items:center;display:flex;justify-content:center}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__select-icon svg{height:18px;width:18px}.squiz-pb-amazing-scope .pb-template-item-container .pb-template-item__select-icon svg path{fill:#044985}.squiz-pb-amazing-scope .pb-edit-panel .pb-outline-block--customized-header .viperReact.sds-button.button--transparent:disabled,.squiz-pb-amazing-scope .pb-edit-panel .viperReact.pb-disabled,.squiz-pb-amazing-scope .pb-outline-block--customized-header .pb-edit-panel .viperReact.sds-button.button--transparent:disabled{box-shadow:none}.squiz-pb-amazing-scope .pb-edit-panel .viperReact.viperReact--focused{border:1px solid #e0e0e0;box-shadow:none}.squiz-pb-amazing-scope .pb-edit-panel .viperReactToolbar{background:#e0e0e0}.squiz-pb-amazing-scope .pb-edit-panel .viperReactToolbar .ViperTP-bar.ViperNext{border-bottom:1px solid #e0e0e0;border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:none;padding-left:4px;padding-right:4px;row-gap:4px}.squiz-pb-amazing-scope .pb-edit-panel .viperReactToolbar:has(.viper-active.ViperTP-bar){max-height:132px}.squiz-pb-amazing-scope .pb-fte-block__editor .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text{min-height:104px;padding-bottom:.75rem}.squiz-pb-amazing-scope .pb-fte-block__editor .squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text span{-webkit-line-clamp:5;line-clamp:5}.squiz-pb-amazing-scope .pb-zone{background-color:#f5f5f5;border-radius:.75rem;margin:.5rem 0}.squiz-pb-amazing-scope .pb-zone__header{color:#707070;display:flex;font-size:.8125rem;font-weight:600;justify-content:space-between;letter-spacing:0;line-height:1rem;padding:0 .5rem}.squiz-pb-amazing-scope .pb-zone__name{padding-left:.25rem}.squiz-pb-amazing-scope .pb-zone__actions,.squiz-pb-amazing-scope .pb-zone__details{align-items:center;display:flex}.squiz-pb-amazing-scope .pb-zone__actions .pb-divider{height:2.125rem}.squiz-pb-amazing-scope .pb-zone__actions svg{height:1.125rem;width:1.125rem}.squiz-pb-amazing-scope .pb-zone__actions .pb-zone__settings-button svg path{fill:#707070}.squiz-pb-amazing-scope .pb-zone-adder__wrapper{height:2.75rem}.squiz-pb-amazing-scope .pb-zone-adder__wrapper .sds-tooltip__wrapper{display:flex;height:100%}.squiz-pb-amazing-scope .pb-zone-adder__button.sds-button.button--default{background:rgba(0,0,0,.02);border-radius:.75rem;justify-items:flex-start}.squiz-pb-amazing-scope .pb-zone-adder__button.sds-button.button--default:hover:not(:disabled){background:rgba(0,0,0,.06)}.squiz-pb-amazing-scope .pb-zone__actions .sds-dropdown-section button{color:#d72321}.squiz-pb-amazing-scope .pb-zone__actions .sds-dropdown-section button svg{fill:#d72321}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .pb-zone-list{padding-bottom:.5rem}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .pb-zone-list--hidden{display:none}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates .pb-zone-list .pb-outline-list__wrapper{min-width:calc(368px - 2rem);overflow-y:unset}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment{background:#d9ebfb;border:1px solid rgba(0,0,0,.12)}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment>.pb-outline-block--customized-header{color:#376b99}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment>.pb-outline-block--customized-header .sds-button .sds-button-icon svg,.squiz-pb-amazing-scope .pb-outline-block--customized--experiment>.pb-outline-block--customized-header svg{fill:#376b99}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment.active{background:#376b99;border-color:#376b99}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment.active>.pb-outline-block--customized-header{color:#d9ebfb}.squiz-pb-amazing-scope .pb-outline-block--customized--experiment.active>.pb-outline-block--customized-header .sds-button .sds-button-icon svg,.squiz-pb-amazing-scope .pb-outline-block--customized--experiment.active>.pb-outline-block--customized-header svg{fill:#d9ebfb}.squiz-pb-amazing-scope .pb-outline-block--customized--personalization .pb-outline-block--customized--experiment{margin:.1875rem}.squiz-pb-amazing-scope .sds-badge.pb-outline-status-badge--experiment{align-items:center;color:#044985;height:1.5rem;margin-left:auto;margin-right:.25rem;min-width:-moz-fit-content;min-width:fit-content;opacity:65%}.squiz-pb-amazing-scope .pb-outline-block--customized--personalization{background:#fdebf5;border:1px solid rgba(0,0,0,.12)}.squiz-pb-amazing-scope .pb-outline-block--customized--personalization>.pb-outline-block--customized-header{color:#8e5c8f}.squiz-pb-amazing-scope .pb-outline-block--customized--personalization>.pb-outline-block--customized-header .sds-button .sds-button-icon svg,.squiz-pb-amazing-scope .pb-outline-block--customized--personalization>.pb-outline-block--customized-header svg{fill:#8e5c8f}.squiz-pb-amazing-scope .pb-outline-block--customized--personalization.active{background:#8e5c8f;border-color:#8e5c8f}.squiz-pb-amazing-scope .pb-outline-block--customized--personalization.active>.pb-outline-block--customized-header{color:#fdebf5}.squiz-pb-amazing-scope .pb-outline-block--customized--personalization.active>.pb-outline-block--customized-header .sds-button .sds-button-icon svg,.squiz-pb-amazing-scope .pb-outline-block--customized--personalization.active>.pb-outline-block--customized-header svg{fill:#fdebf5}.squiz-pb-amazing-scope .pb-outline__wrapper{display:flex;flex-direction:column;height:var(--height);transition:width .3s ease;width:370px}.squiz-pb-amazing-scope .pb-outline{background-color:#ededed;border:1px solid #e0e0e0;border-radius:.5rem;display:flex;flex-direction:column;flex-grow:1;height:100%;padding:0 .5rem}.squiz-pb-amazing-scope .pb-outline .sr-only{height:0!important;width:0!important}.squiz-pb-amazing-scope .pb-outline .pb-edit-panel,.squiz-pb-amazing-scope .pb-outline .pb-outline-header,.squiz-pb-amazing-scope .pb-outline .pb-outline-list__wrapper,.squiz-pb-amazing-scope .pb-outline .pb-template-selector{min-width:calc(368px - 1rem)}.squiz-pb-amazing-scope .pb-container.pb-preview-only .pb-outline_wrapper{border:none;margin:0;overflow-x:hidden;padding:0;width:0}.squiz-pb-amazing-scope .pb-outline.pb-outline--layouts-and-templates{background-color:#fff;overflow-x:hidden;overflow-y:auto}.squiz-pb-amazing-scope .pb-add-personalization-form{color:#4f4f4f;font-size:.9rem;text-align:center}.squiz-pb-amazing-scope .pb-add-personalization-form>p>strong{font-weight:600}.squiz-pb-amazing-scope .pb-add-personalization-form .sds-form-control-label{background:transparent;border:0}.squiz-pb-amazing-scope .pb-add-personalization-form .sds-form-control-text svg{fill:#707070}.squiz-pb-amazing-scope .add-personalization-modal-icon svg{fill:#4f4f4f}.squiz-pb-amazing-scope button.sds-button.button--primary.button--strong.button--primary.button--personalization{background-color:#8e5c8f}.squiz-pb-amazing-scope .pb-add-personalization-option-well .sds-form-field{align-items:center;display:flex;flex-direction:column}.squiz-pb-amazing-scope .pb-add-personalization-option-well .sds-form-field>.sds-form-label{color:#707070;font-size:14px;font-weight:600;margin-bottom:1rem}.squiz-pb-amazing-scope .pb-add-personalization-option-well .sds-form-control-item{margin-bottom:1rem}.squiz-pb-amazing-scope .pb-add-personalization-option-well .sds-form-control-item:last-child{margin-bottom:0}.squiz-pb-amazing-scope .pb-add-personalization-option-well .sds-form-control-text{align-items:center;color:#707070;display:flex;font-size:14px;font-weight:600;gap:.5rem}.squiz-pb-amazing-scope .pb-add-experiment-form{color:#4f4f4f;font-size:.9rem;text-align:center}.squiz-pb-amazing-scope .pb-add-experiment-form>p{font-size:14px;line-height:1.25rem;padding:0 .125rem}.squiz-pb-amazing-scope .pb-add-experiment-form>p>strong{font-weight:600}.squiz-pb-amazing-scope .pb-add-experiment-form .sds-form-control-label{background:transparent;border:0}.squiz-pb-amazing-scope .pb-add-experiment-form .sds-form-control-text svg{fill:#707070}.squiz-pb-amazing-scope .pb-add-experiment-modal .sds-dialog__header{padding:1.25rem .75rem 1rem 1.5rem!important}.squiz-pb-amazing-scope .pb-add-experiment-modal .sds-dialog__header .sds-dialog__heading span{color:#3d3d3d}.squiz-pb-amazing-scope .add-experiment-modal-icon svg{fill:#4f4f4f;vertical-align:initial}.squiz-pb-amazing-scope button.sds-button.button--primary.button--strong.button--primary.button--experiment{background-color:#376b99}.squiz-pb-amazing-scope .pb-add-experiment-option-well .sds-form-field{align-items:center;display:flex;flex-direction:column}.squiz-pb-amazing-scope .pb-add-experiment-option-well .sds-form-field>.sds-form-label{font-size:14px;font-weight:600;margin-bottom:1rem}.squiz-pb-amazing-scope .pb-add-experiment-option-well .sds-form-field>.sds-form-label>label{color:#4f4f4f}.squiz-pb-amazing-scope .pb-add-experiment-option-well .sds-form-field .sds-form-control-option{align-items:center}.squiz-pb-amazing-scope .pb-add-experiment-option-well .sds-form-control-item{margin-bottom:1rem}.squiz-pb-amazing-scope .pb-add-experiment-option-well .sds-form-control-item:last-child{margin-bottom:0}.squiz-pb-amazing-scope .pb-add-experiment-option-well .sds-form-control-text{align-items:center;color:#707070;display:flex;font-size:14px;font-weight:600;gap:.5rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .sds-dialog__header{padding-bottom:0}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .sds-dialog__header .sds-dialog__heading{margin-bottom:30px}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .sds-dialog__header .sds-dialog__heading span{color:#3d3d3d}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .sds-dialog__header .sds-dialog__heading svg{fill:#3d3d3d}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .sds-dialog__content{max-height:32.25rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well{height:19.375rem;overflow-x:hidden}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well__info{font-size:14px;letter-spacing:-.2px;line-height:20px;margin-top:0;padding:0 12px;text-align:center}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings__segments{display:flex;flex-direction:column}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings__segments .pb-personalization-page-settings-form__row{margin-bottom:.5rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--with-actions .pb-personalization-page-settings-item__name{border:unset}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--with-actions .sds-text-field input{border-radius:.25rem;color:#4f4f4f;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;padding:.5rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--with-actions .sds-form-field,.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--with-actions .sds-form-label{margin-bottom:0}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row{align-items:center;display:grid;grid-template-columns:2rem 18.125rem 2rem;justify-content:center}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row .pb-structure-item__drag-handle{padding:6px!important}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--with-error .sds-select-field span{align-items:center;color:#707070;display:flex;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--with-error .sds-select-field span svg{height:1.25rem;width:1.25rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--with-error .sds-select-field span svg path{fill:#e96900}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row .pb-structure-item__drag-handle svg path{fill:#707070}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--remove .pb-personalization-page-settings-item__name input{background:#fae9e8;color:#d72321;text-decoration:line-through;text-decoration-thickness:.5px}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-personalization-page-settings-form__row--remove .sds-tooltip__wrapper svg path{fill:#d72321}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-segment-picker-form__row{border-top:1px solid #e0e0e0;display:grid;grid-template-columns:18.125rem;justify-content:center}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-segment-picker-form__row .sds-form-input{border:none;margin-top:.5rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-personalization-page-settings-well .pb-segment-picker-form__row .sds-form-input input{border-radius:.25rem;color:#4f4f4f;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;padding:.75rem}.squiz-pb-amazing-scope .pb-personalization-page-settings-modal .pb-segment-removal-alert{margin:.5rem 0 0}.squiz-pb-amazing-scope.pb-block-personalization-modal .sds-dialog__content{overflow-y:scroll}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-well{margin:0}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-well fieldset>hr{border:1px solid #bababa}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-well>p{font-size:.8rem;text-align:center}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-well>p:first-child{margin-top:0}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-well>p:last-child{margin-bottom:0;margin-top:0}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container{background-color:#ededed;border-radius:.5rem;display:flex;flex-direction:column;margin-bottom:.5rem;padding:.1rem .5rem .5rem}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container .pb-outline-block-row__main{cursor:default}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container--no-segment .pb-block-segment__title{font-style:italic}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container .pb-outline-actions__icon{align-items:center;border-left:1px solid #e0e0e0;display:flex;padding:.5rem .5rem .5rem .75rem}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container--deleted{background-color:#fae9e8}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container--deleted .pb-block-segment__title{color:#d72321}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container--deleted .pb-block-segment__title>span{text-decoration:line-through}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container--deleted .pb-block-segment__title .button--content svg path{fill:#d72321}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container--deleted .pb-outline-block-row{border-color:#ec9c9b;opacity:50%;text-decoration:line-through}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__container--deleted .pb-outline-block-row .pb-outline-block-row__name{color:#d72321}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__title{align-items:center;display:flex;justify-content:space-between}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__title>span{font-size:13px;font-weight:600;line-height:2rem;padding:0 .5rem}.squiz-pb-amazing-scope.pb-block-personalization-modal .pb-block-segment__title .button--content svg{height:15px;width:15px}.squiz-pb-amazing-scope.pb-block-personalization-modal .sds-dialog__actions:has(.pb-personalization-settings-button){display:block}.squiz-pb-amazing-scope.pb-block-personalization-modal .sds-dialog__actions:has(.pb-personalization-settings-button) .sds-button-list li:has(.pb-personalization-settings-button){margin-right:auto}
/*!
 * @license
 * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
 */
/*! Bundled license information:

@squiz/sds/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)
*/:root{--dropdown-space-top:0;--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#0774d2;--secondary:#098934;--success:#098934;--info:#0774d2;--warning:#e96900;--danger:#d72321;--light:#f5f5f5;--dark:#3d3d3d;--matrix-primary:#00649e;--grey:#4f4f4f;--purple:#6b47b4;--blue:#0774d2;--red:#d72321;--pink:#b93da9;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1366px;--font-family-sans-serif:"Open Sans","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:"Courier New",Courier,monospace}/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:none;color:#212529;font-family:Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.25;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#0774d2;text-decoration:none}a:hover{color:#054b88;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:Courier New,Courier,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#707070;padding-bottom:1rem 1.25rem;padding-top:1rem 1.25rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:0}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:1.625rem}.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.125rem}.h4,.h5,h4,h5{font-size:1rem}.h6,h6{font-size:.875rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:.8125rem;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:.8125rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:none;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:1024px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1366px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width:1024px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1366px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}#toolbar_root_node_select,.form-control,.select2-selection__rendered,.sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sq-backend-data input[type=password],.sq-option-list .sq-option-list-row input[type=text],.table input.basicCell,.table input.disabledCell,.table input.titleCell,select.sq-form-field{background-clip:padding-box;background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;color:#4f4f4f;display:block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem .5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){#toolbar_root_node_select,.form-control,.select2-selection__rendered,.sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sq-backend-data input[type=password],.sq-option-list .sq-option-list-row input[type=text],.table input.basicCell,.table input.disabledCell,.table input.titleCell,select.sq-form-field{transition:none}}#toolbar_root_node_select::-ms-expand,.form-control::-ms-expand,.select2-selection__rendered::-ms-expand,.sq-asset-finder-wrapper .asset-finder__inner-wrapper::-ms-expand,.sq-backend-data input[type=password]::-ms-expand,.sq-option-list .sq-option-list-row input[type=text]::-ms-expand,.table input.basicCell::-ms-expand,.table input.disabledCell::-ms-expand,.table input.titleCell::-ms-expand,select.sq-form-field::-ms-expand{background-color:transparent;border:0}#toolbar_root_node_select:-moz-focusring,.form-control:-moz-focusring,.select2-selection__rendered:-moz-focusring,.sq-asset-finder-wrapper .asset-finder__inner-wrapper:-moz-focusring,.sq-backend-data input[type=password]:-moz-focusring,.sq-option-list .sq-option-list-row input[type=text]:-moz-focusring,.table input.basicCell:-moz-focusring,.table input.disabledCell:-moz-focusring,.table input.titleCell:-moz-focusring,select.sq-form-field:-moz-focusring{color:transparent;text-shadow:0 0 0 #4f4f4f}#toolbar_root_node_select:focus,.form-control:focus,.select2-selection__rendered:focus,.sq-asset-finder-wrapper .asset-finder__inner-wrapper:focus,.sq-backend-data input[type=password]:focus,.sq-option-list .sq-option-list-row input[type=text]:focus,.table input.basicCell:focus,.table input.disabledCell:focus,.table input.titleCell:focus,select.sq-form-field:focus{background-color:#fff;border-color:#0774d2;box-shadow:none;color:#4f4f4f;outline:0}#toolbar_root_node_select::-moz-placeholder,.form-control::-moz-placeholder,.select2-selection__rendered::-moz-placeholder,.sq-asset-finder-wrapper .asset-finder__inner-wrapper::-moz-placeholder,.sq-backend-data input[type=password]::-moz-placeholder,.sq-option-list .sq-option-list-row input[type=text]::-moz-placeholder,.table input.basicCell::-moz-placeholder,.table input.disabledCell::-moz-placeholder,.table input.titleCell::-moz-placeholder,select.sq-form-field::-moz-placeholder{color:#949494;opacity:1}#toolbar_root_node_select::placeholder,.form-control::placeholder,.select2-selection__rendered::placeholder,.sq-asset-finder-wrapper .asset-finder__inner-wrapper::placeholder,.sq-backend-data input[type=password]::placeholder,.sq-option-list .sq-option-list-row input[type=text]::placeholder,.table input.basicCell::placeholder,.table input.disabledCell::placeholder,.table input.titleCell::placeholder,select.sq-form-field::placeholder{color:#949494;opacity:1}#toolbar_root_node_select:disabled,.form-control:disabled,.form-control[readonly],.select2-selection__rendered:disabled,.sq-asset-finder-wrapper .asset-finder__inner-wrapper:disabled,.sq-asset-finder-wrapper [readonly].asset-finder__inner-wrapper,.sq-backend-data input[readonly][type=password],.sq-backend-data input[type=password]:disabled,.sq-option-list .sq-option-list-row input[readonly][type=text],.sq-option-list .sq-option-list-row input[type=text]:disabled,.table input.basicCell:disabled,.table input.disabledCell:disabled,.table input.titleCell:disabled,.table input[readonly].basicCell,.table input[readonly].disabledCell,.table input[readonly].titleCell,[readonly]#toolbar_root_node_select,[readonly].select2-selection__rendered,select.sq-form-field:disabled,select[readonly].sq-form-field{background-color:#e0e0e0;opacity:1}.sq-asset-finder-wrapper input[type=date].asset-finder__inner-wrapper,.sq-asset-finder-wrapper input[type=datetime-local].asset-finder__inner-wrapper,.sq-asset-finder-wrapper input[type=month].asset-finder__inner-wrapper,.sq-asset-finder-wrapper input[type=time].asset-finder__inner-wrapper,.sq-backend-data input[type=date][type=password],.sq-backend-data input[type=datetime-local][type=password],.sq-backend-data input[type=month][type=password],.sq-backend-data input[type=time][type=password],.sq-option-list .sq-option-list-row input[type=date][type=text],.sq-option-list .sq-option-list-row input[type=datetime-local][type=text],.sq-option-list .sq-option-list-row input[type=month][type=text],.sq-option-list .sq-option-list-row input[type=time][type=text],.table input[type=date].basicCell,.table input[type=date].disabledCell,.table input[type=date].titleCell,.table input[type=datetime-local].basicCell,.table input[type=datetime-local].disabledCell,.table input[type=datetime-local].titleCell,.table input[type=month].basicCell,.table input[type=month].disabledCell,.table input[type=month].titleCell,.table input[type=time].basicCell,.table input[type=time].disabledCell,.table input[type=time].titleCell,input[type=date]#toolbar_root_node_select,input[type=date].form-control,input[type=date].select2-selection__rendered,input[type=datetime-local]#toolbar_root_node_select,input[type=datetime-local].form-control,input[type=datetime-local].select2-selection__rendered,input[type=month]#toolbar_root_node_select,input[type=month].form-control,input[type=month].select2-selection__rendered,input[type=time]#toolbar_root_node_select,input[type=time].form-control,input[type=time].select2-selection__rendered{-webkit-appearance:none;-moz-appearance:none;appearance:none}.sq-asset-finder-wrapper select.asset-finder__inner-wrapper:focus::-ms-value,select#toolbar_root_node_select:focus::-ms-value,select.form-control:focus::-ms-value,select.select2-selection__rendered:focus::-ms-value,select.sq-form-field:focus::-ms-value{background-color:#fff;color:#4f4f4f}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.25;margin-bottom:0;padding-bottom:calc(.375rem + 2px);padding-top:calc(.375rem + 2px)}.col-form-label-lg{font-size:1.25rem;line-height:2;padding-bottom:calc(.5rem + 2px);padding-top:calc(.5rem + 2px)}.col-form-label-sm{font-size:.875rem;line-height:1;padding-bottom:calc(.25rem + 2px);padding-top:calc(.25rem + 2px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:2px 0;color:#212529;display:block;font-size:.875rem;line-height:1.25;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1em + .5rem + 4px);line-height:1;padding:.25rem .5rem}.form-control-lg{border-radius:.5rem;font-size:1.25rem;height:calc(2em + 1rem + 4px);line-height:2;padding:.5rem 1rem}.sq-asset-finder-wrapper select[multiple].asset-finder__inner-wrapper,.sq-asset-finder-wrapper select[size].asset-finder__inner-wrapper,.sq-asset-finder-wrapper textarea.asset-finder__inner-wrapper,select.form-control[multiple],select.form-control[size],select[multiple]#toolbar_root_node_select,select[multiple].select2-selection__rendered,select[multiple].sq-form-field,select[size]#toolbar_root_node_select,select[size].select2-selection__rendered,select[size].sq-form-field,textarea#toolbar_root_node_select,textarea.form-control,textarea.select2-selection__rendered{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:.75rem;position:relative}.form-check-input{margin-left:-.75rem;margin-top:.1875rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#707070}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#098934;display:none;font-size:.8125rem;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(9,137,52,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.25;margin-top:.1rem;max-width:100%;padding:.125rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.is-valid#toolbar_root_node_select,.is-valid.select2-selection__rendered,.sq-asset-finder-wrapper .is-valid.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .was-validated .asset-finder__inner-wrapper:valid,.sq-backend-data .was-validated input[type=password]:valid,.sq-backend-data input.is-valid[type=password],.sq-option-list .sq-option-list-row .was-validated input[type=text]:valid,.sq-option-list .sq-option-list-row input.is-valid[type=text],.table .was-validated input.basicCell:valid,.table .was-validated input.disabledCell:valid,.table .was-validated input.titleCell:valid,.table input.is-valid.basicCell,.table input.is-valid.disabledCell,.table input.is-valid.titleCell,.was-validated #toolbar_root_node_select:valid,.was-validated .form-control:valid,.was-validated .select2-selection__rendered:valid,.was-validated .sq-asset-finder-wrapper .asset-finder__inner-wrapper:valid,.was-validated .sq-backend-data input[type=password]:valid,.was-validated .sq-option-list .sq-option-list-row input[type=text]:valid,.was-validated .table input.basicCell:valid,.was-validated .table input.disabledCell:valid,.was-validated .table input.titleCell:valid,.was-validated select.sq-form-field:valid,select.is-valid.sq-form-field{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23098934' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.3125em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.625em + .375rem) calc(.625em + .375rem);border-color:#098934;padding-right:calc(1.25em + .75rem)}.form-control.is-valid:focus,.is-valid#toolbar_root_node_select:focus,.is-valid.select2-selection__rendered:focus,.sq-asset-finder-wrapper .is-valid.asset-finder__inner-wrapper:focus,.sq-asset-finder-wrapper .was-validated .asset-finder__inner-wrapper:valid:focus,.sq-backend-data .was-validated input[type=password]:valid:focus,.sq-backend-data input.is-valid[type=password]:focus,.sq-option-list .sq-option-list-row .was-validated input[type=text]:valid:focus,.sq-option-list .sq-option-list-row input.is-valid[type=text]:focus,.table .was-validated input.basicCell:valid:focus,.table .was-validated input.disabledCell:valid:focus,.table .was-validated input.titleCell:valid:focus,.table input.is-valid.basicCell:focus,.table input.is-valid.disabledCell:focus,.table input.is-valid.titleCell:focus,.was-validated #toolbar_root_node_select:valid:focus,.was-validated .form-control:valid:focus,.was-validated .select2-selection__rendered:valid:focus,.was-validated .sq-asset-finder-wrapper .asset-finder__inner-wrapper:valid:focus,.was-validated .sq-backend-data input[type=password]:valid:focus,.was-validated .sq-option-list .sq-option-list-row input[type=text]:valid:focus,.was-validated .table input.basicCell:valid:focus,.was-validated .table input.disabledCell:valid:focus,.was-validated .table input.titleCell:valid:focus,.was-validated select.sq-form-field:valid:focus,select.is-valid.sq-form-field:focus{border-color:#098934;box-shadow:0 0 0 2px rgba(9,137,52,.25)}.sq-asset-finder-wrapper .was-validated textarea.asset-finder__inner-wrapper:valid,.sq-asset-finder-wrapper textarea.is-valid.asset-finder__inner-wrapper,.was-validated .sq-asset-finder-wrapper textarea.asset-finder__inner-wrapper:valid,.was-validated textarea#toolbar_root_node_select:valid,.was-validated textarea.form-control:valid,.was-validated textarea.select2-selection__rendered:valid,textarea.form-control.is-valid,textarea.is-valid#toolbar_root_node_select,textarea.is-valid.select2-selection__rendered{background-position:top calc(.3125em + .1875rem) right calc(.3125em + .1875rem);padding-right:calc(1.25em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .5rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23098934' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.5rem/calc(.625em + .375rem) calc(.625em + .375rem) no-repeat;border-color:#098934;padding-right:calc(.75em + 2.0625rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#098934;box-shadow:0 0 0 2px rgba(9,137,52,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#098934}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#098934}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#098934}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#0cb946;border-color:#0cb946}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 2px rgba(9,137,52,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#098934}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#098934}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#098934;box-shadow:0 0 0 2px rgba(9,137,52,.25)}.invalid-feedback{color:#d72321;display:none;font-size:.8125rem;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(215,35,33,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.25;margin-top:.1rem;max-width:100%;padding:.125rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.is-invalid#toolbar_root_node_select,.is-invalid.select2-selection__rendered,.sq-asset-finder-wrapper .is-invalid.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .was-validated .asset-finder__inner-wrapper:invalid,.sq-backend-data .was-validated input[type=password]:invalid,.sq-backend-data input.is-invalid[type=password],.sq-option-list .sq-option-list-row .was-validated input[type=text]:invalid,.sq-option-list .sq-option-list-row input.is-invalid[type=text],.table .was-validated input.basicCell:invalid,.table .was-validated input.disabledCell:invalid,.table .was-validated input.titleCell:invalid,.table input.is-invalid.basicCell,.table input.is-invalid.disabledCell,.table input.is-invalid.titleCell,.was-validated #toolbar_root_node_select:invalid,.was-validated .form-control:invalid,.was-validated .select2-selection__rendered:invalid,.was-validated .sq-asset-finder-wrapper .asset-finder__inner-wrapper:invalid,.was-validated .sq-backend-data input[type=password]:invalid,.was-validated .sq-option-list .sq-option-list-row input[type=text]:invalid,.was-validated .table input.basicCell:invalid,.was-validated .table input.disabledCell:invalid,.was-validated .table input.titleCell:invalid,.was-validated select.sq-form-field:invalid,select.is-invalid.sq-form-field{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d72321'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d72321' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.3125em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.625em + .375rem) calc(.625em + .375rem);border-color:#d72321;padding-right:calc(1.25em + .75rem)}.form-control.is-invalid:focus,.is-invalid#toolbar_root_node_select:focus,.is-invalid.select2-selection__rendered:focus,.sq-asset-finder-wrapper .is-invalid.asset-finder__inner-wrapper:focus,.sq-asset-finder-wrapper .was-validated .asset-finder__inner-wrapper:invalid:focus,.sq-backend-data .was-validated input[type=password]:invalid:focus,.sq-backend-data input.is-invalid[type=password]:focus,.sq-option-list .sq-option-list-row .was-validated input[type=text]:invalid:focus,.sq-option-list .sq-option-list-row input.is-invalid[type=text]:focus,.table .was-validated input.basicCell:invalid:focus,.table .was-validated input.disabledCell:invalid:focus,.table .was-validated input.titleCell:invalid:focus,.table input.is-invalid.basicCell:focus,.table input.is-invalid.disabledCell:focus,.table input.is-invalid.titleCell:focus,.was-validated #toolbar_root_node_select:invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .select2-selection__rendered:invalid:focus,.was-validated .sq-asset-finder-wrapper .asset-finder__inner-wrapper:invalid:focus,.was-validated .sq-backend-data input[type=password]:invalid:focus,.was-validated .sq-option-list .sq-option-list-row input[type=text]:invalid:focus,.was-validated .table input.basicCell:invalid:focus,.was-validated .table input.disabledCell:invalid:focus,.was-validated .table input.titleCell:invalid:focus,.was-validated select.sq-form-field:invalid:focus,select.is-invalid.sq-form-field:focus{border-color:#d72321;box-shadow:0 0 0 2px rgba(215,35,33,.25)}.sq-asset-finder-wrapper .was-validated textarea.asset-finder__inner-wrapper:invalid,.sq-asset-finder-wrapper textarea.is-invalid.asset-finder__inner-wrapper,.was-validated .sq-asset-finder-wrapper textarea.asset-finder__inner-wrapper:invalid,.was-validated textarea#toolbar_root_node_select:invalid,.was-validated textarea.form-control:invalid,.was-validated textarea.select2-selection__rendered:invalid,textarea.form-control.is-invalid,textarea.is-invalid#toolbar_root_node_select,textarea.is-invalid.select2-selection__rendered{background-position:top calc(.3125em + .1875rem) right calc(.3125em + .1875rem);padding-right:calc(1.25em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .5rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d72321'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d72321' stroke='none'/%3E%3C/svg%3E") center right 1.5rem/calc(.625em + .375rem) calc(.625em + .375rem) no-repeat;border-color:#d72321;padding-right:calc(.75em + 2.0625rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#d72321;box-shadow:0 0 0 2px rgba(215,35,33,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#d72321}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#d72321}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#d72321}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e34a48;border-color:#e34a48}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 2px rgba(215,35,33,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#d72321}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#d72321}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#d72321;box-shadow:0 0 0 2px rgba(215,35,33,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline #toolbar_root_node_select,.form-inline .form-control,.form-inline .select2-selection__rendered,.form-inline .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.form-inline .sq-backend-data input[type=password],.form-inline .sq-option-list .sq-option-list-row input[type=text],.form-inline .table input.basicCell,.form-inline .table input.disabledCell,.form-inline .table input.titleCell,.form-inline select.sq-form-field,.sq-asset-finder-wrapper .form-inline .asset-finder__inner-wrapper,.sq-backend-data .form-inline input[type=password],.sq-option-list .sq-option-list-row .form-inline input[type=text],.table .form-inline input.basicCell,.table .form-inline input.disabledCell,.table .form-inline input.titleCell{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-grey,.btn,.btn-more-info,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .swal2-styled,.matrix-modal>button.swal2-close,.screen-header .screen-navigation .dropdown-toggle,.sds-btn-add,.sds-btn-close,.sds-btn-icon-solo,.sds-btn-undo,.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .close,.sq-notification-box button.close,.toolbar .nav-link{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;display:inline-block;font-size:.875rem;font-weight:700;line-height:1.3;padding:.5rem 1rem;text-align:center;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-grey,.btn,.btn-more-info,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .swal2-styled,.matrix-modal>button.swal2-close,.screen-header .screen-navigation .dropdown-toggle,.sds-btn-add,.sds-btn-close,.sds-btn-icon-solo,.sds-btn-undo,.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .close,.sq-notification-box button.close,.toolbar .nav-link{transition:none}}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:hover,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:hover,.btn-more-info:hover,.btn:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:hover,.matrix-modal>.swal2-buttonswrapper .swal2-cancel:hover,.matrix-modal>.swal2-buttonswrapper .swal2-styled:hover,.matrix-modal>button.swal2-close:hover,.screen-header .screen-navigation .dropdown-toggle:hover,.sds-btn-add:hover,.sds-btn-close:hover,.sds-btn-icon-solo:hover,.sds-btn-undo:hover,.sds-matrix-btn-circular-icon-toggle:hover,.sq-notification-box .close:hover,.toolbar .nav-link:hover{color:#212529;text-decoration:none}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:focus,.Matrix-Viper-commentdialog-buttonArea a.focus.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.focus.Matrix-Viper-commentdialog-button-grey,.btn-more-info:focus,.btn.focus,.btn:focus,.focus.btn-more-info,.focus.sds-btn-add,.focus.sds-btn-close,.focus.sds-btn-icon-solo,.focus.sds-btn-undo,.focus.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .focus.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:focus,.matrix-modal>.swal2-buttonswrapper .focus.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .focus.swal2-styled,.matrix-modal>.swal2-buttonswrapper .swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .swal2-styled:focus,.matrix-modal>button.focus.swal2-close,.matrix-modal>button.swal2-close:focus,.screen-header .screen-navigation .dropdown-toggle:focus,.screen-header .screen-navigation .focus.dropdown-toggle,.sds-btn-add:focus,.sds-btn-close:focus,.sds-btn-icon-solo:focus,.sds-btn-undo:focus,.sds-matrix-btn-circular-icon-toggle:focus,.sq-notification-box .close:focus,.sq-notification-box .focus.close,.toolbar .focus.nav-link,.toolbar .nav-link:focus{box-shadow:none;outline:0}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:disabled,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:disabled,.Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-grey,.btn-more-info:disabled,.btn.disabled,.btn:disabled,.disabled.btn-more-info,.disabled.sds-btn-add,.disabled.sds-btn-close,.disabled.sds-btn-icon-solo,.disabled.sds-btn-undo,.disabled.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .disabled.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:disabled,.matrix-modal>.swal2-buttonswrapper .disabled.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .disabled.swal2-styled,.matrix-modal>.swal2-buttonswrapper .swal2-cancel:disabled,.matrix-modal>.swal2-buttonswrapper .swal2-styled:disabled,.matrix-modal>button.disabled.swal2-close,.matrix-modal>button.swal2-close:disabled,.screen-header .screen-navigation .disabled.dropdown-toggle,.screen-header .screen-navigation .dropdown-toggle:disabled,.sds-btn-add:disabled,.sds-btn-close:disabled,.sds-btn-icon-solo:disabled,.sds-btn-undo:disabled,.sds-matrix-btn-circular-icon-toggle:disabled,.sq-notification-box .close:disabled,.sq-notification-box .disabled.close,.toolbar .disabled.nav-link,.toolbar .nav-link:disabled{opacity:.5}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:not(:disabled):not(.disabled),.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:not(:disabled):not(.disabled),.btn-more-info:not(:disabled):not(.disabled),.btn:not(:disabled):not(.disabled),.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:not(:disabled):not(.disabled),.matrix-modal>.swal2-buttonswrapper .swal2-cancel:not(:disabled):not(.disabled),.matrix-modal>.swal2-buttonswrapper .swal2-styled:not(:disabled):not(.disabled),.matrix-modal>button.swal2-close:not(:disabled):not(.disabled),.screen-header .screen-navigation .dropdown-toggle:not(:disabled):not(.disabled),.sds-btn-add:not(:disabled):not(.disabled),.sds-btn-close:not(:disabled):not(.disabled),.sds-btn-icon-solo:not(:disabled):not(.disabled),.sds-btn-undo:not(:disabled):not(.disabled),.sds-matrix-btn-circular-icon-toggle:not(:disabled):not(.disabled),.sq-notification-box .close:not(:disabled):not(.disabled),.toolbar .nav-link:not(:disabled):not(.disabled){cursor:pointer}.Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea fieldset:disabled a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea fieldset:disabled a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper a.disabled.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper fieldset:disabled a.swal2-confirm,.matrix-modal>.swal2-buttonswrapper a.disabled.swal2-cancel,.matrix-modal>.swal2-buttonswrapper a.disabled.swal2-styled,.matrix-modal>.swal2-buttonswrapper fieldset:disabled a.swal2-cancel,.matrix-modal>.swal2-buttonswrapper fieldset:disabled a.swal2-styled,.screen-header .screen-navigation a.disabled.dropdown-toggle,.screen-header .screen-navigation fieldset:disabled a.dropdown-toggle,.sq-notification-box a.disabled.close,.sq-notification-box fieldset:disabled a.close,.toolbar a.disabled.nav-link,.toolbar fieldset:disabled a.nav-link,a.btn.disabled,a.disabled.btn-more-info,a.disabled.sds-btn-add,a.disabled.sds-btn-close,a.disabled.sds-btn-icon-solo,a.disabled.sds-btn-undo,a.disabled.sds-matrix-btn-circular-icon-toggle,fieldset:disabled .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,fieldset:disabled .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,fieldset:disabled .matrix-modal.matrix-modal-error>.swal2-buttonswrapper a.swal2-confirm,fieldset:disabled .matrix-modal>.swal2-buttonswrapper a.swal2-cancel,fieldset:disabled .matrix-modal>.swal2-buttonswrapper a.swal2-styled,fieldset:disabled .screen-header .screen-navigation a.dropdown-toggle,fieldset:disabled .sq-notification-box a.close,fieldset:disabled .toolbar a.nav-link,fieldset:disabled a.btn,fieldset:disabled a.btn-more-info,fieldset:disabled a.sds-btn-add,fieldset:disabled a.sds-btn-close,fieldset:disabled a.sds-btn-icon-solo,fieldset:disabled a.sds-btn-undo,fieldset:disabled a.sds-matrix-btn-circular-icon-toggle{pointer-events:none}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-blue,.btn-primary{background-color:#0774d2;border-color:#0774d2;color:#fff}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:hover,.btn-primary:hover{background-color:#0660ad;border-color:#0559a1;color:#fff}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea a.focus.Matrix-Viper-commentdialog-button-blue,.btn-primary.focus,.btn-primary:focus{background-color:#0660ad;border-color:#0559a1;box-shadow:0 0 0 2px rgba(44,137,217,.5);color:#fff}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:disabled,.Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-blue,.btn-primary.disabled,.btn-primary:disabled{background-color:#0774d2;border-color:#0774d2;color:#fff}.Matrix-Viper-commentdialog-buttonArea .show>a.dropdown-toggle.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:not(:disabled):not(.disabled).active,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#0559a1;border-color:#055294;color:#fff}.Matrix-Viper-commentdialog-buttonArea .show>a.dropdown-toggle.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:not(:disabled):not(.disabled).active:focus,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(44,137,217,.5)}.btn-secondary{background-color:#098934;border-color:#098934;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#076526;border-color:#065922;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 2px rgba(46,155,82,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#098934;border-color:#098934;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#065922;border-color:#054d1d;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(46,155,82,.5)}.btn-success{background-color:#098934;border-color:#098934;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#076526;border-color:#065922;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 2px rgba(46,155,82,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#098934;border-color:#098934;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#065922;border-color:#054d1d;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(46,155,82,.5)}.btn-info{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#0660ad;border-color:#0559a1;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 2px rgba(44,137,217,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#0559a1;border-color:#055294;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(44,137,217,.5)}.btn-warning{background-color:#e96900;border-color:#e96900;color:#fff}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#c35800;border-color:#b65200;color:#fff}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 2px rgba(236,128,38,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#e96900;border-color:#e96900;color:#fff}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#b65200;border-color:#a94c00;color:#fff}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(236,128,38,.5)}.btn-danger{background-color:#d72321;border-color:#d72321;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#b61e1c;border-color:#ab1c1a;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 2px rgba(221,68,66,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#d72321;border-color:#d72321;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#ab1c1a;border-color:#a01a19;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(221,68,66,.5)}.btn-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#e2e2e2;border-color:#dcdcdc;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 2px hsla(210,1%,84%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dcdcdc;border-color:#d5d5d5;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 2px hsla(210,1%,84%,.5)}.btn-dark{background-color:#3d3d3d;border-color:#3d3d3d;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#2a2a2a;border-color:#242424;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 2px rgba(90,90,90,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#3d3d3d;border-color:#3d3d3d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#242424;border-color:#1d1d1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(90,90,90,.5)}.btn-matrix-primary{background-color:#00649e;border-color:#00649e;color:#fff}.btn-matrix-primary.focus,.btn-matrix-primary:focus,.btn-matrix-primary:hover{background-color:#004c78;border-color:#00446b;color:#fff}.btn-matrix-primary.focus,.btn-matrix-primary:focus{box-shadow:0 0 0 2px rgba(38,123,173,.5)}.btn-matrix-primary.disabled,.btn-matrix-primary:disabled{background-color:#00649e;border-color:#00649e;color:#fff}.btn-matrix-primary:not(:disabled):not(.disabled).active,.btn-matrix-primary:not(:disabled):not(.disabled):active,.show>.btn-matrix-primary.dropdown-toggle{background-color:#00446b;border-color:#003c5e;color:#fff}.btn-matrix-primary:not(:disabled):not(.disabled).active:focus,.btn-matrix-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-matrix-primary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(38,123,173,.5)}.btn-grey{background-color:#4f4f4f;border-color:#4f4f4f;color:#fff}.btn-grey.focus,.btn-grey:focus,.btn-grey:hover{background-color:#3c3c3c;border-color:#363636;color:#fff}.btn-grey.focus,.btn-grey:focus{box-shadow:0 0 0 2px hsla(0,0%,41%,.5)}.btn-grey.disabled,.btn-grey:disabled{background-color:#4f4f4f;border-color:#4f4f4f;color:#fff}.btn-grey:not(:disabled):not(.disabled).active,.btn-grey:not(:disabled):not(.disabled):active,.show>.btn-grey.dropdown-toggle{background-color:#363636;border-color:#2f2f2f;color:#fff}.btn-grey:not(:disabled):not(.disabled).active:focus,.btn-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-grey.dropdown-toggle:focus{box-shadow:0 0 0 2px hsla(0,0%,41%,.5)}.btn-purple{background-color:#6b47b4;border-color:#6b47b4;color:#fff}.btn-purple.focus,.btn-purple:focus,.btn-purple:hover{background-color:#5b3c99;border-color:#55398f;color:#fff}.btn-purple.focus,.btn-purple:focus{box-shadow:0 0 0 2px rgba(129,99,191,.5)}.btn-purple.disabled,.btn-purple:disabled{background-color:#6b47b4;border-color:#6b47b4;color:#fff}.btn-purple:not(:disabled):not(.disabled).active,.btn-purple:not(:disabled):not(.disabled):active,.show>.btn-purple.dropdown-toggle{background-color:#55398f;border-color:#503586;color:#fff}.btn-purple:not(:disabled):not(.disabled).active:focus,.btn-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(129,99,191,.5)}.btn-blue{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-blue.focus,.btn-blue:focus,.btn-blue:hover{background-color:#0660ad;border-color:#0559a1;color:#fff}.btn-blue.focus,.btn-blue:focus{box-shadow:0 0 0 2px rgba(44,137,217,.5)}.btn-blue.disabled,.btn-blue:disabled{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-blue:not(:disabled):not(.disabled).active,.btn-blue:not(:disabled):not(.disabled):active,.show>.btn-blue.dropdown-toggle{background-color:#0559a1;border-color:#055294;color:#fff}.btn-blue:not(:disabled):not(.disabled).active:focus,.btn-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(44,137,217,.5)}.btn-red{background-color:#d72321;border-color:#d72321;color:#fff}.btn-red.focus,.btn-red:focus,.btn-red:hover{background-color:#b61e1c;border-color:#ab1c1a;color:#fff}.btn-red.focus,.btn-red:focus{box-shadow:0 0 0 2px rgba(221,68,66,.5)}.btn-red.disabled,.btn-red:disabled{background-color:#d72321;border-color:#d72321;color:#fff}.btn-red:not(:disabled):not(.disabled).active,.btn-red:not(:disabled):not(.disabled):active,.show>.btn-red.dropdown-toggle{background-color:#ab1c1a;border-color:#a01a19;color:#fff}.btn-red:not(:disabled):not(.disabled).active:focus,.btn-red:not(:disabled):not(.disabled):active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(221,68,66,.5)}.btn-pink{background-color:#b93da9;border-color:#b93da9;color:#fff}.btn-pink.focus,.btn-pink:focus,.btn-pink:hover{background-color:#9c348f;border-color:#933086;color:#fff}.btn-pink.focus,.btn-pink:focus{box-shadow:0 0 0 2px rgba(196,90,182,.5)}.btn-pink.disabled,.btn-pink:disabled{background-color:#b93da9;border-color:#b93da9;color:#fff}.btn-pink:not(:disabled):not(.disabled).active,.btn-pink:not(:disabled):not(.disabled):active,.show>.btn-pink.dropdown-toggle{background-color:#933086;border-color:#892d7d;color:#fff}.btn-pink:not(:disabled):not(.disabled).active:focus,.btn-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(196,90,182,.5)}.btn-outline-primary{border-color:#0774d2;color:#0774d2}.btn-outline-primary:hover{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#0774d2}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5)}.btn-outline-secondary{border-color:#098934;color:#098934}.btn-outline-secondary:hover{background-color:#098934;border-color:#098934;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 2px rgba(9,137,52,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#098934}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#098934;border-color:#098934;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(9,137,52,.5)}.btn-outline-success{border-color:#098934;color:#098934}.btn-outline-success:hover{background-color:#098934;border-color:#098934;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 2px rgba(9,137,52,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#098934}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#098934;border-color:#098934;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(9,137,52,.5)}.btn-outline-info{border-color:#0774d2;color:#0774d2}.btn-outline-info:hover{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#0774d2}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5)}.btn-outline-warning{border-color:#e96900;color:#e96900}.btn-outline-warning:hover{background-color:#e96900;border-color:#e96900;color:#fff}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 2px rgba(233,105,0,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#e96900}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#e96900;border-color:#e96900;color:#fff}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(233,105,0,.5)}.btn-outline-danger{border-color:#d72321;color:#d72321}.btn-outline-danger:hover{background-color:#d72321;border-color:#d72321;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 2px rgba(215,35,33,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#d72321}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#d72321;border-color:#d72321;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(215,35,33,.5)}.btn-outline-light{border-color:#f5f5f5;color:#f5f5f5}.btn-outline-light:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 2px hsla(0,0%,96%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f5f5f5}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 2px hsla(0,0%,96%,.5)}.btn-outline-dark{border-color:#3d3d3d;color:#3d3d3d}.btn-outline-dark:hover{background-color:#3d3d3d;border-color:#3d3d3d;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 2px rgba(61,61,61,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#3d3d3d}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#3d3d3d;border-color:#3d3d3d;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(61,61,61,.5)}.btn-outline-matrix-primary{border-color:#00649e;color:#00649e}.btn-outline-matrix-primary:hover{background-color:#00649e;border-color:#00649e;color:#fff}.btn-outline-matrix-primary.focus,.btn-outline-matrix-primary:focus{box-shadow:0 0 0 2px rgba(0,100,158,.5)}.btn-outline-matrix-primary.disabled,.btn-outline-matrix-primary:disabled{background-color:transparent;color:#00649e}.btn-outline-matrix-primary:not(:disabled):not(.disabled).active,.btn-outline-matrix-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-matrix-primary.dropdown-toggle{background-color:#00649e;border-color:#00649e;color:#fff}.btn-outline-matrix-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-matrix-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-matrix-primary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(0,100,158,.5)}.btn-outline-grey{border-color:#4f4f4f;color:#4f4f4f}.btn-outline-grey:hover{background-color:#4f4f4f;border-color:#4f4f4f;color:#fff}.btn-outline-grey.focus,.btn-outline-grey:focus{box-shadow:0 0 0 2px rgba(79,79,79,.5)}.btn-outline-grey.disabled,.btn-outline-grey:disabled{background-color:transparent;color:#4f4f4f}.btn-outline-grey:not(:disabled):not(.disabled).active,.btn-outline-grey:not(:disabled):not(.disabled):active,.show>.btn-outline-grey.dropdown-toggle{background-color:#4f4f4f;border-color:#4f4f4f;color:#fff}.btn-outline-grey:not(:disabled):not(.disabled).active:focus,.btn-outline-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(79,79,79,.5)}.btn-outline-purple{border-color:#6b47b4;color:#6b47b4}.btn-outline-purple:hover{background-color:#6b47b4;border-color:#6b47b4;color:#fff}.btn-outline-purple.focus,.btn-outline-purple:focus{box-shadow:0 0 0 2px rgba(107,71,180,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{background-color:transparent;color:#6b47b4}.btn-outline-purple:not(:disabled):not(.disabled).active,.btn-outline-purple:not(:disabled):not(.disabled):active,.show>.btn-outline-purple.dropdown-toggle{background-color:#6b47b4;border-color:#6b47b4;color:#fff}.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-purple.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(107,71,180,.5)}.btn-outline-blue{border-color:#0774d2;color:#0774d2}.btn-outline-blue:hover{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-outline-blue.focus,.btn-outline-blue:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{background-color:transparent;color:#0774d2}.btn-outline-blue:not(:disabled):not(.disabled).active,.btn-outline-blue:not(:disabled):not(.disabled):active,.show>.btn-outline-blue.dropdown-toggle{background-color:#0774d2;border-color:#0774d2;color:#fff}.btn-outline-blue:not(:disabled):not(.disabled).active:focus,.btn-outline-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-blue.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5)}.btn-outline-red{border-color:#d72321;color:#d72321}.btn-outline-red:hover{background-color:#d72321;border-color:#d72321;color:#fff}.btn-outline-red.focus,.btn-outline-red:focus{box-shadow:0 0 0 2px rgba(215,35,33,.5)}.btn-outline-red.disabled,.btn-outline-red:disabled{background-color:transparent;color:#d72321}.btn-outline-red:not(:disabled):not(.disabled).active,.btn-outline-red:not(:disabled):not(.disabled):active,.show>.btn-outline-red.dropdown-toggle{background-color:#d72321;border-color:#d72321;color:#fff}.btn-outline-red:not(:disabled):not(.disabled).active:focus,.btn-outline-red:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-red.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(215,35,33,.5)}.btn-outline-pink{border-color:#b93da9;color:#b93da9}.btn-outline-pink:hover{background-color:#b93da9;border-color:#b93da9;color:#fff}.btn-outline-pink.focus,.btn-outline-pink:focus{box-shadow:0 0 0 2px rgba(185,61,169,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{background-color:transparent;color:#b93da9}.btn-outline-pink:not(:disabled):not(.disabled).active,.btn-outline-pink:not(:disabled):not(.disabled):active,.show>.btn-outline-pink.dropdown-toggle{background-color:#b93da9;border-color:#b93da9;color:#fff}.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(185,61,169,.5)}.btn-link,.sq-notification-box .close,.sq-notification-box button.close,.toolbar .nav-link{color:#0774d2;font-weight:400;text-decoration:none}.btn-link:hover,.sq-notification-box .close:hover,.toolbar .nav-link:hover{color:#054b88;text-decoration:underline}.btn-link.focus,.btn-link:focus,.sq-notification-box .close:focus,.sq-notification-box .focus.close,.toolbar .focus.nav-link,.toolbar .nav-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled,.sq-notification-box .close:disabled,.sq-notification-box .disabled.close,.toolbar .disabled.nav-link,.toolbar .nav-link:disabled{color:#6c757d;pointer-events:none}.btn-lg{border-radius:.5rem;font-size:1.25rem;line-height:2;padding:.5rem 1rem}.btn-more-info,.btn-sm,.sds-btn-add,.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .close,.sq-notification-box button.close{border-radius:.2rem;font-size:.875rem;line-height:1;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>#toolbar_root_node_select,.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.select2-selection__rendered,.input-group>select.sq-form-field,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper,.sq-backend-data .input-group>input[type=password],.sq-option-list .sq-option-list-row .input-group>input[type=text],.table .input-group>input.basicCell,.table .input-group>input.disabledCell,.table .input-group>input.titleCell{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>#toolbar_root_node_select+#toolbar_root_node_select,.input-group>#toolbar_root_node_select+.custom-file,.input-group>#toolbar_root_node_select+.custom-select,.input-group>#toolbar_root_node_select+.form-control,.input-group>#toolbar_root_node_select+.select2-selection__rendered,.input-group>#toolbar_root_node_select+select.sq-form-field,.input-group>.custom-file+#toolbar_root_node_select,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-file+.select2-selection__rendered,.input-group>.custom-file+select.sq-form-field,.input-group>.custom-select+#toolbar_root_node_select,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.custom-select+.select2-selection__rendered,.input-group>.custom-select+select.sq-form-field,.input-group>.form-control+#toolbar_root_node_select,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control+.select2-selection__rendered,.input-group>.form-control+select.sq-form-field,.input-group>.form-control-plaintext+#toolbar_root_node_select,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.select2-selection__rendered,.input-group>.form-control-plaintext+select.sq-form-field,.input-group>.select2-selection__rendered+#toolbar_root_node_select,.input-group>.select2-selection__rendered+.custom-file,.input-group>.select2-selection__rendered+.custom-select,.input-group>.select2-selection__rendered+.form-control,.input-group>.select2-selection__rendered+.select2-selection__rendered,.input-group>.select2-selection__rendered+select.sq-form-field,.input-group>select.sq-form-field+#toolbar_root_node_select,.input-group>select.sq-form-field+.custom-file,.input-group>select.sq-form-field+.custom-select,.input-group>select.sq-form-field+.form-control,.input-group>select.sq-form-field+.select2-selection__rendered,.input-group>select.sq-form-field+select.sq-form-field,.sq-asset-finder-wrapper .input-group>#toolbar_root_node_select+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+#toolbar_root_node_select,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+.custom-file,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+.custom-select,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+.form-control,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+.select2-selection__rendered,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+select.sq-form-field,.sq-asset-finder-wrapper .input-group>.custom-file+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .input-group>.custom-select+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .input-group>.form-control+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .input-group>.form-control-plaintext+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .input-group>.select2-selection__rendered+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .input-group>select.sq-form-field+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .sq-backend-data .input-group>.asset-finder__inner-wrapper+input[type=password],.sq-asset-finder-wrapper .sq-backend-data .input-group>input[type=password]+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .sq-option-list .sq-option-list-row .input-group>.asset-finder__inner-wrapper+input[type=text],.sq-asset-finder-wrapper .sq-option-list .sq-option-list-row .input-group>input[type=text]+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .table .input-group>.asset-finder__inner-wrapper+input.basicCell,.sq-asset-finder-wrapper .table .input-group>.asset-finder__inner-wrapper+input.disabledCell,.sq-asset-finder-wrapper .table .input-group>.asset-finder__inner-wrapper+input.titleCell,.sq-asset-finder-wrapper .table .input-group>input.basicCell+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .table .input-group>input.disabledCell+.asset-finder__inner-wrapper,.sq-asset-finder-wrapper .table .input-group>input.titleCell+.asset-finder__inner-wrapper,.sq-backend-data .input-group>#toolbar_root_node_select+input[type=password],.sq-backend-data .input-group>.custom-file+input[type=password],.sq-backend-data .input-group>.custom-select+input[type=password],.sq-backend-data .input-group>.form-control+input[type=password],.sq-backend-data .input-group>.form-control-plaintext+input[type=password],.sq-backend-data .input-group>.select2-selection__rendered+input[type=password],.sq-backend-data .input-group>input[type=password]+#toolbar_root_node_select,.sq-backend-data .input-group>input[type=password]+.custom-file,.sq-backend-data .input-group>input[type=password]+.custom-select,.sq-backend-data .input-group>input[type=password]+.form-control,.sq-backend-data .input-group>input[type=password]+.select2-selection__rendered,.sq-backend-data .input-group>input[type=password]+input[type=password],.sq-backend-data .input-group>input[type=password]+select.sq-form-field,.sq-backend-data .input-group>select.sq-form-field+input[type=password],.sq-backend-data .sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+input[type=password],.sq-backend-data .sq-asset-finder-wrapper .input-group>input[type=password]+.asset-finder__inner-wrapper,.sq-backend-data .sq-option-list .sq-option-list-row .input-group>input[type=password]+input[type=text],.sq-backend-data .sq-option-list .sq-option-list-row .input-group>input[type=text]+input[type=password],.sq-backend-data .table .input-group>input.basicCell+input[type=password],.sq-backend-data .table .input-group>input.disabledCell+input[type=password],.sq-backend-data .table .input-group>input.titleCell+input[type=password],.sq-backend-data .table .input-group>input[type=password]+input.basicCell,.sq-backend-data .table .input-group>input[type=password]+input.disabledCell,.sq-backend-data .table .input-group>input[type=password]+input.titleCell,.sq-option-list .sq-option-list-row .input-group>#toolbar_root_node_select+input[type=text],.sq-option-list .sq-option-list-row .input-group>.custom-file+input[type=text],.sq-option-list .sq-option-list-row .input-group>.custom-select+input[type=text],.sq-option-list .sq-option-list-row .input-group>.form-control+input[type=text],.sq-option-list .sq-option-list-row .input-group>.form-control-plaintext+input[type=text],.sq-option-list .sq-option-list-row .input-group>.select2-selection__rendered+input[type=text],.sq-option-list .sq-option-list-row .input-group>input[type=text]+#toolbar_root_node_select,.sq-option-list .sq-option-list-row .input-group>input[type=text]+.custom-file,.sq-option-list .sq-option-list-row .input-group>input[type=text]+.custom-select,.sq-option-list .sq-option-list-row .input-group>input[type=text]+.form-control,.sq-option-list .sq-option-list-row .input-group>input[type=text]+.select2-selection__rendered,.sq-option-list .sq-option-list-row .input-group>input[type=text]+input[type=text],.sq-option-list .sq-option-list-row .input-group>input[type=text]+select.sq-form-field,.sq-option-list .sq-option-list-row .input-group>select.sq-form-field+input[type=text],.sq-option-list .sq-option-list-row .sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+input[type=text],.sq-option-list .sq-option-list-row .sq-asset-finder-wrapper .input-group>input[type=text]+.asset-finder__inner-wrapper,.sq-option-list .sq-option-list-row .sq-backend-data .input-group>input[type=password]+input[type=text],.sq-option-list .sq-option-list-row .sq-backend-data .input-group>input[type=text]+input[type=password],.sq-option-list .sq-option-list-row .table .input-group>input.basicCell+input[type=text],.sq-option-list .sq-option-list-row .table .input-group>input.disabledCell+input[type=text],.sq-option-list .sq-option-list-row .table .input-group>input.titleCell+input[type=text],.sq-option-list .sq-option-list-row .table .input-group>input[type=text]+input.basicCell,.sq-option-list .sq-option-list-row .table .input-group>input[type=text]+input.disabledCell,.sq-option-list .sq-option-list-row .table .input-group>input[type=text]+input.titleCell,.table .input-group>#toolbar_root_node_select+input.basicCell,.table .input-group>#toolbar_root_node_select+input.disabledCell,.table .input-group>#toolbar_root_node_select+input.titleCell,.table .input-group>.custom-file+input.basicCell,.table .input-group>.custom-file+input.disabledCell,.table .input-group>.custom-file+input.titleCell,.table .input-group>.custom-select+input.basicCell,.table .input-group>.custom-select+input.disabledCell,.table .input-group>.custom-select+input.titleCell,.table .input-group>.form-control+input.basicCell,.table .input-group>.form-control+input.disabledCell,.table .input-group>.form-control+input.titleCell,.table .input-group>.form-control-plaintext+input.basicCell,.table .input-group>.form-control-plaintext+input.disabledCell,.table .input-group>.form-control-plaintext+input.titleCell,.table .input-group>.select2-selection__rendered+input.basicCell,.table .input-group>.select2-selection__rendered+input.disabledCell,.table .input-group>.select2-selection__rendered+input.titleCell,.table .input-group>input.basicCell+#toolbar_root_node_select,.table .input-group>input.basicCell+.custom-file,.table .input-group>input.basicCell+.custom-select,.table .input-group>input.basicCell+.form-control,.table .input-group>input.basicCell+.select2-selection__rendered,.table .input-group>input.basicCell+input.basicCell,.table .input-group>input.basicCell+input.disabledCell,.table .input-group>input.basicCell+input.titleCell,.table .input-group>input.basicCell+select.sq-form-field,.table .input-group>input.disabledCell+#toolbar_root_node_select,.table .input-group>input.disabledCell+.custom-file,.table .input-group>input.disabledCell+.custom-select,.table .input-group>input.disabledCell+.form-control,.table .input-group>input.disabledCell+.select2-selection__rendered,.table .input-group>input.disabledCell+input.basicCell,.table .input-group>input.disabledCell+input.disabledCell,.table .input-group>input.disabledCell+input.titleCell,.table .input-group>input.disabledCell+select.sq-form-field,.table .input-group>input.titleCell+#toolbar_root_node_select,.table .input-group>input.titleCell+.custom-file,.table .input-group>input.titleCell+.custom-select,.table .input-group>input.titleCell+.form-control,.table .input-group>input.titleCell+.select2-selection__rendered,.table .input-group>input.titleCell+input.basicCell,.table .input-group>input.titleCell+input.disabledCell,.table .input-group>input.titleCell+input.titleCell,.table .input-group>input.titleCell+select.sq-form-field,.table .input-group>select.sq-form-field+input.basicCell,.table .input-group>select.sq-form-field+input.disabledCell,.table .input-group>select.sq-form-field+input.titleCell,.table .sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+input.basicCell,.table .sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+input.disabledCell,.table .sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper+input.titleCell,.table .sq-asset-finder-wrapper .input-group>input.basicCell+.asset-finder__inner-wrapper,.table .sq-asset-finder-wrapper .input-group>input.disabledCell+.asset-finder__inner-wrapper,.table .sq-asset-finder-wrapper .input-group>input.titleCell+.asset-finder__inner-wrapper,.table .sq-backend-data .input-group>input.basicCell+input[type=password],.table .sq-backend-data .input-group>input.disabledCell+input[type=password],.table .sq-backend-data .input-group>input.titleCell+input[type=password],.table .sq-backend-data .input-group>input[type=password]+input.basicCell,.table .sq-backend-data .input-group>input[type=password]+input.disabledCell,.table .sq-backend-data .input-group>input[type=password]+input.titleCell,.table .sq-option-list .sq-option-list-row .input-group>input.basicCell+input[type=text],.table .sq-option-list .sq-option-list-row .input-group>input.disabledCell+input[type=text],.table .sq-option-list .sq-option-list-row .input-group>input.titleCell+input[type=text],.table .sq-option-list .sq-option-list-row .input-group>input[type=text]+input.basicCell,.table .sq-option-list .sq-option-list-row .input-group>input[type=text]+input.disabledCell,.table .sq-option-list .sq-option-list-row .input-group>input[type=text]+input.titleCell{margin-left:-2px}.input-group>#toolbar_root_node_select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus,.input-group>.select2-selection__rendered:focus,.input-group>select.sq-form-field:focus,.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper:focus,.sq-backend-data .input-group>input[type=password]:focus,.sq-option-list .sq-option-list-row .input-group>input[type=text]:focus,.table .input-group>input.basicCell:focus,.table .input-group>input.disabledCell:focus,.table .input-group>input.titleCell:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>#toolbar_root_node_select:not(:first-child),.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child),.input-group>.select2-selection__rendered:not(:first-child),.input-group>select.sq-form-field:not(:first-child),.sq-asset-finder-wrapper .input-group>.asset-finder__inner-wrapper:not(:first-child),.sq-backend-data .input-group>input[type=password]:not(:first-child),.sq-option-list .sq-option-list-row .input-group>input[type=text]:not(:first-child),.table .input-group>input.basicCell:not(:first-child),.table .input-group>input.disabledCell:not(:first-child),.table .input-group>input.titleCell:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.has-validation>#toolbar_root_node_select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.select2-selection__rendered:nth-last-child(n+3),.input-group.has-validation>select.sq-form-field:nth-last-child(n+3),.input-group:not(.has-validation)>#toolbar_root_node_select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.select2-selection__rendered:not(:last-child),.input-group:not(.has-validation)>select.sq-form-field:not(:last-child),.sq-asset-finder-wrapper .input-group.has-validation>.asset-finder__inner-wrapper:nth-last-child(n+3),.sq-asset-finder-wrapper .input-group:not(.has-validation)>.asset-finder__inner-wrapper:not(:last-child),.sq-backend-data .input-group.has-validation>input[type=password]:nth-last-child(n+3),.sq-backend-data .input-group:not(.has-validation)>input[type=password]:not(:last-child),.sq-option-list .sq-option-list-row .input-group.has-validation>input[type=text]:nth-last-child(n+3),.sq-option-list .sq-option-list-row .input-group:not(.has-validation)>input[type=text]:not(:last-child),.table .input-group.has-validation>input.basicCell:nth-last-child(n+3),.table .input-group.has-validation>input.disabledCell:nth-last-child(n+3),.table .input-group.has-validation>input.titleCell:nth-last-child(n+3),.table .input-group:not(.has-validation)>input.basicCell:not(:last-child),.table .input-group:not(.has-validation)>input.disabledCell:not(:last-child),.table .input-group:not(.has-validation)>input.titleCell:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.input-group-append .btn,.input-group-append .btn-more-info,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled,.input-group-append .matrix-modal>button.swal2-close,.input-group-append .screen-header .screen-navigation .dropdown-toggle,.input-group-append .sds-btn-add,.input-group-append .sds-btn-close,.input-group-append .sds-btn-icon-solo,.input-group-append .sds-btn-undo,.input-group-append .sds-matrix-btn-circular-icon-toggle,.input-group-append .sq-notification-box .close,.input-group-append .toolbar .nav-link,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .btn,.input-group-prepend .btn-more-info,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled,.input-group-prepend .matrix-modal>button.swal2-close,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle,.input-group-prepend .sds-btn-add,.input-group-prepend .sds-btn-close,.input-group-prepend .sds-btn-icon-solo,.input-group-prepend .sds-btn-undo,.input-group-prepend .sds-matrix-btn-circular-icon-toggle,.input-group-prepend .sq-notification-box .close,.input-group-prepend .toolbar .nav-link,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled,.screen-header .screen-navigation .input-group-append .dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle,.sq-notification-box .input-group-append .close,.sq-notification-box .input-group-prepend .close,.toolbar .input-group-append .nav-link,.toolbar .input-group-prepend .nav-link{position:relative;z-index:2}.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey:focus,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey:focus,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:focus,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:focus,.input-group-append .btn-more-info:focus,.input-group-append .btn:focus,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:focus,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel:focus,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled:focus,.input-group-append .matrix-modal>button.swal2-close:focus,.input-group-append .screen-header .screen-navigation .dropdown-toggle:focus,.input-group-append .sds-btn-add:focus,.input-group-append .sds-btn-close:focus,.input-group-append .sds-btn-icon-solo:focus,.input-group-append .sds-btn-undo:focus,.input-group-append .sds-matrix-btn-circular-icon-toggle:focus,.input-group-append .sq-notification-box .close:focus,.input-group-append .toolbar .nav-link:focus,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:focus,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:focus,.input-group-prepend .btn-more-info:focus,.input-group-prepend .btn:focus,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:focus,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel:focus,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled:focus,.input-group-prepend .matrix-modal>button.swal2-close:focus,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle:focus,.input-group-prepend .sds-btn-add:focus,.input-group-prepend .sds-btn-close:focus,.input-group-prepend .sds-btn-icon-solo:focus,.input-group-prepend .sds-btn-undo:focus,.input-group-prepend .sds-matrix-btn-circular-icon-toggle:focus,.input-group-prepend .sq-notification-box .close:focus,.input-group-prepend .toolbar .nav-link:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm:focus,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled:focus,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled:focus,.screen-header .screen-navigation .input-group-append .dropdown-toggle:focus,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle:focus,.sq-notification-box .input-group-append .close:focus,.sq-notification-box .input-group-prepend .close:focus,.toolbar .input-group-append .nav-link:focus,.toolbar .input-group-prepend .nav-link:focus{z-index:3}.Matrix-Viper-commentdialog-buttonArea .input-group-append .btn+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .btn+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .btn-more-info+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .btn-more-info+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .input-group-text+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .input-group-text+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>a.Matrix-Viper-commentdialog-button-blue+button.swal2-close,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>a.Matrix-Viper-commentdialog-button-grey+button.swal2-close,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-append .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-add+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-add+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-undo+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-btn-undo+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sq-notification-box .close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sq-notification-box .close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sq-notification-box a.Matrix-Viper-commentdialog-button-blue+.close,.Matrix-Viper-commentdialog-buttonArea .input-group-append .sq-notification-box a.Matrix-Viper-commentdialog-button-grey+.close,.Matrix-Viper-commentdialog-buttonArea .input-group-append .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append .toolbar a.Matrix-Viper-commentdialog-button-blue+.nav-link,.Matrix-Viper-commentdialog-buttonArea .input-group-append .toolbar a.Matrix-Viper-commentdialog-button-grey+.nav-link,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.btn,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.btn-more-info,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.input-group-text,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.sds-btn-add,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.sds-btn-close,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.sds-btn-icon-solo,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.sds-btn-undo,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.sds-matrix-btn-circular-icon-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.btn,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.btn-more-info,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.input-group-text,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.sds-btn-add,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.sds-btn-close,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.sds-btn-icon-solo,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.sds-btn-undo,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.sds-matrix-btn-circular-icon-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .btn+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .btn+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .btn-more-info+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .btn-more-info+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .input-group-text+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .input-group-text+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>.swal2-buttonswrapper a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>a.Matrix-Viper-commentdialog-button-blue+button.swal2-close,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>a.Matrix-Viper-commentdialog-button-grey+button.swal2-close,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-add+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-add+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-undo+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-btn-undo+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sq-notification-box .close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sq-notification-box .close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sq-notification-box a.Matrix-Viper-commentdialog-button-blue+.close,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .sq-notification-box a.Matrix-Viper-commentdialog-button-grey+.close,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .toolbar a.Matrix-Viper-commentdialog-button-blue+.nav-link,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend .toolbar a.Matrix-Viper-commentdialog-button-grey+.nav-link,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.btn,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.btn-more-info,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.input-group-text,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.sds-btn-add,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.sds-btn-close,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.sds-btn-icon-solo,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.sds-btn-undo,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.sds-matrix-btn-circular-icon-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.btn,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.btn-more-info,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.input-group-text,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.sds-btn-add,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.sds-btn-close,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.sds-btn-icon-solo,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.sds-btn-undo,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.sds-matrix-btn-circular-icon-toggle,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-append a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.Matrix-Viper-commentdialog-buttonArea .matrix-modal>.swal2-buttonswrapper .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-append .close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-append .close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-append a.Matrix-Viper-commentdialog-button-blue+.close,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-append a.Matrix-Viper-commentdialog-button-grey+.close,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-prepend .close+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-prepend .close+a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.close,.Matrix-Viper-commentdialog-buttonArea .sq-notification-box .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.close,.input-group-append .Matrix-Viper-commentdialog-buttonArea .btn+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .btn+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .btn-more-info+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .btn-more-info+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .input-group-text+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .input-group-text+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .matrix-modal>a.Matrix-Viper-commentdialog-button-blue+button.swal2-close,.input-group-append .Matrix-Viper-commentdialog-buttonArea .matrix-modal>a.Matrix-Viper-commentdialog-button-grey+button.swal2-close,.input-group-append .Matrix-Viper-commentdialog-buttonArea .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.input-group-append .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-add+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-add+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-close+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-close+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-undo+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-btn-undo+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea .toolbar a.Matrix-Viper-commentdialog-button-blue+.nav-link,.input-group-append .Matrix-Viper-commentdialog-buttonArea .toolbar a.Matrix-Viper-commentdialog-button-grey+.nav-link,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.btn,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.btn-more-info,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.input-group-text,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-add,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-close,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-icon-solo,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-undo,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-matrix-btn-circular-icon-toggle,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.btn,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.btn-more-info,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.input-group-text,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-add,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-close,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-icon-solo,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-undo,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-matrix-btn-circular-icon-toggle,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .btn+.btn,.input-group-append .btn+.btn-more-info,.input-group-append .btn+.input-group-text,.input-group-append .btn+.sds-btn-add,.input-group-append .btn+.sds-btn-close,.input-group-append .btn+.sds-btn-icon-solo,.input-group-append .btn+.sds-btn-undo,.input-group-append .btn+.sds-matrix-btn-circular-icon-toggle,.input-group-append .btn-more-info+.btn,.input-group-append .btn-more-info+.btn-more-info,.input-group-append .btn-more-info+.input-group-text,.input-group-append .btn-more-info+.sds-btn-add,.input-group-append .btn-more-info+.sds-btn-close,.input-group-append .btn-more-info+.sds-btn-icon-solo,.input-group-append .btn-more-info+.sds-btn-undo,.input-group-append .btn-more-info+.sds-matrix-btn-circular-icon-toggle,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.btn-more-info,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.sds-btn-add,.input-group-append .input-group-text+.sds-btn-close,.input-group-append .input-group-text+.sds-btn-icon-solo,.input-group-append .input-group-text+.sds-btn-undo,.input-group-append .input-group-text+.sds-matrix-btn-circular-icon-toggle,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .btn+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .btn-more-info+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-text+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .matrix-modal>.swal2-confirm+button.swal2-close,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .matrix-modal>button.swal2-close+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .screen-header .screen-navigation .dropdown-toggle+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .screen-header .screen-navigation .swal2-confirm+.dropdown-toggle,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-add+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-close+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-icon-solo+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-undo+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-matrix-btn-circular-icon-toggle+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-cancel+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.btn,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.btn-more-info,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.input-group-text,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-add,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-close,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-icon-solo,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-undo,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-matrix-btn-circular-icon-toggle,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.swal2-cancel,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.swal2-styled,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-styled+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .toolbar .nav-link+.swal2-confirm,.input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .toolbar .swal2-confirm+.nav-link,.input-group-append .matrix-modal>.btn+button.swal2-close,.input-group-append .matrix-modal>.btn-more-info+button.swal2-close,.input-group-append .matrix-modal>.input-group-text+button.swal2-close,.input-group-append .matrix-modal>.sds-btn-add+button.swal2-close,.input-group-append .matrix-modal>.sds-btn-close+button.swal2-close,.input-group-append .matrix-modal>.sds-btn-icon-solo+button.swal2-close,.input-group-append .matrix-modal>.sds-btn-undo+button.swal2-close,.input-group-append .matrix-modal>.sds-matrix-btn-circular-icon-toggle+button.swal2-close,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .btn+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .btn+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .btn-more-info+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .btn-more-info+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .input-group-text+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .input-group-text+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .matrix-modal>.swal2-cancel+button.swal2-close,.input-group-append .matrix-modal>.swal2-buttonswrapper .matrix-modal>.swal2-styled+button.swal2-close,.input-group-append .matrix-modal>.swal2-buttonswrapper .matrix-modal>button.swal2-close+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .matrix-modal>button.swal2-close+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .dropdown-toggle+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .dropdown-toggle+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .swal2-cancel+.dropdown-toggle,.input-group-append .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .swal2-styled+.dropdown-toggle,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-add+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-add+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-close+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-close+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-icon-solo+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-icon-solo+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-undo+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-btn-undo+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-matrix-btn-circular-icon-toggle+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .sds-matrix-btn-circular-icon-toggle+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.btn,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.btn-more-info,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.input-group-text,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-add,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-close,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-icon-solo,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-undo,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-matrix-btn-circular-icon-toggle,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.btn,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.btn-more-info,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.input-group-text,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-add,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-close,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-icon-solo,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-undo,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-matrix-btn-circular-icon-toggle,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .toolbar .nav-link+.swal2-cancel,.input-group-append .matrix-modal>.swal2-buttonswrapper .toolbar .nav-link+.swal2-styled,.input-group-append .matrix-modal>.swal2-buttonswrapper .toolbar .swal2-cancel+.nav-link,.input-group-append .matrix-modal>.swal2-buttonswrapper .toolbar .swal2-styled+.nav-link,.input-group-append .matrix-modal>button.swal2-close+.btn,.input-group-append .matrix-modal>button.swal2-close+.btn-more-info,.input-group-append .matrix-modal>button.swal2-close+.input-group-text,.input-group-append .matrix-modal>button.swal2-close+.sds-btn-add,.input-group-append .matrix-modal>button.swal2-close+.sds-btn-close,.input-group-append .matrix-modal>button.swal2-close+.sds-btn-icon-solo,.input-group-append .matrix-modal>button.swal2-close+.sds-btn-undo,.input-group-append .matrix-modal>button.swal2-close+.sds-matrix-btn-circular-icon-toggle,.input-group-append .matrix-modal>button.swal2-close+button.swal2-close,.input-group-append .screen-header .screen-navigation .btn+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .btn-more-info+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.btn,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.btn-more-info,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.input-group-text,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.sds-btn-add,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.sds-btn-close,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.sds-btn-icon-solo,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.sds-btn-undo,.input-group-append .screen-header .screen-navigation .dropdown-toggle+.sds-matrix-btn-circular-icon-toggle,.input-group-append .screen-header .screen-navigation .input-group-text+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .matrix-modal>.dropdown-toggle+button.swal2-close,.input-group-append .screen-header .screen-navigation .matrix-modal>button.swal2-close+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .sds-btn-add+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .sds-btn-close+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .sds-btn-icon-solo+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .sds-btn-undo+.dropdown-toggle,.input-group-append .screen-header .screen-navigation .sds-matrix-btn-circular-icon-toggle+.dropdown-toggle,.input-group-append .sds-btn-add+.btn,.input-group-append .sds-btn-add+.btn-more-info,.input-group-append .sds-btn-add+.input-group-text,.input-group-append .sds-btn-add+.sds-btn-add,.input-group-append .sds-btn-add+.sds-btn-close,.input-group-append .sds-btn-add+.sds-btn-icon-solo,.input-group-append .sds-btn-add+.sds-btn-undo,.input-group-append .sds-btn-add+.sds-matrix-btn-circular-icon-toggle,.input-group-append .sds-btn-close+.btn,.input-group-append .sds-btn-close+.btn-more-info,.input-group-append .sds-btn-close+.input-group-text,.input-group-append .sds-btn-close+.sds-btn-add,.input-group-append .sds-btn-close+.sds-btn-close,.input-group-append .sds-btn-close+.sds-btn-icon-solo,.input-group-append .sds-btn-close+.sds-btn-undo,.input-group-append .sds-btn-close+.sds-matrix-btn-circular-icon-toggle,.input-group-append .sds-btn-icon-solo+.btn,.input-group-append .sds-btn-icon-solo+.btn-more-info,.input-group-append .sds-btn-icon-solo+.input-group-text,.input-group-append .sds-btn-icon-solo+.sds-btn-add,.input-group-append .sds-btn-icon-solo+.sds-btn-close,.input-group-append .sds-btn-icon-solo+.sds-btn-icon-solo,.input-group-append .sds-btn-icon-solo+.sds-btn-undo,.input-group-append .sds-btn-icon-solo+.sds-matrix-btn-circular-icon-toggle,.input-group-append .sds-btn-undo+.btn,.input-group-append .sds-btn-undo+.btn-more-info,.input-group-append .sds-btn-undo+.input-group-text,.input-group-append .sds-btn-undo+.sds-btn-add,.input-group-append .sds-btn-undo+.sds-btn-close,.input-group-append .sds-btn-undo+.sds-btn-icon-solo,.input-group-append .sds-btn-undo+.sds-btn-undo,.input-group-append .sds-btn-undo+.sds-matrix-btn-circular-icon-toggle,.input-group-append .sds-matrix-btn-circular-icon-toggle+.btn,.input-group-append .sds-matrix-btn-circular-icon-toggle+.btn-more-info,.input-group-append .sds-matrix-btn-circular-icon-toggle+.input-group-text,.input-group-append .sds-matrix-btn-circular-icon-toggle+.sds-btn-add,.input-group-append .sds-matrix-btn-circular-icon-toggle+.sds-btn-close,.input-group-append .sds-matrix-btn-circular-icon-toggle+.sds-btn-icon-solo,.input-group-append .sds-matrix-btn-circular-icon-toggle+.sds-btn-undo,.input-group-append .sds-matrix-btn-circular-icon-toggle+.sds-matrix-btn-circular-icon-toggle,.input-group-append .sq-notification-box .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-blue,.input-group-append .sq-notification-box .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-grey,.input-group-append .sq-notification-box .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.close,.input-group-append .sq-notification-box .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.close,.input-group-append .sq-notification-box .btn+.close,.input-group-append .sq-notification-box .btn-more-info+.close,.input-group-append .sq-notification-box .close+.btn,.input-group-append .sq-notification-box .close+.btn-more-info,.input-group-append .sq-notification-box .close+.close,.input-group-append .sq-notification-box .close+.input-group-text,.input-group-append .sq-notification-box .close+.sds-btn-add,.input-group-append .sq-notification-box .close+.sds-btn-close,.input-group-append .sq-notification-box .close+.sds-btn-icon-solo,.input-group-append .sq-notification-box .close+.sds-btn-undo,.input-group-append .sq-notification-box .close+.sds-matrix-btn-circular-icon-toggle,.input-group-append .sq-notification-box .input-group-text+.close,.input-group-append .sq-notification-box .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .close+.swal2-confirm,.input-group-append .sq-notification-box .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.close,.input-group-append .sq-notification-box .matrix-modal>.close+button.swal2-close,.input-group-append .sq-notification-box .matrix-modal>.swal2-buttonswrapper .close+.swal2-cancel,.input-group-append .sq-notification-box .matrix-modal>.swal2-buttonswrapper .close+.swal2-styled,.input-group-append .sq-notification-box .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.close,.input-group-append .sq-notification-box .matrix-modal>.swal2-buttonswrapper .swal2-styled+.close,.input-group-append .sq-notification-box .matrix-modal>button.swal2-close+.close,.input-group-append .sq-notification-box .screen-header .screen-navigation .close+.dropdown-toggle,.input-group-append .sq-notification-box .screen-header .screen-navigation .dropdown-toggle+.close,.input-group-append .sq-notification-box .sds-btn-add+.close,.input-group-append .sq-notification-box .sds-btn-close+.close,.input-group-append .sq-notification-box .sds-btn-icon-solo+.close,.input-group-append .sq-notification-box .sds-btn-undo+.close,.input-group-append .sq-notification-box .sds-matrix-btn-circular-icon-toggle+.close,.input-group-append .sq-notification-box .toolbar .close+.nav-link,.input-group-append .sq-notification-box .toolbar .nav-link+.close,.input-group-append .toolbar .btn+.nav-link,.input-group-append .toolbar .btn-more-info+.nav-link,.input-group-append .toolbar .input-group-text+.nav-link,.input-group-append .toolbar .matrix-modal>.nav-link+button.swal2-close,.input-group-append .toolbar .matrix-modal>button.swal2-close+.nav-link,.input-group-append .toolbar .nav-link+.btn,.input-group-append .toolbar .nav-link+.btn-more-info,.input-group-append .toolbar .nav-link+.input-group-text,.input-group-append .toolbar .nav-link+.nav-link,.input-group-append .toolbar .nav-link+.sds-btn-add,.input-group-append .toolbar .nav-link+.sds-btn-close,.input-group-append .toolbar .nav-link+.sds-btn-icon-solo,.input-group-append .toolbar .nav-link+.sds-btn-undo,.input-group-append .toolbar .nav-link+.sds-matrix-btn-circular-icon-toggle,.input-group-append .toolbar .screen-header .screen-navigation .dropdown-toggle+.nav-link,.input-group-append .toolbar .screen-header .screen-navigation .nav-link+.dropdown-toggle,.input-group-append .toolbar .sds-btn-add+.nav-link,.input-group-append .toolbar .sds-btn-close+.nav-link,.input-group-append .toolbar .sds-btn-icon-solo+.nav-link,.input-group-append .toolbar .sds-btn-undo+.nav-link,.input-group-append .toolbar .sds-matrix-btn-circular-icon-toggle+.nav-link,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .btn+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .btn+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .btn-more-info+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .btn-more-info+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .input-group-text+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .input-group-text+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .matrix-modal>a.Matrix-Viper-commentdialog-button-blue+button.swal2-close,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .matrix-modal>a.Matrix-Viper-commentdialog-button-grey+button.swal2-close,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .matrix-modal>button.swal2-close+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .screen-header .screen-navigation a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-add+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-add+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-close+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-close+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-icon-solo+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-undo+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-btn-undo+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .sds-matrix-btn-circular-icon-toggle+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .toolbar .nav-link+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .toolbar a.Matrix-Viper-commentdialog-button-blue+.nav-link,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea .toolbar a.Matrix-Viper-commentdialog-button-grey+.nav-link,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.btn,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.btn-more-info,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.input-group-text,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-add,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-close,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-icon-solo,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-btn-undo,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.btn,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.btn-more-info,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.input-group-text,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-add,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-close,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-icon-solo,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-btn-undo,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.btn-more-info,.input-group-prepend .btn+.input-group-text,.input-group-prepend .btn+.sds-btn-add,.input-group-prepend .btn+.sds-btn-close,.input-group-prepend .btn+.sds-btn-icon-solo,.input-group-prepend .btn+.sds-btn-undo,.input-group-prepend .btn+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .btn-more-info+.btn,.input-group-prepend .btn-more-info+.btn-more-info,.input-group-prepend .btn-more-info+.input-group-text,.input-group-prepend .btn-more-info+.sds-btn-add,.input-group-prepend .btn-more-info+.sds-btn-close,.input-group-prepend .btn-more-info+.sds-btn-icon-solo,.input-group-prepend .btn-more-info+.sds-btn-undo,.input-group-prepend .btn-more-info+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.btn-more-info,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.sds-btn-add,.input-group-prepend .input-group-text+.sds-btn-close,.input-group-prepend .input-group-text+.sds-btn-icon-solo,.input-group-prepend .input-group-text+.sds-btn-undo,.input-group-prepend .input-group-text+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .btn+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .btn-more-info+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-text+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .matrix-modal>.swal2-confirm+button.swal2-close,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .matrix-modal>button.swal2-close+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .screen-header .screen-navigation .dropdown-toggle+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .screen-header .screen-navigation .swal2-confirm+.dropdown-toggle,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-add+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-close+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-icon-solo+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-undo+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-matrix-btn-circular-icon-toggle+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-cancel+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.btn,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.btn-more-info,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.input-group-text,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-add,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-close,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-icon-solo,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-btn-undo,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.swal2-cancel,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.swal2-styled,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-styled+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .toolbar .nav-link+.swal2-confirm,.input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .toolbar .swal2-confirm+.nav-link,.input-group-prepend .matrix-modal>.btn+button.swal2-close,.input-group-prepend .matrix-modal>.btn-more-info+button.swal2-close,.input-group-prepend .matrix-modal>.input-group-text+button.swal2-close,.input-group-prepend .matrix-modal>.sds-btn-add+button.swal2-close,.input-group-prepend .matrix-modal>.sds-btn-close+button.swal2-close,.input-group-prepend .matrix-modal>.sds-btn-icon-solo+button.swal2-close,.input-group-prepend .matrix-modal>.sds-btn-undo+button.swal2-close,.input-group-prepend .matrix-modal>.sds-matrix-btn-circular-icon-toggle+button.swal2-close,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .btn+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .btn+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .btn-more-info+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .btn-more-info+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .input-group-text+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .input-group-text+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .matrix-modal>.swal2-cancel+button.swal2-close,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .matrix-modal>.swal2-styled+button.swal2-close,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .matrix-modal>button.swal2-close+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .matrix-modal>button.swal2-close+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .dropdown-toggle+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .dropdown-toggle+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .swal2-cancel+.dropdown-toggle,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .screen-header .screen-navigation .swal2-styled+.dropdown-toggle,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-add+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-add+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-close+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-close+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-icon-solo+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-icon-solo+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-undo+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-btn-undo+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-matrix-btn-circular-icon-toggle+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .sds-matrix-btn-circular-icon-toggle+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.btn,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.btn-more-info,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.input-group-text,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-add,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-close,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-icon-solo,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-btn-undo,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.btn,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.btn-more-info,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.input-group-text,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-add,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-close,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-icon-solo,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-btn-undo,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .toolbar .nav-link+.swal2-cancel,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .toolbar .nav-link+.swal2-styled,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .toolbar .swal2-cancel+.nav-link,.input-group-prepend .matrix-modal>.swal2-buttonswrapper .toolbar .swal2-styled+.nav-link,.input-group-prepend .matrix-modal>button.swal2-close+.btn,.input-group-prepend .matrix-modal>button.swal2-close+.btn-more-info,.input-group-prepend .matrix-modal>button.swal2-close+.input-group-text,.input-group-prepend .matrix-modal>button.swal2-close+.sds-btn-add,.input-group-prepend .matrix-modal>button.swal2-close+.sds-btn-close,.input-group-prepend .matrix-modal>button.swal2-close+.sds-btn-icon-solo,.input-group-prepend .matrix-modal>button.swal2-close+.sds-btn-undo,.input-group-prepend .matrix-modal>button.swal2-close+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .matrix-modal>button.swal2-close+button.swal2-close,.input-group-prepend .screen-header .screen-navigation .btn+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .btn-more-info+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.btn,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.btn-more-info,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.input-group-text,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.sds-btn-add,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.sds-btn-close,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.sds-btn-icon-solo,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.sds-btn-undo,.input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .screen-header .screen-navigation .input-group-text+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .matrix-modal>.dropdown-toggle+button.swal2-close,.input-group-prepend .screen-header .screen-navigation .matrix-modal>button.swal2-close+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .sds-btn-add+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .sds-btn-close+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .sds-btn-icon-solo+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .sds-btn-undo+.dropdown-toggle,.input-group-prepend .screen-header .screen-navigation .sds-matrix-btn-circular-icon-toggle+.dropdown-toggle,.input-group-prepend .sds-btn-add+.btn,.input-group-prepend .sds-btn-add+.btn-more-info,.input-group-prepend .sds-btn-add+.input-group-text,.input-group-prepend .sds-btn-add+.sds-btn-add,.input-group-prepend .sds-btn-add+.sds-btn-close,.input-group-prepend .sds-btn-add+.sds-btn-icon-solo,.input-group-prepend .sds-btn-add+.sds-btn-undo,.input-group-prepend .sds-btn-add+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .sds-btn-close+.btn,.input-group-prepend .sds-btn-close+.btn-more-info,.input-group-prepend .sds-btn-close+.input-group-text,.input-group-prepend .sds-btn-close+.sds-btn-add,.input-group-prepend .sds-btn-close+.sds-btn-close,.input-group-prepend .sds-btn-close+.sds-btn-icon-solo,.input-group-prepend .sds-btn-close+.sds-btn-undo,.input-group-prepend .sds-btn-close+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .sds-btn-icon-solo+.btn,.input-group-prepend .sds-btn-icon-solo+.btn-more-info,.input-group-prepend .sds-btn-icon-solo+.input-group-text,.input-group-prepend .sds-btn-icon-solo+.sds-btn-add,.input-group-prepend .sds-btn-icon-solo+.sds-btn-close,.input-group-prepend .sds-btn-icon-solo+.sds-btn-icon-solo,.input-group-prepend .sds-btn-icon-solo+.sds-btn-undo,.input-group-prepend .sds-btn-icon-solo+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .sds-btn-undo+.btn,.input-group-prepend .sds-btn-undo+.btn-more-info,.input-group-prepend .sds-btn-undo+.input-group-text,.input-group-prepend .sds-btn-undo+.sds-btn-add,.input-group-prepend .sds-btn-undo+.sds-btn-close,.input-group-prepend .sds-btn-undo+.sds-btn-icon-solo,.input-group-prepend .sds-btn-undo+.sds-btn-undo,.input-group-prepend .sds-btn-undo+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.btn,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.btn-more-info,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.input-group-text,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.sds-btn-add,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.sds-btn-close,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.sds-btn-icon-solo,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.sds-btn-undo,.input-group-prepend .sds-matrix-btn-circular-icon-toggle+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .sq-notification-box .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-blue,.input-group-prepend .sq-notification-box .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-grey,.input-group-prepend .sq-notification-box .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.close,.input-group-prepend .sq-notification-box .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.close,.input-group-prepend .sq-notification-box .btn+.close,.input-group-prepend .sq-notification-box .btn-more-info+.close,.input-group-prepend .sq-notification-box .close+.btn,.input-group-prepend .sq-notification-box .close+.btn-more-info,.input-group-prepend .sq-notification-box .close+.close,.input-group-prepend .sq-notification-box .close+.input-group-text,.input-group-prepend .sq-notification-box .close+.sds-btn-add,.input-group-prepend .sq-notification-box .close+.sds-btn-close,.input-group-prepend .sq-notification-box .close+.sds-btn-icon-solo,.input-group-prepend .sq-notification-box .close+.sds-btn-undo,.input-group-prepend .sq-notification-box .close+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .sq-notification-box .input-group-text+.close,.input-group-prepend .sq-notification-box .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .close+.swal2-confirm,.input-group-prepend .sq-notification-box .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.close,.input-group-prepend .sq-notification-box .matrix-modal>.close+button.swal2-close,.input-group-prepend .sq-notification-box .matrix-modal>.swal2-buttonswrapper .close+.swal2-cancel,.input-group-prepend .sq-notification-box .matrix-modal>.swal2-buttonswrapper .close+.swal2-styled,.input-group-prepend .sq-notification-box .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.close,.input-group-prepend .sq-notification-box .matrix-modal>.swal2-buttonswrapper .swal2-styled+.close,.input-group-prepend .sq-notification-box .matrix-modal>button.swal2-close+.close,.input-group-prepend .sq-notification-box .screen-header .screen-navigation .close+.dropdown-toggle,.input-group-prepend .sq-notification-box .screen-header .screen-navigation .dropdown-toggle+.close,.input-group-prepend .sq-notification-box .sds-btn-add+.close,.input-group-prepend .sq-notification-box .sds-btn-close+.close,.input-group-prepend .sq-notification-box .sds-btn-icon-solo+.close,.input-group-prepend .sq-notification-box .sds-btn-undo+.close,.input-group-prepend .sq-notification-box .sds-matrix-btn-circular-icon-toggle+.close,.input-group-prepend .sq-notification-box .toolbar .close+.nav-link,.input-group-prepend .sq-notification-box .toolbar .nav-link+.close,.input-group-prepend .toolbar .btn+.nav-link,.input-group-prepend .toolbar .btn-more-info+.nav-link,.input-group-prepend .toolbar .input-group-text+.nav-link,.input-group-prepend .toolbar .matrix-modal>.nav-link+button.swal2-close,.input-group-prepend .toolbar .matrix-modal>button.swal2-close+.nav-link,.input-group-prepend .toolbar .nav-link+.btn,.input-group-prepend .toolbar .nav-link+.btn-more-info,.input-group-prepend .toolbar .nav-link+.input-group-text,.input-group-prepend .toolbar .nav-link+.nav-link,.input-group-prepend .toolbar .nav-link+.sds-btn-add,.input-group-prepend .toolbar .nav-link+.sds-btn-close,.input-group-prepend .toolbar .nav-link+.sds-btn-icon-solo,.input-group-prepend .toolbar .nav-link+.sds-btn-undo,.input-group-prepend .toolbar .nav-link+.sds-matrix-btn-circular-icon-toggle,.input-group-prepend .toolbar .screen-header .screen-navigation .dropdown-toggle+.nav-link,.input-group-prepend .toolbar .screen-header .screen-navigation .nav-link+.dropdown-toggle,.input-group-prepend .toolbar .sds-btn-add+.nav-link,.input-group-prepend .toolbar .sds-btn-close+.nav-link,.input-group-prepend .toolbar .sds-btn-icon-solo+.nav-link,.input-group-prepend .toolbar .sds-btn-undo+.nav-link,.input-group-prepend .toolbar .sds-matrix-btn-circular-icon-toggle+.nav-link,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .btn+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .btn-more-info+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .input-group-text+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .matrix-modal>.swal2-confirm+button.swal2-close,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .matrix-modal>button.swal2-close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .screen-header .screen-navigation .dropdown-toggle+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .screen-header .screen-navigation .swal2-confirm+.dropdown-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .sds-btn-add+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .sds-btn-close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .sds-btn-icon-solo+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .sds-btn-undo+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .sds-matrix-btn-circular-icon-toggle+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .sq-notification-box .close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .sq-notification-box .swal2-confirm+.close,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-cancel+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.btn,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.btn-more-info,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.input-group-text,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.sds-btn-add,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.sds-btn-close,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.sds-btn-icon-solo,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.sds-btn-undo,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.swal2-cancel,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.swal2-styled,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-styled+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .toolbar .nav-link+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .toolbar .swal2-confirm+.nav-link,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-blue,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .swal2-confirm+a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .btn+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .btn-more-info+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .input-group-text+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .matrix-modal>.swal2-confirm+button.swal2-close,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .matrix-modal>button.swal2-close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .screen-header .screen-navigation .swal2-confirm+.dropdown-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .sds-btn-add+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .sds-btn-close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .sds-btn-icon-solo+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .sds-btn-undo+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .sds-matrix-btn-circular-icon-toggle+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .sq-notification-box .close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .sq-notification-box .swal2-confirm+.close,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.btn,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.btn-more-info,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.input-group-text,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.sds-btn-add,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.sds-btn-close,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.sds-btn-icon-solo,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.sds-btn-undo,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.swal2-cancel,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.swal2-styled,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .toolbar .nav-link+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .toolbar .swal2-confirm+.nav-link,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-notification-box .input-group-append .close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-notification-box .input-group-append .swal2-confirm+.close,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-notification-box .input-group-prepend .close+.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-notification-box .input-group-prepend .swal2-confirm+.close,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .btn+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .btn+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .btn-more-info+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .btn-more-info+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .input-group-text+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .input-group-text+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .matrix-modal>.swal2-cancel+button.swal2-close,.matrix-modal>.swal2-buttonswrapper .input-group-append .matrix-modal>.swal2-styled+button.swal2-close,.matrix-modal>.swal2-buttonswrapper .input-group-append .matrix-modal>button.swal2-close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .matrix-modal>button.swal2-close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .screen-header .screen-navigation .dropdown-toggle+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .screen-header .screen-navigation .dropdown-toggle+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .screen-header .screen-navigation .swal2-cancel+.dropdown-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-append .screen-header .screen-navigation .swal2-styled+.dropdown-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-add+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-add+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-icon-solo+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-icon-solo+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-undo+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-btn-undo+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-matrix-btn-circular-icon-toggle+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .sds-matrix-btn-circular-icon-toggle+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .sq-notification-box .close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .sq-notification-box .close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .sq-notification-box .swal2-cancel+.close,.matrix-modal>.swal2-buttonswrapper .input-group-append .sq-notification-box .swal2-styled+.close,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.btn,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.btn-more-info,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.input-group-text,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.sds-btn-add,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.sds-btn-close,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.sds-btn-icon-solo,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.sds-btn-undo,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.sds-matrix-btn-circular-icon-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.btn,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.btn-more-info,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.input-group-text,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.sds-btn-add,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.sds-btn-close,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.sds-btn-icon-solo,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.sds-btn-undo,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.sds-matrix-btn-circular-icon-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .toolbar .nav-link+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-append .toolbar .nav-link+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-append .toolbar .swal2-cancel+.nav-link,.matrix-modal>.swal2-buttonswrapper .input-group-append .toolbar .swal2-styled+.nav-link,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-blue,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .swal2-cancel+a.Matrix-Viper-commentdialog-button-grey,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-blue,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .swal2-styled+a.Matrix-Viper-commentdialog-button-grey,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .btn+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .btn+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .btn-more-info+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .btn-more-info+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .input-group-text+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .input-group-text+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .matrix-modal>.swal2-cancel+button.swal2-close,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .matrix-modal>.swal2-styled+button.swal2-close,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .matrix-modal>button.swal2-close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .matrix-modal>button.swal2-close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .screen-header .screen-navigation .swal2-cancel+.dropdown-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .screen-header .screen-navigation .swal2-styled+.dropdown-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-add+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-add+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-icon-solo+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-icon-solo+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-undo+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-btn-undo+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-matrix-btn-circular-icon-toggle+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sds-matrix-btn-circular-icon-toggle+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sq-notification-box .close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sq-notification-box .close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sq-notification-box .swal2-cancel+.close,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .sq-notification-box .swal2-styled+.close,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.btn,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.btn-more-info,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.input-group-text,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.sds-btn-add,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.sds-btn-close,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.sds-btn-icon-solo,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.sds-btn-undo,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.sds-matrix-btn-circular-icon-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.btn,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.btn-more-info,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.input-group-text,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.sds-btn-add,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.sds-btn-close,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.sds-btn-icon-solo,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.sds-btn-undo,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.sds-matrix-btn-circular-icon-toggle,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .toolbar .nav-link+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .toolbar .nav-link+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .toolbar .swal2-cancel+.nav-link,.matrix-modal>.swal2-buttonswrapper .input-group-prepend .toolbar .swal2-styled+.nav-link,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-append .close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-append .close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-append .swal2-cancel+.close,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-append .swal2-styled+.close,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-prepend .close+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-prepend .close+.swal2-styled,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-prepend .swal2-cancel+.close,.matrix-modal>.swal2-buttonswrapper .sq-notification-box .input-group-prepend .swal2-styled+.close,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-append .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-append .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-prepend .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-prepend .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.screen-header .screen-navigation .Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .Matrix-Viper-commentdialog-buttonArea .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.screen-header .screen-navigation .input-group-append .Matrix-Viper-commentdialog-buttonArea .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.screen-header .screen-navigation .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .btn+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .btn-more-info+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.btn,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.btn-more-info,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.input-group-text,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.sds-btn-add,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.sds-btn-close,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.sds-btn-icon-solo,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.sds-btn-undo,.screen-header .screen-navigation .input-group-append .dropdown-toggle+.sds-matrix-btn-circular-icon-toggle,.screen-header .screen-navigation .input-group-append .input-group-text+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .dropdown-toggle+.swal2-confirm,.screen-header .screen-navigation .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .matrix-modal>.dropdown-toggle+button.swal2-close,.screen-header .screen-navigation .input-group-append .matrix-modal>.swal2-buttonswrapper .dropdown-toggle+.swal2-cancel,.screen-header .screen-navigation .input-group-append .matrix-modal>.swal2-buttonswrapper .dropdown-toggle+.swal2-styled,.screen-header .screen-navigation .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .matrix-modal>button.swal2-close+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .sds-btn-add+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .sds-btn-close+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .sds-btn-icon-solo+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .sds-btn-undo+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .sds-matrix-btn-circular-icon-toggle+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .sq-notification-box .close+.dropdown-toggle,.screen-header .screen-navigation .input-group-append .sq-notification-box .dropdown-toggle+.close,.screen-header .screen-navigation .input-group-append .toolbar .dropdown-toggle+.nav-link,.screen-header .screen-navigation .input-group-append .toolbar .nav-link+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .dropdown-toggle+a.Matrix-Viper-commentdialog-button-blue,.screen-header .screen-navigation .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .dropdown-toggle+a.Matrix-Viper-commentdialog-button-grey,.screen-header .screen-navigation .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .btn+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .btn-more-info+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.btn,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.btn-more-info,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.input-group-text,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.sds-btn-add,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.sds-btn-close,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.sds-btn-icon-solo,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.sds-btn-undo,.screen-header .screen-navigation .input-group-prepend .dropdown-toggle+.sds-matrix-btn-circular-icon-toggle,.screen-header .screen-navigation .input-group-prepend .input-group-text+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .dropdown-toggle+.swal2-confirm,.screen-header .screen-navigation .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .matrix-modal>.dropdown-toggle+button.swal2-close,.screen-header .screen-navigation .input-group-prepend .matrix-modal>.swal2-buttonswrapper .dropdown-toggle+.swal2-cancel,.screen-header .screen-navigation .input-group-prepend .matrix-modal>.swal2-buttonswrapper .dropdown-toggle+.swal2-styled,.screen-header .screen-navigation .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .matrix-modal>button.swal2-close+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .sds-btn-add+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .sds-btn-close+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .sds-btn-icon-solo+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .sds-btn-undo+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .sds-matrix-btn-circular-icon-toggle+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .sq-notification-box .close+.dropdown-toggle,.screen-header .screen-navigation .input-group-prepend .sq-notification-box .dropdown-toggle+.close,.screen-header .screen-navigation .input-group-prepend .toolbar .dropdown-toggle+.nav-link,.screen-header .screen-navigation .input-group-prepend .toolbar .nav-link+.dropdown-toggle,.screen-header .screen-navigation .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .dropdown-toggle+.swal2-confirm,.screen-header .screen-navigation .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.dropdown-toggle,.screen-header .screen-navigation .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .dropdown-toggle+.swal2-confirm,.screen-header .screen-navigation .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.dropdown-toggle,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-append .dropdown-toggle+.swal2-cancel,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-append .dropdown-toggle+.swal2-styled,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.dropdown-toggle,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.dropdown-toggle,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-prepend .dropdown-toggle+.swal2-cancel,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-prepend .dropdown-toggle+.swal2-styled,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.dropdown-toggle,.screen-header .screen-navigation .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.dropdown-toggle,.screen-header .screen-navigation .sq-notification-box .input-group-append .close+.dropdown-toggle,.screen-header .screen-navigation .sq-notification-box .input-group-append .dropdown-toggle+.close,.screen-header .screen-navigation .sq-notification-box .input-group-prepend .close+.dropdown-toggle,.screen-header .screen-navigation .sq-notification-box .input-group-prepend .dropdown-toggle+.close,.screen-header .screen-navigation .toolbar .input-group-append .dropdown-toggle+.nav-link,.screen-header .screen-navigation .toolbar .input-group-append .nav-link+.dropdown-toggle,.screen-header .screen-navigation .toolbar .input-group-prepend .dropdown-toggle+.nav-link,.screen-header .screen-navigation .toolbar .input-group-prepend .nav-link+.dropdown-toggle,.sq-notification-box .input-group-append .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-blue,.sq-notification-box .input-group-append .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-grey,.sq-notification-box .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.close,.sq-notification-box .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.close,.sq-notification-box .input-group-append .btn+.close,.sq-notification-box .input-group-append .btn-more-info+.close,.sq-notification-box .input-group-append .close+.btn,.sq-notification-box .input-group-append .close+.btn-more-info,.sq-notification-box .input-group-append .close+.close,.sq-notification-box .input-group-append .close+.input-group-text,.sq-notification-box .input-group-append .close+.sds-btn-add,.sq-notification-box .input-group-append .close+.sds-btn-close,.sq-notification-box .input-group-append .close+.sds-btn-icon-solo,.sq-notification-box .input-group-append .close+.sds-btn-undo,.sq-notification-box .input-group-append .close+.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .input-group-append .input-group-text+.close,.sq-notification-box .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .close+.swal2-confirm,.sq-notification-box .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.close,.sq-notification-box .input-group-append .matrix-modal>.close+button.swal2-close,.sq-notification-box .input-group-append .matrix-modal>.swal2-buttonswrapper .close+.swal2-cancel,.sq-notification-box .input-group-append .matrix-modal>.swal2-buttonswrapper .close+.swal2-styled,.sq-notification-box .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.close,.sq-notification-box .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.close,.sq-notification-box .input-group-append .matrix-modal>button.swal2-close+.close,.sq-notification-box .input-group-append .screen-header .screen-navigation .close+.dropdown-toggle,.sq-notification-box .input-group-append .screen-header .screen-navigation .dropdown-toggle+.close,.sq-notification-box .input-group-append .sds-btn-add+.close,.sq-notification-box .input-group-append .sds-btn-close+.close,.sq-notification-box .input-group-append .sds-btn-icon-solo+.close,.sq-notification-box .input-group-append .sds-btn-undo+.close,.sq-notification-box .input-group-append .sds-matrix-btn-circular-icon-toggle+.close,.sq-notification-box .input-group-append .toolbar .close+.nav-link,.sq-notification-box .input-group-append .toolbar .nav-link+.close,.sq-notification-box .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-blue,.sq-notification-box .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .close+a.Matrix-Viper-commentdialog-button-grey,.sq-notification-box .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.close,.sq-notification-box .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.close,.sq-notification-box .input-group-prepend .btn+.close,.sq-notification-box .input-group-prepend .btn-more-info+.close,.sq-notification-box .input-group-prepend .close+.btn,.sq-notification-box .input-group-prepend .close+.btn-more-info,.sq-notification-box .input-group-prepend .close+.close,.sq-notification-box .input-group-prepend .close+.input-group-text,.sq-notification-box .input-group-prepend .close+.sds-btn-add,.sq-notification-box .input-group-prepend .close+.sds-btn-close,.sq-notification-box .input-group-prepend .close+.sds-btn-icon-solo,.sq-notification-box .input-group-prepend .close+.sds-btn-undo,.sq-notification-box .input-group-prepend .close+.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .input-group-prepend .input-group-text+.close,.sq-notification-box .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .close+.swal2-confirm,.sq-notification-box .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.close,.sq-notification-box .input-group-prepend .matrix-modal>.close+button.swal2-close,.sq-notification-box .input-group-prepend .matrix-modal>.swal2-buttonswrapper .close+.swal2-cancel,.sq-notification-box .input-group-prepend .matrix-modal>.swal2-buttonswrapper .close+.swal2-styled,.sq-notification-box .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.close,.sq-notification-box .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.close,.sq-notification-box .input-group-prepend .matrix-modal>button.swal2-close+.close,.sq-notification-box .input-group-prepend .screen-header .screen-navigation .close+.dropdown-toggle,.sq-notification-box .input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.close,.sq-notification-box .input-group-prepend .sds-btn-add+.close,.sq-notification-box .input-group-prepend .sds-btn-close+.close,.sq-notification-box .input-group-prepend .sds-btn-icon-solo+.close,.sq-notification-box .input-group-prepend .sds-btn-undo+.close,.sq-notification-box .input-group-prepend .sds-matrix-btn-circular-icon-toggle+.close,.sq-notification-box .input-group-prepend .toolbar .close+.nav-link,.sq-notification-box .input-group-prepend .toolbar .nav-link+.close,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-append .nav-link+a.Matrix-Viper-commentdialog-button-blue,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-append .nav-link+a.Matrix-Viper-commentdialog-button-grey,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-blue+.nav-link,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-append a.Matrix-Viper-commentdialog-button-grey+.nav-link,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-prepend .nav-link+a.Matrix-Viper-commentdialog-button-blue,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-prepend .nav-link+a.Matrix-Viper-commentdialog-button-grey,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-blue+.nav-link,.toolbar .Matrix-Viper-commentdialog-buttonArea .input-group-prepend a.Matrix-Viper-commentdialog-button-grey+.nav-link,.toolbar .input-group-append .Matrix-Viper-commentdialog-buttonArea .nav-link+a.Matrix-Viper-commentdialog-button-blue,.toolbar .input-group-append .Matrix-Viper-commentdialog-buttonArea .nav-link+a.Matrix-Viper-commentdialog-button-grey,.toolbar .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.nav-link,.toolbar .input-group-append .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.nav-link,.toolbar .input-group-append .btn+.nav-link,.toolbar .input-group-append .btn-more-info+.nav-link,.toolbar .input-group-append .input-group-text+.nav-link,.toolbar .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .nav-link+.swal2-confirm,.toolbar .input-group-append .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.nav-link,.toolbar .input-group-append .matrix-modal>.nav-link+button.swal2-close,.toolbar .input-group-append .matrix-modal>.swal2-buttonswrapper .nav-link+.swal2-cancel,.toolbar .input-group-append .matrix-modal>.swal2-buttonswrapper .nav-link+.swal2-styled,.toolbar .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.nav-link,.toolbar .input-group-append .matrix-modal>.swal2-buttonswrapper .swal2-styled+.nav-link,.toolbar .input-group-append .matrix-modal>button.swal2-close+.nav-link,.toolbar .input-group-append .nav-link+.btn,.toolbar .input-group-append .nav-link+.btn-more-info,.toolbar .input-group-append .nav-link+.input-group-text,.toolbar .input-group-append .nav-link+.nav-link,.toolbar .input-group-append .nav-link+.sds-btn-add,.toolbar .input-group-append .nav-link+.sds-btn-close,.toolbar .input-group-append .nav-link+.sds-btn-icon-solo,.toolbar .input-group-append .nav-link+.sds-btn-undo,.toolbar .input-group-append .nav-link+.sds-matrix-btn-circular-icon-toggle,.toolbar .input-group-append .screen-header .screen-navigation .dropdown-toggle+.nav-link,.toolbar .input-group-append .screen-header .screen-navigation .nav-link+.dropdown-toggle,.toolbar .input-group-append .sds-btn-add+.nav-link,.toolbar .input-group-append .sds-btn-close+.nav-link,.toolbar .input-group-append .sds-btn-icon-solo+.nav-link,.toolbar .input-group-append .sds-btn-undo+.nav-link,.toolbar .input-group-append .sds-matrix-btn-circular-icon-toggle+.nav-link,.toolbar .input-group-append .sq-notification-box .close+.nav-link,.toolbar .input-group-append .sq-notification-box .nav-link+.close,.toolbar .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .nav-link+a.Matrix-Viper-commentdialog-button-blue,.toolbar .input-group-prepend .Matrix-Viper-commentdialog-buttonArea .nav-link+a.Matrix-Viper-commentdialog-button-grey,.toolbar .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue+.nav-link,.toolbar .input-group-prepend .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey+.nav-link,.toolbar .input-group-prepend .btn+.nav-link,.toolbar .input-group-prepend .btn-more-info+.nav-link,.toolbar .input-group-prepend .input-group-text+.nav-link,.toolbar .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .nav-link+.swal2-confirm,.toolbar .input-group-prepend .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm+.nav-link,.toolbar .input-group-prepend .matrix-modal>.nav-link+button.swal2-close,.toolbar .input-group-prepend .matrix-modal>.swal2-buttonswrapper .nav-link+.swal2-cancel,.toolbar .input-group-prepend .matrix-modal>.swal2-buttonswrapper .nav-link+.swal2-styled,.toolbar .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-cancel+.nav-link,.toolbar .input-group-prepend .matrix-modal>.swal2-buttonswrapper .swal2-styled+.nav-link,.toolbar .input-group-prepend .matrix-modal>button.swal2-close+.nav-link,.toolbar .input-group-prepend .nav-link+.btn,.toolbar .input-group-prepend .nav-link+.btn-more-info,.toolbar .input-group-prepend .nav-link+.input-group-text,.toolbar .input-group-prepend .nav-link+.nav-link,.toolbar .input-group-prepend .nav-link+.sds-btn-add,.toolbar .input-group-prepend .nav-link+.sds-btn-close,.toolbar .input-group-prepend .nav-link+.sds-btn-icon-solo,.toolbar .input-group-prepend .nav-link+.sds-btn-undo,.toolbar .input-group-prepend .nav-link+.sds-matrix-btn-circular-icon-toggle,.toolbar .input-group-prepend .screen-header .screen-navigation .dropdown-toggle+.nav-link,.toolbar .input-group-prepend .screen-header .screen-navigation .nav-link+.dropdown-toggle,.toolbar .input-group-prepend .sds-btn-add+.nav-link,.toolbar .input-group-prepend .sds-btn-close+.nav-link,.toolbar .input-group-prepend .sds-btn-icon-solo+.nav-link,.toolbar .input-group-prepend .sds-btn-undo+.nav-link,.toolbar .input-group-prepend .sds-matrix-btn-circular-icon-toggle+.nav-link,.toolbar .input-group-prepend .sq-notification-box .close+.nav-link,.toolbar .input-group-prepend .sq-notification-box .nav-link+.close,.toolbar .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .nav-link+.swal2-confirm,.toolbar .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-append .swal2-confirm+.nav-link,.toolbar .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .nav-link+.swal2-confirm,.toolbar .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-prepend .swal2-confirm+.nav-link,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-append .nav-link+.swal2-cancel,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-append .nav-link+.swal2-styled,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-cancel+.nav-link,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-append .swal2-styled+.nav-link,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-prepend .nav-link+.swal2-cancel,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-prepend .nav-link+.swal2-styled,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-cancel+.nav-link,.toolbar .matrix-modal>.swal2-buttonswrapper .input-group-prepend .swal2-styled+.nav-link,.toolbar .sq-notification-box .input-group-append .close+.nav-link,.toolbar .sq-notification-box .input-group-append .nav-link+.close,.toolbar .sq-notification-box .input-group-prepend .close+.nav-link,.toolbar .sq-notification-box .input-group-prepend .nav-link+.close{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{align-items:center;background-color:#f7f7f7;border:2px solid #e0e0e0;border-radius:4px;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;line-height:1.25;margin-bottom:0;padding:.375rem .5rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>#toolbar_root_node_select:not(textarea),.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea),.input-group-lg>.select2-selection__rendered:not(textarea),.input-group-lg>select.sq-form-field:not(textarea),.sq-asset-finder-wrapper .input-group-lg>.asset-finder__inner-wrapper:not(textarea),.sq-backend-data .input-group-lg>input[type=password]:not(textarea),.sq-option-list .sq-option-list-row .input-group-lg>input[type=text]:not(textarea),.table .input-group-lg>input.basicCell:not(textarea),.table .input-group-lg>input.disabledCell:not(textarea),.table .input-group-lg>input.titleCell:not(textarea){height:calc(2em + 1rem + 4px)}.Matrix-Viper-commentdialog-buttonArea .input-group-lg>.input-group-append>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-lg>.input-group-append>a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-lg>.input-group-prepend>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-lg>.input-group-prepend>a.Matrix-Viper-commentdialog-button-grey,.input-group-lg>#toolbar_root_node_select,.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append.matrix-modal>button.swal2-close,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.btn-more-info,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-append>.sds-btn-add,.input-group-lg>.input-group-append>.sds-btn-close,.input-group-lg>.input-group-append>.sds-btn-icon-solo,.input-group-lg>.input-group-append>.sds-btn-undo,.input-group-lg>.input-group-append>.sds-matrix-btn-circular-icon-toggle,.input-group-lg>.input-group-prepend.matrix-modal>button.swal2-close,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.btn-more-info,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-prepend>.sds-btn-add,.input-group-lg>.input-group-prepend>.sds-btn-close,.input-group-lg>.input-group-prepend>.sds-btn-icon-solo,.input-group-lg>.input-group-prepend>.sds-btn-undo,.input-group-lg>.input-group-prepend>.sds-matrix-btn-circular-icon-toggle,.input-group-lg>.select2-selection__rendered,.input-group-lg>select.sq-form-field,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-lg>.input-group-append>.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-lg>.input-group-prepend>.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .input-group-lg>.input-group-append>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-lg>.input-group-append>.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-lg>.input-group-prepend>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-lg>.input-group-prepend>.swal2-styled,.screen-header .screen-navigation .input-group-lg>.input-group-append>.dropdown-toggle,.screen-header .screen-navigation .input-group-lg>.input-group-prepend>.dropdown-toggle,.sq-asset-finder-wrapper .input-group-lg>.asset-finder__inner-wrapper,.sq-backend-data .input-group-lg>input[type=password],.sq-notification-box .input-group-lg>.input-group-append>.close,.sq-notification-box .input-group-lg>.input-group-prepend>.close,.sq-option-list .sq-option-list-row .input-group-lg>input[type=text],.table .input-group-lg>input.basicCell,.table .input-group-lg>input.disabledCell,.table .input-group-lg>input.titleCell,.toolbar .input-group-lg>.input-group-append>.nav-link,.toolbar .input-group-lg>.input-group-prepend>.nav-link{border-radius:.5rem;font-size:1.25rem;line-height:2;padding:.5rem 1rem}.input-group-sm>#toolbar_root_node_select:not(textarea),.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea),.input-group-sm>.select2-selection__rendered:not(textarea),.input-group-sm>select.sq-form-field:not(textarea),.sq-asset-finder-wrapper .input-group-sm>.asset-finder__inner-wrapper:not(textarea),.sq-backend-data .input-group-sm>input[type=password]:not(textarea),.sq-option-list .sq-option-list-row .input-group-sm>input[type=text]:not(textarea),.table .input-group-sm>input.basicCell:not(textarea),.table .input-group-sm>input.disabledCell:not(textarea),.table .input-group-sm>input.titleCell:not(textarea){height:calc(1em + .5rem + 4px)}.Matrix-Viper-commentdialog-buttonArea .input-group-sm>.input-group-append>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-sm>.input-group-append>a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group-sm>.input-group-prepend>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group-sm>.input-group-prepend>a.Matrix-Viper-commentdialog-button-grey,.input-group-sm>#toolbar_root_node_select,.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append.matrix-modal>button.swal2-close,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.btn-more-info,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-append>.sds-btn-add,.input-group-sm>.input-group-append>.sds-btn-close,.input-group-sm>.input-group-append>.sds-btn-icon-solo,.input-group-sm>.input-group-append>.sds-btn-undo,.input-group-sm>.input-group-append>.sds-matrix-btn-circular-icon-toggle,.input-group-sm>.input-group-prepend.matrix-modal>button.swal2-close,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.btn-more-info,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-prepend>.sds-btn-add,.input-group-sm>.input-group-prepend>.sds-btn-close,.input-group-sm>.input-group-prepend>.sds-btn-icon-solo,.input-group-sm>.input-group-prepend>.sds-btn-undo,.input-group-sm>.input-group-prepend>.sds-matrix-btn-circular-icon-toggle,.input-group-sm>.select2-selection__rendered,.input-group-sm>select.sq-form-field,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-sm>.input-group-append>.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group-sm>.input-group-prepend>.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .input-group-sm>.input-group-append>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-sm>.input-group-append>.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group-sm>.input-group-prepend>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group-sm>.input-group-prepend>.swal2-styled,.screen-header .screen-navigation .input-group-sm>.input-group-append>.dropdown-toggle,.screen-header .screen-navigation .input-group-sm>.input-group-prepend>.dropdown-toggle,.sq-asset-finder-wrapper .input-group-sm>.asset-finder__inner-wrapper,.sq-backend-data .input-group-sm>input[type=password],.sq-notification-box .input-group-sm>.input-group-append>.close,.sq-notification-box .input-group-sm>.input-group-prepend>.close,.sq-option-list .sq-option-list-row .input-group-sm>input[type=text],.table .input-group-sm>input.basicCell,.table .input-group-sm>input.disabledCell,.table .input-group-sm>input.titleCell,.toolbar .input-group-sm>.input-group-append>.nav-link,.toolbar .input-group-sm>.input-group-prepend>.nav-link{border-radius:.2rem;font-size:.875rem;line-height:1;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.5rem}.Matrix-Viper-commentdialog-buttonArea .input-group.has-validation>.input-group-append:nth-last-child(n+3)>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group.has-validation>.input-group-append:nth-last-child(n+3)>a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group:not(.has-validation)>.input-group-append:not(:last-child)>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group:not(.has-validation)>.input-group-append:not(:last-child)>a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-append:last-child>a.Matrix-Viper-commentdialog-button-blue:not(:last-child):not(.dropdown-toggle),.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-append:last-child>a.Matrix-Viper-commentdialog-button-grey:not(:last-child):not(.dropdown-toggle),.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-prepend>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-prepend>a.Matrix-Viper-commentdialog-button-grey,.input-group.has-validation>.input-group-append.matrix-modal:nth-last-child(n+3)>button.swal2-close,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn-more-info,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.sds-btn-add,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.sds-btn-close,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.sds-btn-icon-solo,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.sds-btn-undo,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.sds-matrix-btn-circular-icon-toggle,.input-group:not(.has-validation)>.input-group-append.matrix-modal:not(:last-child)>button.swal2-close,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn-more-info,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.sds-btn-add,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.sds-btn-close,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.sds-btn-icon-solo,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.sds-btn-undo,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.sds-matrix-btn-circular-icon-toggle,.input-group>.input-group-append.matrix-modal:last-child>button.swal2-close:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.btn-more-info:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:last-child>.sds-btn-add:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.sds-btn-close:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.sds-btn-icon-solo:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.sds-btn-undo:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.sds-matrix-btn-circular-icon-toggle:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-prepend.matrix-modal>button.swal2-close,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.btn-more-info,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-prepend>.sds-btn-add,.input-group>.input-group-prepend>.sds-btn-close,.input-group>.input-group-prepend>.sds-btn-icon-solo,.input-group>.input-group-prepend>.sds-btn-undo,.input-group>.input-group-prepend>.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group>.input-group-append:last-child>.swal2-confirm:not(:last-child):not(.dropdown-toggle),.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group>.input-group-prepend>.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-append:last-child>.swal2-cancel:not(:last-child):not(.dropdown-toggle),.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-append:last-child>.swal2-styled:not(:last-child):not(.dropdown-toggle),.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-prepend>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-prepend>.swal2-styled,.screen-header .screen-navigation .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.dropdown-toggle,.screen-header .screen-navigation .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.dropdown-toggle,.screen-header .screen-navigation .input-group>.input-group-append:last-child>.dropdown-toggle:not(:last-child):not(.dropdown-toggle),.screen-header .screen-navigation .input-group>.input-group-prepend>.dropdown-toggle,.sq-notification-box .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.close,.sq-notification-box .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.close,.sq-notification-box .input-group>.input-group-append:last-child>.close:not(:last-child):not(.dropdown-toggle),.sq-notification-box .input-group>.input-group-prepend>.close,.toolbar .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.nav-link,.toolbar .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.nav-link,.toolbar .input-group>.input-group-append:last-child>.nav-link:not(:last-child):not(.dropdown-toggle),.toolbar .input-group>.input-group-prepend>.nav-link{border-bottom-right-radius:0;border-top-right-radius:0}.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-append>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-append>a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-prepend:first-child>a.Matrix-Viper-commentdialog-button-blue:not(:first-child),.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-prepend:first-child>a.Matrix-Viper-commentdialog-button-grey:not(:first-child),.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-prepend:not(:first-child)>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .input-group>.input-group-prepend:not(:first-child)>a.Matrix-Viper-commentdialog-button-grey,.input-group>.input-group-append.matrix-modal>button.swal2-close,.input-group>.input-group-append>.btn,.input-group>.input-group-append>.btn-more-info,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-append>.sds-btn-add,.input-group>.input-group-append>.sds-btn-close,.input-group>.input-group-append>.sds-btn-icon-solo,.input-group>.input-group-append>.sds-btn-undo,.input-group>.input-group-append>.sds-matrix-btn-circular-icon-toggle,.input-group>.input-group-prepend.matrix-modal:first-child>button.swal2-close:not(:first-child),.input-group>.input-group-prepend.matrix-modal:not(:first-child)>button.swal2-close,.input-group>.input-group-prepend:first-child>.btn-more-info:not(:first-child),.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:first-child>.sds-btn-add:not(:first-child),.input-group>.input-group-prepend:first-child>.sds-btn-close:not(:first-child),.input-group>.input-group-prepend:first-child>.sds-btn-icon-solo:not(:first-child),.input-group>.input-group-prepend:first-child>.sds-btn-undo:not(:first-child),.input-group>.input-group-prepend:first-child>.sds-matrix-btn-circular-icon-toggle:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-more-info,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.sds-btn-add,.input-group>.input-group-prepend:not(:first-child)>.sds-btn-close,.input-group>.input-group-prepend:not(:first-child)>.sds-btn-icon-solo,.input-group>.input-group-prepend:not(:first-child)>.sds-btn-undo,.input-group>.input-group-prepend:not(:first-child)>.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group>.input-group-append>.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group>.input-group-prepend:first-child>.swal2-confirm:not(:first-child),.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .input-group>.input-group-prepend:not(:first-child)>.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-append>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-append>.swal2-styled,.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-prepend:first-child>.swal2-cancel:not(:first-child),.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-prepend:first-child>.swal2-styled:not(:first-child),.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-prepend:not(:first-child)>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .input-group>.input-group-prepend:not(:first-child)>.swal2-styled,.screen-header .screen-navigation .input-group>.input-group-append>.dropdown-toggle,.screen-header .screen-navigation .input-group>.input-group-prepend:first-child>.dropdown-toggle:not(:first-child),.screen-header .screen-navigation .input-group>.input-group-prepend:not(:first-child)>.dropdown-toggle,.sq-notification-box .input-group>.input-group-append>.close,.sq-notification-box .input-group>.input-group-prepend:first-child>.close:not(:first-child),.sq-notification-box .input-group>.input-group-prepend:not(:first-child)>.close,.toolbar .input-group>.input-group-append>.nav-link,.toolbar .input-group>.input-group-prepend:first-child>.nav-link:not(:first-child),.toolbar .input-group>.input-group-prepend:not(:first-child)>.nav-link{border-bottom-left-radius:0;border-top-left-radius:0}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:2px solid #e0e0e0;border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 2px);border-top-right-radius:calc(.25rem - 2px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 2px);border-bottom-right-radius:calc(.25rem - 2px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:2px solid #e0e0e0;margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 2px) calc(.25rem - 2px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:2px solid #e0e0e0;padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 2px) calc(.25rem - 2px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.25rem - 2px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 2px);border-top-right-radius:calc(.25rem - 2px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 2px);border-bottom-right-radius:calc(.25rem - 2px)}.card-deck .card{margin-bottom:.75rem}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-.75rem;margin-right:-.75rem}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:.75rem;margin-right:.75rem}}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-2px}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#0774d2!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0559a1!important}.bg-secondary{background-color:#098934!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#065922!important}.bg-success{background-color:#098934!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#065922!important}.bg-info{background-color:#0774d2!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#0559a1!important}.bg-warning{background-color:#e96900!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#b65200!important}.bg-danger{background-color:#d72321!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#ab1c1a!important}.bg-light{background-color:#f5f5f5!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dcdcdc!important}.bg-dark{background-color:#3d3d3d!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#242424!important}.bg-matrix-primary{background-color:#00649e!important}a.bg-matrix-primary:focus,a.bg-matrix-primary:hover,button.bg-matrix-primary:focus,button.bg-matrix-primary:hover{background-color:#00446b!important}.bg-grey{background-color:#4f4f4f!important}a.bg-grey:focus,a.bg-grey:hover,button.bg-grey:focus,button.bg-grey:hover{background-color:#363636!important}.bg-purple{background-color:#6b47b4!important}a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover{background-color:#55398f!important}.bg-blue{background-color:#0774d2!important}a.bg-blue:focus,a.bg-blue:hover,button.bg-blue:focus,button.bg-blue:hover{background-color:#0559a1!important}.bg-red{background-color:#d72321!important}a.bg-red:focus,a.bg-red:hover,button.bg-red:focus,button.bg-red:hover{background-color:#ab1c1a!important}.bg-pink{background-color:#b93da9!important}a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover{background-color:#933086!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0,.card-horizontal{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#0774d2!important}.border-secondary,.border-success{border-color:#098934!important}.border-info{border-color:#0774d2!important}.border-warning{border-color:#e96900!important}.border-danger{border-color:#d72321!important}.border-light{border-color:#f5f5f5!important}.border-dark{border-color:#3d3d3d!important}.border-matrix-primary{border-color:#00649e!important}.border-grey{border-color:#4f4f4f!important}.border-purple{border-color:#6b47b4!important}.border-blue{border-color:#0774d2!important}.border-red{border-color:#d72321!important}.border-pink{border-color:#b93da9!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.card-icon,.card-thumbnail,.rounded-lg,.table-style-list .card{border-radius:.5rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1366px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1366px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:1024px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1366px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.card-icon,.card-thumbnail,.component-header-details,.shadow-sm,.table-style-list .card{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 4px 2px rgba(0,0,0,.04)!important}.shadow{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12)!important}.shadow-lg{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 24px 12px rgba(0,0,0,.12)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.component-header-details,.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2,.sds-btn-action .dropdown-item>svg{margin-right:.5rem!important}.card-body>.sds-block,.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:.75rem!important}.mt-3,.my-3{margin-top:.75rem!important}.mr-3,.mx-3{margin-right:.75rem!important}.mb-3,.my-3{margin-bottom:.75rem!important}.ml-3,.mx-3{margin-left:.75rem!important}.m-4{margin:1rem!important}.mt-4,.my-4{margin-top:1rem!important}.mr-4,.mx-4{margin-right:1rem!important}.mb-4,.my-4{margin-bottom:1rem!important}.ml-4,.mx-4{margin-left:1rem!important}.m-5{margin:1.25rem!important}.mt-5,.my-5{margin-top:1.25rem!important}.mr-5,.mx-5{margin-right:1.25rem!important}.mb-5,.my-5{margin-bottom:1.25rem!important}.ml-5,.mx-5{margin-left:1.25rem!important}.m-6{margin:1.5rem!important}.mt-6,.my-6{margin-top:1.5rem!important}.mr-6,.mx-6{margin-right:1.5rem!important}.mb-6,.my-6{margin-bottom:1.5rem!important}.ml-6,.mx-6{margin-left:1.5rem!important}.m-7{margin:1.75rem!important}.mt-7,.my-7{margin-top:1.75rem!important}.mr-7,.mx-7{margin-right:1.75rem!important}.mb-7,.my-7{margin-bottom:1.75rem!important}.ml-7,.mx-7{margin-left:1.75rem!important}.m-8{margin:2rem!important}.mt-8,.my-8{margin-top:2rem!important}.mr-8,.mx-8{margin-right:2rem!important}.mb-8,.my-8{margin-bottom:2rem!important}.ml-8,.mx-8{margin-left:2rem!important}.m-9{margin:2.25rem!important}.mt-9,.my-9{margin-top:2.25rem!important}.mr-9,.mx-9{margin-right:2.25rem!important}.mb-9,.my-9{margin-bottom:2.25rem!important}.ml-9,.mx-9{margin-left:2.25rem!important}.m-10{margin:2.5rem!important}.mt-10,.my-10{margin-top:2.5rem!important}.mr-10,.mx-10{margin-right:2.5rem!important}.mb-10,.my-10{margin-bottom:2.5rem!important}.ml-10,.mx-10{margin-left:2.5rem!important}.m-11{margin:2.75rem!important}.mt-11,.my-11{margin-top:2.75rem!important}.mr-11,.mx-11{margin-right:2.75rem!important}.mb-11,.my-11{margin-bottom:2.75rem!important}.ml-11,.mx-11{margin-left:2.75rem!important}.m-12{margin:3rem!important}.mt-12,.my-12{margin-top:3rem!important}.mr-12,.mx-12{margin-right:3rem!important}.mb-12,.my-12{margin-bottom:3rem!important}.ml-12,.mx-12{margin-left:3rem!important}.p-0,.sds-btn-close,.sds-btn-undo{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:.75rem!important}.pt-3,.py-3{padding-top:.75rem!important}.pr-3,.px-3{padding-right:.75rem!important}.pb-3,.py-3{padding-bottom:.75rem!important}.pl-3,.px-3{padding-left:.75rem!important}.p-4{padding:1rem!important}.pt-4,.py-4{padding-top:1rem!important}.pr-4,.px-4{padding-right:1rem!important}.pb-4,.py-4{padding-bottom:1rem!important}.pl-4,.px-4{padding-left:1rem!important}.p-5{padding:1.25rem!important}.pt-5,.py-5{padding-top:1.25rem!important}.pr-5,.px-5{padding-right:1.25rem!important}.pb-5,.py-5{padding-bottom:1.25rem!important}.pl-5,.px-5{padding-left:1.25rem!important}.p-6{padding:1.5rem!important}.pt-6,.py-6{padding-top:1.5rem!important}.pr-6,.px-6{padding-right:1.5rem!important}.pb-6,.py-6{padding-bottom:1.5rem!important}.pl-6,.px-6{padding-left:1.5rem!important}.p-7{padding:1.75rem!important}.pt-7,.py-7{padding-top:1.75rem!important}.pr-7,.px-7{padding-right:1.75rem!important}.pb-7,.py-7{padding-bottom:1.75rem!important}.pl-7,.px-7{padding-left:1.75rem!important}.p-8{padding:2rem!important}.pt-8,.py-8{padding-top:2rem!important}.pr-8,.px-8{padding-right:2rem!important}.pb-8,.py-8{padding-bottom:2rem!important}.pl-8,.px-8{padding-left:2rem!important}.p-9{padding:2.25rem!important}.pt-9,.py-9{padding-top:2.25rem!important}.pr-9,.px-9{padding-right:2.25rem!important}.pb-9,.py-9{padding-bottom:2.25rem!important}.pl-9,.px-9{padding-left:2.25rem!important}.p-10{padding:2.5rem!important}.pt-10,.py-10{padding-top:2.5rem!important}.pr-10,.px-10{padding-right:2.5rem!important}.pb-10,.py-10{padding-bottom:2.5rem!important}.pl-10,.px-10{padding-left:2.5rem!important}.p-11{padding:2.75rem!important}.pt-11,.py-11{padding-top:2.75rem!important}.pr-11,.px-11{padding-right:2.75rem!important}.pb-11,.py-11{padding-bottom:2.75rem!important}.pl-11,.px-11{padding-left:2.75rem!important}.p-12{padding:3rem!important}.pt-12,.py-12{padding-top:3rem!important}.pr-12,.px-12{padding-right:3rem!important}.pb-12,.py-12{padding-bottom:3rem!important}.pl-12,.px-12{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-.75rem!important}.mt-n3,.my-n3{margin-top:-.75rem!important}.mr-n3,.mx-n3{margin-right:-.75rem!important}.mb-n3,.my-n3{margin-bottom:-.75rem!important}.ml-n3,.mx-n3{margin-left:-.75rem!important}.m-n4{margin:-1rem!important}.mt-n4,.my-n4{margin-top:-1rem!important}.mr-n4,.mx-n4{margin-right:-1rem!important}.mb-n4,.my-n4{margin-bottom:-1rem!important}.ml-n4,.mx-n4{margin-left:-1rem!important}.m-n5{margin:-1.25rem!important}.mt-n5,.my-n5{margin-top:-1.25rem!important}.mr-n5,.mx-n5{margin-right:-1.25rem!important}.mb-n5,.my-n5{margin-bottom:-1.25rem!important}.ml-n5,.mx-n5{margin-left:-1.25rem!important}.m-n6{margin:-1.5rem!important}.mt-n6,.my-n6{margin-top:-1.5rem!important}.mr-n6,.mx-n6{margin-right:-1.5rem!important}.mb-n6,.my-n6{margin-bottom:-1.5rem!important}.ml-n6,.mx-n6{margin-left:-1.5rem!important}.m-n7{margin:-1.75rem!important}.mt-n7,.my-n7{margin-top:-1.75rem!important}.mr-n7,.mx-n7{margin-right:-1.75rem!important}.mb-n7,.my-n7{margin-bottom:-1.75rem!important}.ml-n7,.mx-n7{margin-left:-1.75rem!important}.m-n8{margin:-2rem!important}.mt-n8,.my-n8{margin-top:-2rem!important}.mr-n8,.mx-n8{margin-right:-2rem!important}.mb-n8,.my-n8{margin-bottom:-2rem!important}.ml-n8,.mx-n8{margin-left:-2rem!important}.m-n9{margin:-2.25rem!important}.mt-n9,.my-n9{margin-top:-2.25rem!important}.mr-n9,.mx-n9{margin-right:-2.25rem!important}.mb-n9,.my-n9{margin-bottom:-2.25rem!important}.ml-n9,.mx-n9{margin-left:-2.25rem!important}.m-n10{margin:-2.5rem!important}.mt-n10,.my-n10{margin-top:-2.5rem!important}.mr-n10,.mx-n10{margin-right:-2.5rem!important}.mb-n10,.my-n10{margin-bottom:-2.5rem!important}.ml-n10,.mx-n10{margin-left:-2.5rem!important}.m-n11{margin:-2.75rem!important}.mt-n11,.my-n11{margin-top:-2.75rem!important}.mr-n11,.mx-n11{margin-right:-2.75rem!important}.mb-n11,.my-n11{margin-bottom:-2.75rem!important}.ml-n11,.mx-n11{margin-left:-2.75rem!important}.m-n12{margin:-3rem!important}.mt-n12,.my-n12{margin-top:-3rem!important}.mr-n12,.mx-n12{margin-right:-3rem!important}.mb-n12,.my-n12{margin-bottom:-3rem!important}.ml-n12,.mx-n12{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:.75rem!important}.mt-sm-3,.my-sm-3{margin-top:.75rem!important}.mr-sm-3,.mx-sm-3{margin-right:.75rem!important}.mb-sm-3,.my-sm-3{margin-bottom:.75rem!important}.ml-sm-3,.mx-sm-3{margin-left:.75rem!important}.m-sm-4{margin:1rem!important}.mt-sm-4,.my-sm-4{margin-top:1rem!important}.mr-sm-4,.mx-sm-4{margin-right:1rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1rem!important}.ml-sm-4,.mx-sm-4{margin-left:1rem!important}.m-sm-5{margin:1.25rem!important}.mt-sm-5,.my-sm-5{margin-top:1.25rem!important}.mr-sm-5,.mx-sm-5{margin-right:1.25rem!important}.mb-sm-5,.my-sm-5{margin-bottom:1.25rem!important}.ml-sm-5,.mx-sm-5{margin-left:1.25rem!important}.m-sm-6{margin:1.5rem!important}.mt-sm-6,.my-sm-6{margin-top:1.5rem!important}.mr-sm-6,.mx-sm-6{margin-right:1.5rem!important}.mb-sm-6,.my-sm-6{margin-bottom:1.5rem!important}.ml-sm-6,.mx-sm-6{margin-left:1.5rem!important}.m-sm-7{margin:1.75rem!important}.mt-sm-7,.my-sm-7{margin-top:1.75rem!important}.mr-sm-7,.mx-sm-7{margin-right:1.75rem!important}.mb-sm-7,.my-sm-7{margin-bottom:1.75rem!important}.ml-sm-7,.mx-sm-7{margin-left:1.75rem!important}.m-sm-8{margin:2rem!important}.mt-sm-8,.my-sm-8{margin-top:2rem!important}.mr-sm-8,.mx-sm-8{margin-right:2rem!important}.mb-sm-8,.my-sm-8{margin-bottom:2rem!important}.ml-sm-8,.mx-sm-8{margin-left:2rem!important}.m-sm-9{margin:2.25rem!important}.mt-sm-9,.my-sm-9{margin-top:2.25rem!important}.mr-sm-9,.mx-sm-9{margin-right:2.25rem!important}.mb-sm-9,.my-sm-9{margin-bottom:2.25rem!important}.ml-sm-9,.mx-sm-9{margin-left:2.25rem!important}.m-sm-10{margin:2.5rem!important}.mt-sm-10,.my-sm-10{margin-top:2.5rem!important}.mr-sm-10,.mx-sm-10{margin-right:2.5rem!important}.mb-sm-10,.my-sm-10{margin-bottom:2.5rem!important}.ml-sm-10,.mx-sm-10{margin-left:2.5rem!important}.m-sm-11{margin:2.75rem!important}.mt-sm-11,.my-sm-11{margin-top:2.75rem!important}.mr-sm-11,.mx-sm-11{margin-right:2.75rem!important}.mb-sm-11,.my-sm-11{margin-bottom:2.75rem!important}.ml-sm-11,.mx-sm-11{margin-left:2.75rem!important}.m-sm-12{margin:3rem!important}.mt-sm-12,.my-sm-12{margin-top:3rem!important}.mr-sm-12,.mx-sm-12{margin-right:3rem!important}.mb-sm-12,.my-sm-12{margin-bottom:3rem!important}.ml-sm-12,.mx-sm-12{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:.75rem!important}.pt-sm-3,.py-sm-3{padding-top:.75rem!important}.pr-sm-3,.px-sm-3{padding-right:.75rem!important}.pb-sm-3,.py-sm-3{padding-bottom:.75rem!important}.pl-sm-3,.px-sm-3{padding-left:.75rem!important}.p-sm-4{padding:1rem!important}.pt-sm-4,.py-sm-4{padding-top:1rem!important}.pr-sm-4,.px-sm-4{padding-right:1rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1rem!important}.pl-sm-4,.px-sm-4{padding-left:1rem!important}.p-sm-5{padding:1.25rem!important}.pt-sm-5,.py-sm-5{padding-top:1.25rem!important}.pr-sm-5,.px-sm-5{padding-right:1.25rem!important}.pb-sm-5,.py-sm-5{padding-bottom:1.25rem!important}.pl-sm-5,.px-sm-5{padding-left:1.25rem!important}.p-sm-6{padding:1.5rem!important}.pt-sm-6,.py-sm-6{padding-top:1.5rem!important}.pr-sm-6,.px-sm-6{padding-right:1.5rem!important}.pb-sm-6,.py-sm-6{padding-bottom:1.5rem!important}.pl-sm-6,.px-sm-6{padding-left:1.5rem!important}.p-sm-7{padding:1.75rem!important}.pt-sm-7,.py-sm-7{padding-top:1.75rem!important}.pr-sm-7,.px-sm-7{padding-right:1.75rem!important}.pb-sm-7,.py-sm-7{padding-bottom:1.75rem!important}.pl-sm-7,.px-sm-7{padding-left:1.75rem!important}.p-sm-8{padding:2rem!important}.pt-sm-8,.py-sm-8{padding-top:2rem!important}.pr-sm-8,.px-sm-8{padding-right:2rem!important}.pb-sm-8,.py-sm-8{padding-bottom:2rem!important}.pl-sm-8,.px-sm-8{padding-left:2rem!important}.p-sm-9{padding:2.25rem!important}.pt-sm-9,.py-sm-9{padding-top:2.25rem!important}.pr-sm-9,.px-sm-9{padding-right:2.25rem!important}.pb-sm-9,.py-sm-9{padding-bottom:2.25rem!important}.pl-sm-9,.px-sm-9{padding-left:2.25rem!important}.p-sm-10{padding:2.5rem!important}.pt-sm-10,.py-sm-10{padding-top:2.5rem!important}.pr-sm-10,.px-sm-10{padding-right:2.5rem!important}.pb-sm-10,.py-sm-10{padding-bottom:2.5rem!important}.pl-sm-10,.px-sm-10{padding-left:2.5rem!important}.p-sm-11{padding:2.75rem!important}.pt-sm-11,.py-sm-11{padding-top:2.75rem!important}.pr-sm-11,.px-sm-11{padding-right:2.75rem!important}.pb-sm-11,.py-sm-11{padding-bottom:2.75rem!important}.pl-sm-11,.px-sm-11{padding-left:2.75rem!important}.p-sm-12{padding:3rem!important}.pt-sm-12,.py-sm-12{padding-top:3rem!important}.pr-sm-12,.px-sm-12{padding-right:3rem!important}.pb-sm-12,.py-sm-12{padding-bottom:3rem!important}.pl-sm-12,.px-sm-12{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-.75rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-.75rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-.75rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-.75rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-.75rem!important}.m-sm-n4{margin:-1rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1rem!important}.m-sm-n5{margin:-1.25rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-1.25rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-1.25rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-1.25rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-1.25rem!important}.m-sm-n6{margin:-1.5rem!important}.mt-sm-n6,.my-sm-n6{margin-top:-1.5rem!important}.mr-sm-n6,.mx-sm-n6{margin-right:-1.5rem!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-1.5rem!important}.ml-sm-n6,.mx-sm-n6{margin-left:-1.5rem!important}.m-sm-n7{margin:-1.75rem!important}.mt-sm-n7,.my-sm-n7{margin-top:-1.75rem!important}.mr-sm-n7,.mx-sm-n7{margin-right:-1.75rem!important}.mb-sm-n7,.my-sm-n7{margin-bottom:-1.75rem!important}.ml-sm-n7,.mx-sm-n7{margin-left:-1.75rem!important}.m-sm-n8{margin:-2rem!important}.mt-sm-n8,.my-sm-n8{margin-top:-2rem!important}.mr-sm-n8,.mx-sm-n8{margin-right:-2rem!important}.mb-sm-n8,.my-sm-n8{margin-bottom:-2rem!important}.ml-sm-n8,.mx-sm-n8{margin-left:-2rem!important}.m-sm-n9{margin:-2.25rem!important}.mt-sm-n9,.my-sm-n9{margin-top:-2.25rem!important}.mr-sm-n9,.mx-sm-n9{margin-right:-2.25rem!important}.mb-sm-n9,.my-sm-n9{margin-bottom:-2.25rem!important}.ml-sm-n9,.mx-sm-n9{margin-left:-2.25rem!important}.m-sm-n10{margin:-2.5rem!important}.mt-sm-n10,.my-sm-n10{margin-top:-2.5rem!important}.mr-sm-n10,.mx-sm-n10{margin-right:-2.5rem!important}.mb-sm-n10,.my-sm-n10{margin-bottom:-2.5rem!important}.ml-sm-n10,.mx-sm-n10{margin-left:-2.5rem!important}.m-sm-n11{margin:-2.75rem!important}.mt-sm-n11,.my-sm-n11{margin-top:-2.75rem!important}.mr-sm-n11,.mx-sm-n11{margin-right:-2.75rem!important}.mb-sm-n11,.my-sm-n11{margin-bottom:-2.75rem!important}.ml-sm-n11,.mx-sm-n11{margin-left:-2.75rem!important}.m-sm-n12{margin:-3rem!important}.mt-sm-n12,.my-sm-n12{margin-top:-3rem!important}.mr-sm-n12,.mx-sm-n12{margin-right:-3rem!important}.mb-sm-n12,.my-sm-n12{margin-bottom:-3rem!important}.ml-sm-n12,.mx-sm-n12{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:.75rem!important}.mt-md-3,.my-md-3{margin-top:.75rem!important}.mr-md-3,.mx-md-3{margin-right:.75rem!important}.mb-md-3,.my-md-3{margin-bottom:.75rem!important}.ml-md-3,.mx-md-3{margin-left:.75rem!important}.m-md-4{margin:1rem!important}.mt-md-4,.my-md-4{margin-top:1rem!important}.mr-md-4,.mx-md-4{margin-right:1rem!important}.mb-md-4,.my-md-4{margin-bottom:1rem!important}.ml-md-4,.mx-md-4{margin-left:1rem!important}.m-md-5{margin:1.25rem!important}.mt-md-5,.my-md-5{margin-top:1.25rem!important}.mr-md-5,.mx-md-5{margin-right:1.25rem!important}.mb-md-5,.my-md-5{margin-bottom:1.25rem!important}.ml-md-5,.mx-md-5{margin-left:1.25rem!important}.m-md-6{margin:1.5rem!important}.mt-md-6,.my-md-6{margin-top:1.5rem!important}.mr-md-6,.mx-md-6{margin-right:1.5rem!important}.mb-md-6,.my-md-6{margin-bottom:1.5rem!important}.ml-md-6,.mx-md-6{margin-left:1.5rem!important}.m-md-7{margin:1.75rem!important}.mt-md-7,.my-md-7{margin-top:1.75rem!important}.mr-md-7,.mx-md-7{margin-right:1.75rem!important}.mb-md-7,.my-md-7{margin-bottom:1.75rem!important}.ml-md-7,.mx-md-7{margin-left:1.75rem!important}.m-md-8{margin:2rem!important}.mt-md-8,.my-md-8{margin-top:2rem!important}.mr-md-8,.mx-md-8{margin-right:2rem!important}.mb-md-8,.my-md-8{margin-bottom:2rem!important}.ml-md-8,.mx-md-8{margin-left:2rem!important}.m-md-9{margin:2.25rem!important}.mt-md-9,.my-md-9{margin-top:2.25rem!important}.mr-md-9,.mx-md-9{margin-right:2.25rem!important}.mb-md-9,.my-md-9{margin-bottom:2.25rem!important}.ml-md-9,.mx-md-9{margin-left:2.25rem!important}.m-md-10{margin:2.5rem!important}.mt-md-10,.my-md-10{margin-top:2.5rem!important}.mr-md-10,.mx-md-10{margin-right:2.5rem!important}.mb-md-10,.my-md-10{margin-bottom:2.5rem!important}.ml-md-10,.mx-md-10{margin-left:2.5rem!important}.m-md-11{margin:2.75rem!important}.mt-md-11,.my-md-11{margin-top:2.75rem!important}.mr-md-11,.mx-md-11{margin-right:2.75rem!important}.mb-md-11,.my-md-11{margin-bottom:2.75rem!important}.ml-md-11,.mx-md-11{margin-left:2.75rem!important}.m-md-12{margin:3rem!important}.mt-md-12,.my-md-12{margin-top:3rem!important}.mr-md-12,.mx-md-12{margin-right:3rem!important}.mb-md-12,.my-md-12{margin-bottom:3rem!important}.ml-md-12,.mx-md-12{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:.75rem!important}.pt-md-3,.py-md-3{padding-top:.75rem!important}.pr-md-3,.px-md-3{padding-right:.75rem!important}.pb-md-3,.py-md-3{padding-bottom:.75rem!important}.pl-md-3,.px-md-3{padding-left:.75rem!important}.p-md-4{padding:1rem!important}.pt-md-4,.py-md-4{padding-top:1rem!important}.pr-md-4,.px-md-4{padding-right:1rem!important}.pb-md-4,.py-md-4{padding-bottom:1rem!important}.pl-md-4,.px-md-4{padding-left:1rem!important}.p-md-5{padding:1.25rem!important}.pt-md-5,.py-md-5{padding-top:1.25rem!important}.pr-md-5,.px-md-5{padding-right:1.25rem!important}.pb-md-5,.py-md-5{padding-bottom:1.25rem!important}.pl-md-5,.px-md-5{padding-left:1.25rem!important}.p-md-6{padding:1.5rem!important}.pt-md-6,.py-md-6{padding-top:1.5rem!important}.pr-md-6,.px-md-6{padding-right:1.5rem!important}.pb-md-6,.py-md-6{padding-bottom:1.5rem!important}.pl-md-6,.px-md-6{padding-left:1.5rem!important}.p-md-7{padding:1.75rem!important}.pt-md-7,.py-md-7{padding-top:1.75rem!important}.pr-md-7,.px-md-7{padding-right:1.75rem!important}.pb-md-7,.py-md-7{padding-bottom:1.75rem!important}.pl-md-7,.px-md-7{padding-left:1.75rem!important}.p-md-8{padding:2rem!important}.pt-md-8,.py-md-8{padding-top:2rem!important}.pr-md-8,.px-md-8{padding-right:2rem!important}.pb-md-8,.py-md-8{padding-bottom:2rem!important}.pl-md-8,.px-md-8{padding-left:2rem!important}.p-md-9{padding:2.25rem!important}.pt-md-9,.py-md-9{padding-top:2.25rem!important}.pr-md-9,.px-md-9{padding-right:2.25rem!important}.pb-md-9,.py-md-9{padding-bottom:2.25rem!important}.pl-md-9,.px-md-9{padding-left:2.25rem!important}.p-md-10{padding:2.5rem!important}.pt-md-10,.py-md-10{padding-top:2.5rem!important}.pr-md-10,.px-md-10{padding-right:2.5rem!important}.pb-md-10,.py-md-10{padding-bottom:2.5rem!important}.pl-md-10,.px-md-10{padding-left:2.5rem!important}.p-md-11{padding:2.75rem!important}.pt-md-11,.py-md-11{padding-top:2.75rem!important}.pr-md-11,.px-md-11{padding-right:2.75rem!important}.pb-md-11,.py-md-11{padding-bottom:2.75rem!important}.pl-md-11,.px-md-11{padding-left:2.75rem!important}.p-md-12{padding:3rem!important}.pt-md-12,.py-md-12{padding-top:3rem!important}.pr-md-12,.px-md-12{padding-right:3rem!important}.pb-md-12,.py-md-12{padding-bottom:3rem!important}.pl-md-12,.px-md-12{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-.75rem!important}.mt-md-n3,.my-md-n3{margin-top:-.75rem!important}.mr-md-n3,.mx-md-n3{margin-right:-.75rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-.75rem!important}.ml-md-n3,.mx-md-n3{margin-left:-.75rem!important}.m-md-n4{margin:-1rem!important}.mt-md-n4,.my-md-n4{margin-top:-1rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1rem!important}.m-md-n5{margin:-1.25rem!important}.mt-md-n5,.my-md-n5{margin-top:-1.25rem!important}.mr-md-n5,.mx-md-n5{margin-right:-1.25rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-1.25rem!important}.ml-md-n5,.mx-md-n5{margin-left:-1.25rem!important}.m-md-n6{margin:-1.5rem!important}.mt-md-n6,.my-md-n6{margin-top:-1.5rem!important}.mr-md-n6,.mx-md-n6{margin-right:-1.5rem!important}.mb-md-n6,.my-md-n6{margin-bottom:-1.5rem!important}.ml-md-n6,.mx-md-n6{margin-left:-1.5rem!important}.m-md-n7{margin:-1.75rem!important}.mt-md-n7,.my-md-n7{margin-top:-1.75rem!important}.mr-md-n7,.mx-md-n7{margin-right:-1.75rem!important}.mb-md-n7,.my-md-n7{margin-bottom:-1.75rem!important}.ml-md-n7,.mx-md-n7{margin-left:-1.75rem!important}.m-md-n8{margin:-2rem!important}.mt-md-n8,.my-md-n8{margin-top:-2rem!important}.mr-md-n8,.mx-md-n8{margin-right:-2rem!important}.mb-md-n8,.my-md-n8{margin-bottom:-2rem!important}.ml-md-n8,.mx-md-n8{margin-left:-2rem!important}.m-md-n9{margin:-2.25rem!important}.mt-md-n9,.my-md-n9{margin-top:-2.25rem!important}.mr-md-n9,.mx-md-n9{margin-right:-2.25rem!important}.mb-md-n9,.my-md-n9{margin-bottom:-2.25rem!important}.ml-md-n9,.mx-md-n9{margin-left:-2.25rem!important}.m-md-n10{margin:-2.5rem!important}.mt-md-n10,.my-md-n10{margin-top:-2.5rem!important}.mr-md-n10,.mx-md-n10{margin-right:-2.5rem!important}.mb-md-n10,.my-md-n10{margin-bottom:-2.5rem!important}.ml-md-n10,.mx-md-n10{margin-left:-2.5rem!important}.m-md-n11{margin:-2.75rem!important}.mt-md-n11,.my-md-n11{margin-top:-2.75rem!important}.mr-md-n11,.mx-md-n11{margin-right:-2.75rem!important}.mb-md-n11,.my-md-n11{margin-bottom:-2.75rem!important}.ml-md-n11,.mx-md-n11{margin-left:-2.75rem!important}.m-md-n12{margin:-3rem!important}.mt-md-n12,.my-md-n12{margin-top:-3rem!important}.mr-md-n12,.mx-md-n12{margin-right:-3rem!important}.mb-md-n12,.my-md-n12{margin-bottom:-3rem!important}.ml-md-n12,.mx-md-n12{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:1024px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:.75rem!important}.mt-lg-3,.my-lg-3{margin-top:.75rem!important}.mr-lg-3,.mx-lg-3{margin-right:.75rem!important}.mb-lg-3,.my-lg-3{margin-bottom:.75rem!important}.ml-lg-3,.mx-lg-3{margin-left:.75rem!important}.m-lg-4{margin:1rem!important}.mt-lg-4,.my-lg-4{margin-top:1rem!important}.mr-lg-4,.mx-lg-4{margin-right:1rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1rem!important}.ml-lg-4,.mx-lg-4{margin-left:1rem!important}.m-lg-5{margin:1.25rem!important}.mt-lg-5,.my-lg-5{margin-top:1.25rem!important}.mr-lg-5,.mx-lg-5{margin-right:1.25rem!important}.mb-lg-5,.my-lg-5{margin-bottom:1.25rem!important}.ml-lg-5,.mx-lg-5{margin-left:1.25rem!important}.m-lg-6{margin:1.5rem!important}.mt-lg-6,.my-lg-6{margin-top:1.5rem!important}.mr-lg-6,.mx-lg-6{margin-right:1.5rem!important}.mb-lg-6,.my-lg-6{margin-bottom:1.5rem!important}.ml-lg-6,.mx-lg-6{margin-left:1.5rem!important}.m-lg-7{margin:1.75rem!important}.mt-lg-7,.my-lg-7{margin-top:1.75rem!important}.mr-lg-7,.mx-lg-7{margin-right:1.75rem!important}.mb-lg-7,.my-lg-7{margin-bottom:1.75rem!important}.ml-lg-7,.mx-lg-7{margin-left:1.75rem!important}.m-lg-8{margin:2rem!important}.mt-lg-8,.my-lg-8{margin-top:2rem!important}.mr-lg-8,.mx-lg-8{margin-right:2rem!important}.mb-lg-8,.my-lg-8{margin-bottom:2rem!important}.ml-lg-8,.mx-lg-8{margin-left:2rem!important}.m-lg-9{margin:2.25rem!important}.mt-lg-9,.my-lg-9{margin-top:2.25rem!important}.mr-lg-9,.mx-lg-9{margin-right:2.25rem!important}.mb-lg-9,.my-lg-9{margin-bottom:2.25rem!important}.ml-lg-9,.mx-lg-9{margin-left:2.25rem!important}.m-lg-10{margin:2.5rem!important}.mt-lg-10,.my-lg-10{margin-top:2.5rem!important}.mr-lg-10,.mx-lg-10{margin-right:2.5rem!important}.mb-lg-10,.my-lg-10{margin-bottom:2.5rem!important}.ml-lg-10,.mx-lg-10{margin-left:2.5rem!important}.m-lg-11{margin:2.75rem!important}.mt-lg-11,.my-lg-11{margin-top:2.75rem!important}.mr-lg-11,.mx-lg-11{margin-right:2.75rem!important}.mb-lg-11,.my-lg-11{margin-bottom:2.75rem!important}.ml-lg-11,.mx-lg-11{margin-left:2.75rem!important}.m-lg-12{margin:3rem!important}.mt-lg-12,.my-lg-12{margin-top:3rem!important}.mr-lg-12,.mx-lg-12{margin-right:3rem!important}.mb-lg-12,.my-lg-12{margin-bottom:3rem!important}.ml-lg-12,.mx-lg-12{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:.75rem!important}.pt-lg-3,.py-lg-3{padding-top:.75rem!important}.pr-lg-3,.px-lg-3{padding-right:.75rem!important}.pb-lg-3,.py-lg-3{padding-bottom:.75rem!important}.pl-lg-3,.px-lg-3{padding-left:.75rem!important}.p-lg-4{padding:1rem!important}.pt-lg-4,.py-lg-4{padding-top:1rem!important}.pr-lg-4,.px-lg-4{padding-right:1rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1rem!important}.pl-lg-4,.px-lg-4{padding-left:1rem!important}.p-lg-5{padding:1.25rem!important}.pt-lg-5,.py-lg-5{padding-top:1.25rem!important}.pr-lg-5,.px-lg-5{padding-right:1.25rem!important}.pb-lg-5,.py-lg-5{padding-bottom:1.25rem!important}.pl-lg-5,.px-lg-5{padding-left:1.25rem!important}.p-lg-6{padding:1.5rem!important}.pt-lg-6,.py-lg-6{padding-top:1.5rem!important}.pr-lg-6,.px-lg-6{padding-right:1.5rem!important}.pb-lg-6,.py-lg-6{padding-bottom:1.5rem!important}.pl-lg-6,.px-lg-6{padding-left:1.5rem!important}.p-lg-7{padding:1.75rem!important}.pt-lg-7,.py-lg-7{padding-top:1.75rem!important}.pr-lg-7,.px-lg-7{padding-right:1.75rem!important}.pb-lg-7,.py-lg-7{padding-bottom:1.75rem!important}.pl-lg-7,.px-lg-7{padding-left:1.75rem!important}.p-lg-8{padding:2rem!important}.pt-lg-8,.py-lg-8{padding-top:2rem!important}.pr-lg-8,.px-lg-8{padding-right:2rem!important}.pb-lg-8,.py-lg-8{padding-bottom:2rem!important}.pl-lg-8,.px-lg-8{padding-left:2rem!important}.p-lg-9{padding:2.25rem!important}.pt-lg-9,.py-lg-9{padding-top:2.25rem!important}.pr-lg-9,.px-lg-9{padding-right:2.25rem!important}.pb-lg-9,.py-lg-9{padding-bottom:2.25rem!important}.pl-lg-9,.px-lg-9{padding-left:2.25rem!important}.p-lg-10{padding:2.5rem!important}.pt-lg-10,.py-lg-10{padding-top:2.5rem!important}.pr-lg-10,.px-lg-10{padding-right:2.5rem!important}.pb-lg-10,.py-lg-10{padding-bottom:2.5rem!important}.pl-lg-10,.px-lg-10{padding-left:2.5rem!important}.p-lg-11{padding:2.75rem!important}.pt-lg-11,.py-lg-11{padding-top:2.75rem!important}.pr-lg-11,.px-lg-11{padding-right:2.75rem!important}.pb-lg-11,.py-lg-11{padding-bottom:2.75rem!important}.pl-lg-11,.px-lg-11{padding-left:2.75rem!important}.p-lg-12{padding:3rem!important}.pt-lg-12,.py-lg-12{padding-top:3rem!important}.pr-lg-12,.px-lg-12{padding-right:3rem!important}.pb-lg-12,.py-lg-12{padding-bottom:3rem!important}.pl-lg-12,.px-lg-12{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-.75rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-.75rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-.75rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-.75rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-.75rem!important}.m-lg-n4{margin:-1rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1rem!important}.m-lg-n5{margin:-1.25rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-1.25rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-1.25rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-1.25rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-1.25rem!important}.m-lg-n6{margin:-1.5rem!important}.mt-lg-n6,.my-lg-n6{margin-top:-1.5rem!important}.mr-lg-n6,.mx-lg-n6{margin-right:-1.5rem!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-1.5rem!important}.ml-lg-n6,.mx-lg-n6{margin-left:-1.5rem!important}.m-lg-n7{margin:-1.75rem!important}.mt-lg-n7,.my-lg-n7{margin-top:-1.75rem!important}.mr-lg-n7,.mx-lg-n7{margin-right:-1.75rem!important}.mb-lg-n7,.my-lg-n7{margin-bottom:-1.75rem!important}.ml-lg-n7,.mx-lg-n7{margin-left:-1.75rem!important}.m-lg-n8{margin:-2rem!important}.mt-lg-n8,.my-lg-n8{margin-top:-2rem!important}.mr-lg-n8,.mx-lg-n8{margin-right:-2rem!important}.mb-lg-n8,.my-lg-n8{margin-bottom:-2rem!important}.ml-lg-n8,.mx-lg-n8{margin-left:-2rem!important}.m-lg-n9{margin:-2.25rem!important}.mt-lg-n9,.my-lg-n9{margin-top:-2.25rem!important}.mr-lg-n9,.mx-lg-n9{margin-right:-2.25rem!important}.mb-lg-n9,.my-lg-n9{margin-bottom:-2.25rem!important}.ml-lg-n9,.mx-lg-n9{margin-left:-2.25rem!important}.m-lg-n10{margin:-2.5rem!important}.mt-lg-n10,.my-lg-n10{margin-top:-2.5rem!important}.mr-lg-n10,.mx-lg-n10{margin-right:-2.5rem!important}.mb-lg-n10,.my-lg-n10{margin-bottom:-2.5rem!important}.ml-lg-n10,.mx-lg-n10{margin-left:-2.5rem!important}.m-lg-n11{margin:-2.75rem!important}.mt-lg-n11,.my-lg-n11{margin-top:-2.75rem!important}.mr-lg-n11,.mx-lg-n11{margin-right:-2.75rem!important}.mb-lg-n11,.my-lg-n11{margin-bottom:-2.75rem!important}.ml-lg-n11,.mx-lg-n11{margin-left:-2.75rem!important}.m-lg-n12{margin:-3rem!important}.mt-lg-n12,.my-lg-n12{margin-top:-3rem!important}.mr-lg-n12,.mx-lg-n12{margin-right:-3rem!important}.mb-lg-n12,.my-lg-n12{margin-bottom:-3rem!important}.ml-lg-n12,.mx-lg-n12{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1366px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:.75rem!important}.mt-xl-3,.my-xl-3{margin-top:.75rem!important}.mr-xl-3,.mx-xl-3{margin-right:.75rem!important}.mb-xl-3,.my-xl-3{margin-bottom:.75rem!important}.ml-xl-3,.mx-xl-3{margin-left:.75rem!important}.m-xl-4{margin:1rem!important}.mt-xl-4,.my-xl-4{margin-top:1rem!important}.mr-xl-4,.mx-xl-4{margin-right:1rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1rem!important}.ml-xl-4,.mx-xl-4{margin-left:1rem!important}.m-xl-5{margin:1.25rem!important}.mt-xl-5,.my-xl-5{margin-top:1.25rem!important}.mr-xl-5,.mx-xl-5{margin-right:1.25rem!important}.mb-xl-5,.my-xl-5{margin-bottom:1.25rem!important}.ml-xl-5,.mx-xl-5{margin-left:1.25rem!important}.m-xl-6{margin:1.5rem!important}.mt-xl-6,.my-xl-6{margin-top:1.5rem!important}.mr-xl-6,.mx-xl-6{margin-right:1.5rem!important}.mb-xl-6,.my-xl-6{margin-bottom:1.5rem!important}.ml-xl-6,.mx-xl-6{margin-left:1.5rem!important}.m-xl-7{margin:1.75rem!important}.mt-xl-7,.my-xl-7{margin-top:1.75rem!important}.mr-xl-7,.mx-xl-7{margin-right:1.75rem!important}.mb-xl-7,.my-xl-7{margin-bottom:1.75rem!important}.ml-xl-7,.mx-xl-7{margin-left:1.75rem!important}.m-xl-8{margin:2rem!important}.mt-xl-8,.my-xl-8{margin-top:2rem!important}.mr-xl-8,.mx-xl-8{margin-right:2rem!important}.mb-xl-8,.my-xl-8{margin-bottom:2rem!important}.ml-xl-8,.mx-xl-8{margin-left:2rem!important}.m-xl-9{margin:2.25rem!important}.mt-xl-9,.my-xl-9{margin-top:2.25rem!important}.mr-xl-9,.mx-xl-9{margin-right:2.25rem!important}.mb-xl-9,.my-xl-9{margin-bottom:2.25rem!important}.ml-xl-9,.mx-xl-9{margin-left:2.25rem!important}.m-xl-10{margin:2.5rem!important}.mt-xl-10,.my-xl-10{margin-top:2.5rem!important}.mr-xl-10,.mx-xl-10{margin-right:2.5rem!important}.mb-xl-10,.my-xl-10{margin-bottom:2.5rem!important}.ml-xl-10,.mx-xl-10{margin-left:2.5rem!important}.m-xl-11{margin:2.75rem!important}.mt-xl-11,.my-xl-11{margin-top:2.75rem!important}.mr-xl-11,.mx-xl-11{margin-right:2.75rem!important}.mb-xl-11,.my-xl-11{margin-bottom:2.75rem!important}.ml-xl-11,.mx-xl-11{margin-left:2.75rem!important}.m-xl-12{margin:3rem!important}.mt-xl-12,.my-xl-12{margin-top:3rem!important}.mr-xl-12,.mx-xl-12{margin-right:3rem!important}.mb-xl-12,.my-xl-12{margin-bottom:3rem!important}.ml-xl-12,.mx-xl-12{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:.75rem!important}.pt-xl-3,.py-xl-3{padding-top:.75rem!important}.pr-xl-3,.px-xl-3{padding-right:.75rem!important}.pb-xl-3,.py-xl-3{padding-bottom:.75rem!important}.pl-xl-3,.px-xl-3{padding-left:.75rem!important}.p-xl-4{padding:1rem!important}.pt-xl-4,.py-xl-4{padding-top:1rem!important}.pr-xl-4,.px-xl-4{padding-right:1rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1rem!important}.pl-xl-4,.px-xl-4{padding-left:1rem!important}.p-xl-5{padding:1.25rem!important}.pt-xl-5,.py-xl-5{padding-top:1.25rem!important}.pr-xl-5,.px-xl-5{padding-right:1.25rem!important}.pb-xl-5,.py-xl-5{padding-bottom:1.25rem!important}.pl-xl-5,.px-xl-5{padding-left:1.25rem!important}.p-xl-6{padding:1.5rem!important}.pt-xl-6,.py-xl-6{padding-top:1.5rem!important}.pr-xl-6,.px-xl-6{padding-right:1.5rem!important}.pb-xl-6,.py-xl-6{padding-bottom:1.5rem!important}.pl-xl-6,.px-xl-6{padding-left:1.5rem!important}.p-xl-7{padding:1.75rem!important}.pt-xl-7,.py-xl-7{padding-top:1.75rem!important}.pr-xl-7,.px-xl-7{padding-right:1.75rem!important}.pb-xl-7,.py-xl-7{padding-bottom:1.75rem!important}.pl-xl-7,.px-xl-7{padding-left:1.75rem!important}.p-xl-8{padding:2rem!important}.pt-xl-8,.py-xl-8{padding-top:2rem!important}.pr-xl-8,.px-xl-8{padding-right:2rem!important}.pb-xl-8,.py-xl-8{padding-bottom:2rem!important}.pl-xl-8,.px-xl-8{padding-left:2rem!important}.p-xl-9{padding:2.25rem!important}.pt-xl-9,.py-xl-9{padding-top:2.25rem!important}.pr-xl-9,.px-xl-9{padding-right:2.25rem!important}.pb-xl-9,.py-xl-9{padding-bottom:2.25rem!important}.pl-xl-9,.px-xl-9{padding-left:2.25rem!important}.p-xl-10{padding:2.5rem!important}.pt-xl-10,.py-xl-10{padding-top:2.5rem!important}.pr-xl-10,.px-xl-10{padding-right:2.5rem!important}.pb-xl-10,.py-xl-10{padding-bottom:2.5rem!important}.pl-xl-10,.px-xl-10{padding-left:2.5rem!important}.p-xl-11{padding:2.75rem!important}.pt-xl-11,.py-xl-11{padding-top:2.75rem!important}.pr-xl-11,.px-xl-11{padding-right:2.75rem!important}.pb-xl-11,.py-xl-11{padding-bottom:2.75rem!important}.pl-xl-11,.px-xl-11{padding-left:2.75rem!important}.p-xl-12{padding:3rem!important}.pt-xl-12,.py-xl-12{padding-top:3rem!important}.pr-xl-12,.px-xl-12{padding-right:3rem!important}.pb-xl-12,.py-xl-12{padding-bottom:3rem!important}.pl-xl-12,.px-xl-12{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-.75rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-.75rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-.75rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-.75rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-.75rem!important}.m-xl-n4{margin:-1rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1rem!important}.m-xl-n5{margin:-1.25rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-1.25rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-1.25rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-1.25rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-1.25rem!important}.m-xl-n6{margin:-1.5rem!important}.mt-xl-n6,.my-xl-n6{margin-top:-1.5rem!important}.mr-xl-n6,.mx-xl-n6{margin-right:-1.5rem!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-1.5rem!important}.ml-xl-n6,.mx-xl-n6{margin-left:-1.5rem!important}.m-xl-n7{margin:-1.75rem!important}.mt-xl-n7,.my-xl-n7{margin-top:-1.75rem!important}.mr-xl-n7,.mx-xl-n7{margin-right:-1.75rem!important}.mb-xl-n7,.my-xl-n7{margin-bottom:-1.75rem!important}.ml-xl-n7,.mx-xl-n7{margin-left:-1.75rem!important}.m-xl-n8{margin:-2rem!important}.mt-xl-n8,.my-xl-n8{margin-top:-2rem!important}.mr-xl-n8,.mx-xl-n8{margin-right:-2rem!important}.mb-xl-n8,.my-xl-n8{margin-bottom:-2rem!important}.ml-xl-n8,.mx-xl-n8{margin-left:-2rem!important}.m-xl-n9{margin:-2.25rem!important}.mt-xl-n9,.my-xl-n9{margin-top:-2.25rem!important}.mr-xl-n9,.mx-xl-n9{margin-right:-2.25rem!important}.mb-xl-n9,.my-xl-n9{margin-bottom:-2.25rem!important}.ml-xl-n9,.mx-xl-n9{margin-left:-2.25rem!important}.m-xl-n10{margin:-2.5rem!important}.mt-xl-n10,.my-xl-n10{margin-top:-2.5rem!important}.mr-xl-n10,.mx-xl-n10{margin-right:-2.5rem!important}.mb-xl-n10,.my-xl-n10{margin-bottom:-2.5rem!important}.ml-xl-n10,.mx-xl-n10{margin-left:-2.5rem!important}.m-xl-n11{margin:-2.75rem!important}.mt-xl-n11,.my-xl-n11{margin-top:-2.75rem!important}.mr-xl-n11,.mx-xl-n11{margin-right:-2.75rem!important}.mb-xl-n11,.my-xl-n11{margin-bottom:-2.75rem!important}.ml-xl-n11,.mx-xl-n11{margin-left:-2.75rem!important}.m-xl-n12{margin:-3rem!important}.mt-xl-n12,.my-xl-n12{margin-top:-3rem!important}.mr-xl-n12,.mx-xl-n12{margin-right:-3rem!important}.mb-xl-n12,.my-xl-n12{margin-bottom:-3rem!important}.ml-xl-n12,.mx-xl-n12{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:Courier New,Courier,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:1024px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1366px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#0774d2!important}a.text-primary:focus,a.text-primary:hover{color:#054b88!important}.text-secondary{color:#098934!important}a.text-secondary:focus,a.text-secondary:hover{color:#044119!important}.text-success{color:#098934!important}a.text-success:focus,a.text-success:hover{color:#044119!important}.text-info{color:#0774d2!important}a.text-info:focus,a.text-info:hover{color:#054b88!important}.text-warning{color:#e96900!important}a.text-warning:focus,a.text-warning:hover{color:#9d4700!important}.text-danger{color:#d72321!important}a.text-danger:focus,a.text-danger:hover{color:#951817!important}.text-light{color:#f5f5f5!important}a.text-light:focus,a.text-light:hover{color:#cfcfcf!important}.text-dark{color:#3d3d3d!important}a.text-dark:focus,a.text-dark:hover{color:#171717!important}.text-matrix-primary{color:#00649e!important}a.text-matrix-primary:focus,a.text-matrix-primary:hover{color:#003452!important}.text-grey{color:#4f4f4f!important}a.text-grey:focus,a.text-grey:hover{color:#292929!important}.text-purple{color:#6b47b4!important}a.text-purple:focus,a.text-purple:hover{color:#4a317d!important}.text-blue{color:#0774d2!important}a.text-blue:focus,a.text-blue:hover{color:#054b88!important}.text-red{color:#d72321!important}a.text-red:focus,a.text-red:hover{color:#951817!important}.text-pink{color:#b93da9!important}a.text-pink:focus,a.text-pink:hover{color:#7f2a74!important}.text-body{color:#212529!important}.text-muted{color:#707070!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:none;border-color:#dee2e6 #dee2e6 none;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#0774d2;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:8px;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1rem;line-height:inherit;margin-right:8px;padding-bottom:8px;padding-top:8px;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:6px;padding-right:6px}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:6px;padding-right:6px}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:1023.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1024px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:6px;padding-right:6px}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1365.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1366px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:6px;padding-right:6px}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:6px;padding-right:6px}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(29,155,226,.16)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:hsla(0,0%,100%,.12)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text,.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#212529;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:7.25rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media(min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media(min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media(min-width:1024px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media(min-width:1366px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.25rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#707070;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#0774d2;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:hsla(0,0%,44%,.5);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#707070;display:block;padding:.25rem 1.5rem}.badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.125rem .5rem;text-align:center;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out;vertical-align:baseline;white-space:nowrap}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue .badge,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey .badge,.btn .badge,.btn-more-info .badge,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm .badge,.matrix-modal>.swal2-buttonswrapper .swal2-cancel .badge,.matrix-modal>.swal2-buttonswrapper .swal2-styled .badge,.matrix-modal>button.swal2-close .badge,.screen-header .screen-navigation .dropdown-toggle .badge,.sds-btn-add .badge,.sds-btn-close .badge,.sds-btn-icon-solo .badge,.sds-btn-undo .badge,.sds-matrix-btn-circular-icon-toggle .badge,.sq-notification-box .close .badge,.toolbar .nav-link .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#0774d2;color:#fff}a.badge-primary:focus,a.badge-primary:hover{background-color:#0559a1;color:#fff}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5);outline:0}.badge-secondary{background-color:#098934;color:#fff}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#065922;color:#fff}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 2px rgba(9,137,52,.5);outline:0}.badge-success{background-color:#098934;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#065922;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 2px rgba(9,137,52,.5);outline:0}.badge-info{background-color:#0774d2;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#0559a1;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5);outline:0}.badge-warning{background-color:#e96900;color:#fff}a.badge-warning:focus,a.badge-warning:hover{background-color:#b65200;color:#fff}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 2px rgba(233,105,0,.5);outline:0}.badge-danger{background-color:#d72321;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#ab1c1a;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 2px rgba(215,35,33,.5);outline:0}.badge-light{background-color:#f5f5f5;color:#212529}a.badge-light:focus,a.badge-light:hover{background-color:#dcdcdc;color:#212529}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 2px hsla(0,0%,96%,.5);outline:0}.badge-dark{background-color:#3d3d3d;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#242424;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 2px rgba(61,61,61,.5);outline:0}.badge-matrix-primary{background-color:#00649e;color:#fff}a.badge-matrix-primary:focus,a.badge-matrix-primary:hover{background-color:#00446b;color:#fff}a.badge-matrix-primary.focus,a.badge-matrix-primary:focus{box-shadow:0 0 0 2px rgba(0,100,158,.5);outline:0}.badge-grey{background-color:#4f4f4f;color:#fff}a.badge-grey:focus,a.badge-grey:hover{background-color:#363636;color:#fff}a.badge-grey.focus,a.badge-grey:focus{box-shadow:0 0 0 2px rgba(79,79,79,.5);outline:0}.badge-purple{background-color:#6b47b4;color:#fff}a.badge-purple:focus,a.badge-purple:hover{background-color:#55398f;color:#fff}a.badge-purple.focus,a.badge-purple:focus{box-shadow:0 0 0 2px rgba(107,71,180,.5);outline:0}.badge-blue{background-color:#0774d2;color:#fff}a.badge-blue:focus,a.badge-blue:hover{background-color:#0559a1;color:#fff}a.badge-blue.focus,a.badge-blue:focus{box-shadow:0 0 0 2px rgba(7,116,210,.5);outline:0}.badge-red{background-color:#d72321;color:#fff}a.badge-red:focus,a.badge-red:hover{background-color:#ab1c1a;color:#fff}a.badge-red.focus,a.badge-red:focus{box-shadow:0 0 0 2px rgba(215,35,33,.5);outline:0}.badge-pink{background-color:#b93da9;color:#fff}a.badge-pink:focus,a.badge-pink:hover{background-color:#933086;color:#fff}a.badge-pink.focus,a.badge-pink:focus{box-shadow:0 0 0 2px rgba(185,61,169,.5);outline:0}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.04);border-radius:.25rem;font-family:Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.25;max-width:37.5rem;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1082}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .25rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.09);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.25rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.09);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.09);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.25rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.09);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#2b2b2b;font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#2b2b2b;padding:1rem}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.375rem .5rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#0774d2;border-color:#0774d2;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1024px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1366px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#bad8f2;color:#043c6d}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#a4ccee;color:#043c6d}.list-group-item-primary.list-group-item-action.active{background-color:#043c6d;border-color:#043c6d;color:#fff}.list-group-item-secondary{background-color:#badec6;color:#05471b}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#a9d6b8;color:#05471b}.list-group-item-secondary.list-group-item-action.active{background-color:#05471b;border-color:#05471b;color:#fff}.list-group-item-success{background-color:#badec6;color:#05471b}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#a9d6b8;color:#05471b}.list-group-item-success.list-group-item-action.active{background-color:#05471b;border-color:#05471b;color:#fff}.list-group-item-info{background-color:#bad8f2;color:#043c6d}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#a4ccee;color:#043c6d}.list-group-item-info.list-group-item-action.active{background-color:#043c6d;border-color:#043c6d;color:#fff}.list-group-item-warning{background-color:#f9d5b8;color:#793700}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#f7c7a0;color:#793700}.list-group-item-warning.list-group-item-action.active{background-color:#793700;border-color:#793700;color:#fff}.list-group-item-danger{background-color:#f4c1c1;color:#701211}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#f0acab;color:#701211}.list-group-item-danger.list-group-item-action.active{background-color:#701211;border-color:#701211;color:#fff}.list-group-item-light{background-color:#fcfcfc;color:#7f7f7f}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#efefef;color:#7f7f7f}.list-group-item-light.list-group-item-action.active{background-color:#7f7f7f;border-color:#7f7f7f;color:#fff}.list-group-item-dark{background-color:#c9c9c9;color:#202020}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#bcbcbc;color:#202020}.list-group-item-dark.list-group-item-action.active{background-color:#202020;border-color:#202020;color:#fff}.list-group-item-matrix-primary{background-color:#b8d4e4;color:#003452}.list-group-item-matrix-primary.list-group-item-action:focus,.list-group-item-matrix-primary.list-group-item-action:hover{background-color:#a5c8dd;color:#003452}.list-group-item-matrix-primary.list-group-item-action.active{background-color:#003452;border-color:#003452;color:#fff}.list-group-item-grey{background-color:#cecece;color:#292929}.list-group-item-grey.list-group-item-action:focus,.list-group-item-grey.list-group-item-action:hover{background-color:#c1c1c1;color:#292929}.list-group-item-grey.list-group-item-action.active{background-color:#292929;border-color:#292929;color:#fff}.list-group-item-purple{background-color:#d6cbea;color:#38255e}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{background-color:#c7b9e3;color:#38255e}.list-group-item-purple.list-group-item-action.active{background-color:#38255e;border-color:#38255e;color:#fff}.list-group-item-blue{background-color:#bad8f2;color:#043c6d}.list-group-item-blue.list-group-item-action:focus,.list-group-item-blue.list-group-item-action:hover{background-color:#a4ccee;color:#043c6d}.list-group-item-blue.list-group-item-action.active{background-color:#043c6d;border-color:#043c6d;color:#fff}.list-group-item-red{background-color:#f4c1c1;color:#701211}.list-group-item-red.list-group-item-action:focus,.list-group-item-red.list-group-item-action:hover{background-color:#f0acab;color:#701211}.list-group-item-red.list-group-item-action.active{background-color:#701211;border-color:#701211;color:#fff}.list-group-item-pink{background-color:#ebc9e7;color:#602058}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{background-color:#e5b6df;color:#602058}.list-group-item-pink.list-group-item-action.active{background-color:#602058;border-color:#602058;color:#fff}.table{background-color:#fff;color:#3d3d3d;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #e0e0e0;padding:1rem 1.25rem;vertical-align:top}.table thead th{border-bottom:2px solid #e0e0e0;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #e0e0e0}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #e0e0e0}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#3d3d3d}.table-primary,.table-primary>td,.table-primary>th{background-color:#bad8f2}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7eb7e8}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a4ccee}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#badec6}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#7fc295}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#a9d6b8}.table-success,.table-success>td,.table-success>th{background-color:#badec6}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#7fc295}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#a9d6b8}.table-info,.table-info>td,.table-info>th{background-color:#bad8f2}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#7eb7e8}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a4ccee}.table-warning,.table-warning>td,.table-warning>th{background-color:#f9d5b8}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#f4b17a}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f7c7a0}.table-danger,.table-danger>td,.table-danger>th{background-color:#f4c1c1}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ea8d8c}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f0acab}.table-light,.table-light>td,.table-light>th{background-color:#fcfcfc}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fafafa}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#efefef}.table-dark,.table-dark>td,.table-dark>th{background-color:#c9c9c9}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#9a9a9a}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#bcbcbc}.table-matrix-primary,.table-matrix-primary>td,.table-matrix-primary>th{background-color:#b8d4e4}.table-matrix-primary tbody+tbody,.table-matrix-primary td,.table-matrix-primary th,.table-matrix-primary thead th{border-color:#7aaecd}.table-hover .table-matrix-primary:hover,.table-hover .table-matrix-primary:hover>td,.table-hover .table-matrix-primary:hover>th{background-color:#a5c8dd}.table-grey,.table-grey>td,.table-grey>th{background-color:#cecece}.table-grey tbody+tbody,.table-grey td,.table-grey th,.table-grey thead th{border-color:#a3a3a3}.table-hover .table-grey:hover,.table-hover .table-grey:hover>td,.table-hover .table-grey:hover>th{background-color:#c1c1c1}.table-purple,.table-purple>td,.table-purple>th{background-color:#d6cbea}.table-purple tbody+tbody,.table-purple td,.table-purple th,.table-purple thead th{border-color:#b29fd8}.table-hover .table-purple:hover,.table-hover .table-purple:hover>td,.table-hover .table-purple:hover>th{background-color:#c7b9e3}.table-blue,.table-blue>td,.table-blue>th{background-color:#bad8f2}.table-blue tbody+tbody,.table-blue td,.table-blue th,.table-blue thead th{border-color:#7eb7e8}.table-hover .table-blue:hover,.table-hover .table-blue:hover>td,.table-hover .table-blue:hover>th{background-color:#a4ccee}.table-red,.table-red>td,.table-red>th{background-color:#f4c1c1}.table-red tbody+tbody,.table-red td,.table-red th,.table-red thead th{border-color:#ea8d8c}.table-hover .table-red:hover,.table-hover .table-red:hover>td,.table-hover .table-red:hover>th{background-color:#f0acab}.table-pink,.table-pink>td,.table-pink>th{background-color:#ebc9e7}.table-pink tbody+tbody,.table-pink td,.table-pink th,.table-pink thead th{border-color:#db9ad2}.table-hover .table-pink:hover,.table-hover .table-pink:hover>td,.table-hover .table-pink:hover>th{background-color:#e5b6df}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#3d3d3d;border-color:#3d3d3d;color:#fff}.table .thead-light th{background-color:#ededed;border-color:#e0e0e0;color:#4f4f4f}.table-dark{background-color:#3d3d3d;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#3d3d3d}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media(max-width:1023.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1365.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;width:100%}.table-responsive>.table-bordered{border:0}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:0;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:none;transition:transform .2s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:0}.modal-dialog-scrollable{display:flex;max-height:100%}.modal-dialog-scrollable .modal-content{max-height:100vh;overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:100%}.modal-dialog-centered:before{content:"";display:block;height:100vh;height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px;border-radius:.5rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #ededed;border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px);display:flex;justify-content:space-between;padding:1.5rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1.5rem}.modal-title{line-height:.5rem;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1.5rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px);border-top:1px solid #ededed;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:1.25rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media(min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:37.5rem}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:25rem}}@media(min-width:1024px){.modal-lg,.modal-xl{max-width:50rem}}@media(min-width:1366px){.modal-xl{max-width:62.5rem}}.alert{border:0 solid transparent;border-radius:.25rem;margin-bottom:0;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#e1eefa;border-color:#bad8f2;color:#043c6d}.alert-primary hr{border-top-color:#a4ccee}.alert-primary .alert-link{color:#02213c}.alert-secondary{background-color:#e1f1e7;border-color:#badec6;color:#05471b}.alert-secondary hr{border-top-color:#a9d6b8}.alert-secondary .alert-link{color:#021709}.alert-success{background-color:#e1f1e7;border-color:#badec6;color:#05471b}.alert-success hr{border-top-color:#a9d6b8}.alert-success .alert-link{color:#021709}.alert-info{background-color:#e1eefa;border-color:#bad8f2;color:#043c6d}.alert-info hr{border-top-color:#a4ccee}.alert-info .alert-link{color:#02213c}.alert-warning{background-color:#fcede0;border-color:#f9d5b8;color:#793700}.alert-warning hr{border-top-color:#f7c7a0}.alert-warning .alert-link{color:#462000}.alert-danger{background-color:#fae5e4;border-color:#f4c1c1;color:#701211}.alert-danger hr{border-top-color:#f0acab}.alert-danger .alert-link{color:#440b0a}.alert-light{background-color:#fefefe;border-color:#fcfcfc;color:#7f7f7f}.alert-light hr{border-top-color:#efefef}.alert-light .alert-link{color:#666}.alert-dark{background-color:#e8e8e8;border-color:#c9c9c9;color:#202020}.alert-dark hr{border-top-color:#bcbcbc}.alert-dark .alert-link{color:#060606}.alert-matrix-primary{background-color:#e0ecf3;border-color:#b8d4e4;color:#003452}.alert-matrix-primary hr{border-top-color:#a5c8dd}.alert-matrix-primary .alert-link{color:#00141f}.alert-grey{background-color:#eaeaea;border-color:#cecece;color:#292929}.alert-grey hr{border-top-color:#c1c1c1}.alert-grey .alert-link{color:#101010}.alert-purple{background-color:#ede9f6;border-color:#d6cbea;color:#38255e}.alert-purple hr{border-top-color:#c7b9e3}.alert-purple .alert-link{color:#221639}.alert-blue{background-color:#e1eefa;border-color:#bad8f2;color:#043c6d}.alert-blue hr{border-top-color:#a4ccee}.alert-blue .alert-link{color:#02213c}.alert-red{background-color:#fae5e4;border-color:#f4c1c1;color:#701211}.alert-red hr{border-top-color:#f0acab}.alert-red .alert-link{color:#440b0a}.alert-pink{background-color:#f7e8f5;border-color:#ebc9e7;color:#602058}.alert-pink hr{border-top-color:#e5b6df}.alert-pink .alert-link{color:#3a1335}[class^=cms-] .custom-control{-webkit-print-color-adjust:exact;color-adjust:exact;display:block;min-height:1.25rem;padding-left:1.5rem;position:relative;z-index:1}[class^=cms-] .custom-control-inline{display:inline-flex;margin-right:1rem}[class^=cms-] .custom-control-input{height:1.125rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}[class^=cms-] .custom-control-input:checked~.custom-control-label:before{background-color:#0774d2;border-color:#0774d2;color:#fff}[class^=cms-] .custom-control-input:focus~.custom-control-label:before{box-shadow:none}[class^=cms-] .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#0774d2}[class^=cms-] .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#90cafb;border-color:#90cafb;color:#fff}[class^=cms-] .custom-control-input:disabled~.custom-control-label,[class^=cms-] .custom-control-input[disabled]~.custom-control-label{color:#6c757d}[class^=cms-] .custom-control-input:disabled~.custom-control-label:before,[class^=cms-] .custom-control-input[disabled]~.custom-control-label:before{background-color:#e0e0e0}[class^=cms-] .custom-control-label{margin-bottom:0;position:relative;vertical-align:top}[class^=cms-] .custom-control-label:before{background-color:#fff;border:2px solid #adb5bd;pointer-events:none}[class^=cms-] .custom-control-label:after,[class^=cms-] .custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.125rem;width:1rem}[class^=cms-] .custom-control-label:after{background:50%/50% 50% no-repeat}[class^=cms-] .custom-checkbox .custom-control-label:before{border-radius:.25rem}[class^=cms-] .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E")}[class^=cms-] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#0774d2;border-color:#0774d2}[class^=cms-] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}[class^=cms-] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(7,116,210,.5)}[class^=cms-] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(7,116,210,.5)}[class^=cms-] .custom-radio .custom-control-label:before{border-radius:50%}[class^=cms-] .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}[class^=cms-] .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(7,116,210,.5)}[class^=cms-] .custom-switch{padding-left:2.25rem}[class^=cms-] .custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}[class^=cms-] .custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 8px);left:calc(-2.25rem + 4px);top:calc(.125rem + 4px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 8px)}@media(prefers-reduced-motion:reduce){[class^=cms-] .custom-switch .custom-control-label:after{transition:none}}[class^=cms-] .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}[class^=cms-] .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(7,116,210,.5)}[class^=cms-] .custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .5rem center/8px 10px no-repeat;border:2px solid #e0e0e0;border-radius:.25rem;color:#4f4f4f;display:inline-block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem 1.5rem .375rem .5rem;vertical-align:middle;width:100%}[class^=cms-] .custom-select:focus{border-color:#0774d2;box-shadow:0 0 0 2px rgba(7,116,210,.25);outline:0}[class^=cms-] .custom-select:focus::-ms-value{background-color:#fff;color:#4f4f4f}[class^=cms-] .custom-select[multiple],[class^=cms-] .custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.5rem}[class^=cms-] .custom-select:disabled{background-color:#e9ecef;color:#6c757d}[class^=cms-] .custom-select::-ms-expand{display:none}[class^=cms-] .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #4f4f4f}[class^=cms-] .custom-select-sm{font-size:.875rem;height:calc(1em + .5rem + 4px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}[class^=cms-] .custom-select-lg{font-size:1.25rem;height:calc(2em + 1rem + 4px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}[class^=cms-] .custom-file{display:inline-block;height:2.25rem;margin-bottom:0;position:relative;width:100%}[class^=cms-] .custom-file-input{height:2.25rem;margin:0;opacity:0;overflow:hidden;position:relative;width:100%;z-index:2}[class^=cms-] .custom-file-input:focus~.custom-file-label{border-color:#0774d2;box-shadow:none}[class^=cms-] .custom-file-input:disabled~.custom-file-label,[class^=cms-] .custom-file-input[disabled]~.custom-file-label{background-color:#e0e0e0}[class^=cms-] .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}[class^=cms-] .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}[class^=cms-] .custom-file-label{background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;font-weight:400;height:2.25rem;left:0;overflow:hidden;z-index:1}[class^=cms-] .custom-file-label,[class^=cms-] .custom-file-label:after{color:#4f4f4f;line-height:1.25;padding:.375rem .5rem;position:absolute;right:0;top:0}[class^=cms-] .custom-file-label:after{background-color:#f7f7f7;border-left:inherit;border-radius:0 4px 4px 0;bottom:0;content:"Browse";display:block;height:calc(1.25em + .75rem);z-index:3}[class^=cms-] .custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:calc(1rem + 4px);padding:0;width:100%}[class^=cms-] .custom-range:focus{outline:0}[class^=cms-] .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px none,none}[class^=cms-] .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px none,none}[class^=cms-] .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px none,none}[class^=cms-] .custom-range::-moz-focus-outer{border:0}[class^=cms-] .custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#0774d2;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){[class^=cms-] .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}[class^=cms-] .custom-range::-webkit-slider-thumb:active{background-color:#90cafb}[class^=cms-] .custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}[class^=cms-] .custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#0774d2;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){[class^=cms-] .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}[class^=cms-] .custom-range::-moz-range-thumb:active{background-color:#90cafb}[class^=cms-] .custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}[class^=cms-] .custom-range::-ms-thumb{appearance:none;background-color:#0774d2;border:0;border-radius:1rem;height:1rem;margin-left:2px;margin-right:2px;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){[class^=cms-] .custom-range::-ms-thumb{-ms-transition:none;transition:none}}[class^=cms-] .custom-range::-ms-thumb:active{background-color:#90cafb}[class^=cms-] .custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}[class^=cms-] .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}[class^=cms-] .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem;margin-right:15px}[class^=cms-] .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}[class^=cms-] .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}[class^=cms-] .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}[class^=cms-] .custom-range:disabled::-moz-range-track{cursor:default}[class^=cms-] .custom-range:disabled::-ms-thumb{background-color:#adb5bd}[class^=cms-] .custom-control-label:before,[class^=cms-] .custom-file-label,[class^=cms-] .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){[class^=cms-] .custom-control-label:before,[class^=cms-] .custom-file-label,[class^=cms-] .custom-select{transition:none}}@keyframes loadingPulse{0%{opacity:1}50%{opacity:.45}to{opacity:1}}.sq-inline-fields-wrapper{align-items:center;display:flex;flex-wrap:wrap}.sq-inline-fields-wrapper .sq-asset-finder-wrapper{margin-left:.5rem}.sq-inline-fields-wrapper .table input.basicCell,.sq-inline-fields-wrapper .table input.disabledCell,.sq-inline-fields-wrapper .table input.titleCell,.sq-inline-fields-wrapper .w-sm,.table .sq-inline-fields-wrapper input.basicCell,.table .sq-inline-fields-wrapper input.disabledCell,.table .sq-inline-fields-wrapper input.titleCell{margin-left:3px;margin-right:3px}.sq-inline-fields-wrapper::first-of-type{margin-left:0}.sq-inline-fields-wrapper .form-group+label{margin-right:5px}.sq-metadata-date-wrapper input[type=text]{width:10rem}input[name^=metadata_field_select]+ul{list-style:none;margin-left:0;margin-top:0}.sq-asset-tree td img{margin-left:-1px}.sq-asset-tree td tr:last-child img{margin-top:-4px}.ui-dropdown__item.js_sq-release-locks{color:#707070}.ui-dropdown__item.js_sq-release-locks:hover{color:#3d3d3d}.sq-btn-link.ui-dropdown__button{height:auto}.more-info-icon{height:1.25rem;width:1.25rem}.more-info-icon:after{bottom:0;left:0;margin:auto;right:0;text-align:center;top:0}.sq-option-list .sq-option-list-row{grid-gap:8px;align-items:center;display:grid;grid-template-columns:1fr 1fr}.sq-option-list .sq-option-list-row input[type=text]:not([class^=w-]){width:auto!important}.multiple_text_button_wrapper{display:flex}select.sq-form-field{display:inline-block;max-width:21rem}select.sq-form-field:not([class^=w-]){width:auto}#toolbar_root_node_select{display:inline-block}.sq-backend-data input[type=password]{max-width:25rem}.sq-backend-data .form-group{margin-bottom:0}.sq-backend-data>.form-group{display:inline-block}.sq-backend-data>.form-group+.form-group{display:block}.sq-backend-data>.form-group~select.sq-form-field{margin-left:1rem}.sq-backend-row>td.sq-backend-field.sq-backend-field-newline{padding-bottom:.5rem}.sq-backend-row .sq-backend-data .sq-form-field-editor-table{display:block;max-width:57.5rem;overflow-x:auto}.sq-backend-data>.form-group+br+.form-group{margin-top:.25rem}select.sq-form-field{margin-left:.125rem;margin-right:.125rem;width:auto}select.sq-form-field:first-of-type{margin-left:0}.edit-component-properties-popover .select2-container,.edit-component-properties-popover input[type=text],.edit-component-properties-popover select,.edit-component-properties-popover textarea{width:12.875rem!important}.edit-component-properties-popover .select2-container,.edit-component-properties-popover select{text-overflow:ellipsis}.edit-component-properties-popover .select2-selection__clear{line-height:inherit}.edit-component-properties-popover td{vertical-align:middle}.edit-component-properties-popover .sq-popup-footer button:first-child{float:left}.sq-svg-icon{height:2rem;width:2rem}.sq-backend-data label.sq-toggle-switch .sq-toggle-switch__icon{font-family:Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.65}ul.sq-checkbox-list>li{align-items:center;display:flex;margin-bottom:.75rem}ul.sq-checkbox-list,ul.sq-radio-list{list-style:none;padding-left:0}ul.sq-checkbox-list>li,ul.sq-radio-list>li{flex-wrap:wrap}.sq-backend-triggers-component-controls label{color:#fff}#tool_export_assets_to_xml_mapping{display:block}#tool_export_assets_to_xml_mapping input[type=text].sq-form-field{width:8.8rem}.delete-button,.sq-svg-minus{background-color:transparent;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmY3YTdhIiBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHpNMTI0IDI5NmMtNi42IDAtMTItNS40LTEyLTEydi01NmMwLTYuNiA1LjQtMTIgMTItMTJoMjY0YzYuNiAwIDEyIDUuNCAxMiAxMnY1NmMwIDYuNi01LjQgMTItMTIgMTJIMTI0eiIvPjwvc3ZnPg==");background-repeat:no-repeat;border:0;cursor:pointer;height:.9375rem;width:.9375rem}.delete-button{display:inline-block}.sq-option-list a{top:auto}.sq-notification-box{border:none}.sq-notification-box .sq-backend-popup-heading{align-items:center;display:flex}.sq-backend-header .ui-dropdown__item,.sq-backend-header .ui-dropdown__item:hover{color:#636363}.sq-new-message-popup-wrapper{margin-left:-12px;margin-top:12px}.sq-status-square{border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.ui-dropdown{padding:0!important}.ui-dropdown .ui-dropdown__button{cursor:pointer;height:auto!important;line-height:1!important;padding:10px 25px 10px 10px!important}.ui-dropdown__button:after{top:7px!important}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-grey{box-shadow:none;height:auto;width:auto}.sq-schedule-permission-table th:first-of-type{width:26.875rem}.sq-schedule-permission-table .sq-backend-table-cell:nth-child(4) .form-group{display:inline-block}.radio{height:25px}.radio label{font-weight:inherit}.radio label input[type=checkbox],.radio label input[type=radio]{margin-top:-.1875rem}.sq-asset-finder-wrapper .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group #toolbar_root_node_select,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .form-control,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .select2-selection__rendered,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-option-list .sq-option-list-row input[type=text],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.basicCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.disabledCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.titleCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input[type=password],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group select.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input[type=text],.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.basicCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.disabledCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.titleCell{width:auto}.sq-asset-finder-wrapper .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-sm.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .form-control.w-sm,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-asset-finder-wrapper .w-sm.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-option-list .sq-option-list-row input.w-sm[type=text],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input#toolbar_root_node_select.basicCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input#toolbar_root_node_select.disabledCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input#toolbar_root_node_select.titleCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.basicCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.disabledCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.titleCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-sm#toolbar_root_node_select,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-sm.select2-selection__rendered,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-sm[type=password],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group select.w-sm.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-sm[type=text],.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input#toolbar_root_node_select.basicCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input#toolbar_root_node_select.disabledCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input#toolbar_root_node_select.titleCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.basicCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.disabledCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.titleCell{width:5.625rem}.sq-asset-finder-wrapper .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-md.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .form-control.w-md,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-asset-finder-wrapper .w-md.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-option-list .sq-option-list-row input.w-md[type=text],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.w-md.basicCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.w-md.disabledCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.w-md.titleCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-md#toolbar_root_node_select,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-md.select2-selection__rendered,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-md[type=password],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group select.w-md.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-md[type=text],.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-md.basicCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-md.disabledCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-md.titleCell{width:21rem}.sq-asset-finder-wrapper .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-lg.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .form-control.w-lg,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-asset-finder-wrapper .w-lg.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-option-list .sq-option-list-row input.w-lg[type=text],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.w-lg.basicCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.w-lg.disabledCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.w-lg.titleCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-lg#toolbar_root_node_select,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .w-lg.select2-selection__rendered,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-lg[type=password],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group select.w-lg.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-lg[type=text],.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-lg.basicCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-lg.disabledCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.w-lg.titleCell{width:36rem}.sq-asset-finder-wrapper .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .w-sm.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .form-control.w-sm,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .sq-asset-finder-wrapper .w-sm.asset-finder__inner-wrapper,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .sq-option-list .sq-option-list-row input.w-sm[type=text],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .table input#toolbar_root_node_select.basicCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .table input#toolbar_root_node_select.disabledCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .table input#toolbar_root_node_select.titleCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .table input.basicCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .table input.disabledCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .table input.titleCell,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .w-sm#toolbar_root_node_select,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper .w-sm.select2-selection__rendered,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input.w-sm[type=password],.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper select.w-sm.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input.w-sm[type=text],.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input#toolbar_root_node_select.basicCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input#toolbar_root_node_select.disabledCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input#toolbar_root_node_select.titleCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input.basicCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input.disabledCell,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .sq-inline-fields-wrapper input.titleCell{width:2.25rem}.type_code_specific-screen .sq-backend-data{display:flex;flex-wrap:wrap}.Matrix-Viper-commentdialog-buttonArea .type_code_specific-screen .sq-backend-data select+a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .type_code_specific-screen .sq-backend-data select+a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .type_code_specific-screen .sq-backend-data select+.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .type_code_specific-screen .sq-backend-data select+.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .type_code_specific-screen .sq-backend-data select+.swal2-styled,.screen-header .screen-navigation .type_code_specific-screen .sq-backend-data select+.dropdown-toggle,.sq-notification-box .type_code_specific-screen .sq-backend-data select+.close,.toolbar .type_code_specific-screen .sq-backend-data select+.nav-link,.type_code_specific-screen .sq-backend-data .Matrix-Viper-commentdialog-buttonArea select+a.Matrix-Viper-commentdialog-button-blue,.type_code_specific-screen .sq-backend-data .Matrix-Viper-commentdialog-buttonArea select+a.Matrix-Viper-commentdialog-button-grey,.type_code_specific-screen .sq-backend-data .matrix-modal.matrix-modal-error>.swal2-buttonswrapper select+.swal2-confirm,.type_code_specific-screen .sq-backend-data .matrix-modal>.swal2-buttonswrapper select+.swal2-cancel,.type_code_specific-screen .sq-backend-data .matrix-modal>.swal2-buttonswrapper select+.swal2-styled,.type_code_specific-screen .sq-backend-data .matrix-modal>select+button.swal2-close,.type_code_specific-screen .sq-backend-data .screen-header .screen-navigation select+.dropdown-toggle,.type_code_specific-screen .sq-backend-data .sq-notification-box select+.close,.type_code_specific-screen .sq-backend-data .toolbar select+.nav-link,.type_code_specific-screen .sq-backend-data select+.btn,.type_code_specific-screen .sq-backend-data select+.btn-more-info,.type_code_specific-screen .sq-backend-data select+.sds-btn-add,.type_code_specific-screen .sq-backend-data select+.sds-btn-close,.type_code_specific-screen .sq-backend-data select+.sds-btn-icon-solo,.type_code_specific-screen .sq-backend-data select+.sds-btn-undo,.type_code_specific-screen .sq-backend-data select+.sds-matrix-btn-circular-icon-toggle{margin-left:.5rem}.type_code_specific-screen .sq-backend-data .sq-backend-smallprint{width:100%}.table input.basicCell,.table input.disabledCell,.table input.titleCell{margin-bottom:.25rem}.sq-asset-finder-wrapper .sq-backend-table-header_top[id$=_additional_soap_header] .asset-finder__inner-wrapper:not(select),.sq-backend-data .sq-backend-table-header_top[id$=_additional_soap_header] input[type=password]:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] #toolbar_root_node_select:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .form-control:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .select2-selection__rendered:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .sq-asset-finder-wrapper .asset-finder__inner-wrapper:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .sq-backend-data input[type=password]:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .sq-option-list .sq-option-list-row input[type=text]:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .table input.basicCell:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .table input.disabledCell:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] .table input.titleCell:not(select),.sq-backend-table-header_top[id$=_additional_soap_header] select.sq-form-field:not(select),.sq-option-list .sq-option-list-row .sq-backend-table-header_top[id$=_additional_soap_header] input[type=text]:not(select),.table .sq-backend-table-header_top[id$=_additional_soap_header] input.basicCell:not(select),.table .sq-backend-table-header_top[id$=_additional_soap_header] input.disabledCell:not(select),.table .sq-backend-table-header_top[id$=_additional_soap_header] input.titleCell:not(select){width:100%}.sq-backend-table-soap-common th{vertical-align:bottom}.sq-backend-table-soap-common td,.sq-backend-table-soap-common th{padding:.5rem .25rem}.sq-backend-table-soap-common td:first-child,.sq-backend-table-soap-common th:first-child{padding-left:.5rem}.sq-backend-triggers-component-body label{color:inherit;font-weight:inherit}.sq-asset-finder-wrapper .sq-backend-triggers-component-body .asset-finder__inner-wrapper,.sq-backend-data .sq-backend-triggers-component-body input[type=password],.sq-backend-triggers-component-body #toolbar_root_node_select,.sq-backend-triggers-component-body .form-control,.sq-backend-triggers-component-body .form-group,.sq-backend-triggers-component-body .select2-selection__rendered,.sq-backend-triggers-component-body .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sq-backend-triggers-component-body .sq-backend-data input[type=password],.sq-backend-triggers-component-body .sq-option-list .sq-option-list-row input[type=text],.sq-backend-triggers-component-body .table input.basicCell,.sq-backend-triggers-component-body .table input.disabledCell,.sq-backend-triggers-component-body .table input.titleCell,.sq-backend-triggers-component-body select.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-triggers-component-body input[type=text],.table .sq-backend-triggers-component-body input.basicCell,.table .sq-backend-triggers-component-body input.disabledCell,.table .sq-backend-triggers-component-body input.titleCell{margin-bottom:0}.sq-backend-triggers-component-body ul>li{margin-bottom:.5rem}.sq-backend-triggers-component-body .sq-inline-fields-wrapper:not(.sq-asset-attribute-duration){grid-gap:.5rem}.sq-backend-triggers-component-body .sq-option-list{grid-gap:.5rem;display:grid}.sq-backend-triggers-component-body .sq-option-list .sq-option-list-row{grid-template-columns:auto 55px}.sq-backend-triggers-component-body .sq-option-list .sq-option-list-row input[type=text]:not([class^=w-]){width:100%!important}.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration{display:inline-flex}.sq-asset-finder-wrapper .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .asset-finder__inner-wrapper,.sq-backend-data .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration input[type=password],.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration #toolbar_root_node_select,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-control,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .select2-selection__rendered,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .sq-backend-data input[type=password],.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .sq-option-list .sq-option-list-row input[type=text],.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .table input.basicCell,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .table input.disabledCell,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .table input.titleCell,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration select.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration input[type=text],.table .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration input.basicCell,.table .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration input.disabledCell,.table .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration input.titleCell{width:4rem!important}.sq-asset-finder-wrapper .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .asset-finder__inner-wrapper,.sq-backend-data .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child input[type=password],.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child #toolbar_root_node_select,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .form-control,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .select2-selection__rendered,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .sq-backend-data input[type=password],.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .sq-option-list .sq-option-list-row input[type=text],.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .table input.basicCell,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .table input.disabledCell,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child .table input.titleCell,.sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child select.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child input[type=text],.table .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child input.basicCell,.table .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child input.disabledCell,.table .sq-backend-triggers-component-body .sq-inline-fields-wrapper.sq-asset-attribute-duration .form-group:first-child input.titleCell{margin-left:0}.sq-asset-finder-wrapper .sq-backend-triggers-component-body .sq-join-conditions-table .asset-finder__inner-wrapper,.sq-backend-data .sq-backend-triggers-component-body .sq-join-conditions-table input[type=password],.sq-backend-triggers-component-body .sq-join-conditions-table #toolbar_root_node_select,.sq-backend-triggers-component-body .sq-join-conditions-table .form-control,.sq-backend-triggers-component-body .sq-join-conditions-table .select2-selection__rendered,.sq-backend-triggers-component-body .sq-join-conditions-table .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sq-backend-triggers-component-body .sq-join-conditions-table .sq-backend-data input[type=password],.sq-backend-triggers-component-body .sq-join-conditions-table .sq-inline-block,.sq-backend-triggers-component-body .sq-join-conditions-table .sq-option-list .sq-option-list-row input[type=text],.sq-backend-triggers-component-body .sq-join-conditions-table .table input.basicCell,.sq-backend-triggers-component-body .sq-join-conditions-table .table input.disabledCell,.sq-backend-triggers-component-body .sq-join-conditions-table .table input.titleCell,.sq-backend-triggers-component-body .sq-join-conditions-table select.sq-form-field,.sq-option-list .sq-option-list-row .sq-backend-triggers-component-body .sq-join-conditions-table input[type=text],.table .sq-backend-triggers-component-body .sq-join-conditions-table input.basicCell,.table .sq-backend-triggers-component-body .sq-join-conditions-table input.disabledCell,.table .sq-backend-triggers-component-body .sq-join-conditions-table input.titleCell{width:100%}.sq-backend-triggers-component-body table.sq-email-format-wrapper th{min-width:8rem!important}.sq-backend-triggers-component-body table.sq-email-format-body{table-layout:fixed}.sq-backend-triggers-component-body table.sq-email-format-body .sq-email-format-wysiwyg-wrapper{overflow:hidden}.sq-backend-triggers-component-body .sq-email-format-html-body-div .with-viper,.sq-backend-triggers-component-body .sq-wysiwyg-preview-wrapper{overflow-x:auto;width:inherit}.sq-email-format-wysiwyg-wrapper{width:100%}.sq-email-format-wysiwyg-wrapper .raw-text{border:0;outline:0;padding:1rem;width:100%}.sq-wrapped-inline-flex{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.25rem 0}.sq-wrapped-inline-flex select{margin:0}.sq-parameter-map td{vertical-align:middle}.sq-answer-destinations .sq-asset-finder-wrapper .asset-finder__inner-wrapper{width:16rem!important}.w-xs{width:3.75rem!important}.table input.basicCell,.table input.disabledCell,.table input.titleCell,.w-sm{width:5.625rem!important}.w-md{width:21rem!important}.w-lg{width:36rem!important}.pb-16{padding-bottom:5rem!important}.min-w-xs{min-width:3.75rem!important}.min-w-sm{min-width:5.625rem!important}.min-w-md{min-width:21rem!important}.min-w-lg{min-width:36rem!important}.w-split{display:flex}.w-split>*{width:100%}.header-spaced{align-items:center;display:flex;justify-content:space-between}.header-spaced h5,.header-spaced h6{margin:0}.border-grey-200{border-color:#ededed}.w-0{width:0!important}.w-1{width:.25rem!important}.w-2{width:.5rem!important}.w-3{width:.75rem!important}.w-4{width:1rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-7{width:1.75rem!important}.w-8{width:2rem!important}.w-9{width:2.25rem!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-12{width:3rem!important}.grid-gap-0{grid-gap:0!important}.grid-gap-1{grid-gap:.25rem!important}.grid-gap-2{grid-gap:.5rem!important}.grid-gap-3{grid-gap:.75rem!important}.grid-gap-4{grid-gap:1rem!important}.grid-gap-5{grid-gap:1.25rem!important}.grid-gap-6{grid-gap:1.5rem!important}.grid-gap-7{grid-gap:1.75rem!important}.grid-gap-8{grid-gap:2rem!important}.grid-gap-9{grid-gap:2.25rem!important}.grid-gap-10{grid-gap:2.5rem!important}.grid-gap-11{grid-gap:2.75rem!important}.grid-gap-12{grid-gap:3rem!important}.grid-gap-0{gap:0!important}.grid-gap-1{gap:.25rem!important}.grid-gap-2{gap:.5rem!important}.grid-gap-3{gap:.75rem!important}.grid-gap-4{gap:1rem!important}.grid-gap-5{gap:1.25rem!important}.grid-gap-6{gap:1.5rem!important}.grid-gap-7{gap:1.75rem!important}.grid-gap-8{gap:2rem!important}.grid-gap-9{gap:2.25rem!important}.grid-gap-10{gap:2.5rem!important}.grid-gap-11{gap:2.75rem!important}.grid-gap-12{gap:3rem!important}.gap-x-0{-moz-column-gap:0;column-gap:0}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.bg-gray{background:#4f4f4f!important}.color-gray{color:#4f4f4f!important}.bg-default{background:#707070!important}.color-default{color:#707070!important}.bg-grey-100{background:#f5f5f5!important}.color-grey-100{color:#f5f5f5!important}.bg-purple{background:#6b47b4!important}.color-purple{color:#6b47b4!important}.bg-blue{background:#0774d2!important}.color-blue{color:#0774d2!important}.bg-green{background:#098934!important}.color-green{color:#098934!important}.bg-yellow{background:#efb324!important}.color-yellow{color:#efb324!important}.bg-orange{background:#e96900!important}.color-orange{color:#e96900!important}.bg-red{background:#d72321!important}.color-red{color:#d72321!important}.bg-pink{background:#b93da9!important}.color-pink{color:#b93da9!important}.bg-teal{background:#057e91!important}.color-teal{color:#057e91!important}.bg-squiz-blue{background:#1d9be2!important}.color-squiz-blue{color:#1d9be2!important}.column-gap-0>*{margin-right:0!important}.column-gap-0>:last-child{margin-right:0}.column-gap-1>*{margin-right:.25rem!important}.column-gap-1>:last-child{margin-right:0}.column-gap-2>*{margin-right:.5rem!important}.column-gap-2>:last-child{margin-right:0}.column-gap-3>*{margin-right:.75rem!important}.column-gap-3>:last-child{margin-right:0}.column-gap-4>*{margin-right:1rem!important}.column-gap-4>:last-child{margin-right:0}.column-gap-5>*{margin-right:1.25rem!important}.column-gap-5>:last-child{margin-right:0}.column-gap-6>*{margin-right:1.5rem!important}.column-gap-6>:last-child{margin-right:0}.column-gap-7>*{margin-right:1.75rem!important}.column-gap-7>:last-child{margin-right:0}.column-gap-8>*{margin-right:2rem!important}.column-gap-8>:last-child{margin-right:0}.column-gap-9>*{margin-right:2.25rem!important}.column-gap-9>:last-child{margin-right:0}.column-gap-10>*{margin-right:2.5rem!important}.column-gap-10>:last-child{margin-right:0}.column-gap-11>*{margin-right:2.75rem!important}.column-gap-11>:last-child{margin-right:0}.column-gap-12>*{margin-right:3rem!important}.column-gap-12>:last-child{margin-right:0}div[data-react]:empty{display:none}.responsive-iframe-container{height:100%;overflow:hidden;position:relative;width:100%}.responsive-iframe-container .responsive-iframe{border:0;bottom:0;height:100%;left:0;min-width:250px;position:absolute;right:0;top:0;width:100%}.align-vertically{align-items:center;display:flex}.align-vertically>*{margin-bottom:0;margin-top:0}.text-wrap{word-break:break-word!important}.matrix-force-sentence-case{display:inline-block;text-transform:lowercase!important}.matrix-force-sentence-case:first-letter{text-transform:uppercase!important}.image-canvas-bg{align-items:center;background-color:#e0e0e0;background-image:url(/__lib/web/images/icons/imagepreview-checkerboard-light.png);background-position:50%;display:flex;height:100%;justify-content:center;width:100%}.separator{position:relative}.separator:after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;content:"";height:100%;left:inherit;left:0;margin:auto;position:absolute;right:0;right:inherit;top:0;width:2px}.animate-height{display:block;max-height:0;opacity:0;overflow:hidden;transition:all .25s ease-out}.animate-height.is-open{height:auto;max-height:60rem;opacity:1}.section-border-one-third{position:relative}.section-border-one-third:before{background-color:#ededed;border-radius:.25rem;bottom:.5rem;content:"";left:33.3333333333%;position:absolute;top:.5rem;width:2px}.section-border-two-thirds{position:relative}.section-border-two-thirds:after{background-color:#ededed;border-radius:.25rem;bottom:.5rem;content:"";position:absolute;right:33.3333333333%;top:.5rem;width:2px}body.sq{background-color:#f5f5f5;color:#3d3d3d;font-size:14px;letter-spacing:-.02rem}a:hover{cursor:pointer}a:not([class])[role=button]{color:#0774d2!important}.asset-categories-list-item,.assets-list,.notice-subtle,.well{background-color:#f5f5f5;color:#4f4f4f;font-size:.8125rem;margin-bottom:1rem;padding:1rem}.well-md.asset-categories-list-item,.well-md.assets-list,.well-md.notice-subtle,.well.well-md{margin:0 auto;max-width:50rem}svg.icon{fill:currentColor;height:1.5rem;width:1.5rem}.icon-sm{height:1rem;width:1rem}.icon-sm.icon-breakout{margin-bottom:-.125rem;margin-top:-.125rem}.icon-md{height:2rem;width:2rem}.icon-md.icon-breakout{margin-bottom:-.5rem;margin-top:-.5rem}.icon.icon-circle{border-radius:50%;color:#fff;font-size:1.125rem;padding:.125rem}.icon.icon-rotated{transform:rotate(90deg)}.icon.icon-active{color:#0774d2!important}.divider-left{margin-left:1.5rem;position:relative}.divider-left:after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;content:"";height:100%;left:inherit;left:0;left:-1rem;margin:auto;position:absolute;right:0;right:inherit;top:0;width:2px}.divider-right{margin-right:1.5rem;position:relative}.divider-right:after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;content:"";height:100%;left:0;left:inherit;margin:auto;position:absolute;right:0;right:-1em;top:0;width:2px}.divider-top{position:relative}.divider-top:after{background-color:#e0e0e0;bottom:0;bottom:auto;content:"";height:1px;left:0;margin-bottom:.5rem;margin-top:.5rem;position:absolute;right:0;top:0;top:-.75rem;width:100%}.divider-bottom{position:relative}.divider-bottom:after{background-color:#e0e0e0;bottom:0;bottom:auto;bottom:-.75rem;content:"";height:1px;left:0;margin-bottom:.5rem;margin-top:.5rem;position:absolute;right:0;top:0;top:-.75rem;top:auto;width:100%}.matrix-component-colored-icon-gray svg{fill:#4f4f4f}.matrix-component-colored-icon-default svg{fill:#707070}.matrix-component-colored-icon-grey-100 svg{fill:#f5f5f5}.matrix-component-colored-icon-purple svg{fill:#6b47b4}.matrix-component-colored-icon-blue svg{fill:#0774d2}.matrix-component-colored-icon-green svg{fill:#098934}.matrix-component-colored-icon-yellow svg{fill:#efb324}.matrix-component-colored-icon-orange svg{fill:#e96900}.matrix-component-colored-icon-red svg{fill:#d72321}.matrix-component-colored-icon-pink svg{fill:#b93da9}.matrix-component-colored-icon-teal svg{fill:#057e91}.matrix-component-colored-icon-squiz-blue svg{fill:#1d9be2}.disabled.hide-in-read-only,.read-only .disabled{visibility:hidden}[type=button].is-disabled{cursor:not-allowed}.sq button{letter-spacing:-.02rem}.sq h1{font-size:1.625rem}.sq h1,.sq h2{font-weight:600}.sq h2{font-size:1.25rem}.sq h3{font-size:1.125rem;font-weight:600}.sq h4{font-weight:700}.sq h4,.sq h5{font-size:1rem}.sq h5,.sq h6{font-weight:600}.sq h6{font-size:.875rem}ol,ul{padding-left:1.25rem}dt{font-weight:600}.assetMapMenu .menuItem .menuText,.badge,.component-header,.list-group .list-group-item.list-group-split,.matrix-create-asset-modal .swal2-content,.matrix-create-asset-modal-base .swal2-content,.matrix-create-asset-success-modal .swal2-content,.matrix-modal .swal2-content,.sidebar-panel .panel-intro-text,.text-sm-bold,.text-sm-regular,.text-sm-semibold{font-size:.8125rem!important;line-height:16px!important}.empty-state-medium__message p,.error-screen-message p,.list-group .list-group-item.list-group-heading,.matrix-callout-block,.matrix-create-asset-success-modal .tagline,.multiple-action-list .form-check label,.multiple-action-list input[type=checkbox]:checked+label,.multiple-action-list input[type=radio]:checked+label,.page-builder-add-component-panel .component-list-wrapper:not(.loading):empty:after,.popover,.reference-report-table .matrix-callout-block .badge,.screen-header .screen-navigation .btn-link,.screen-header .screen-navigation .nav-link,.screen-header .screen-navigation .sq-notification-box .close,.sds-matrix-screen-tabs .nav-item,.sds-radio-box-button label,.sidebar-panel .panel-content .asset-info-name,.sidebar-panel .panel-content .list-field-heading,.sidebar-panel .panel-content .list-group-heading,.sidebar-panel .sidebar-panel-header .badge,.sq-notification-box .screen-header .screen-navigation .close,.table thead th,.table-style-list-wrapper dt,.text-md-bold,.text-md-regular,.text-md-semibold,input:checked+.sds-radio-box-button label{font-size:.875rem!important;line-height:20px!important}.text-lg-bold,.text-lg-regular,.text-lg-semibold{font-size:1rem!important;line-height:24px!important}.assetMapMenu .menuItem .menuText,.list-group .list-group-item.list-group-split,.matrix-create-asset-modal .swal2-content,.matrix-create-asset-modal-base .swal2-content,.matrix-create-asset-success-modal .swal2-content,.matrix-modal .swal2-content,.sidebar-panel .panel-intro-text,.text-sm-regular{font-weight:400!important}.text-sm-semibold{font-weight:600!important}.badge,.text-sm-bold{font-weight:700!important}.empty-state-medium__message p,.error-screen-message p,.matrix-callout-block,.multiple-action-list .form-check label,.sds-radio-box-button label,.text-md-regular{font-weight:400!important}.list-group .list-group-item.list-group-heading,.matrix-create-asset-success-modal .tagline,.multiple-action-list input[type=checkbox]:checked+label,.multiple-action-list input[type=radio]:checked+label,.page-builder-add-component-panel .component-list-wrapper:not(.loading):empty:after,.reference-report-table .matrix-callout-block .badge,.screen-header .screen-navigation .btn-link,.screen-header .screen-navigation .nav-link,.screen-header .screen-navigation .sq-notification-box .close,.sds-matrix-screen-tabs .nav-item,.sidebar-panel .panel-content .asset-info-name,.sidebar-panel .panel-content .list-field-heading,.sidebar-panel .panel-content .list-group-heading,.sidebar-panel .sidebar-panel-header .badge,.sq-notification-box .screen-header .screen-navigation .close,.table thead th,.table-style-list-wrapper dt,.text-md-semibold,input:checked+.sds-radio-box-button label{font-weight:600!important}.text-md-bold{font-weight:700!important}.text-lg-regular{font-weight:400!important}.text-lg-semibold{font-weight:600!important}.text-lg-bold{font-weight:700!important}.text-color-grey-50{color:#f7f7f7!important}.text-color-grey-100{color:#f5f5f5!important}.text-color-grey-200{color:#ededed!important}.text-color-grey-300{color:#e0e0e0!important}.text-color-grey-400{color:#bababa!important}.text-color-grey-500{color:#949494!important}.text-color-grey-600{color:#707070!important}.text-color-grey-700{color:#4f4f4f!important}.text-color-grey-800{color:#3d3d3d!important}.text-color-grey-900{color:#2b2b2b!important}.text-color-default{color:#707070!important}.text-color-purple{color:#6b47b4!important}.text-color-blue{color:#0774d2!important}.text-color-green{color:#098934!important}.text-color-yellow{color:#efb324!important}.text-color-orange{color:#e96900!important}.text-color-red{color:#d72321!important}.text-color-pink{color:#b93da9!important}.font-weight-regular{font-weight:400}.font-weight-semibold{font-weight:600}.font-weight-bold{font-weight:700}.icon-status.status-approve-and-make-live,.icon-status.status-live,.icon-status.status-make-live{fill:#bfe60a!important}.icon-status.status-archive,.icon-status.status-archived{fill:#c98a67!important}.icon-status.status-safe-editing,.icon-status.status-start-safe-editing{fill:#ff97b0!important}.icon-status.status-place-under-construction,.icon-status.status-under-construction{fill:#94d1f9!important}.icon-status.status-place-up-for-review,.icon-status.status-up-for-review{fill:#72cd32!important}.icon-status.status-reject-changes{fill:#ff97b0!important}.icon-status.status-pending-approval{fill:#d0bbf0!important}.icon-status.status-apply-for-approval,.icon-status.status-approve{fill:#ffb34a!important}.icon-status.status-approved-to-go-live{fill:#f7eaa2!important}.icon-status.status-safe-edit-approved-to-go-live{fill:#ffb34a!important}.icon-status.status-safe-editing-pending-approval{fill:#d688db!important}.sq-status-1,.sq-status-1:after,.sq-status-1:before,.status-after-archived:after,.status-archived,.status-before-archived:before{background-color:#c98a67}.sq-status-2,.sq-status-2:after,.sq-status-2:before,.status-after-under-construction:after,.status-before-under-construction:before,.status-under-construction{background-color:#94d1f9}.sq-status-4,.sq-status-4:after,.sq-status-4:before,.status-after-pending-approval:after,.status-before-pending-approval:before,.status-pending-approval{background-color:#d0bbf0}.sq-status-8,.sq-status-8:after,.sq-status-8:before,.status-after-approved-to-go-live:after,.status-approved-to-go-live,.status-before-approved-to-go-live:before{background-color:#f7eaa2}.sq-status-16,.sq-status-16:after,.sq-status-16:before,.status-after-live:after,.status-before-live:before,.status-live{background-color:#bfe60a}.sq-status-32,.sq-status-32:after,.sq-status-32:before,.status-after-up-for-review:after,.status-before-up-for-review:before,.status-up-for-review{background-color:#72cd32}.sq-status-64,.sq-status-64:after,.sq-status-64:before,.status-after-safe-editing:after,.status-before-safe-editing:before,.status-safe-editing{background-color:#ff97b0}.sq-status-128,.sq-status-128:after,.sq-status-128:before,.status-after-safe-editing-pending-approval:after,.status-before-safe-editing-pending-approval:before,.status-safe-editing-pending-approval{background-color:#d688db}.sq-status-256,.sq-status-256:after,.sq-status-256:before,.status-after-safe-edit-approved-to-go-live:after,.status-before-safe-edit-approved-to-go-live:before,.status-safe-edit-approved-to-go-live{background-color:#ffb34a}.is-empty-box,.skeleton-loading-box{background-color:#ededed;border:0!important;border-radius:.5rem!important;min-height:27.5rem;position:relative;width:100%}.is-empty-box:before,.skeleton-loading-box:before{background-color:#f5f5f5;border-radius:50%;bottom:0;content:"";height:11rem;left:0;margin:auto;position:absolute;right:0;top:0;width:11rem}.is-empty-box:after,.skeleton-loading-box:after{background-color:#bababa;bottom:0;content:"";height:9rem;left:0;margin:auto;-webkit-mask-image:url(/__lib/web/images/icons/svg/table_view.svg);mask-image:url(/__lib/web/images/icons/svg/table_view.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:0;top:0;width:9rem}.is-empty-box *,.skeleton-loading-box *{display:none}.skeleton-loading-box{animation:loadingPulse 1s linear infinite;background-color:#ededed;border-color:#ededed}.skeleton-loaded-box{animation-duration:.25s;animation-fill-mode:both;animation-name:fadeIn}.alert-primary{background-color:#e6f1fa;color:#044985!important}.alert-secondary{background-color:#f5f5f5;color:#707070!important}.alert-state{align-items:center;border-radius:.25rem;color:#3d3d3d;display:flex;font-size:small}.alert-state:not(.bg-strong).alert-success{background-color:#e7f4ec}.alert-state:not(.bg-strong).alert-success svg{color:#098934}.alert-state:not(.bg-strong).alert-danger{background-color:#fae9e8}.alert-state:not(.bg-strong).alert-danger svg{color:#d72321}.alert-state:not(.bg-strong).alert-notice{background-color:#e6f4f6}.alert-state:not(.bg-strong).alert-notice svg{color:#057e91}.alert-state:not(.bg-strong).alert-info{background-color:#e6f1fa}.alert-state:not(.bg-strong).alert-info svg{color:#0774d2}.alert-state.bg-strong{color:#fff}.alert-state.bg-strong.alert-success{background-color:#098934}.alert-state.bg-strong.alert-danger{background-color:#d72321}.alert-state.bg-strong.alert-notice{background-color:#057e91}.alert-state.bg-strong.alert-info{background-color:#0774d2}.article{background-color:#fff;border-radius:.5rem}.article .article-title{align-items:center;color:#3d3d3d;display:flex;margin-bottom:.75rem;padding:.25rem}.article .article-body{color:#707070}.sq-wysiwyg-preview-wrapper,.with-viper{height:100%;min-height:3.1875rem;min-width:31.25rem}.sq-wysiwyg-standalone-body .sq-wysiwyg-preview-wrapper,.sq-wysiwyg-standalone-body .with-viper{padding:0}.sq-wysiwyg-preview-wrapper>p:only-child,.with-viper>p:only-child{margin-bottom:0;margin-top:0}.sq-viper-ace-editor-textarea-readonly.ace-chrome{background-color:#ebebeb}.sq-viper-ace-editor-textarea-readonly.ace-chrome .ace_marker-layer .ace_active-line{background:none}.sq-viper-ace-editor-textarea-readonly.ace-chrome .ace_cursor{display:none}.sq-viper-ace-editor-textarea-readonly.ace-chrome .ace_gutter-active-line{background:none}.htmlarea-toolbar,.htmlarea-toolbar table tr{background:#eee}.htmlarea-div{padding:.625rem}.sq-wysiwyg-preview-wrapper,.with-viper{color:#333;font-size:.875rem;line-height:1.4em;padding:1rem}.sq-wysiwyg-preview-wrapper h1,.with-viper h1{font-size:1.625rem;line-height:1.2em;margin:.83em 0}.sq-wysiwyg-preview-wrapper h2,.with-viper h2{font-size:1.25rem;line-height:1.2em;margin:.83em 0}.sq-wysiwyg-preview-wrapper h3,.with-viper h3{font-size:1.125rem;line-height:1.2em;margin:.83em 0}.sq-wysiwyg-preview-wrapper h4,.sq-wysiwyg-preview-wrapper h5,.with-viper h4,.with-viper h5{font-size:1rem;line-height:1.2em;margin:.83em 0}.sq-wysiwyg-preview-wrapper h5,.with-viper h5{color:#848484}.sq-wysiwyg-preview-wrapper h6,.with-viper h6{color:#9a9a9a;font-size:.875rem;line-height:1.4em;margin:.83em 0}.sq-wysiwyg-preview-wrapper p,.with-viper p{font-size:.875rem;line-height:1.4em;margin:1em 0 1.5em}.sq-wysiwyg-preview-wrapper p:empty,.with-viper p:empty{margin:0}.sq-wysiwyg-preview-wrapper>p,.with-viper>p{margin-top:0}.sq-wysiwyg-preview-wrapper hr,.with-viper hr{border:0;border-top:.0625rem solid #e0e0e0;display:block;height:.0625rem;margin:1.5rem 0;padding:0}.sq-wysiwyg-preview-wrapper ol,.sq-wysiwyg-preview-wrapper ul,.with-viper ol,.with-viper ul{margin:1.4em 3em 2em}.sq-wysiwyg-preview-wrapper ol ol,.sq-wysiwyg-preview-wrapper ol ul,.sq-wysiwyg-preview-wrapper ul ol,.sq-wysiwyg-preview-wrapper ul ul,.with-viper ol ol,.with-viper ol ul,.with-viper ul ol,.with-viper ul ul{margin-bottom:1em;margin-top:.5em}.sq-wysiwyg-preview-wrapper ol ol,.with-viper ol ol{list-style-type:lower-alpha}.sq-wysiwyg-preview-wrapper ol ol ol,.with-viper ol ol ol{list-style-type:lower-roman}.sq-wysiwyg-preview-wrapper ul ul,.with-viper ul ul{list-style-type:circle}.sq-wysiwyg-preview-wrapper dl,.with-viper dl{margin:1.4em 3em 2em}.sq-wysiwyg-preview-wrapper dt,.with-viper dt{font-weight:700;margin:1em 0}.sq-wysiwyg-preview-wrapper dd,.with-viper dd{font-style:italic;margin:0 0 .5em 1em}.sq-wysiwyg-preview-wrapper dt:after,.with-viper dt:after{content:":"}.sq-wysiwyg-preview-wrapper table,.with-viper table{margin:1em 0 1.5em;width:100%}.sq-wysiwyg-preview-wrapper td,.sq-wysiwyg-preview-wrapper th,.with-viper td,.with-viper th{border:1px solid #d2d1d1!important;box-shadow:none;color:#3a3a3a;padding:.6em!important}.sq-wysiwyg-preview-wrapper th,.with-viper th{background-color:#f1f1f1!important;border-color:#d6d6d6!important;color:dimgray;font-weight:700;text-align:center;text-shadow:none!important}.sq-wysiwyg-preview-wrapper table caption,.with-viper table caption{background-color:#f7f7f7;border-radius:.25rem;color:#5a5a5a;margin-bottom:.3125rem;padding:.6em 1em;text-align:center}.sq-wysiwyg-preview-wrapper a,.with-viper a{color:#2aa1fc;text-decoration:underline}.sq-wysiwyg-preview-wrapper a:visited,.with-viper a:visited{color:purple}.sq-wysiwyg-preview-wrapper a:active,.with-viper a:active{color:red}.sq-wysiwyg-preview-wrapper code,.sq-wysiwyg-preview-wrapper pre,.with-viper code,.with-viper pre{background:#f8f7c7;border:1px solid #dedda5;border-radius:.25rem;color:#454422;display:block;font-family:Monaco,Consolas,Bitstream Vera Sans Mono,Courier New,Courier,monospace!important;font-size:.813rem;line-height:1.2em;margin:1em 0;overflow:auto;padding:.8em}.sq-wysiwyg-preview-wrapper code,.with-viper code{display:inline;padding:.1em}.sq-wysiwyg-preview-wrapper blockquote,.with-viper blockquote{background:#f2f2f2;border:1px solid #ccc;border-radius:.25rem;color:#333;font-family:Georgia,Times;font-size:1.1em;font-style:italic;margin:1.5em 0;padding:1.5625rem 1.75rem;position:relative}.sq-wysiwyg-preview-wrapper blockquote:before,.with-viper blockquote:before{content:"“";font-size:2.5rem;left:.5rem;line-height:0;position:absolute;top:1.875rem}.sq-wysiwyg-preview-wrapper blockquote:after,.with-viper blockquote:after{bottom:.25rem;content:"”";font-size:2.5rem;line-height:0;position:absolute;right:.8125rem}.sq-edit-content-type-wrapper{overflow-x:visible}.sq-wysiwyg-standalone-body{border:2px solid #e0e0e0;border-radius:.25rem;padding:.375rem .5rem}.sq-wysiwyg-standalone-body.with-bottom-margin{margin-bottom:.625rem}.sq-wysiwyg-standalone-body:focus-within{border-color:#0774d2}.sq-wysiwyg-preview-read-only .sq-wysiwyg-standalone-body{background-color:#e0e0e0;border:2px solid #e0e0e0}.sq-edit-content-type-wrapper .sq-wysiwyg-preview-read-only,.sq-edit-content-type-wrapper .sq-wysiwyg-standalone-body{background-color:transparent}.sq-edit-content-type-wrapper .sq-wysiwyg-standalone-body>.with-viper{padding:0!important}.sds-block .block-icon{align-items:center;border-radius:.5rem;display:flex;flex-direction:column;padding:1rem}.sds-block .block-icon.primary{background-color:rgba(7,116,210,.15);color:#0774d2}.sds-block .block-icon.secondary{background-color:rgba(9,137,52,.15);color:#098934}.sds-block .block-icon>.icon-wrapper{margin-bottom:.5rem}.sds-block .block-icon>.icon-wrapper svg{height:4rem;width:4rem}.matrix-callout-block{animation-duration:.15s;animation-fill-mode:both;animation-name:fadeIn;background:#fff;border-radius:.5rem;padding:1rem;width:-moz-fit-content;width:fit-content}.matrix-callout-block.is-loading{animation:loadingPulse 1s linear infinite;background-color:#ededed;border-color:#ededed;height:3.125rem;min-width:30rem}.matrix-callout-block.is-loading *{display:none}.matrix-callout-block.is-screen-info{width:37.5rem}.matrix-callout-block .icon-on-text{width:1.25rem}.accordion>button:hover svg.expand-collapse-icon{background-color:#e0e0e0;border-radius:.5rem;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out}.accordion .collapse{transition:height .15s ease-in-out}.input-group{max-width:21rem}.input-group #toolbar_root_node_select:not(textarea),.input-group .form-control:not(textarea),.input-group .select2-selection__rendered:not(textarea),.input-group .sq-asset-finder-wrapper .asset-finder__inner-wrapper:not(textarea),.input-group .sq-backend-data input[type=password]:not(textarea),.input-group .sq-option-list .sq-option-list-row input[type=text]:not(textarea),.input-group .table input.basicCell:not(textarea),.input-group .table input.disabledCell:not(textarea),.input-group .table input.titleCell:not(textarea),.input-group select.sq-form-field:not(textarea),.sq-asset-finder-wrapper .input-group .asset-finder__inner-wrapper:not(textarea),.sq-backend-data .input-group input[type=password]:not(textarea),.sq-option-list .sq-option-list-row .input-group input[type=text]:not(textarea),.table .input-group input.basicCell:not(textarea),.table .input-group input.disabledCell:not(textarea),.table .input-group input.titleCell:not(textarea){border-left:0}.input-group .input-group-text.icon{fill:#949494;color:#949494;height:2.25rem;padding:.25rem;width:2.25rem}.input-group-text{transition:border .15s ease-in-out}.input-group:focus-within #toolbar_root_node_select,.input-group:focus-within .form-control,.input-group:focus-within .input-group-text,.input-group:focus-within .select2-selection__rendered,.input-group:focus-within .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.input-group:focus-within .sq-backend-data input[type=password],.input-group:focus-within .sq-option-list .sq-option-list-row input[type=text],.input-group:focus-within .table input.basicCell,.input-group:focus-within .table input.disabledCell,.input-group:focus-within .table input.titleCell,.input-group:focus-within select.sq-form-field,.sq-asset-finder-wrapper .input-group:focus-within .asset-finder__inner-wrapper,.sq-backend-data .input-group:focus-within input[type=password],.sq-option-list .sq-option-list-row .input-group:focus-within input[type=text],.table .input-group:focus-within input.basicCell,.table .input-group:focus-within input.disabledCell,.table .input-group:focus-within input.titleCell{border-color:#0774d2;box-shadow:none}.form-group>label{margin-bottom:.25rem}.sq-asset-finder-wrapper .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .asset-finder__inner-wrapper:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group #toolbar_root_node_select:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .form-control:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .select2-selection__rendered:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-asset-finder-wrapper .asset-finder__inner-wrapper:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .sq-option-list .sq-option-list-row input[type=text]:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.basicCell:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.disabledCell:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group .table input.titleCell:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input[type=password]:only-of-type,.sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group select.sq-form-field:only-of-type,.sq-option-list .sq-option-list-row .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input[type=text]:only-of-type,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.basicCell:only-of-type,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.disabledCell:only-of-type,.table .sq-backend-section-table-wrapper .sq-backend-data .sq-backend-table .form-group input.titleCell:only-of-type{width:100%}.form-group .select-field__control--is-disabled{background-color:#e0e0e0}.main #toolbar_root_node_select:not(select),.main .form-control:not(select),.main .select2-selection__rendered:not(select),.main .sq-asset-finder-wrapper .asset-finder__inner-wrapper:not(select),.main .sq-backend-data input[type=password]:not(select),.main .sq-option-list .sq-option-list-row input[type=text]:not(select),.main .table input.basicCell:not(select),.main .table input.disabledCell:not(select),.main .table input.titleCell:not(select),.main select.sq-form-field:not(select),.sq-asset-finder-wrapper .main .asset-finder__inner-wrapper:not(select),.sq-backend-data .main input[type=password]:not(select),.sq-option-list .sq-option-list-row .main input[type=text]:not(select),.table .main input.basicCell:not(select),.table .main input.disabledCell:not(select),.table .main input.titleCell:not(select){width:21rem}#toolbar_root_node_select:disabled,.form-control.is-disabled,.form-control:disabled,.is-disabled#toolbar_root_node_select,.is-disabled.select2-selection__rendered,.select2-selection__rendered:disabled,.sq-asset-finder-wrapper .asset-finder__inner-wrapper:disabled,.sq-asset-finder-wrapper .is-disabled.asset-finder__inner-wrapper,.sq-backend-data input.is-disabled[type=password],.sq-backend-data input[type=password]:disabled,.sq-option-list .sq-option-list-row input.is-disabled[type=text],.sq-option-list .sq-option-list-row input[type=text]:disabled,.table input.basicCell:disabled,.table input.disabledCell:disabled,.table input.is-disabled.basicCell,.table input.is-disabled.disabledCell,.table input.is-disabled.titleCell,.table input.titleCell:disabled,select.is-disabled.sq-form-field,select.sq-form-field:disabled{background-color:#e0e0e0}#matrix_image_dynamic_variety_modal #toolbar_root_node_select:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .form-control:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .select2-selection__rendered:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .sq-asset-finder-wrapper .asset-finder__inner-wrapper:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .sq-backend-data input[type=password]:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .sq-option-list .sq-option-list-row input[type=text]:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .table input.basicCell:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .table input.disabledCell:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal .table input.titleCell:invalid:not(:-moz-placeholder-shown),#matrix_image_dynamic_variety_modal select.sq-form-field:invalid:not(:-moz-placeholder-shown),.sq-asset-finder-wrapper #matrix_image_dynamic_variety_modal .asset-finder__inner-wrapper:invalid:not(:-moz-placeholder-shown),.sq-backend-data #matrix_image_dynamic_variety_modal input[type=password]:invalid:not(:-moz-placeholder-shown),.sq-option-list .sq-option-list-row #matrix_image_dynamic_variety_modal input[type=text]:invalid:not(:-moz-placeholder-shown),.table #matrix_image_dynamic_variety_modal input.basicCell:invalid:not(:-moz-placeholder-shown),.table #matrix_image_dynamic_variety_modal input.disabledCell:invalid:not(:-moz-placeholder-shown),.table #matrix_image_dynamic_variety_modal input.titleCell:invalid:not(:-moz-placeholder-shown){border:2px solid #d72321}#matrix_image_dynamic_variety_modal #toolbar_root_node_select:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .form-control:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .select2-selection__rendered:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .sq-asset-finder-wrapper .asset-finder__inner-wrapper:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .sq-backend-data input[type=password]:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .sq-option-list .sq-option-list-row input[type=text]:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .table input.basicCell:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .table input.disabledCell:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal .table input.titleCell:invalid:not(:placeholder-shown),#matrix_image_dynamic_variety_modal select.sq-form-field:invalid:not(:placeholder-shown),.sq-asset-finder-wrapper #matrix_image_dynamic_variety_modal .asset-finder__inner-wrapper:invalid:not(:placeholder-shown),.sq-backend-data #matrix_image_dynamic_variety_modal input[type=password]:invalid:not(:placeholder-shown),.sq-option-list .sq-option-list-row #matrix_image_dynamic_variety_modal input[type=text]:invalid:not(:placeholder-shown),.table #matrix_image_dynamic_variety_modal input.basicCell:invalid:not(:placeholder-shown),.table #matrix_image_dynamic_variety_modal input.disabledCell:invalid:not(:placeholder-shown),.table #matrix_image_dynamic_variety_modal input.titleCell:invalid:not(:placeholder-shown){border:2px solid #d72321}.sq-asset-finder-wrapper textarea.asset-finder__inner-wrapper,textarea#toolbar_root_node_select,textarea.form-control,textarea.select2-selection__rendered{max-height:20rem}.sq-asset-finder-wrapper textarea.w-100.asset-finder__inner-wrapper,textarea.form-control.w-100,textarea.w-100#toolbar_root_node_select,textarea.w-100.select2-selection__rendered{max-height:30rem}.sq-asset-finder-wrapper textarea.custom-actions-code.asset-finder__inner-wrapper,textarea.custom-actions-code#toolbar_root_node_select,textarea.custom-actions-code.select2-selection__rendered,textarea.form-control.custom-actions-code{min-width:25rem}.msg-text{padding-left:2rem;position:relative}.msg-text.indent{margin-left:.375rem}.msg-text:before{background-color:#d72321;content:"";height:1.25rem;left:0;-webkit-mask-image:url(/__lib/web/images/sds-icons/warning.svg);mask-image:url(/__lib/web/images/sds-icons/warning.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:0;width:1.5rem}label{color:#707070;font-weight:600}input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none}.form-check-label{font-size:13px;font-weight:400;margin-left:.5rem}.sq-asset-finder-wrapper select.asset-finder__inner-wrapper,select#toolbar_root_node_select,select.form-control,select.select2-selection__rendered,select.sq-form-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23707070'%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:1.5rem;padding-right:1.5rem}.sq-asset-finder-wrapper select.asset-finder__inner-wrapper:disabled,select#toolbar_root_node_select:disabled,select.form-control:disabled,select.select2-selection__rendered:disabled,select.sq-form-field:disabled{background-color:#ededed}.ui-dropdown__item{display:flex}.ui-dropdown__item--icon{background-repeat:no-repeat;background-size:1rem;position:relative}ul.sq-input-picker-list{-moz-column-count:3;column-count:3;list-style:none;margin-left:0;padding:4px}ul.sq-input-picker-list>li{grid-gap:.25rem;display:grid;grid-template-columns:.8125rem 1fr}ul.sq-input-picker-list input[type=checkbox]{margin-top:.125rem;position:relative;vertical-align:middle}ul.sq-input-picker-list label{display:inline-block;position:relative;vertical-align:middle}.multiple-action-list{border:2px solid #e0e0e0;border-radius:.25rem;max-width:24rem;padding:.125rem .25rem}.multiple-action-list.disabled{background-color:#ededed}.multiple-action-list .form-check{border-bottom:1px solid #ededed;padding-left:0}.multiple-action-list .form-check:last-child{border-bottom:0}.multiple-action-list .form-check label{border-radius:0}.multiple-action-list .form-check:first-child label{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.multiple-action-list .form-check:last-child label{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.multiple-action-list .form-check input{display:none}.multiple-action-list .form-check label{color:#4f4f4f;margin:0;padding:.5rem 2.5rem .5rem .5rem;position:relative;width:100%}.multiple-action-list .form-check label:after{border:2px solid #e0e0e0;border-radius:50%;bottom:0;content:"";height:1.25rem;left:0;left:auto;margin:auto;position:absolute;right:0;right:.5rem;top:0;transition:background-color .2s ease-out;width:1.25rem}.multiple-action-list .form-check label:hover{cursor:pointer}.multiple-action-list input[type=checkbox]:checked+label:after,.multiple-action-list input[type=radio]:checked+label:after{background-color:#0774d2;height:1.5rem;-webkit-mask-image:url(/__lib/web/images/icons/svg/check_circle.svg);mask-image:url(/__lib/web/images/icons/svg/check_circle.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;right:.4rem;transition:background-color .25s ease;width:1.5rem}.multiple-action-list.disabled{border-color:#e0e0e0}.multiple-action-list.disabled .form-check label{background-color:#ededed}.multiple-action-list.disabled .form-check label:hover{cursor:default}.matrix-icon-picker{border:1px solid #e0e0e0;border-radius:.25rem;height:12.3125rem;overflow:hidden;width:20.9375rem}.matrix-icon-picker .option-icon-color-gray{background-color:#4f4f4f}.matrix-icon-picker .option-icon-color-default{background-color:#707070}.matrix-icon-picker .option-icon-color-grey-100{background-color:#f5f5f5}.matrix-icon-picker .option-icon-color-purple{background-color:#6b47b4}.matrix-icon-picker .option-icon-color-blue{background-color:#0774d2}.matrix-icon-picker .option-icon-color-green{background-color:#098934}.matrix-icon-picker .option-icon-color-yellow{background-color:#efb324}.matrix-icon-picker .option-icon-color-orange{background-color:#e96900}.matrix-icon-picker .option-icon-color-red{background-color:#d72321}.matrix-icon-picker .option-icon-color-pink{background-color:#b93da9}.matrix-icon-picker .option-icon-color-teal{background-color:#057e91}.matrix-icon-picker .option-icon-color-squiz-blue{background-color:#1d9be2}.matrix-icon-picker .option-colored-icon-gray svg{fill:#4f4f4f}.matrix-icon-picker .option-colored-icon-default svg{fill:#707070}.matrix-icon-picker .option-colored-icon-grey-100 svg{fill:#f5f5f5}.matrix-icon-picker .option-colored-icon-purple svg{fill:#6b47b4}.matrix-icon-picker .option-colored-icon-blue svg{fill:#0774d2}.matrix-icon-picker .option-colored-icon-green svg{fill:#098934}.matrix-icon-picker .option-colored-icon-yellow svg{fill:#efb324}.matrix-icon-picker .option-colored-icon-orange svg{fill:#e96900}.matrix-icon-picker .option-colored-icon-red svg{fill:#d72321}.matrix-icon-picker .option-colored-icon-pink svg{fill:#b93da9}.matrix-icon-picker .option-colored-icon-teal svg{fill:#057e91}.matrix-icon-picker .option-colored-icon-squiz-blue svg{fill:#1d9be2}.matrix-icon-picker label{margin:0}.matrix-icon-picker:focus{border:1px solid #0774d2}.matrix-icon-picker .disabled{background-color:#ededed}.matrix-icon-picker .disabled:first-child{background-color:#e0e0e0;border-bottom:1px solid #ededed}.matrix-icon-picker .disabled label{background-color:#e0e0e0}.matrix-icon-picker .disabled label>div{opacity:.7}.matrix-icon-picker-color-selector{border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.matrix-icon-picker-color-selector label div:before{border:2px solid transparent;border-radius:100%;content:" ";height:2rem;position:absolute;transform:translate(-.25rem,-.25rem);width:2rem}.matrix-icon-picker-color-selector label div{border-radius:100%;box-shadow:inset 0 0 0 .125rem rgba(0,0,0,.12);box-sizing:border-box;height:1.5rem;width:1.5rem}.matrix-icon-picker-color-selector:not(.disabled) label div:hover:before{border:2px solid #bababa;cursor:pointer}.matrix-icon-picker-color-selector [type=radio]:focus+div:before{border:2px solid #0774d2!important}.matrix-icon-picker-color-selector [type=radio]{opacity:0;position:fixed;width:0}.matrix-icon-picker-color-selector [type=radio]:checked+div{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;box-shadow:none}.matrix-icon-picker-color-selector [type=radio]:checked+div:before{border:2px solid #2b2b2b}.matrix-icon-picker-icon-selector{grid-gap:1px;background-color:#e0e0e0;display:grid;grid-template-columns:repeat(6,1fr)}.matrix-icon-picker-icon-selector label{background-color:#fff}.matrix-icon-picker-icon-selector label div{box-sizing:border-box;padding:.75rem;text-align:center}.matrix-icon-picker-icon-selector label div:before{border:2px solid transparent;border-radius:.25rem;content:" ";display:block;height:3.25rem!important;position:absolute;transform:translate(-.875rem,-.875rem);width:3.625rem!important}.matrix-icon-picker-icon-selector:not(.disabled) label:hover{background-color:#ededed;cursor:pointer}.matrix-icon-picker-icon-selector [type=radio]:focus+div:before{border:2px solid #0774d2!important}.matrix-icon-picker-icon-selector [type=radio]{opacity:0;position:fixed;width:0}.matrix-icon-picker-icon-selector [type=radio]:checked+div:before{border:2px solid #2b2b2b}.sq-asset-finder-wrapper{align-items:center;display:inline-flex;min-height:2.25rem;position:relative}.sq-asset-finder-wrapper:hover .asset-finder__clear-button:not([disabled]),.sq-asset-finder-wrapper:hover .asset-finder__reset-button:not([disabled]){visibility:visible}.sq-asset-finder-wrapper .sq-tag-line{position:absolute}.sq-asset-finder-wrapper .asset-finder__inner-wrapper{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start;width:21rem}.sq-asset-finder-wrapper .asset-finder__inner-wrapper.readonly{background-color:#e0e0e0}.sq-asset-finder-wrapper .sq-asset-tag{align-items:center;display:flex;flex-wrap:nowrap;line-height:1rem;margin-right:0;max-width:21rem;overflow:hidden;width:100%}.sq-asset-finder-wrapper .sq-asset-tag .sq-asset-tag__binoculars,.sq-asset-finder-wrapper .sq-asset-tag .sq-asset-tag__line-icon,.sq-asset-finder-wrapper .sq-asset-tag .sq-asset-tag__line-info{min-width:1rem}.sq-asset-finder-wrapper .sq-asset-tag .sq-asset-tag__asset-name{max-width:100%}.sq-asset-finder-wrapper .sq-asset-tag .sq-asset-tag__asset-id-wrapper,.sq-asset-finder-wrapper .sq-asset-tag .sq-asset-tag__asset-name{min-width:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sq-asset-finder-wrapper .sq-asset-tag.readonly{background-color:#e0e0e0}.sq-asset-finder-wrapper .asset-finder__target-button.active{background-color:#e6f1fa;box-shadow:0 0 2px 0 #0774d2}.sq-asset-finder-wrapper .asset-finder__clear-button,.sq-asset-finder-wrapper .asset-finder__reset-button{visibility:hidden}.sq-asset-finder-wrapper .asset-finder__clear-button,.sq-asset-finder-wrapper .asset-finder__reset-button,.sq-asset-finder-wrapper .asset-finder__target-button{background-position:50%;background-repeat:no-repeat;background-size:50%;opacity:.7}.sq-asset-finder-wrapper .sq-svg-icon.secondary{background-size:40%;opacity:.4}.sq-asset-finder-wrapper .asset-finder__reset-button,.sq-asset-finder-wrapper .asset-finder__target-button{margin-left:.25rem}.sq-multiple-asset-finder-wrapper{max-width:21rem}.sq-multiple-asset-finder-wrapper .ui-sortable>div{align-items:center;display:flex}.sq-asset-finder-wrapper.editing .sq-tag-line,.sq-asset-finder-wrapper.error .sq-tag-line{display:none}.sq-user-preference-value tr:hover .sq-svg-icon.secondary:not([disabled]){visibility:visible}.sq-asset-finder-wrapper+.sq-backend-smallprint{margin-top:.25rem}.sq-asset-finder-wrapper[data-name^=hipo_job_create_links] .js_sq-tag-line.sq-tag-line{left:3px;top:0}.screen-lineage{height:2.125rem;margin-bottom:1.25rem}.asset-lineage{align-items:center;display:flex;flex-wrap:wrap;width:100%}.asset-lineage a,.asset-lineage button{background-color:transparent;border:0;border-bottom:2px solid transparent;color:#707070;margin:0;max-width:14.0625rem;overflow:hidden;padding:.25rem 0;position:relative;text-overflow:ellipsis;transition:border .2s ease-out;white-space:nowrap}.asset-lineage a:focus,.asset-lineage a:hover,.asset-lineage button:focus,.asset-lineage button:hover{outline:0;text-decoration:none}.asset-lineage a.is-text-item:focus,.asset-lineage a.is-text-item:hover,.asset-lineage button.is-text-item:focus,.asset-lineage button.is-text-item:hover{border-bottom-color:rgba(0,0,0,.1);color:#4f4f4f}.asset-lineage a:focus svg,.asset-lineage a:hover svg,.asset-lineage button:focus svg,.asset-lineage button:hover svg{background-color:rgba(0,0,0,.04);border-radius:4px;color:#2b2b2b}.asset-lineage a svg,.asset-lineage button svg{color:#707070}.asset-lineage svg{color:#e0e0e0;margin:0;padding:0}.custom-control-input{-webkit-print-color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:contain;border:.125rem solid #e0e0e0;border-radius:.25rem;color-adjust:exact;cursor:pointer;height:1.25rem;vertical-align:top;width:1.25rem}.custom-control-input:focus:not(:checked){border:2px solid #0774d2;opacity:.5;outline:0}.custom-control-input:checked{background-color:#0774d2;border-color:#0774d2}.custom-control-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E");background-size:1rem}.custom-control-input:disabled{filter:none;opacity:.5;pointer-events:none}.custom-checkbox-input{-webkit-print-color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:contain;border:.125rem solid #e0e0e0;border-radius:.25rem;color-adjust:exact;cursor:pointer;height:1.25rem;vertical-align:top;width:1.25rem}.custom-checkbox-input:focus:not(:checked){border:2px solid #0774d2;opacity:.5;outline:0}.custom-checkbox-input:checked{background-color:#0774d2;border-color:#0774d2}.custom-checkbox-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E");background-size:1rem}.custom-checkbox-input:disabled{filter:none;opacity:.5;pointer-events:none}.matrix-modal.matrix-modal-error>.swal2-buttonswrapper input:focus+label.swal2-confirm,.matrix-modal>.swal2-buttonswrapper input:focus+label.swal2-cancel,.matrix-modal>.swal2-buttonswrapper input:focus+label.swal2-styled,.screen-header .screen-navigation input:focus+label.dropdown-toggle,.sq-notification-box input:focus+label.close,.toolbar input:focus+label.nav-link,input:focus+label.btn,input:focus+label.btn-more-info,input:focus+label.sds-btn-add,input:focus+label.sds-btn-close,input:focus+label.sds-btn-icon-solo,input:focus+label.sds-btn-undo,input:focus+label.sds-matrix-btn-circular-icon-toggle{background-color:rgba(0,0,0,.2)}.btn-reset{background-color:transparent;border:0;margin:0;padding:0}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea.Matrix-Viper-commentdialog-buttonArea-replycomment a.Matrix-Viper-commentdialog-button-grey,.btn-default,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .swal2-styled,.matrix-modal>button.swal2-close,.sds-btn-close,.sds-btn-undo{background-color:rgba(0,0,0,.1);color:#4f4f4f}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:hover:disabled,.btn-default:hover:disabled,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:hover:disabled,.matrix-modal>.swal2-buttonswrapper .swal2-cancel:hover:disabled,.matrix-modal>.swal2-buttonswrapper .swal2-styled:hover:disabled,.matrix-modal>button.swal2-close:hover:disabled,.sds-btn-close:hover:disabled,.sds-btn-undo:hover:disabled{color:#4f4f4f}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:focus,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:hover:not(:disabled),.Matrix-Viper-commentdialog-buttonArea a[aria-expanded=true].Matrix-Viper-commentdialog-button-grey,.btn-default:focus,.btn-default:hover:not(:disabled),.btn-default[aria-expanded=true],.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:hover:not(:disabled),.matrix-modal.matrix-modal-error>.swal2-buttonswrapper [aria-expanded=true].swal2-confirm,.matrix-modal>.swal2-buttonswrapper .swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .swal2-cancel:hover:not(:disabled),.matrix-modal>.swal2-buttonswrapper .swal2-styled:focus,.matrix-modal>.swal2-buttonswrapper .swal2-styled:hover:not(:disabled),.matrix-modal>.swal2-buttonswrapper [aria-expanded=true].swal2-cancel,.matrix-modal>.swal2-buttonswrapper [aria-expanded=true].swal2-styled,.matrix-modal>button.swal2-close:focus,.matrix-modal>button.swal2-close:hover:not(:disabled),.matrix-modal>button[aria-expanded=true].swal2-close,.sds-btn-close:focus,.sds-btn-close:hover:not(:disabled),.sds-btn-undo:focus,.sds-btn-undo:hover:not(:disabled),[aria-expanded=true].sds-btn-close,[aria-expanded=true].sds-btn-undo{background-color:rgba(0,0,0,.2)}.btn-default-lighter,.sds-btn-add{background-color:#ededed;color:#707070}.btn-default-lighter:hover:disabled,.sds-btn-add:hover:disabled{color:#707070}.btn-default-lighter:focus,.btn-default-lighter:hover:not(:disabled),.btn-default-lighter[aria-expanded=true],.sds-btn-add:focus,.sds-btn-add:hover:not(:disabled),[aria-expanded=true].sds-btn-add{background-color:#e0e0e0;color:#707070}.btn-muted{background-color:transparent}.btn-muted,.btn-muted:focus:disabled,.btn-muted:hover:disabled{color:#949494}.btn-muted:focus:not(:disabled),.btn-muted:hover:not(:disabled){background-color:transparent;color:#707070}.btn-muted-extreme{background-color:transparent;color:#bababa}.btn-muted-extreme:focus:disabled,.btn-muted-extreme:hover:disabled{color:#bababa}.btn-muted-extreme:focus:not(:disabled),.btn-muted-extreme:hover:not(:disabled){background-color:transparent;color:#949494}.btn-default-transparent,.btn-more-info,.screen-header .screen-navigation .dropdown-toggle{background-color:transparent;color:#707070;font-weight:600}.btn-default-transparent:hover:disabled,.btn-more-info:hover:disabled,.screen-header .screen-navigation .dropdown-toggle:hover:disabled{color:#707070}.btn-default-transparent:focus,.btn-default-transparent:hover:not(:disabled),.btn-default-transparent[aria-expanded=true],.btn-more-info:focus,.btn-more-info:hover:not(:disabled),.screen-header .screen-navigation .dropdown-toggle:focus,.screen-header .screen-navigation .dropdown-toggle:hover:not(:disabled),.screen-header .screen-navigation [aria-expanded=true].dropdown-toggle,[aria-expanded=true].btn-more-info{background-color:rgba(0,0,0,.04);color:#707070}.btn-pink-transparent{background-color:transparent;color:#b93da9;font-weight:600}.btn-pink-transparent:hover:disabled{color:#b93da9}.btn-pink-transparent:focus,.btn-pink-transparent:hover:not(:disabled),.btn-pink-transparent[aria-expanded=true]{background-color:#f8ebf6;color:#b93da9}.btn-icon,.btn-more-info,.screen-header .screen-navigation .dropdown-toggle,.sds-btn-add,.sds-btn-close,.sds-btn-icon-solo,.sds-btn-undo,.sds-matrix-btn-circular-icon-toggle{align-items:center;display:inline-flex;padding:.315rem .75rem}.btn-icon-solo,.btn-more-info,.screen-header .screen-navigation .dropdown-toggle,.sds-btn-add,.sds-btn-close,.sds-btn-icon-solo,.sds-btn-undo,.sds-matrix-btn-circular-icon-toggle{border:0;padding:.375rem}.btn-icon-solo.btn-sm,.btn-more-info,.btn-sm.sds-btn-close,.btn-sm.sds-btn-icon-solo,.btn-sm.sds-btn-undo,.screen-header .screen-navigation .btn-sm.dropdown-toggle,.screen-header .screen-navigation .sq-notification-box .close.dropdown-toggle,.sds-btn-add,.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .btn-icon-solo.close,.sq-notification-box .close.btn-more-info,.sq-notification-box .close.sds-btn-add,.sq-notification-box .close.sds-btn-close,.sq-notification-box .close.sds-btn-icon-solo,.sq-notification-box .close.sds-btn-undo,.sq-notification-box .close.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .screen-header .screen-navigation .close.dropdown-toggle{padding:.25rem}.btn-icon-solo.btn-lg,.btn-lg.btn-more-info,.btn-lg.sds-btn-add,.btn-lg.sds-btn-close,.btn-lg.sds-btn-icon-solo,.btn-lg.sds-btn-undo,.btn-lg.sds-matrix-btn-circular-icon-toggle,.screen-header .screen-navigation .btn-lg.dropdown-toggle{padding:.5rem}.btn-icon .icon,.btn-more-info .icon,.screen-header .screen-navigation .dropdown-toggle .icon,.sds-btn-add .icon,.sds-btn-close .icon,.sds-btn-icon-solo .icon,.sds-btn-undo .icon,.sds-matrix-btn-circular-icon-toggle .icon{fill:currentColor;stroke:currentColor;stroke-width:0;box-sizing:content-box;display:inline-block;flex:none;height:1.5rem;width:1.5rem}.btn-icon .icon+:not(.sr-only),.btn-more-info .icon+:not(.sr-only),.screen-header .screen-navigation .dropdown-toggle .icon+:not(.sr-only),.sds-btn-add .icon+:not(.sr-only),.sds-btn-close .icon+:not(.sr-only),.sds-btn-icon-solo .icon+:not(.sr-only),.sds-btn-undo .icon+:not(.sr-only),.sds-matrix-btn-circular-icon-toggle .icon+:not(.sr-only){padding-left:.5rem}.btn-icon-sm svg,.btn-more-info svg{height:1.125rem;width:1.125rem}.btn-icon svg.icon,.btn-more-info svg.icon,.screen-header .screen-navigation .dropdown-toggle svg.icon,.sds-btn-add svg.icon,.sds-btn-close svg.icon,.sds-btn-icon-solo svg.icon,.sds-btn-undo svg.icon,.sds-matrix-btn-circular-icon-toggle svg.icon{height:1.5rem;width:1.5rem}.btn-icon.is-loading svg,.is-loading.btn-more-info svg,.is-loading.sds-btn-add svg,.is-loading.sds-btn-close svg,.is-loading.sds-btn-icon-solo svg,.is-loading.sds-btn-undo svg,.is-loading.sds-matrix-btn-circular-icon-toggle svg,.screen-header .screen-navigation .is-loading.dropdown-toggle svg{animation:spinner-border .6s linear infinite both}.Matrix-Viper-commentdialog-buttonArea .btn-group a.Matrix-Viper-commentdialog-button-blue:not(:last-child),.Matrix-Viper-commentdialog-buttonArea .btn-group a.Matrix-Viper-commentdialog-button-grey:not(:last-child),.btn-group .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:not(:last-child),.btn-group .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:not(:last-child),.btn-group .btn-more-info:not(:last-child),.btn-group .btn:not(:last-child),.btn-group .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:not(:last-child),.btn-group .matrix-modal>.swal2-buttonswrapper .swal2-cancel:not(:last-child),.btn-group .matrix-modal>.swal2-buttonswrapper .swal2-styled:not(:last-child),.btn-group .matrix-modal>button.swal2-close:not(:last-child),.btn-group .screen-header .screen-navigation .dropdown-toggle:not(:last-child),.btn-group .sds-btn-add:not(:last-child),.btn-group .sds-btn-close:not(:last-child),.btn-group .sds-btn-icon-solo:not(:last-child),.btn-group .sds-btn-undo:not(:last-child),.btn-group .sds-matrix-btn-circular-icon-toggle:not(:last-child),.btn-group .sq-notification-box .close:not(:last-child),.btn-group .toolbar .nav-link:not(:last-child),.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .btn-group .swal2-confirm:not(:last-child),.matrix-modal>.swal2-buttonswrapper .btn-group .swal2-cancel:not(:last-child),.matrix-modal>.swal2-buttonswrapper .btn-group .swal2-styled:not(:last-child),.screen-header .screen-navigation .btn-group .dropdown-toggle:not(:last-child),.sq-notification-box .btn-group .close:not(:last-child),.toolbar .btn-group .nav-link:not(:last-child){margin-right:.5rem}.btn-insert-component{animation-duration:.3s;animation-fill-mode:forwards;animation-name:fadeIn}.btn-insert-component.active,.btn-insert-component:active{background-color:#0774d2!important}.btn-insert-component.active:hover,.btn-insert-component:active:hover{background-color:#0666b9}.btn-insert-component.active svg,.btn-insert-component:active svg{transform:rotate(45deg)}.btn-insert-component svg{transform:rotate(0deg);transition:transform .2s ease-out}.btn-more-info{color:#949494;transition:color .1s ease-out;visibility:hidden}.sds-btn-add:disabled{opacity:.5}.sds-btn-action>button{border-radius:50%;padding:0}.sds-btn-action.dropdown .dropdown-menu{padding:.15rem}.sds-btn-action>.btn-transparent{fill:#707070;color:#707070}.sds-matrix-btn-circular-icon-toggle{background-color:#fff;border:2px solid #e0e0e0;transition:none}.sds-matrix-btn-circular-icon-toggle svg{color:#707070;height:1.25rem;width:1.25rem}.sds-matrix-btn-circular-icon-toggle:focus,.sds-matrix-btn-circular-icon-toggle:hover{border-color:#707070}.sds-matrix-btn-circular-icon-toggle.is-on{background-color:#e6f1fa;border-color:#8fc0eb}.sds-matrix-btn-circular-icon-toggle.is-on svg{color:#0774d2}.sds-matrix-btn-circular-icon-toggle.is-on:focus,.sds-matrix-btn-circular-icon-toggle.is-on:hover{border-color:#0774d2}.sds-matrix-btn-circular-icon-toggle.inactive{background-color:#fff;border:0;cursor:default;opacity:1}.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:disabled,.Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:disabled,.Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-grey,.btn-more-info:disabled,.btn.disabled,.btn:disabled,.disabled.btn-more-info,.disabled.sds-btn-add,.disabled.sds-btn-close,.disabled.sds-btn-icon-solo,.disabled.sds-btn-undo,.disabled.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .disabled.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:disabled,.matrix-modal>.swal2-buttonswrapper .disabled.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .disabled.swal2-styled,.matrix-modal>.swal2-buttonswrapper .swal2-cancel:disabled,.matrix-modal>.swal2-buttonswrapper .swal2-styled:disabled,.matrix-modal>button.disabled.swal2-close,.matrix-modal>button.swal2-close:disabled,.screen-header .screen-navigation .disabled.dropdown-toggle,.screen-header .screen-navigation .dropdown-toggle:disabled,.sds-btn-add:disabled,.sds-btn-close:disabled,.sds-btn-icon-solo:disabled,.sds-btn-undo:disabled,.sds-matrix-btn-circular-icon-toggle:disabled,.sq-notification-box .close:disabled,.sq-notification-box .disabled.close,.toolbar .disabled.nav-link,.toolbar .nav-link:disabled{cursor:not-allowed}.btn-circle,.btn-more-info,.sds-btn-add,.sds-btn-close,.sds-btn-undo,.sds-matrix-btn-circular-icon-toggle{border-radius:50%}.btn-no-events{pointer-events:none}.btn-drag-handle{padding:.25rem 0;position:relative}.btn-drag-handle:not(.disabled):focus{background-color:#0774d2;color:#fff}.btn-drag-handle:not(.disabled):focus svg{color:#fff}.dropdown .dropdown-menu:not([x-placement=top-start]){max-height:calc(100vh - var(--dropdown-space-top));overflow-y:auto;top:.25rem!important}.dropdown .dropdown-menu{border-color:rgba(0,0,0,.04);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);padding:0 .75rem .5rem}.dropdown.show .dropdown-menu{display:block}.dropdown .dropdown-header{border-bottom:1px solid #e0e0e0;font-weight:700;margin-bottom:.75rem;padding:.75rem 0;text-align:center;text-transform:uppercase}.dropdown .dropdown-item{align-items:center;border-radius:.25rem;display:flex;font-size:.875rem;justify-content:flex-start;line-height:1.5rem;padding:.375rem .5rem;position:relative}.dropdown .dropdown-item.active,.dropdown .dropdown-item.current,.dropdown .dropdown-item:active{background-color:#e6f1fa;color:#0774d2}.dropdown .dropdown-item:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);color:#2b2b2b;outline:0 none}.dropdown .dropdown-item.separator{margin-bottom:.5rem}.dropdown .dropdown-item:last-child.separator{margin-bottom:0}.dropdown .dropdown-item.separator:after{background-color:#e0e0e0;bottom:0;bottom:auto;bottom:-.75rem;content:"";height:1px;left:0;margin-bottom:.5rem;margin-top:.5rem;position:absolute;right:0;top:0;top:-.75rem;top:auto;width:100%}.dropdown .dropdown-item:last-child.separator:after{display:none}.dropdown .dropdown-item .icon{margin-right:.75rem}.dropdown .dropdown-toggle{align-items:center;display:flex}.dropdown .dropdown-toggle:after{display:none}.dropdown-no-title .dropdown-menu{padding-top:.5rem}.dropdown.dropdown-double .dropdown-menu{display:flex;padding:0}.dropdown.dropdown-double .dropdown-menu .dropdown-col{padding:.5rem .75rem;position:relative;width:100%}.dropdown.dropdown-double .dropdown-menu .dropdown-col .dropdown-row div{line-height:1.1rem}.dropdown.dropdown-double .dropdown-menu .dropdown-col .dropdown-row a{max-width:200px;min-width:190px;white-space:normal}.dropdown.dropdown-double .dropdown-menu .dropdown-col .dropdown-row .icon{height:1.125rem;width:1.125rem}.dropdown.dropdown-double .dropdown-menu .dropdown-col .dropdown-row.second-section{border-top:2px solid #e0e0e0;margin-top:.5rem;padding-top:.5rem}.dropdown.dropdown-double .dropdown-menu .dropdown-col+.dropdown-col:after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;content:"";height:100%;height:90%;left:inherit;left:0;margin:auto;position:absolute;right:0;right:inherit;top:0;width:2px}.dropdown.dropdown-center .dropdown-menu{left:50%!important;top:calc(100% + 4px)!important;transform:translateX(-50%)!important}.navbar-list:last-child .nav-item.dropdown.dropdown-center:last-child .dropdown-menu{left:auto!important;min-width:15rem;right:0!important;transform:translateX(0)!important}.dropdown .dropdown-menu .alert{border-radius:4px}#release-locks-wrapper.loading:after,.frame-canvas.is-loading:after,.image-editor.is-loading:after,.matrix-create-asset-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after,.matrix-create-asset-modal-base .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after,.matrix-create-asset-success-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after,.sds-matrix-screen-load-overlay:after,.spinner,.spinner-lg-screen,.sq.modal-open .modal-body>.loading:after,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before{animation:spinner-border .6s linear infinite both;border:2px solid #bababa;border-radius:50%;border-right-color:transparent;color:#bababa;display:inline-block;height:20px;vertical-align:text-bottom;width:20px}.spinner-lg-screen{border-width:.275rem;height:3.25rem;width:3.25rem}.spinner-white{border-color:#fff transparent #fff #fff}.frame-canvas.is-loading{position:relative}.frame-canvas.is-loading:after{border-width:.5rem;bottom:0;content:"";height:6rem;left:0;left:2.5625rem;margin:auto;position:absolute;right:0;top:0;top:-3.6875rem;width:6rem}body.swal2-toast-shown:after{animation-duration:1.5s;animation-fill-mode:both;animation-name:fadeIn;background-color:hsla(0,0%,96%,.7);bottom:0;content:"";height:100%;left:0;position:absolute;position:fixed;right:0;top:0;width:100%;z-index:1050}body.swal2-toast-shown.no-after:after{content:none}body .swal2-container{padding:1rem .625rem 1rem 1rem}body.swal2-toast-shown .swal2-container.swal2-top-end{top:105px!important}body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-content,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-header{padding-left:2.375rem}body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before{bottom:0;bottom:inherit;content:"";left:0;left:.75rem;position:absolute;right:0;right:inherit;top:0;top:.75rem}body .swal2-container.swal2-top-end.matrix-toast.toast-type-success .swal2-content,body .swal2-container.swal2-top-end.matrix-toast.toast-type-success .swal2-header{padding-left:2.375rem}body .swal2-container.swal2-top-end.matrix-toast.toast-type-success .swal2-toast:before{background-color:#098934;bottom:0;content:"";height:1.5rem;left:0;left:.75rem;margin:auto;-webkit-mask-image:url(/__lib/web/images/icons/svg/check_circle.svg);mask-image:url(/__lib/web/images/icons/svg/check_circle.svg);position:absolute;right:0;right:inherit;top:0;width:1.5rem}body .swal2-container.swal2-top-end.matrix-toast.toast-type-error .swal2-content,body .swal2-container.swal2-top-end.matrix-toast.toast-type-error .swal2-header{padding-left:2.375rem}body .swal2-container.swal2-top-end.matrix-toast.toast-type-error .swal2-toast:before{background-color:#d72321;bottom:0;content:"";height:1.5rem;left:0;left:.75rem;margin:auto;-webkit-mask-image:url(/__lib/web/images/icons/svg/error_solid.svg);mask-image:url(/__lib/web/images/icons/svg/error_solid.svg);position:absolute;right:0;right:inherit;top:0;width:1.5rem}body .swal2-container.swal2-top-end.matrix-toast .swal2-header{width:100%}body .swal2-container.swal2-top-end.matrix-toast .swal2-popup{border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);flex-wrap:wrap;justify-content:flex-start;min-width:15rem;padding:.75rem}body .swal2-container.swal2-top-end.matrix-toast .swal2-title{color:#3d3d3d;font-size:1rem;margin:0}body .swal2-container.swal2-top-end.matrix-toast .swal2-content{font-size:.875rem}body .swal2-container.swal2-top-end.matrix-toast .swal2-show{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeInRight;animation-timing-function:ease-out}body .swal2-container.swal2-top-end.matrix-toast .swal2-hide{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeOut}.sq-instruction{animation-duration:1s;animation-fill-mode:both;animation-name:fadeIn;background-color:rgba(0,0,0,.75);border-radius:.25rem;color:#fff;display:none;left:0;margin:0 auto;max-width:25rem;padding:.65rem;position:fixed;right:0;top:9rem;width:-moz-fit-content;width:fit-content;z-index:10}.sq-instruction p:last-of-type(){margin-bottom:0}.sq-instruction .key{border:1px solid #ced4da;border-radius:.25rem;color:#ced4da;margin-left:.25rem;margin-right:.25rem;padding:.15rem}.sq-instruction.show{display:block}.toolbar{position:fixed;top:0;width:100%;z-index:1083}.toolbar .navbar{background-color:#26324b;font-weight:600}.Matrix-Viper-commentdialog-buttonArea .toolbar .navbar>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .toolbar .navbar>a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .toolbar .navbar>.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .toolbar .navbar>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .toolbar .navbar>.swal2-styled,.screen-header .screen-navigation .toolbar .navbar>.dropdown-toggle,.sq-notification-box .toolbar .navbar>.close,.toolbar .Matrix-Viper-commentdialog-buttonArea .navbar>a.Matrix-Viper-commentdialog-button-blue,.toolbar .Matrix-Viper-commentdialog-buttonArea .navbar>a.Matrix-Viper-commentdialog-button-grey,.toolbar .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .navbar>.swal2-confirm,.toolbar .matrix-modal>.swal2-buttonswrapper .navbar>.swal2-cancel,.toolbar .matrix-modal>.swal2-buttonswrapper .navbar>.swal2-styled,.toolbar .navbar.matrix-modal>button.swal2-close,.toolbar .navbar>.btn,.toolbar .navbar>.btn-more-info,.toolbar .navbar>.nav-link,.toolbar .navbar>.sds-btn-add,.toolbar .navbar>.sds-btn-close,.toolbar .navbar>.sds-btn-icon-solo,.toolbar .navbar>.sds-btn-undo,.toolbar .navbar>.sds-matrix-btn-circular-icon-toggle,.toolbar .screen-header .screen-navigation .navbar>.dropdown-toggle,.toolbar .sq-notification-box .navbar>.close{background-color:rgba(29,155,226,.16);color:#fff;font-weight:600;height:2.5rem;padding-left:.75rem;padding-right:.75rem}.toolbar .navbar .nav-item{align-items:center;border-radius:.25rem;display:flex;padding-bottom:0;padding-top:0}.toolbar .navbar .nav-item:only-of-type .nav-link{padding-left:.75rem;padding-right:.75rem}.toolbar .navbar .nav-item:first-of-type .nav-link{padding-left:.75rem}.toolbar .navbar .nav-item:last-of-type .nav-link{padding-right:.75rem}.toolbar .navbar .nav-item.show .nav-link>svg,.toolbar .navbar .nav-item:hover{color:#fff}.toolbar .navbar .nav-item.is-callout{background:#6b47b4}.toolbar .navbar .nav-item span.ml-2{color:hsla(0,0%,100%,.9);font-weight:600}.toolbar .navbar .nav-item .nav-link{border:0}.toolbar .navbar .icon{fill:currentColor;stroke:currentColor;stroke-width:0;box-sizing:content-box;display:inline-block;height:24px;width:24px}.toolbar .navbar .icon-sm{height:1rem;width:1rem}.toolbar .navbar .icon-md{height:2.125rem;width:2.125rem}.toolbar .navbar .icon.icon-circle{background-color:#fff;color:#26324b;font-family:Asap,Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:600}.toolbar .navbar .dropdown-menu,.toolbar .navbar .dropdown.dropdown-center .dropdown-menu{border-radius:0 0 .25rem .25rem;border-top:0;top:calc(100% + 8px)!important}.navbar-brand{align-items:center;color:#fff;display:flex;font-weight:600;line-height:1.5rem;margin-left:.25rem;margin-right:1.125rem;position:relative}.navbar-brand:after{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";display:none;height:2.25rem;margin-right:-1.125rem;position:absolute;right:0;top:.125rem;width:2px}@media(min-width:1024px){.navbar-brand:after{display:inline-block}}.navbar-brand span{display:none}@media(min-width:1024px){.navbar-brand span{display:inline-flex}}.navbar-text{font-size:.875rem;max-width:7.8125rem;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.navbar-text{font-size:1rem;max-width:18.75rem;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.6)}.navbar-list{background-color:rgba(29,155,226,.16);border-radius:.25rem}.navbar-list:empty{display:none}.toolbar .nav-link{border:0;border-radius:.25rem;padding-bottom:.5rem;padding-top:.5rem}.toolbar .nav-link:hover{text-decoration:none}.toolbar .nav-link>svg{color:hsla(0,0%,100%,.6)}.toolbar .nav-link:focus{outline:none}.toolbar .nav-link:focus>svg,.toolbar .nav-link:hover>svg{color:#fff}.nav-user{padding-left:.875rem;position:relative}.nav-user:before{background-color:#26324b;border-radius:.25rem;bottom:.5rem;content:"";left:.375rem;margin-right:.5rem;position:absolute;top:.5rem;width:2px}.nav-user.is-callout{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:.5rem;padding-left:.375rem}.nav-user.is-callout:before{background-color:transparent}.nav-user.is-callout .nav-link{color:#fff}.nav-user.is-callout .icon-circle{background:#fff;color:#6b47b4}.nav-user .user-name{max-width:15ch;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.nav-user .dropdown-menu{left:auto;right:0;transform:translate(0)}.nav-user .nav-link{padding-bottom:.25rem;padding-top:.25rem}.nav-user .dropdown-item .sign-out-user-name{max-width:38ch;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.nav-signin{color:#1d9be2;font-weight:600}.nav-signin span,.toolbar .nav-context.is-callout .nav-link,.toolbar .nav-context.is-callout .nav-link>svg{color:#fff}.toolbar .nav-context.is-callout .text{display:block}.toolbar .nav-context .text{display:none}.toolbar .nav-context .text:not(:empty){padding-left:.5rem}.toolbar .nav-context .icon-current{display:none}.toolbar .nav-context .current{background-color:#e6f1fa;background-image:none;color:#0774d2;font-weight:400}.toolbar .nav-context .current .icon-current{display:inline-flex}.navbar-form{align-items:center;display:flex;position:relative}.navbar-form #toolbar_root_node_select,.navbar-form .form-control,.navbar-form .select2-selection__rendered,.navbar-form .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.navbar-form .sq-backend-data input[type=password],.navbar-form .sq-option-list .sq-option-list-row input[type=text],.navbar-form .table input.basicCell,.navbar-form .table input.disabledCell,.navbar-form .table input.titleCell,.navbar-form select.sq-form-field,.sq-asset-finder-wrapper .navbar-form .asset-finder__inner-wrapper,.sq-backend-data .navbar-form input[type=password],.sq-option-list .sq-option-list-row .navbar-form input[type=text],.table .navbar-form input.basicCell,.table .navbar-form input.disabledCell,.table .navbar-form input.titleCell{background:transparent;border-color:hsla(0,0%,100%,.12);color:#fff;font-weight:600;height:40px;max-width:15.625rem;min-width:9.375rem;padding-right:36px;width:100%}.show .navbar-form #toolbar_root_node_select,.show .navbar-form .form-control,.show .navbar-form .select2-selection__rendered,.show .navbar-form .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.show .navbar-form .sq-backend-data input[type=password],.show .navbar-form .sq-option-list .sq-option-list-row input[type=text],.show .navbar-form .table input.basicCell,.show .navbar-form .table input.disabledCell,.show .navbar-form .table input.titleCell,.show .navbar-form select.sq-form-field,.sq-asset-finder-wrapper .show .navbar-form .asset-finder__inner-wrapper,.sq-backend-data .show .navbar-form input[type=password],.sq-option-list .sq-option-list-row .show .navbar-form input[type=text],.table .show .navbar-form input.basicCell,.table .show .navbar-form input.disabledCell,.table .show .navbar-form input.titleCell{border-color:hsla(0,0%,100%,.12)}.navbar-form #toolbar_root_node_select:focus,.navbar-form .form-control:focus,.navbar-form .select2-selection__rendered:focus,.navbar-form .sq-asset-finder-wrapper .asset-finder__inner-wrapper:focus,.navbar-form .sq-backend-data input[type=password]:focus,.navbar-form .sq-option-list .sq-option-list-row input[type=text]:focus,.navbar-form .table input.basicCell:focus,.navbar-form .table input.disabledCell:focus,.navbar-form .table input.titleCell:focus,.navbar-form select.sq-form-field:focus,.sq-asset-finder-wrapper .navbar-form .asset-finder__inner-wrapper:focus,.sq-backend-data .navbar-form input[type=password]:focus,.sq-option-list .sq-option-list-row .navbar-form input[type=text]:focus,.table .navbar-form input.basicCell:focus,.table .navbar-form input.disabledCell:focus,.table .navbar-form input.titleCell:focus{border-color:#1d9be2}.navbar-form #toolbar_root_node_select::-moz-placeholder,.navbar-form .form-control::-moz-placeholder,.navbar-form .select2-selection__rendered::-moz-placeholder,.navbar-form .sq-asset-finder-wrapper .asset-finder__inner-wrapper::-moz-placeholder,.navbar-form .sq-backend-data input[type=password]::-moz-placeholder,.navbar-form .sq-option-list .sq-option-list-row input[type=text]::-moz-placeholder,.navbar-form .table input.basicCell::-moz-placeholder,.navbar-form .table input.disabledCell::-moz-placeholder,.navbar-form .table input.titleCell::-moz-placeholder,.navbar-form select.sq-form-field::-moz-placeholder,.sq-asset-finder-wrapper .navbar-form .asset-finder__inner-wrapper::-moz-placeholder,.sq-backend-data .navbar-form input[type=password]::-moz-placeholder,.sq-option-list .sq-option-list-row .navbar-form input[type=text]::-moz-placeholder,.table .navbar-form input.basicCell::-moz-placeholder,.table .navbar-form input.disabledCell::-moz-placeholder,.table .navbar-form input.titleCell::-moz-placeholder{color:hsla(0,0%,100%,.7)}.navbar-form #toolbar_root_node_select::placeholder,.navbar-form .form-control::placeholder,.navbar-form .select2-selection__rendered::placeholder,.navbar-form .sq-asset-finder-wrapper .asset-finder__inner-wrapper::placeholder,.navbar-form .sq-backend-data input[type=password]::placeholder,.navbar-form .sq-option-list .sq-option-list-row input[type=text]::placeholder,.navbar-form .table input.basicCell::placeholder,.navbar-form .table input.disabledCell::placeholder,.navbar-form .table input.titleCell::placeholder,.navbar-form select.sq-form-field::placeholder,.sq-asset-finder-wrapper .navbar-form .asset-finder__inner-wrapper::placeholder,.sq-backend-data .navbar-form input[type=password]::placeholder,.sq-option-list .sq-option-list-row .navbar-form input[type=text]::placeholder,.table .navbar-form input.basicCell::placeholder,.table .navbar-form input.disabledCell::placeholder,.table .navbar-form input.titleCell::placeholder{color:hsla(0,0%,100%,.7)}.navbar-form #toolbar_root_node_select:focus-within+.btn-search,.navbar-form .form-control:focus-within+.btn-search,.navbar-form .select2-selection__rendered:focus-within+.btn-search,.navbar-form .sq-asset-finder-wrapper .asset-finder__inner-wrapper:focus-within+.btn-search,.navbar-form .sq-backend-data input[type=password]:focus-within+.btn-search,.navbar-form .sq-option-list .sq-option-list-row input[type=text]:focus-within+.btn-search,.navbar-form .table input.basicCell:focus-within+.btn-search,.navbar-form .table input.disabledCell:focus-within+.btn-search,.navbar-form .table input.titleCell:focus-within+.btn-search,.navbar-form select.sq-form-field:focus-within+.btn-search,.sq-asset-finder-wrapper .navbar-form .asset-finder__inner-wrapper:focus-within+.btn-search,.sq-backend-data .navbar-form input[type=password]:focus-within+.btn-search,.sq-option-list .sq-option-list-row .navbar-form input[type=text]:focus-within+.btn-search,.table .navbar-form input.basicCell:focus-within+.btn-search,.table .navbar-form input.disabledCell:focus-within+.btn-search,.table .navbar-form input.titleCell:focus-within+.btn-search{color:#fff}.navbar-form.show #toolbar_root_node_select,.navbar-form.show .form-control,.navbar-form.show .select2-selection__rendered,.navbar-form.show .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.navbar-form.show .sq-backend-data input[type=password],.navbar-form.show .sq-option-list .sq-option-list-row input[type=text],.navbar-form.show .table input.basicCell,.navbar-form.show .table input.disabledCell,.navbar-form.show .table input.titleCell,.navbar-form.show select.sq-form-field,.sq-asset-finder-wrapper .navbar-form.show .asset-finder__inner-wrapper,.sq-backend-data .navbar-form.show input[type=password],.sq-option-list .sq-option-list-row .navbar-form.show input[type=text],.table .navbar-form.show input.basicCell,.table .navbar-form.show input.disabledCell,.table .navbar-form.show input.titleCell{border-color:hsla(0,0%,100%,.12)}.navbar-form .btn-search{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;bottom:0;color:#fff;padding:0 6px;position:absolute;right:0;top:0}.navbar-form .btn-search:hover{color:#fff}.toolbar .badge{max-width:6rem;overflow:hidden;text-transform:uppercase;white-space:nowrap}.toolbar .badge-development{background-color:#8fc0eb;border:1px solid #26324b;color:#26324b}.toolbar .badge-canary{background-color:#efb324;border:1px solid #26324b;color:#26324b}.toolbar .badge-evaluation{background-color:#bcacdd;border:1px solid #26324b;color:#26324b}.toolbar .badge-internal{background-color:rgba(29,155,226,.16);border:1px solid rgba(29,155,226,.26);color:#fff}.sq-backend-header-search-wrapper{display:flex;text-align:left;width:auto}.sq-backend-search-results-body ul{padding:0}.sq-backend-search-results-body .sq-status-square{margin-top:.125rem}#release-locks-wrapper{margin-left:.5rem;position:relative}#release-locks-wrapper.loading:after{bottom:0;bottom:inherit;content:"";left:0;left:.25rem;position:absolute;right:0;right:inherit;top:0;top:.125rem}#release-locks-wrapper.loading span{visibility:hidden}.toggle-switch{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:space-between;margin:0;position:relative;width:100%}.toggle-switch.is-disabled{cursor:default}.toggle-switch-button{display:inline-block;height:1.25rem;width:2.25rem}.toggle-switch input{height:0;opacity:0;width:0}.toggle-switch-slider{background-color:#bababa;border-radius:1.25rem;bottom:0;height:inherit;margin:auto;position:absolute;top:0;transition:.15s;width:inherit}.toggle-switch-slider:before{background-color:#fff;border-radius:50%;bottom:.125rem;content:"";height:1rem;left:.125rem;position:absolute;transition:.15s;width:1rem}.toggle-switch-slider:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E");background-size:.75rem;bottom:2px;content:"";height:12px;left:4px;margin:auto;position:absolute;top:2px;width:12px}input:checked+.toggle-switch-slider{background-color:#0774d2}input:focus+.toggle-switch-slider{box-shadow:0 0 0 2px rgba(7,116,210,.5)}input:checked+.toggle-switch-slider.danger{background-color:#d72321}input:focus+.toggle-switch-slider.danger{box-shadow:0 0 0 2px rgba(215,35,33,.5)}input:checked+.toggle-switch-slider:before{transform:translateX(1rem)}.toggle-switch-with-after-component{margin-right:.75rem}.toggle-switch-button-like{background-color:#f5f5f5;border-radius:.25rem;color:#707070;padding:.5rem}.toggle-switch-button-like:hover{background-color:#ededed}.read-only .sq-toggle-switch,[type=checkbox]:disabled+.toggle-switch-slider{cursor:default;opacity:.5}.screen-header{align-items:center;background-color:#fff;display:flex;gap:1.5rem;justify-content:space-between;padding:.5rem;width:100%}.screen-header .asset-info-bar{flex:1 1 22%;min-width:0}.screen-header .screen-navigation{flex:2 1 max-content;min-width:0}.screen-header .screen-actions{flex:0 1 20%}.screen-header-icon-tab{padding-left:.5rem;padding-right:.5rem}.screen-header-wrapper{background-color:#f5f5f5;box-shadow:0 1px 5px 1px rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.07);min-height:3.3125rem;min-width:62.5rem;position:sticky;top:56px;z-index:1060}.screen-header-name{align-items:center;display:flex;margin-left:.75rem;max-width:100%;min-width:.1rem}.screen-header-name-title{color:#707070;letter-spacing:-.2px;margin-bottom:0;margin-left:.75rem;min-width:0;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:nowrap;width:100%}.screen-header-name-icon{fill:#bababa;align-items:center;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.screen-header-button-set{align-items:center;display:flex;justify-content:flex-end}.screen-header .edit-button{padding:.3125rem .75rem}.screen-header .screen-header-divider{height:1.75rem;margin-left:.5rem;margin-right:.625rem;position:relative}.screen-header .screen-header-divider:after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;content:"";height:100%;left:inherit;left:0;margin:auto;position:absolute;right:0;right:inherit;top:0;width:2px}.screen-header .icon{fill:currentColor}.screen-header .dropdown-menu .sq-lock-dropdown-info{color:#707070;font-size:.8125rem;min-width:12.5rem;padding:.75rem .25rem .25rem}.screen-header .dropdown-menu .sq-lock-dropdown-info+.dropdown-item{margin-top:1rem}.screen-header .dropdown-menu .sq-lock-dropdown-info+.dropdown-item:before{background-color:#e0e0e0;bottom:0;bottom:auto;content:"";height:1px;left:0;margin-bottom:.5rem;margin-top:.5rem;position:absolute;right:0;top:0;top:-.75rem;width:100%}.screen-header .dropdown-menu .icon{fill:currentColor;height:24px;width:24px}.asset-history-button:not(:only-child){margin-right:1.125rem}.asset-history-button:not(:only-child):after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;bottom:.3125rem;content:"";height:100%;height:auto;left:0;left:inherit;margin:auto;position:absolute;right:0;right:-.625rem;top:0;top:.3125rem;width:2px}.asset-history-button .nav-link{padding:0}.asset-history-button a:focus>button,.asset-history-button:focus>a>button{background-color:rgba(0,0,0,.04)!important}.asset-history-button .dropdown-menu{width:20rem}.asset-history-button .dropdown-item{min-width:100%}.asset-history-button .dropdown-item .link-text{overflow:hidden;text-overflow:ellipsis}.asset-history-button .dropdown-item .icon{fill:#707070;height:1rem;width:1rem}.asset-history-button .dropdown-item-wrapper{display:grid;grid-template-columns:1fr}.asset-history-button .dropdown-item-wrapper:focus,.asset-history-button .dropdown-item-wrapper:hover{background-color:#f8f9fa;grid-template-columns:1fr 2.375rem}.asset-history-button .dropdown-item-wrapper.not-asset{grid-template-columns:1fr}.asset-history-button .dropdown-item-wrapper .asset-info{color:#707070;display:none}.asset-history-button .dropdown-item-wrapper:focus .asset-info,.asset-history-button .dropdown-item-wrapper:hover .asset-info{display:block}.asset-history-button #release-locks-wrapper.loading:after,.asset-history-button .spinner,.asset-history-button .spinner-lg-screen,.asset-history-button body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .asset-history-button .swal2-toast:before{display:block;margin:1rem auto}.asset-locator-button{width:2.25rem}.workflow-panel .form-group{margin-bottom:.5rem}.sq-asset-finder-wrapper .workflow-panel .asset-finder__inner-wrapper,.sq-backend-data .workflow-panel input[type=password],.sq-option-list .sq-option-list-row .workflow-panel input[type=text],.table .workflow-panel input.basicCell,.table .workflow-panel input.disabledCell,.table .workflow-panel input.titleCell,.workflow-panel #toolbar_root_node_select,.workflow-panel .form-control,.workflow-panel .select2-selection__rendered,.workflow-panel .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.workflow-panel .sq-backend-data input[type=password],.workflow-panel .sq-option-list .sq-option-list-row input[type=text],.workflow-panel .table input.basicCell,.workflow-panel .table input.disabledCell,.workflow-panel .table input.titleCell,.workflow-panel select.sq-form-field{width:100%}.asset-status-button:not(:only-child){margin-right:1.125rem;position:relative}.asset-status-button:not(:only-child):after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;bottom:.3125rem;content:"";height:100%;height:auto;left:0;left:inherit;margin:auto;position:absolute;right:0;right:-.625rem;top:0;top:.3125rem;width:2px}.asset-status-button-title{align-items:center;display:flex}.asset-status-panel{width:16.875rem}.asset-status-panel .asset-status-panel-header{color:#3d3d3d}.asset-status-panel .current-action,.asset-status-panel .selected-action{color:#4f4f4f;font-weight:600}.asset-status-panel .form-check button{height:auto;width:auto}.asset-status-panel .form-check button:focus,.asset-status-panel .form-check button:hover{background-color:transparent;box-shadow:none}.asset-status-panel .form-check button:focus input{border-color:#0774d2}.asset-status-panel .form-check label{color:#4f4f4f}.asset-status-panel .form-check label div{color:#707070}.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-grey,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-blue,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-grey,.asset-status-panel .btn.dropdown-item,.asset-status-panel .dropdown-item.btn-more-info,.asset-status-panel .dropdown-item.sds-btn-add,.asset-status-panel .dropdown-item.sds-btn-close,.asset-status-panel .dropdown-item.sds-btn-icon-solo,.asset-status-panel .dropdown-item.sds-btn-undo,.asset-status-panel .dropdown-item.sds-matrix-btn-circular-icon-toggle,.asset-status-panel .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .dropdown-item.swal2-confirm,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-cancel,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-styled,.asset-status-panel .matrix-modal>button.dropdown-item.swal2-close,.asset-status-panel .screen-header .screen-navigation .dropdown-item.dropdown-toggle,.asset-status-panel .sq-notification-box .dropdown-item.close,.asset-status-panel .toolbar .dropdown-item.nav-link,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-styled,.screen-header .screen-navigation .asset-status-panel .dropdown-item.dropdown-toggle,.sq-notification-box .asset-status-panel .dropdown-item.close,.toolbar .asset-status-panel .dropdown-item.nav-link{background-color:#0774d2;color:#fff}.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-blue:hover,.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-grey:focus,.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-grey:hover,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-blue:focus,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-blue:hover,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-grey:focus,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-grey:hover,.asset-status-panel .btn.dropdown-item:focus,.asset-status-panel .btn.dropdown-item:hover,.asset-status-panel .dropdown-item.btn-more-info:focus,.asset-status-panel .dropdown-item.btn-more-info:hover,.asset-status-panel .dropdown-item.sds-btn-add:focus,.asset-status-panel .dropdown-item.sds-btn-add:hover,.asset-status-panel .dropdown-item.sds-btn-close:focus,.asset-status-panel .dropdown-item.sds-btn-close:hover,.asset-status-panel .dropdown-item.sds-btn-icon-solo:focus,.asset-status-panel .dropdown-item.sds-btn-icon-solo:hover,.asset-status-panel .dropdown-item.sds-btn-undo:focus,.asset-status-panel .dropdown-item.sds-btn-undo:hover,.asset-status-panel .dropdown-item.sds-matrix-btn-circular-icon-toggle:focus,.asset-status-panel .dropdown-item.sds-matrix-btn-circular-icon-toggle:hover,.asset-status-panel .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .dropdown-item.swal2-confirm:focus,.asset-status-panel .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .dropdown-item.swal2-confirm:hover,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-cancel:focus,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-cancel:hover,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-styled:focus,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-styled:hover,.asset-status-panel .matrix-modal>button.dropdown-item.swal2-close:focus,.asset-status-panel .matrix-modal>button.dropdown-item.swal2-close:hover,.asset-status-panel .screen-header .screen-navigation .dropdown-item.dropdown-toggle:focus,.asset-status-panel .screen-header .screen-navigation .dropdown-item.dropdown-toggle:hover,.asset-status-panel .sq-notification-box .dropdown-item.close:focus,.asset-status-panel .sq-notification-box .dropdown-item.close:hover,.asset-status-panel .toolbar .dropdown-item.nav-link:focus,.asset-status-panel .toolbar .dropdown-item.nav-link:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-confirm:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-confirm:hover,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-cancel:hover,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-styled:focus,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-styled:hover,.screen-header .screen-navigation .asset-status-panel .dropdown-item.dropdown-toggle:focus,.screen-header .screen-navigation .asset-status-panel .dropdown-item.dropdown-toggle:hover,.sq-notification-box .asset-status-panel .dropdown-item.close:focus,.sq-notification-box .asset-status-panel .dropdown-item.close:hover,.toolbar .asset-status-panel .dropdown-item.nav-link:focus,.toolbar .asset-status-panel .dropdown-item.nav-link:hover{background-color:#0666b9;border-color:#0666b9}.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.dropdown-item.Matrix-Viper-commentdialog-button-grey:focus,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-blue:focus,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.dropdown-item.Matrix-Viper-commentdialog-button-grey:focus,.asset-status-panel .btn.dropdown-item:focus,.asset-status-panel .dropdown-item.btn-more-info:focus,.asset-status-panel .dropdown-item.sds-btn-add:focus,.asset-status-panel .dropdown-item.sds-btn-close:focus,.asset-status-panel .dropdown-item.sds-btn-icon-solo:focus,.asset-status-panel .dropdown-item.sds-btn-undo:focus,.asset-status-panel .dropdown-item.sds-matrix-btn-circular-icon-toggle:focus,.asset-status-panel .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .dropdown-item.swal2-confirm:focus,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-cancel:focus,.asset-status-panel .matrix-modal>.swal2-buttonswrapper .dropdown-item.swal2-styled:focus,.asset-status-panel .matrix-modal>button.dropdown-item.swal2-close:focus,.asset-status-panel .screen-header .screen-navigation .dropdown-item.dropdown-toggle:focus,.asset-status-panel .sq-notification-box .dropdown-item.close:focus,.asset-status-panel .toolbar .dropdown-item.nav-link:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-confirm:focus,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .asset-status-panel .dropdown-item.swal2-styled:focus,.screen-header .screen-navigation .asset-status-panel .dropdown-item.dropdown-toggle:focus,.sq-notification-box .asset-status-panel .dropdown-item.close:focus,.toolbar .asset-status-panel .dropdown-item.nav-link:focus{box-shadow:none}.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.disabled.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .asset-status-panel a.disabled.Matrix-Viper-commentdialog-button-grey,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-blue,.asset-status-panel .Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-grey,.asset-status-panel .matrix-modal.matrix-modal-error>.swal2-buttonswrapper a.disabled.swal2-confirm,.asset-status-panel .matrix-modal>.swal2-buttonswrapper a.disabled.swal2-cancel,.asset-status-panel .matrix-modal>.swal2-buttonswrapper a.disabled.swal2-styled,.asset-status-panel .screen-header .screen-navigation a.disabled.dropdown-toggle,.asset-status-panel .sq-notification-box a.disabled.close,.asset-status-panel .toolbar a.disabled.nav-link,.asset-status-panel a.btn.disabled,.asset-status-panel a.disabled.btn-more-info,.asset-status-panel a.disabled.sds-btn-add,.asset-status-panel a.disabled.sds-btn-close,.asset-status-panel a.disabled.sds-btn-icon-solo,.asset-status-panel a.disabled.sds-btn-undo,.asset-status-panel a.disabled.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-status-panel a.disabled.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .asset-status-panel a.disabled.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .asset-status-panel a.disabled.swal2-styled,.screen-header .screen-navigation .asset-status-panel a.disabled.dropdown-toggle,.sq-notification-box .asset-status-panel a.disabled.close,.toolbar .asset-status-panel a.disabled.nav-link{cursor:not-allowed;pointer-events:all}.simple-edit-toggle{display:inline-flex;padding-top:.3125rem}.Matrix-Viper-commentdialog-buttonArea .simple-edit-toggle a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .simple-edit-toggle a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .simple-edit-toggle .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .simple-edit-toggle .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .simple-edit-toggle .swal2-styled,.screen-header .screen-navigation .simple-edit-toggle .dropdown-toggle,.simple-edit-toggle .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.simple-edit-toggle .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.simple-edit-toggle .btn,.simple-edit-toggle .btn-more-info,.simple-edit-toggle .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.simple-edit-toggle .matrix-modal>.swal2-buttonswrapper .swal2-cancel,.simple-edit-toggle .matrix-modal>.swal2-buttonswrapper .swal2-styled,.simple-edit-toggle .matrix-modal>button.swal2-close,.simple-edit-toggle .screen-header .screen-navigation .dropdown-toggle,.simple-edit-toggle .sds-btn-add,.simple-edit-toggle .sds-btn-close,.simple-edit-toggle .sds-btn-icon-solo,.simple-edit-toggle .sds-btn-undo,.simple-edit-toggle .sds-matrix-btn-circular-icon-toggle,.simple-edit-toggle .sq-notification-box .close,.simple-edit-toggle .toolbar .nav-link,.sq-notification-box .simple-edit-toggle .close,.toolbar .simple-edit-toggle .nav-link{padding-left:6px;padding-right:6px}.simple-edit-toggle .icon{color:#949494;height:1.5rem;width:1.5rem}.screen-header .screen-navigation{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center;margin:0 1rem}.screen-header .screen-navigation .screen-navigation-group{align-items:center;display:flex;flex-wrap:nowrap;margin-right:.5rem;padding-right:.5rem;position:relative}.screen-header .screen-navigation .screen-navigation-group:after{background-color:rgba(0,0,0,.1);border-radius:.25rem;bottom:0;content:"";height:100%;height:1.75rem;left:0;left:inherit;margin:auto;position:absolute;right:0;top:0;width:2px}.screen-header .screen-navigation .screen-navigation-group:last-of-type{margin-right:0;padding-right:0}.screen-header .screen-navigation .screen-navigation-group:empty,.screen-header .screen-navigation .screen-navigation-group:last-of-type:after{display:none}.screen-header .screen-navigation .screen-navigation-group-primary{margin-right:0;padding-right:0}.screen-header .screen-navigation .screen-navigation-group-primary:after{display:none}.screen-header .screen-navigation .btn-link,.screen-header .screen-navigation .nav-link,.screen-header .screen-navigation .sq-notification-box .close,.sq-notification-box .screen-header .screen-navigation .close{border:0;color:#707070;position:relative;white-space:nowrap}.screen-header .screen-navigation .btn-link:after,.screen-header .screen-navigation .nav-link:after,.screen-header .screen-navigation .sq-notification-box .close:after,.sq-notification-box .screen-header .screen-navigation .close:after{background-color:#bababa;border-radius:2px 2px 0 0;bottom:0;bottom:-.7rem;content:"";height:3px;left:0;margin:0 auto;position:absolute;right:0;top:0;top:auto;width:0}.screen-header .screen-navigation .btn-link:focus:after,.screen-header .screen-navigation .btn-link:hover:after,.screen-header .screen-navigation .nav-link:focus:after,.screen-header .screen-navigation .nav-link:hover:after,.screen-header .screen-navigation .sq-notification-box .close:focus:after,.screen-header .screen-navigation .sq-notification-box .close:hover:after,.sq-notification-box .screen-header .screen-navigation .close:focus:after,.sq-notification-box .screen-header .screen-navigation .close:hover:after{width:100%}.screen-header .screen-navigation .btn-link.active,.screen-header .screen-navigation .nav-link.active,.screen-header .screen-navigation .sq-notification-box .active.close,.sq-notification-box .screen-header .screen-navigation .active.close{color:#00649e}.screen-header .screen-navigation .btn-link.active:after,.screen-header .screen-navigation .btn-link:active:after,.screen-header .screen-navigation .nav-link.active:after,.screen-header .screen-navigation .nav-link:active:after,.screen-header .screen-navigation .sq-notification-box .active.close:after,.screen-header .screen-navigation .sq-notification-box .close:active:after,.sq-notification-box .screen-header .screen-navigation .active.close:after,.sq-notification-box .screen-header .screen-navigation .close:active:after{background-color:#00649e;width:100%}.screen-header .screen-navigation .dropdown-toggle{border:0;color:#707070;margin-left:.75rem;position:relative}.screen-header .screen-navigation .dropdown-toggle:focus{border:0!important;box-shadow:none!important;outline:none!important}.screen-header .screen-navigation .dropdown-toggle.is-active{color:#00649e}.screen-header .screen-navigation .dropdown-toggle:before{background-color:#bababa;border-radius:2px 2px 0 0;bottom:0;bottom:-.6rem;content:"";height:3px;left:0;margin:0 auto;position:absolute;right:0;top:0;top:auto;width:0}.screen-header .screen-navigation .dropdown-toggle.is-active:before,.screen-header .screen-navigation .dropdown-toggle:active:before{background-color:#00649e;width:100%}.asset-info{max-width:100%}.asset-info-wrapper{width:calc(100% - 5rem)}.asset-info .screen-header-name{margin-left:0}.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-grey,.asset-info.btn,.asset-info.btn-more-info,.asset-info.sds-btn-add,.asset-info.sds-btn-close,.asset-info.sds-btn-icon-solo,.asset-info.sds-btn-undo,.asset-info.sds-matrix-btn-circular-icon-toggle,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-info.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-styled,.matrix-modal>button.asset-info.swal2-close,.screen-header .screen-navigation .asset-info.dropdown-toggle,.sq-notification-box .asset-info.close,.toolbar .asset-info.nav-link{align-items:center;display:flex;margin-left:0;min-width:0;padding-left:.5rem;padding-right:.125rem}.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-blue:disabled,.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-grey:disabled,.asset-info.btn-more-info:disabled,.asset-info.btn:disabled,.asset-info.sds-btn-add:disabled,.asset-info.sds-btn-close:disabled,.asset-info.sds-btn-icon-solo:disabled,.asset-info.sds-btn-undo:disabled,.asset-info.sds-matrix-btn-circular-icon-toggle:disabled,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-info.swal2-confirm:disabled,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-cancel:disabled,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-styled:disabled,.matrix-modal>button.asset-info.swal2-close:disabled,.screen-header .screen-navigation .asset-info.dropdown-toggle:disabled,.sq-notification-box .asset-info.close:disabled,.toolbar .asset-info.nav-link:disabled{cursor:default;opacity:1}.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-blue:only-of-type,.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-grey:only-of-type,.asset-info.btn-more-info:only-of-type,.asset-info.btn:only-of-type,.asset-info.sds-btn-add:only-of-type,.asset-info.sds-btn-close:only-of-type,.asset-info.sds-btn-icon-solo:only-of-type,.asset-info.sds-btn-undo:only-of-type,.asset-info.sds-matrix-btn-circular-icon-toggle:only-of-type,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-info.swal2-confirm:only-of-type,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-cancel:only-of-type,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-styled:only-of-type,.matrix-modal>button.asset-info.swal2-close:only-of-type,.screen-header .screen-navigation .asset-info.dropdown-toggle:only-of-type,.sq-notification-box .asset-info.close:only-of-type,.toolbar .asset-info.nav-link:only-of-type{margin-left:.1875rem}.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-blue:only-of-type .asset-info--name,.Matrix-Viper-commentdialog-buttonArea a.asset-info.Matrix-Viper-commentdialog-button-grey:only-of-type .asset-info--name,.asset-info.btn-more-info:only-of-type .asset-info--name,.asset-info.btn:only-of-type .asset-info--name,.asset-info.sds-btn-add:only-of-type .asset-info--name,.asset-info.sds-btn-close:only-of-type .asset-info--name,.asset-info.sds-btn-icon-solo:only-of-type .asset-info--name,.asset-info.sds-btn-undo:only-of-type .asset-info--name,.asset-info.sds-matrix-btn-circular-icon-toggle:only-of-type .asset-info--name,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-info.swal2-confirm:only-of-type .asset-info--name,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-cancel:only-of-type .asset-info--name,.matrix-modal>.swal2-buttonswrapper .asset-info.swal2-styled:only-of-type .asset-info--name,.matrix-modal>button.asset-info.swal2-close:only-of-type .asset-info--name,.screen-header .screen-navigation .asset-info.dropdown-toggle:only-of-type .asset-info--name,.sq-notification-box .asset-info.close:only-of-type .asset-info--name,.toolbar .asset-info.nav-link:only-of-type .asset-info--name{margin-left:.25rem}.asset-info+.dropdown-menu{max-width:50rem;width:-moz-max-content;width:max-content}.asset-info+.dropdown-menu .sq-toolbox-table{font-size:.813rem;line-height:1.2em;margin-top:.5rem;max-width:48.75rem;width:-moz-max-content;width:max-content}.asset-info+.dropdown-menu .sq-toolbox-table td{padding:6px;vertical-align:middle}.asset-info+.dropdown-menu .sq-toolbox-table tr:nth-child(2n) td{background-color:#f9f9f9}.asset-info+.dropdown-menu .sq-toolbox-table tr td{border-bottom:1px solid #ddd;border-right:1px dotted #ddd;color:#454545;padding:6px 8px}.asset-info+.dropdown-menu .sq-toolbox-table tr:last-child td{border-bottom:0}.asset-info+.dropdown-menu .sq-toolbox-table tr:last-child td:first-child{border-bottom-left-radius:4px}.asset-info+.dropdown-menu .sq-toolbox-table tr:last-child td:last-child{border-bottom-right-radius:4px}.asset-info+.dropdown-menu .sq-toolbox-table tr td:last-child{border-right:0}.multiple-lineages-panel{font-size:.8125rem;font-weight:400;margin-top:.5rem;min-width:100%;width:-moz-max-content;width:max-content}.multiple-lineages-panel p{margin-bottom:.5rem;margin-top:.5rem}.multiple-lineages-panel table{max-width:48.75rem;min-width:100%;width:-moz-max-content;width:max-content}.multiple-lineages-panel table td{padding:.5rem}[id^=asset-tag-line-more-details] strong{font-weight:600}[id^=asset-tag-line-more-details] td{padding:.5rem!important}.screen-header-sub{align-items:center;background-color:#fff;display:flex;justify-content:flex-start;padding:1rem 1.5rem}.screen-header-sub .screen-filter{margin-right:1rem;width:8rem}.screen-header-sub .screen-filter #toolbar_root_node_select,.screen-header-sub .screen-filter .form-control,.screen-header-sub .screen-filter .select2-selection__rendered,.screen-header-sub .screen-filter .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.screen-header-sub .screen-filter .sq-backend-data input[type=password],.screen-header-sub .screen-filter .sq-option-list .sq-option-list-row input[type=text],.screen-header-sub .screen-filter .table input.basicCell,.screen-header-sub .screen-filter .table input.disabledCell,.screen-header-sub .screen-filter .table input.titleCell,.screen-header-sub .screen-filter select.sq-form-field,.sq-asset-finder-wrapper .screen-header-sub .screen-filter .asset-finder__inner-wrapper,.sq-backend-data .screen-header-sub .screen-filter input[type=password],.sq-option-list .sq-option-list-row .screen-header-sub .screen-filter input[type=text],.table .screen-header-sub .screen-filter input.basicCell,.table .screen-header-sub .screen-filter input.disabledCell,.table .screen-header-sub .screen-filter input.titleCell{max-width:100%}.screen-history{display:flex;font-size:.813rem;line-height:1.2em;opacity:.6;width:100%}.screen-history:hover{opacity:1}.screen-history .sq-history-list{padding-left:1rem;width:100%}.sq-history-list-link{color:#888;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.screen-history:hover .sq-history-list-link{color:#8fc0eb}.sq-history-list-link img{filter:grayscale(100%)}.screen-history:hover .sq-history-list-link img{filter:grayscale(0)}.sq-history-list-item{max-width:calc(20% - 26px)}.sq-history-list-item:not(:last-of-type){margin-right:32px}.sq-history-list-item:not(:last-of-type):before{color:#afafaf;content:"❯";font-size:8px;font-weight:700;line-height:20px;position:absolute;right:-16px}.sq-history-list-name{vertical-align:middle}.sds-matrix-screen-tabs{background-color:#ededed;border-bottom:0;border-radius:.5rem;color:#707070;padding:.25rem}.sds-matrix-screen-tabs .nav-item{fill:#4f4f4f;color:#4f4f4f;margin-right:.25rem;padding:.375rem .5rem}.sds-matrix-screen-tabs .nav-item:last-child{margin-right:0}.sds-matrix-screen-tabs .nav-item:hover{background-color:#e0e0e0;transition:background-color .33s ease}.sds-matrix-screen-tabs .nav-item.active{fill:#3d3d3d;background:#fff;color:#3d3d3d}.sds-matrix-screen-tabs .tab-title-with-icon{align-items:center;display:flex}.sds-matrix-screen-tabs .tab-title-with-icon>.icon,.sds-matrix-screen-tabs .tab-title-with-icon>svg{margin-right:.25rem}.main-panel-body>.sds-matrix-screen-tabs{position:absolute}.screen-title-bar{margin-bottom:1.25rem;width:100%}.screen-title-bar-second-row{align-items:center;display:flex}.screen-title-bar-filter-wrapper #toolbar_root_node_select,.screen-title-bar-filter-wrapper .form-control,.screen-title-bar-filter-wrapper .input-group-text,.screen-title-bar-filter-wrapper .select2-selection__rendered,.screen-title-bar-filter-wrapper .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.screen-title-bar-filter-wrapper .sq-backend-data input[type=password],.screen-title-bar-filter-wrapper .sq-option-list .sq-option-list-row input[type=text],.screen-title-bar-filter-wrapper .table input.basicCell,.screen-title-bar-filter-wrapper .table input.disabledCell,.screen-title-bar-filter-wrapper .table input.titleCell,.screen-title-bar-filter-wrapper select.sq-form-field,.sq-asset-finder-wrapper .screen-title-bar-filter-wrapper .asset-finder__inner-wrapper,.sq-backend-data .screen-title-bar-filter-wrapper input[type=password],.sq-option-list .sq-option-list-row .screen-title-bar-filter-wrapper input[type=text],.table .screen-title-bar-filter-wrapper input.basicCell,.table .screen-title-bar-filter-wrapper input.disabledCell,.table .screen-title-bar-filter-wrapper input.titleCell{background-color:transparent;border-color:transparent}.screen-title-bar-filter-wrapper:focus-within #toolbar_root_node_select,.screen-title-bar-filter-wrapper:focus-within .form-control,.screen-title-bar-filter-wrapper:focus-within .input-group-text,.screen-title-bar-filter-wrapper:focus-within .select2-selection__rendered,.screen-title-bar-filter-wrapper:focus-within .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.screen-title-bar-filter-wrapper:focus-within .sq-backend-data input[type=password],.screen-title-bar-filter-wrapper:focus-within .sq-option-list .sq-option-list-row input[type=text],.screen-title-bar-filter-wrapper:focus-within .table input.basicCell,.screen-title-bar-filter-wrapper:focus-within .table input.disabledCell,.screen-title-bar-filter-wrapper:focus-within .table input.titleCell,.screen-title-bar-filter-wrapper:focus-within select.sq-form-field,.sq-asset-finder-wrapper .screen-title-bar-filter-wrapper:focus-within .asset-finder__inner-wrapper,.sq-backend-data .screen-title-bar-filter-wrapper:focus-within input[type=password],.sq-option-list .sq-option-list-row .screen-title-bar-filter-wrapper:focus-within input[type=text],.table .screen-title-bar-filter-wrapper:focus-within input.basicCell,.table .screen-title-bar-filter-wrapper:focus-within input.disabledCell,.table .screen-title-bar-filter-wrapper:focus-within input.titleCell{background-color:#fff;border-color:#0774d2!important}.screen-title-bar-filter-wrapper:hover:not(:focus-within) #toolbar_root_node_select,.screen-title-bar-filter-wrapper:hover:not(:focus-within) .form-control,.screen-title-bar-filter-wrapper:hover:not(:focus-within) .input-group-text,.screen-title-bar-filter-wrapper:hover:not(:focus-within) .select2-selection__rendered,.screen-title-bar-filter-wrapper:hover:not(:focus-within) .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.screen-title-bar-filter-wrapper:hover:not(:focus-within) .sq-backend-data input[type=password],.screen-title-bar-filter-wrapper:hover:not(:focus-within) .sq-option-list .sq-option-list-row input[type=text],.screen-title-bar-filter-wrapper:hover:not(:focus-within) .table input.basicCell,.screen-title-bar-filter-wrapper:hover:not(:focus-within) .table input.disabledCell,.screen-title-bar-filter-wrapper:hover:not(:focus-within) .table input.titleCell,.screen-title-bar-filter-wrapper:hover:not(:focus-within) select.sq-form-field,.sq-asset-finder-wrapper .screen-title-bar-filter-wrapper:hover:not(:focus-within) .asset-finder__inner-wrapper,.sq-backend-data .screen-title-bar-filter-wrapper:hover:not(:focus-within) input[type=password],.sq-option-list .sq-option-list-row .screen-title-bar-filter-wrapper:hover:not(:focus-within) input[type=text],.table .screen-title-bar-filter-wrapper:hover:not(:focus-within) input.basicCell,.table .screen-title-bar-filter-wrapper:hover:not(:focus-within) input.disabledCell,.table .screen-title-bar-filter-wrapper:hover:not(:focus-within) input.titleCell{background-color:#fff;border-color:#e0e0e0}.screen-title-bar h1{color:#2b2b2b;margin-bottom:0}.screen-title-bar-filter{max-width:6.25rem}.screen-title-bar-filter-icon-prepend .input-group-text{background-color:transparent;border-right:0!important;padding-left:.5rem;padding-right:0}.screen-title-bar-filter-icon-prepend svg{color:#707070;height:1.125rem;width:1.125rem}.skeleton-asset-lineage{display:inline-flex;height:2.125rem;margin-bottom:1.25rem}.skeleton-asset-lineage>span{background-color:rgba(0,0,0,.1);border-radius:.5rem;height:.75rem;margin-right:.75rem;margin-top:.75rem;width:2rem}.skeleton-screen-title{height:2.25rem;margin-top:2px}.tippy-box{background-color:#2b2b2b;border-radius:.25rem;outline:0;padding:.125rem .5rem;position:relative;transition:opacity .07s ease-out!important;transition-property:transform,visibility,opacity}.tippy-box[data-state=hidden]{opacity:0}.tippy-box[data-state=visible]{opacity:1}.tippy-box .tippy-content{color:#fff;font-family:Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;font-size:.875rem;line-height:20px;position:relative;text-align:center;z-index:1}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box[data-placement^=top]{bottom:-.375rem}.tippy-box[data-placement^=right]{left:-.375rem}.tippy-box[data-placement^=bottom]{top:-.375rem}.tippy-box[data-placement^=left]{right:-.375rem}.tippy-box[data-theme=screenHeaderIconTab]{top:.25rem}[data-tippy-root]{position:absolute!important}.disabled [data-tooltip]:hover:after,.disabled[data-tooltip]:hover:after{display:none!important}[data-tooltip]{position:relative}[data-tooltip]:hover:after{animation-delay:.5s;animation-duration:.1s;animation-fill-mode:both;animation-name:fadeIn;display:flex}[data-tooltip]:focus-visible:after{animation-duration:.1s;animation-fill-mode:both;animation-name:fadeIn;display:flex}[data-tooltip]:after{background-color:rgba(0,0,0,.9);border-radius:.25rem;color:#fff;content:attr(data-tooltip);display:none;flex-direction:column;font-family:Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;font-size:.875rem;font-weight:400;height:auto;justify-content:center;left:50%;line-height:20px;margin:0 auto;padding:.125rem .5rem;position:absolute;text-align:center;top:.5rem;transform:translateY(100%) translateX(-50%);white-space:nowrap;width:auto;z-index:100}.tooltip-alert{vertical-align:middle}.tooltip-alert-body{box-shadow:0 3px 8px rgba(0,0,0,.3);display:block;font-size:.813rem;font-weight:400;line-height:1.2em;position:absolute;text-align:left;z-index:1}body.sq.swal2-shown.swal2-height-auto{padding-right:0!important}.matrix-modal{border-radius:0;box-shadow:0 3px 10px rgba(0,0,0,.15),0 -2px 10px rgba(0,0,0,.15);max-height:40rem}.matrix-modal .swal2-icon{margin:0;position:absolute;transform:scale(.35);transform-origin:left}.matrix-modal .swal2-icon.swal2-warning{border-color:#b19c1f;color:#b19c1f}.matrix-modal .swal2-icon.swal2-info{border-color:#9de0f6;color:#9de0f6}.matrix-modal .swal2-icon.swal2-error.swal2-icon-show{animation:none!important}.matrix-modal .swal2-header{background-color:#f4f4f4;border-bottom:1px solid #ddd;display:flex;flex-direction:row;padding:1rem}.matrix-modal.matrix-modal-info .swal2-header{background-color:#8fc0eb}.matrix-modal.matrix-modal-warning .swal2-header{background-color:#f8e98f}.matrix-modal.matrix-modal-error .swal2-header{background-color:#e21a1a;color:#fff}.matrix-modal.matrix-modal-error .swal2-header .swal2-title{color:#fff}.matrix-modal.matrix-modal-success .swal2-header{background-color:#69ce37}.matrix-modal .swal2-title{font-size:.875rem;line-height:1.4em;margin-bottom:0;margin-left:2.5rem;text-align:left}.matrix-modal .swal2-content{max-height:25rem;min-height:3rem;overflow-y:auto;padding:1rem;text-align:left}.matrix-modal .swal2-actions{background-color:#fafafa;border-top:1px solid #e5e5e5;display:flex;flex-direction:row;padding:.5rem}.matrix-modal .swal2-actions button+button{margin-left:auto}.swal2-shown #modal-target .swal2-container{height:calc(100vh - 56px);position:sticky}.modal-content .modal-title>svg+span{margin-left:.5rem}.sq.modal-open .modal-backdrop{z-index:9990}.sq.modal-open .modal{z-index:9991}.sq.modal-open .modal-header{align-items:center}.sq.modal-open .modal-header .modal-close{padding:0;position:absolute;right:.75rem;top:.75rem}.sq.modal-open .modal-body.no-padding{padding:0}.sq.modal-open .modal-body>.loading{display:block;height:18.75rem;margin:0 auto}.sq.modal-open .modal-body>.loading:after{border-width:.5rem;bottom:0;content:"";height:6rem;left:0;margin:auto;position:absolute;right:0;top:0;width:6rem}.sq.modal-open .modal-content{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 24px 12px rgba(0,0,0,.12)}.sq.modal-open .modal-footer button:not(:last-child){margin-right:.5rem}.modal-fit-content .modal-dialog{max-width:-moz-fit-content;max-width:fit-content}.modal-dialog:not(.modal-dialog-scrollable) .modal-header{border-bottom:0;padding-bottom:0}.modal-dialog:not(.modal-dialog-scrollable) .modal-footer{border-top:0;padding-top:0}#matrix_hipo_modal.sq-hipo-body{box-shadow:none}#matrix_hipo_modal .matrix-hipo-modal-container,#matrix_hipo_modal .matrix-hipo-modal-container iframe{border:0;height:440px;width:760px}#matrix_hipo_modal .sq-hipo-body{padding:0 20px}#matrix_hipo_modal .sq-hipo-body table{width:100%}#matrix_hipo_modal .sq-hipo-table{margin:0 auto}#matrix_hipo_modal .sq-hipo-table .sq-error-report-description{word-break:break-all}#matrix_hipo_modal .sq-hipo-job{width:675px;word-break:break-all}#matrix_hipo_modal .sq-hipo-body .sq-backend-data ul{width:615px}#matrix_hipo_modal .sq-hipo-progress-bar-wrapper{font-weight:700;overflow:hidden;padding:10px 0 12px}#matrix_hipo_modal .sq-hipo-progress-bar-outer{background:#e8eef5;border:1px solid #dce2ec;height:15px}#matrix_hipo_modal .sq-hipo-progress-bar-inner{background-color:#51a3f6;height:calc(100% + 2px);left:-1px;position:relative;top:-1px}#matrix_hipo_modal .sq-hipo-header-progress-bar-main .sq-hipo-progress-bar-outer{background:#e8eef5;height:31px}#matrix_hipo_modal .sq-hipo-header-progress-bar-main .sq-hipo-progress-bar-inner{background-color:#3a80c6;padding-right:2px}#matrix_hipo_modal .sq-hipo-header-progress-bar-percent,#matrix_hipo_modal .sq-hipo-progress-bar-percent{text-align:right}#matrix_hipo_modal .sq-hipo-reminder{max-width:1200px}.matrix-create-asset-modal-base.swal2-container,.swal2-container.matrix-create-asset-modal,.swal2-container.matrix-create-asset-success-modal{left:18.75rem;top:56px}.side-panel-minimized .matrix-create-asset-modal-base.swal2-container,.side-panel-minimized .swal2-container.matrix-create-asset-modal,.side-panel-minimized .swal2-container.matrix-create-asset-success-modal{left:0}.matrix-create-asset-modal-base.swal2-container .swal2-modal,.swal2-container.matrix-create-asset-modal .swal2-modal,.swal2-container.matrix-create-asset-success-modal .swal2-modal{animation-duration:.2s;animation-fill-mode:both;animation-timing-function:ease-out;transform:translateY(-4vh)}.matrix-create-asset-modal-base.swal2-container .swal2-show,.swal2-container.matrix-create-asset-modal .swal2-show,.swal2-container.matrix-create-asset-success-modal .swal2-show{animation-name:fadeIn}.matrix-create-asset-modal-base.swal2-container .swal2-hide,.swal2-container.matrix-create-asset-modal .swal2-hide,.swal2-container.matrix-create-asset-success-modal .swal2-hide{animation-name:fadeOut}.matrix-create-asset-modal .swal2-header,.matrix-create-asset-modal-base .swal2-header,.matrix-create-asset-success-modal .swal2-header{display:flex;flex-direction:row;padding:1.5rem 1.5rem 0}.matrix-create-asset-modal .swal2-header .create-asset-close-button.btn-default-transparent:hover,.matrix-create-asset-modal .swal2-header .create-asset-close-button.btn-more-info:hover,.matrix-create-asset-modal .swal2-header .create-asset-close-button:focus,.matrix-create-asset-modal .swal2-header .screen-header .screen-navigation .create-asset-close-button.dropdown-toggle:hover,.matrix-create-asset-modal-base .swal2-header .create-asset-close-button.btn-default-transparent:hover,.matrix-create-asset-modal-base .swal2-header .create-asset-close-button.btn-more-info:hover,.matrix-create-asset-modal-base .swal2-header .create-asset-close-button:focus,.matrix-create-asset-modal-base .swal2-header .screen-header .screen-navigation .create-asset-close-button.dropdown-toggle:hover,.matrix-create-asset-success-modal .swal2-header .create-asset-close-button.btn-default-transparent:hover,.matrix-create-asset-success-modal .swal2-header .create-asset-close-button.btn-more-info:hover,.matrix-create-asset-success-modal .swal2-header .create-asset-close-button:focus,.matrix-create-asset-success-modal .swal2-header .screen-header .screen-navigation .create-asset-close-button.dropdown-toggle:hover,.screen-header .screen-navigation .matrix-create-asset-modal .swal2-header .create-asset-close-button.dropdown-toggle:hover,.screen-header .screen-navigation .matrix-create-asset-modal-base .swal2-header .create-asset-close-button.dropdown-toggle:hover,.screen-header .screen-navigation .matrix-create-asset-success-modal .swal2-header .create-asset-close-button.dropdown-toggle:hover{background-color:transparent}.matrix-create-asset-modal .swal2-title,.matrix-create-asset-modal-base .swal2-title,.matrix-create-asset-success-modal .swal2-title{margin-bottom:0}.matrix-create-asset-modal .swal2-title svg,.matrix-create-asset-modal-base .swal2-title svg,.matrix-create-asset-success-modal .swal2-title svg{fill:#1d9be2;stroke:#1d9be2;stroke-width:0;box-sizing:content-box;display:inline-block;height:1.5rem;margin-right:.5rem;width:1.5rem}.matrix-create-asset-modal .swal2-content,.matrix-create-asset-modal-base .swal2-content,.matrix-create-asset-success-modal .swal2-content{font-size:.875rem;max-height:calc(65vh - 3.5rem);min-height:3rem;overflow-y:auto;padding:1.5rem;text-align:left}.matrix-create-asset-modal .swal2-html-container .matrix-create-asset-screen-area,.matrix-create-asset-modal-base .swal2-html-container .matrix-create-asset-screen-area,.matrix-create-asset-success-modal .swal2-html-container .matrix-create-asset-screen-area{background-color:rgba(0,0,0,.04);border-radius:.5rem;padding:1.5rem 1.5rem 0}.matrix-create-asset-modal .swal2-html-container .server-generated-warning,.matrix-create-asset-modal-base .swal2-html-container .server-generated-warning,.matrix-create-asset-success-modal .swal2-html-container .server-generated-warning{padding-bottom:1rem!important}.matrix-create-asset-modal .swal2-html-container .form-has-submitted input:invalid,.matrix-create-asset-modal-base .swal2-html-container .form-has-submitted input:invalid,.matrix-create-asset-success-modal .swal2-html-container .form-has-submitted input:invalid{border:2px solid #d72321}.matrix-create-asset-modal .swal2-actions,.matrix-create-asset-modal-base .swal2-actions,.matrix-create-asset-success-modal .swal2-actions{display:flex;flex-direction:row;justify-content:flex-end;margin-top:0;padding:0 1.5rem 1.5rem}.matrix-create-asset-modal .swal2-actions button,.matrix-create-asset-modal-base .swal2-actions button,.matrix-create-asset-success-modal .swal2-actions button{margin:0}.matrix-create-asset-modal .swal2-actions button+button,.matrix-create-asset-modal-base .swal2-actions button+button,.matrix-create-asset-success-modal .swal2-actions button+button{margin-left:.5rem}.matrix-create-asset-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm,.matrix-create-asset-modal-base .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm,.matrix-create-asset-success-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm{min-width:4.875rem;transition:all .2s ease}.matrix-create-asset-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm span,.matrix-create-asset-modal-base .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm span,.matrix-create-asset-success-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm span{display:none}.matrix-create-asset-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after,.matrix-create-asset-modal-base .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after,.matrix-create-asset-success-modal .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{border-color:#fff transparent #fff #fff;box-shadow:none;height:1rem;margin-left:0;width:1rem}.matrix-create-asset-modal .form-group>.form-group,.matrix-create-asset-modal-base .form-group>.form-group,.matrix-create-asset-success-modal .form-group>.form-group{align-items:center;display:flex;justify-content:flex-start}.matrix-create-asset-modal .form-group label,.matrix-create-asset-modal-base .form-group label,.matrix-create-asset-success-modal .form-group label{width:200px}.matrix-create-asset-modal .sq-backend-section-heading,.matrix-create-asset-modal-base .sq-backend-section-heading,.matrix-create-asset-success-modal .sq-backend-section-heading{display:none}.matrix-create-asset-modal .swal2-header{border-bottom:1px solid #ededed;padding:1.5rem 1.5rem 1rem}.matrix-create-asset-modal .swal2-actions{border-top:1px solid #ededed;padding:1rem 1.5rem 1.5rem}.matrix-create-asset-success-modal .swal2-title{margin-bottom:0}.matrix-create-asset-success-modal .swal2-title svg{fill:#098934;stroke:#098934}.matrix-create-asset-success-modal .swal2-html-container .matrix-create-asset-screen-area{padding:1rem}.matrix-create-asset-success-modal .tagline-section{display:flex;flex-direction:row;margin-bottom:1rem;padding-bottom:1rem}.matrix-create-asset-success-modal .tagline{background:#fff;border-radius:.25rem;display:flex;flex-direction:row;justify-content:space-between;margin-right:.5rem;padding-left:.25rem;padding-right:.5rem;width:100%}.matrix-create-asset-success-modal .tagline span{max-width:15rem;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.matrix-create-asset-success-modal .tagline>div{align-items:center;display:flex}.matrix-create-asset-success-modal .tagline .icon:not(.asset-locate){height:1.5rem;width:1.5rem}.matrix-create-asset-success-modal .tagline .icon:not(.asset-locate):not(.icon-status){margin-right:.5rem}.matrix-create-asset-success-modal .tagline .icon-status{margin-left:.5rem;margin-right:0}.matrix-create-asset-success-modal .modal-section-field{padding-bottom:1rem}.matrix-create-asset-success-modal .icon{fill:#707070}.matrix-create-asset-success-modal h6{color:#4f4f4f}.matrix-create-asset-success-modal .asset-locator{margin-right:.5rem}.matrix-create-asset-success-modal .asset-locator .icon{height:1.25rem;width:1.25rem}.matrix-create-asset-success-modal .asset-lineage button.is-text-item,.matrix-create-asset-success-modal .modal-section-field a{color:#3d3d3d}.matrix-create-asset-success-modal .asset-lineage button.is-text-item:disabled,.matrix-create-asset-success-modal .modal-section-field a:disabled{border-bottom:0;cursor:default}.matrix-create-asset-success-modal .modal-section-field a{align-items:flex-start;display:flex;flex-direction:row}.matrix-create-asset-success-modal .modal-section-field a svg{fill:#707070;height:1.25rem;margin-right:.5rem;margin-top:-.125rem;width:1.25rem}.badge{align-items:center;display:flex;gap:.25rem;max-width:12.25rem;width:-moz-fit-content;width:fit-content}.badge.badge-outline{background-color:transparent;border:1px solid #e0e0e0;color:#4f4f4f}.badge.badge-outline.badge-purple{background-color:#f0ecf7;border-color:#bcacdd;color:#6b47b4}.badge.badge-outline.badge-blue{background-color:#e6f1fa;border-color:#8fc0eb;color:#0774d2}.badge.badge-outline.badge-red{background-color:#fae9e8;border-color:#ec9c9b;color:#d72321}.badge.badge-outline.badge-white{background-color:#fff;border-color:#e0e0e0;color:#4f4f4f}.badge .badge-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge .badge-icon>span{font-size:1.5rem;vertical-align:middle}.badge .badge-icon>svg{height:1.5rem;width:1.5rem}.badge-sheer-light{background-color:rgba(0,0,0,.08);color:#4f4f4f;font-weight:600}.popover{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12)}.popover.fade{transition:opacity .03s linear}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.25rem}.list-group .list-group-item{align-items:center;display:flex;min-height:2.25rem;padding-left:0;padding-right:0}.list-group .list-group-item>.icon{align-items:center;display:flex;height:1.5rem;justify-content:center;margin-right:.5rem;width:1.5rem}.list-group .list-group-item.list-group-split{justify-content:space-between}.list-group .list-group-item.list-group-split time{color:#3d3d3d;font-weight:600}.list-group .list-group-item.list-group-heading{border-bottom:0}.sds-radio-box{border:2px solid #e0e0e0;border-radius:.5rem;margin-left:.25rem;margin-right:.25rem;overflow:hidden}.sds-radio-box-button{background-color:#fff;min-height:6rem;position:relative;width:5rem}.sds-radio-box-button label{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.sds-radio-box input{opacity:0;position:absolute}input:checked+.sds-radio-box-button{background-color:#0774d2;border:4px solid #fff;border-radius:.5rem}input:checked+.sds-radio-box-button .icon,input:checked+.sds-radio-box-button label{color:#fff}.sds-radio-box:focus-within{border-color:#0774d2}.sds-radio-box:hover{border-color:#bababa}.sq-workflow-step{background-color:#ededed;border:1px solid #e0e0e0;clear:left;margin:.25rem}.sq-workflow-step-drag{background-color:#fff;border-right:1px solid #e0e0e0;float:left;font-weight:700;margin-right:.25rem;min-width:7%;padding:.25rem;white-space:nowrap}.sq-workflow-step-drag-handle{cursor:pointer}.sq-workflow-step-escalation-indent{margin-left:2rem}.sq-workflow-step-escalation-indent .sq-workflow-step-drag,.sq-workflow-step-escalation-indent .sq-workflow-step-tag-line{color:#d72321}.sq-workflow-step-tag-line{font-weight:700}.sq-workflow-step-condition,.sq-workflow-step-tag-line{float:left;padding:.25rem 0;width:30%}.sq-workflow-step-expiry{float:left;padding:.25rem 0;width:calc(25% - 4.6875rem)}.sq-workflow-step-edit-link{padding:.25rem;text-align:right}.sq-workflow-step-divider{font-size:5px;height:.25rem;margin:0 .25rem;visibility:hidden}@keyframes slideComponentHeaderIn{0%{opacity:0;top:-2.5rem}to{opacity:1;top:-3.125rem}}.component-header{animation:slideComponentHeaderIn .2s ease-out;background-color:#f5f5f5;border-radius:.5rem;display:none;height:2.75rem;position:absolute;top:-3.125rem}.component-header-colored-icon-gray svg{fill:#4f4f4f}.component-header-colored-icon-default svg{fill:#707070}.component-header-colored-icon-grey-100 svg{fill:#f5f5f5}.component-header-colored-icon-purple svg{fill:#6b47b4}.component-header-colored-icon-blue svg{fill:#0774d2}.component-header-colored-icon-green svg{fill:#098934}.component-header-colored-icon-yellow svg{fill:#efb324}.component-header-colored-icon-orange svg{fill:#e96900}.component-header-colored-icon-red svg{fill:#d72321}.component-header-colored-icon-pink svg{fill:#b93da9}.component-header-colored-icon-teal svg{fill:#057e91}.component-header-colored-icon-squiz-blue svg{fill:#1d9be2}.component-header:after{background-color:transparent;bottom:-.375rem;content:"";height:.375rem;position:absolute;width:100%}.component-header-name{color:#3d3d3d;font-weight:600;max-width:38ch;overflow:hidden;padding:0;position:relative;text-overflow:ellipsis;white-space:nowrap}.component-header-icon{align-items:center;display:flex}.component-header-icon .icon{height:1.5rem;width:1.5rem}.component-header-details{align-items:center;background-color:#fff;border-radius:.375rem;display:flex;gap:.25rem;height:2.25rem;justify-content:center;overflow:hidden;padding:0 .5rem}.component-header-details .action-item-btn{margin-left:.75rem}.component-header-details .asset-locator+.action-item-btn{margin-left:0}.component-header:focus-within,.component-header:hover{display:flex}.component-header .action-context-wrapper{align-items:center;display:flex}.component-header .action-context-checkbox{margin:0}.component-header .action-context-checkbox:checked{background-color:#6b47b4;border:.125rem solid #6b47b4}.component-header .action-context-checkbox:focus{border:.125rem solid #6b47b4;box-shadow:none;outline:0}.component-header .form-check-inline{margin-right:.625rem}.component-header .action-item-btn,.component-header .btn-icon,.component-header .btn-more-info,.component-header .screen-header .screen-navigation .dropdown-toggle,.component-header .sds-btn-add,.component-header .sds-btn-close,.component-header .sds-btn-icon-solo,.component-header .sds-btn-undo,.component-header .sds-matrix-btn-circular-icon-toggle,.screen-header .screen-navigation .component-header .dropdown-toggle{background:transparent;border:0;color:#949494;position:relative;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out}.component-header .action-item-btn:focus:not(.disable),.component-header .action-item-btn:hover:not(.disable),.component-header .btn-icon:focus:not(.disable),.component-header .btn-icon:hover:not(.disable),.component-header .btn-more-info:focus:not(.disable),.component-header .btn-more-info:hover:not(.disable),.component-header .screen-header .screen-navigation .dropdown-toggle:focus:not(.disable),.component-header .screen-header .screen-navigation .dropdown-toggle:hover:not(.disable),.component-header .sds-btn-add:focus:not(.disable),.component-header .sds-btn-add:hover:not(.disable),.component-header .sds-btn-close:focus:not(.disable),.component-header .sds-btn-close:hover:not(.disable),.component-header .sds-btn-icon-solo:focus:not(.disable),.component-header .sds-btn-icon-solo:hover:not(.disable),.component-header .sds-btn-undo:focus:not(.disable),.component-header .sds-btn-undo:hover:not(.disable),.component-header .sds-matrix-btn-circular-icon-toggle:focus:not(.disable),.component-header .sds-matrix-btn-circular-icon-toggle:hover:not(.disable),.screen-header .screen-navigation .component-header .dropdown-toggle:focus:not(.disable),.screen-header .screen-navigation .component-header .dropdown-toggle:hover:not(.disable){background:transparent;color:#707070;outline:none}.component-header .action-item-btn.disable,.component-header .btn-icon.disable,.component-header .disable.btn-more-info,.component-header .disable.sds-btn-add,.component-header .disable.sds-btn-close,.component-header .disable.sds-btn-icon-solo,.component-header .disable.sds-btn-undo,.component-header .disable.sds-matrix-btn-circular-icon-toggle,.component-header .screen-header .screen-navigation .disable.dropdown-toggle,.screen-header .screen-navigation .component-header .disable.dropdown-toggle{color:#6c757d;cursor:not-allowed;pointer-events:unset}.component-header .action-item-btn.disable:focus,.component-header .action-item-btn.disable:hover,.component-header .btn-icon.disable:focus,.component-header .btn-icon.disable:hover,.component-header .disable.btn-more-info:focus,.component-header .disable.btn-more-info:hover,.component-header .disable.sds-btn-add:focus,.component-header .disable.sds-btn-add:hover,.component-header .disable.sds-btn-close:focus,.component-header .disable.sds-btn-close:hover,.component-header .disable.sds-btn-icon-solo:focus,.component-header .disable.sds-btn-icon-solo:hover,.component-header .disable.sds-btn-undo:focus,.component-header .disable.sds-btn-undo:hover,.component-header .disable.sds-matrix-btn-circular-icon-toggle:focus,.component-header .disable.sds-matrix-btn-circular-icon-toggle:hover,.component-header .screen-header .screen-navigation .disable.dropdown-toggle:focus,.component-header .screen-header .screen-navigation .disable.dropdown-toggle:hover,.screen-header .screen-navigation .component-header .disable.dropdown-toggle:focus,.screen-header .screen-navigation .component-header .disable.dropdown-toggle:hover{color:#6c757d}.component-header .action-item-btn.btn-icon,.component-header .btn-icon.btn-icon,.component-header .btn-more-info,.component-header .screen-header .screen-navigation .dropdown-toggle,.component-header .sds-btn-add,.component-header .sds-btn-close,.component-header .sds-btn-icon-solo,.component-header .sds-btn-undo,.component-header .sds-matrix-btn-circular-icon-toggle,.screen-header .screen-navigation .component-header .dropdown-toggle{padding:.5rem .5rem .5rem .625rem}.component-header .action-item-btn:before,.component-header .btn-icon:before,.component-header .btn-more-info:before,.component-header .screen-header .screen-navigation .dropdown-toggle:before,.component-header .sds-btn-add:before,.component-header .sds-btn-close:before,.component-header .sds-btn-icon-solo:before,.component-header .sds-btn-undo:before,.component-header .sds-matrix-btn-circular-icon-toggle:before,.screen-header .screen-navigation .component-header .dropdown-toggle:before{background-color:#e0e0e0;border-radius:.25rem;bottom:.5rem;content:"";left:0;position:absolute;top:.5rem;width:.125rem}.component-header .action-item-btn:first-child:not([name=context]),.component-header .btn-icon:first-child:not([name=context]),.component-header .btn-more-info:first-child:not([name=context]),.component-header .screen-header .screen-navigation .dropdown-toggle:first-child:not([name=context]),.component-header .sds-btn-add:first-child:not([name=context]),.component-header .sds-btn-close:first-child:not([name=context]),.component-header .sds-btn-icon-solo:first-child:not([name=context]),.component-header .sds-btn-undo:first-child:not([name=context]),.component-header .sds-matrix-btn-circular-icon-toggle:first-child:not([name=context]),.screen-header .screen-navigation .component-header .dropdown-toggle:first-child:not([name=context]){border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;padding-left:.5rem}.component-header .action-item-btn:first-child:not([name=context]):before,.component-header .btn-icon:first-child:not([name=context]):before,.component-header .btn-more-info:first-child:not([name=context]):before,.component-header .screen-header .screen-navigation .dropdown-toggle:first-child:not([name=context]):before,.component-header .sds-btn-add:first-child:not([name=context]):before,.component-header .sds-btn-close:first-child:not([name=context]):before,.component-header .sds-btn-icon-solo:first-child:not([name=context]):before,.component-header .sds-btn-undo:first-child:not([name=context]):before,.component-header .sds-matrix-btn-circular-icon-toggle:first-child:not([name=context]):before,.screen-header .screen-navigation .component-header .dropdown-toggle:first-child:not([name=context]):before{display:none}.component-header .action-item-btn[name=context],.component-header .btn-icon[name=context],.component-header .screen-header .screen-navigation [name=context].dropdown-toggle,.component-header [name=context].btn-more-info,.component-header [name=context].sds-btn-add,.component-header [name=context].sds-btn-close,.component-header [name=context].sds-btn-icon-solo,.component-header [name=context].sds-btn-undo,.component-header [name=context].sds-matrix-btn-circular-icon-toggle,.screen-header .screen-navigation .component-header [name=context].dropdown-toggle{cursor:default}.component-header .action-item-btn[name=context]:hover,.component-header .btn-icon[name=context]:hover,.component-header .screen-header .screen-navigation [name=context].dropdown-toggle:hover,.component-header [name=context].btn-more-info:hover,.component-header [name=context].sds-btn-add:hover,.component-header [name=context].sds-btn-close:hover,.component-header [name=context].sds-btn-icon-solo:hover,.component-header [name=context].sds-btn-undo:hover,.component-header [name=context].sds-matrix-btn-circular-icon-toggle:hover,.screen-header .screen-navigation .component-header [name=context].dropdown-toggle:hover{color:#6c757d}.component-header .action-item-btn[name=context]:only-child,.component-header .btn-icon[name=context]:only-child,.component-header .screen-header .screen-navigation [name=context].dropdown-toggle:only-child,.component-header [name=context].btn-more-info:only-child,.component-header [name=context].sds-btn-add:only-child,.component-header [name=context].sds-btn-close:only-child,.component-header [name=context].sds-btn-icon-solo:only-child,.component-header [name=context].sds-btn-undo:only-child,.component-header [name=context].sds-matrix-btn-circular-icon-toggle:only-child,.screen-header .screen-navigation .component-header [name=context].dropdown-toggle:only-child{cursor:not-allowed}.component-header .action-item-btn.btn-icon.appear-disabled,.component-header .action-item-btn.btn-icon.disable,.component-header .action-item-btn.btn-icon:disabled,.component-header .appear-disabled.btn-more-info,.component-header .appear-disabled.sds-btn-add,.component-header .appear-disabled.sds-btn-close,.component-header .appear-disabled.sds-btn-icon-solo,.component-header .appear-disabled.sds-btn-undo,.component-header .appear-disabled.sds-matrix-btn-circular-icon-toggle,.component-header .btn-icon.btn-icon.appear-disabled,.component-header .btn-icon.btn-icon.disable,.component-header .btn-icon.btn-icon:disabled,.component-header .btn-more-info:disabled,.component-header .disable.btn-more-info,.component-header .disable.sds-btn-add,.component-header .disable.sds-btn-close,.component-header .disable.sds-btn-icon-solo,.component-header .disable.sds-btn-undo,.component-header .disable.sds-matrix-btn-circular-icon-toggle,.component-header .screen-header .screen-navigation .appear-disabled.dropdown-toggle,.component-header .screen-header .screen-navigation .disable.dropdown-toggle,.component-header .screen-header .screen-navigation .dropdown-toggle:disabled,.component-header .sds-btn-add:disabled,.component-header .sds-btn-close:disabled,.component-header .sds-btn-icon-solo:disabled,.component-header .sds-btn-undo:disabled,.component-header .sds-matrix-btn-circular-icon-toggle:disabled,.screen-header .screen-navigation .component-header .appear-disabled.dropdown-toggle,.screen-header .screen-navigation .component-header .disable.dropdown-toggle,.screen-header .screen-navigation .component-header .dropdown-toggle:disabled{cursor:not-allowed;opacity:50%;pointer-events:all!important}.component-header .action-item-btn.btn-icon.appear-disabled:focus,.component-header .action-item-btn.btn-icon.disable:focus,.component-header .action-item-btn.btn-icon:disabled:focus,.component-header .appear-disabled.btn-more-info:focus,.component-header .appear-disabled.sds-btn-add:focus,.component-header .appear-disabled.sds-btn-close:focus,.component-header .appear-disabled.sds-btn-icon-solo:focus,.component-header .appear-disabled.sds-btn-undo:focus,.component-header .appear-disabled.sds-matrix-btn-circular-icon-toggle:focus,.component-header .btn-icon.btn-icon.appear-disabled:focus,.component-header .btn-icon.btn-icon.disable:focus,.component-header .btn-icon.btn-icon:disabled:focus,.component-header .btn-more-info:disabled:focus,.component-header .disable.btn-more-info:focus,.component-header .disable.sds-btn-add:focus,.component-header .disable.sds-btn-close:focus,.component-header .disable.sds-btn-icon-solo:focus,.component-header .disable.sds-btn-undo:focus,.component-header .disable.sds-matrix-btn-circular-icon-toggle:focus,.component-header .screen-header .screen-navigation .appear-disabled.dropdown-toggle:focus,.component-header .screen-header .screen-navigation .disable.dropdown-toggle:focus,.component-header .screen-header .screen-navigation .dropdown-toggle:disabled:focus,.component-header .sds-btn-add:disabled:focus,.component-header .sds-btn-close:disabled:focus,.component-header .sds-btn-icon-solo:disabled:focus,.component-header .sds-btn-undo:disabled:focus,.component-header .sds-matrix-btn-circular-icon-toggle:disabled:focus,.screen-header .screen-navigation .component-header .appear-disabled.dropdown-toggle:focus,.screen-header .screen-navigation .component-header .disable.dropdown-toggle:focus,.screen-header .screen-navigation .component-header .dropdown-toggle:disabled:focus{outline:0 none}.component-header .action-item-btn.btn-icon.active[name=context],.component-header .active[name=context].btn-more-info,.component-header .active[name=context].sds-btn-add,.component-header .active[name=context].sds-btn-close,.component-header .active[name=context].sds-btn-icon-solo,.component-header .active[name=context].sds-btn-undo,.component-header .active[name=context].sds-matrix-btn-circular-icon-toggle,.component-header .btn-icon.btn-icon.active[name=context],.component-header .screen-header .screen-navigation .active[name=context].dropdown-toggle,.screen-header .screen-navigation .component-header .active[name=context].dropdown-toggle{padding-right:.375rem}.component-header .action-item-btn.btn-icon.active[name=context] svg,.component-header .active[name=context].btn-more-info svg,.component-header .active[name=context].sds-btn-add svg,.component-header .active[name=context].sds-btn-close svg,.component-header .active[name=context].sds-btn-icon-solo svg,.component-header .active[name=context].sds-btn-undo svg,.component-header .active[name=context].sds-matrix-btn-circular-icon-toggle svg,.component-header .btn-icon.btn-icon.active[name=context] svg,.component-header .screen-header .screen-navigation .active[name=context].dropdown-toggle svg,.screen-header .screen-navigation .component-header .active[name=context].dropdown-toggle svg{fill:#6b47b4}.component-header .action-item-btn.btn-icon.active[name=personalization] svg,.component-header .active[name=personalization].btn-more-info svg,.component-header .active[name=personalization].sds-btn-add svg,.component-header .active[name=personalization].sds-btn-close svg,.component-header .active[name=personalization].sds-btn-icon-solo svg,.component-header .active[name=personalization].sds-btn-undo svg,.component-header .active[name=personalization].sds-matrix-btn-circular-icon-toggle svg,.component-header .btn-icon.btn-icon.active[name=personalization] svg,.component-header .screen-header .screen-navigation .active[name=personalization].dropdown-toggle svg,.screen-header .screen-navigation .component-header .active[name=personalization].dropdown-toggle svg{fill:#e96900}.component-header .action-item-btn.btn-icon.active[name=conditions] svg,.component-header .active[name=conditions].btn-more-info svg,.component-header .active[name=conditions].sds-btn-add svg,.component-header .active[name=conditions].sds-btn-close svg,.component-header .active[name=conditions].sds-btn-icon-solo svg,.component-header .active[name=conditions].sds-btn-undo svg,.component-header .active[name=conditions].sds-matrix-btn-circular-icon-toggle svg,.component-header .btn-icon.btn-icon.active[name=conditions] svg,.component-header .screen-header .screen-navigation .active[name=conditions].dropdown-toggle svg,.screen-header .screen-navigation .component-header .active[name=conditions].dropdown-toggle svg{fill:#057e91}.component-header .action-item-btn.btn-icon.active[name=conditions]:hover svg,.component-header .active[name=conditions].btn-more-info:hover svg,.component-header .active[name=conditions].sds-btn-add:hover svg,.component-header .active[name=conditions].sds-btn-close:hover svg,.component-header .active[name=conditions].sds-btn-icon-solo:hover svg,.component-header .active[name=conditions].sds-btn-undo:hover svg,.component-header .active[name=conditions].sds-matrix-btn-circular-icon-toggle:hover svg,.component-header .btn-icon.btn-icon.active[name=conditions]:hover svg,.component-header .screen-header .screen-navigation .active[name=conditions].dropdown-toggle:hover svg,.screen-header .screen-navigation .component-header .active[name=conditions].dropdown-toggle:hover svg{fill:#046978}.component-header .action-item-btn.btn-icon.active[name=comments] svg,.component-header .active[name=comments].btn-more-info svg,.component-header .active[name=comments].sds-btn-add svg,.component-header .active[name=comments].sds-btn-close svg,.component-header .active[name=comments].sds-btn-icon-solo svg,.component-header .active[name=comments].sds-btn-undo svg,.component-header .active[name=comments].sds-matrix-btn-circular-icon-toggle svg,.component-header .btn-icon.btn-icon.active[name=comments] svg,.component-header .screen-header .screen-navigation .active[name=comments].dropdown-toggle svg,.screen-header .screen-navigation .component-header .active[name=comments].dropdown-toggle svg{fill:#efb324}.component-header .action-item-btn.btn-icon.active[name=comments]:hover svg,.component-header .active[name=comments].btn-more-info:hover svg,.component-header .active[name=comments].sds-btn-add:hover svg,.component-header .active[name=comments].sds-btn-close:hover svg,.component-header .active[name=comments].sds-btn-icon-solo:hover svg,.component-header .active[name=comments].sds-btn-undo:hover svg,.component-header .active[name=comments].sds-matrix-btn-circular-icon-toggle:hover svg,.component-header .btn-icon.btn-icon.active[name=comments]:hover svg,.component-header .screen-header .screen-navigation .active[name=comments].dropdown-toggle:hover svg,.screen-header .screen-navigation .component-header .active[name=comments].dropdown-toggle:hover svg{fill:#e9a911}.sq-backend-data>.component-wrapper{margin-top:3.125rem}.sq-insert-content-container-button-wrapper{display:flex;height:2rem;justify-content:center;margin-bottom:.625rem;margin-top:.625rem;position:relative}.screen-header .screen-navigation .sq-insert-content-container-button-wrapper .dropdown-toggle,.sq-insert-content-container-button-wrapper .btn-icon,.sq-insert-content-container-button-wrapper .btn-more-info,.sq-insert-content-container-button-wrapper .screen-header .screen-navigation .dropdown-toggle,.sq-insert-content-container-button-wrapper .sds-btn-add,.sq-insert-content-container-button-wrapper .sds-btn-close,.sq-insert-content-container-button-wrapper .sds-btn-icon-solo,.sq-insert-content-container-button-wrapper .sds-btn-undo,.sq-insert-content-container-button-wrapper .sds-matrix-btn-circular-icon-toggle{background-color:rgba(43,43,43,.2);border-radius:50%;color:#fff;height:1.5rem;margin-top:.25rem;padding:0}.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-insert-content-container-button-wrapper .btn-icon.swal2-confirm:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-insert-content-container-button-wrapper .btn-more-info.swal2-confirm:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-insert-content-container-button-wrapper .sds-btn-add.swal2-confirm:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-insert-content-container-button-wrapper .sds-btn-close.swal2-confirm:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-insert-content-container-button-wrapper .sds-btn-icon-solo.swal2-confirm:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-insert-content-container-button-wrapper .sds-btn-undo.swal2-confirm:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sq-insert-content-container-button-wrapper .sds-matrix-btn-circular-icon-toggle.swal2-confirm:hover,.screen-header .screen-navigation .sq-insert-content-container-button-wrapper .dropdown-toggle:hover,.sq-insert-content-container-button-wrapper .btn-icon.btn-default:hover,.sq-insert-content-container-button-wrapper .btn-icon:hover,.sq-insert-content-container-button-wrapper .btn-more-info:hover,.sq-insert-content-container-button-wrapper .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .btn-icon.swal2-confirm:hover,.sq-insert-content-container-button-wrapper .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .btn-more-info.swal2-confirm:hover,.sq-insert-content-container-button-wrapper .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-add.swal2-confirm:hover,.sq-insert-content-container-button-wrapper .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-close.swal2-confirm:hover,.sq-insert-content-container-button-wrapper .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-icon-solo.swal2-confirm:hover,.sq-insert-content-container-button-wrapper .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-btn-undo.swal2-confirm:hover,.sq-insert-content-container-button-wrapper .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .sds-matrix-btn-circular-icon-toggle.swal2-confirm:hover,.sq-insert-content-container-button-wrapper .screen-header .screen-navigation .dropdown-toggle:hover,.sq-insert-content-container-button-wrapper .sds-btn-add:hover,.sq-insert-content-container-button-wrapper .sds-btn-close:hover,.sq-insert-content-container-button-wrapper .sds-btn-icon-solo:hover,.sq-insert-content-container-button-wrapper .sds-btn-undo:hover,.sq-insert-content-container-button-wrapper .sds-matrix-btn-circular-icon-toggle:hover{background-color:rgba(43,43,43,.4);color:#fff}.component-wrapper .empty-snippet-component{background-color:#f5f5f5;color:#707070;font-size:.875rem;height:2rem;line-height:2.25;margin:auto;text-align:center;width:99.5%}.component-wrapper{border:2px dashed #ededed;border-radius:.25rem;margin:0 auto;position:relative;width:100%;z-index:auto}.component-wrapper:focus-within .component-header,.component-wrapper:hover .component-header{display:flex}.component-wrapper:focus{border:0;box-shadow:none;outline:0}.component-wrapper:hover{border:2px dashed #bababa}.component-wrapper:active,.component-wrapper:focus,.component-wrapper:focus-within{border:2px solid #0774d2}.component-wrapper[data-readonly=true]{border:2px dashed #ededed}.component-wrapper[data-readonly=true]:hover{border:2px dashed #bababa}.component-wrapper[data-readonly=true]:focus,.component-wrapper[data-readonly=true]:focus-within{border:2px solid hsla(0,0%,73%,.7)}.component-wrapper .sq-bodycopy-container-body{min-height:2.5rem;padding:.25rem;position:relative}.component-wrapper:not([data-readonly=true]) .sq-wysiwyg-preview-wrapper:empty,.component-wrapper:not([data-readonly=true]) .with-viper p:first-of-type:empty{margin:0;position:relative}.component-wrapper:not([data-readonly=true]) .sq-wysiwyg-preview-wrapper:empty:after,.component-wrapper:not([data-readonly=true]) .with-viper p:first-of-type:empty:after{bottom:0;color:#949494;content:"";content:"Start typing here...";left:0;position:absolute;right:0;top:0}.matrix-bodycopy-change-detected.component-wrapper{border:2px dashed #f5bb8c}.matrix-bodycopy-change-detected.component-wrapper:hover{border:2px dashed #e96900}.matrix-bodycopy-change-detected.component-wrapper:active,.matrix-bodycopy-change-detected.component-wrapper:focus,.matrix-bodycopy-change-detected.component-wrapper:focus-within{border:2px solid #0774d2}.matrix-bodycopy-change-detected.component-wrapper:before{background-color:#e96900;border-radius:100%;box-shadow:0 0 0 .125rem #fff;content:" ";height:.5rem;margin-right:-.33rem;margin-top:-.33rem;position:absolute;right:0;width:.5rem}.sq-bodycopy-container-body .async-loading-wrapper{align-items:center;display:flex;justify-content:flex-start}.sq-bodycopy-container-body .async-loading-wrapper select{max-width:30rem}.sq-bodycopy-container-body .async-loading-wrapper .badge{float:none;margin-bottom:0;margin-left:auto}.sq-bodycopy-container-body .badge{float:right;margin-bottom:.15rem}.page-builder-add-component-panel .page-builder-filter-section{width:100%}.page-builder-add-component-panel .page-builder-filter-section .input-group{margin-top:-.25rem;padding:0 1rem 1rem}.page-builder-add-component-panel .page-builder-filter-section .input-group-prepend:focus,.page-builder-add-component-panel .page-builder-filter-section .input-group-prepend:hover{cursor:pointer}.page-builder-add-component-panel .page-builder-filter-section:after{background-color:#e0e0e0;bottom:0;bottom:-.75rem;bottom:auto;content:"";height:1px;left:0;margin:0;position:absolute;right:0;top:0;top:-.75rem;top:auto;width:100%}.page-builder-add-component-panel .component-list-wrapper{height:calc(100vh - 8.5rem);margin-top:.1rem;overflow-y:auto}.page-builder-add-component-panel .component-heading{display:flex}.page-builder-add-component-panel.show-search .component-list-wrapper{height:calc(100vh - 13.875rem)}.page-builder-add-component-panel .component-list{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.page-builder-add-component-panel .component-option-box{animation-duration:.15s;animation-fill-mode:both;animation-name:fadeIn;background-color:#fff;border-radius:.25rem;color:#4f4f4f}.page-builder-add-component-panel .component-option-box:focus,.page-builder-add-component-panel .component-option-box:focus-within,.page-builder-add-component-panel .component-option-box:hover{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 4px 2px rgba(0,0,0,.04)}.page-builder-add-component-panel .component-option-box .btn-more-info{display:none}.page-builder-add-component-panel .component-option-box:hover .btn-more-info{display:block;visibility:visible}.page-builder-add-component-panel .component-option-box:hover .btn-more-info:hover{color:#707070}.page-builder-add-component-panel .component-option-box .btn-more-info-visible{background-color:hsla(0,0%,100%,0);visibility:visible}.page-builder-add-component-panel .component-option-box .btn-more-info-visible:hover{background-color:rgba(0,0,0,.04)}.page-builder-add-component-panel .component-option-box .add-component-icon{align-items:center;border-radius:100%;color:#e0e0e0;display:flex;flex-shrink:0;height:1.125rem;justify-content:center;overflow:hidden;transition:color .1s ease-out;width:1.125rem}.page-builder-add-component-panel .component-option-box .component-label{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.page-builder-add-component-panel .component-option-box .component-icon{flex-shrink:0;height:1.5rem;margin:0;padding:0;width:1.5rem}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-gray svg{fill:#4f4f4f}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-default svg{fill:#707070}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-grey-100 svg{fill:#f5f5f5}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-purple svg{fill:#6b47b4}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-blue svg{fill:#0774d2}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-green svg{fill:#098934}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-yellow svg{fill:#efb324}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-orange svg{fill:#e96900}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-red svg{fill:#d72321}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-pink svg{fill:#b93da9}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-teal svg{fill:#057e91}.page-builder-add-component-panel .component-option-box .component-icon-colored-icon-squiz-blue svg{fill:#1d9be2}.page-builder-add-component-panel .component-option-box .component-icon--add{height:1.125rem;width:1.125rem}.page-builder-add-component-panel .component-option-box .component-icon>img{margin-right:0}.page-builder-add-component-panel .component-option-box .component-icon>svg{height:100%;width:100%}.page-builder-add-component-panel .component-add-button{align-items:center;border:1px solid transparent;display:grid;gap:.25rem;grid-template-columns:auto auto 1fr auto;padding:.25rem .25rem .25rem .125rem;width:100%}.page-builder-add-component-panel .component-add-button:focus{outline:none}.page-builder-add-component-panel .component-add-button:active .add-component-icon,.page-builder-add-component-panel .component-add-button:focus .add-component-icon,.page-builder-add-component-panel .component-add-button:hover .add-component-icon{color:#0774d2}.page-builder-add-component-panel .component-description{margin-top:.375rem;padding:.375rem .5rem;position:relative}.page-builder-add-component-panel .component-description:before{background-color:#e0e0e0;bottom:0;content:"";height:1px;left:0;margin:0 auto;position:absolute;right:0;top:0;width:95%}.page-builder-add-component-panel .component-list-wrapper:not(.loading):empty{position:relative}.page-builder-add-component-panel .component-list-wrapper:not(.loading):empty:before{animation-duration:.35s;animation-fill-mode:both;animation-name:fadeIn;background-image:url(/__lib/web/images/icons/svg/no-results.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:5.5rem;left:0;margin:0 auto;position:absolute;right:0;top:0;top:1rem;width:5.5rem}.page-builder-add-component-panel .component-list-wrapper:not(.loading):empty:after{animation-duration:.35s;animation-fill-mode:both;animation-name:fadeIn;bottom:0;color:#707070;content:"";content:"Sorry, we can't find any matching components";left:0;margin:0 auto;position:absolute;right:0;text-align:center;top:0;top:7.5rem;width:12rem}.page-builder-add-component-panel .component-list-wrapper .loading-components .component-option-box,.page-builder-add-component-panel .component-list.loading .component-option-box{animation:loadingPulse 1s linear infinite;background-color:#ededed;border-color:#ededed}.page-structure-item{word-wrap:break-word;background-color:#fff;border:1px solid #e0e0e0;border-radius:.25rem;display:flex;margin-bottom:.75rem;padding-right:.75rem;word-break:break-word}.page-structure-item-colored-icon-gray svg{fill:#4f4f4f}.page-structure-item-colored-icon-default svg{fill:#707070}.page-structure-item-colored-icon-grey-100 svg{fill:#f5f5f5}.page-structure-item-colored-icon-purple svg{fill:#6b47b4}.page-structure-item-colored-icon-blue svg{fill:#0774d2}.page-structure-item-colored-icon-green svg{fill:#098934}.page-structure-item-colored-icon-yellow svg{fill:#efb324}.page-structure-item-colored-icon-orange svg{fill:#e96900}.page-structure-item-colored-icon-red svg{fill:#d72321}.page-structure-item-colored-icon-pink svg{fill:#b93da9}.page-structure-item-colored-icon-teal svg{fill:#057e91}.page-structure-item-colored-icon-squiz-blue svg{fill:#1d9be2}.page-structure-item-icon{padding:.75rem 0}.page-structure-item-icon .icon{height:1.5rem;width:1.5rem}.page-structure-item:last-of-type{margin-bottom:0}.page-structure-item-handle{background:#f5f5f5;border-radius:.25rem 0 0 .25rem;border-right:.75rem solid #fff;color:#bababa;display:flex;justify-content:center;min-width:2.25rem;padding:.75rem 0}.is-dragging .page-structure-item-handle{color:#707070;cursor:grabbing}.page-structure-item-handle:hover{cursor:grab}.page-structure-item-handle:focus,.page-structure-item-handle:hover{color:#707070}.page-structure-item-text{margin-top:.125rem;padding:.75rem 0}.page-builder-personalization .panel-content{padding:1rem}.page-builder-properties-toggle-field{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:flex;justify-content:space-between}.page-builder-properties-component-id-field{display:flex}.page-builder-properties-component-id-field .page-builder-properties-toggle-field{padding-bottom:.3125rem;padding-top:.3125rem}.page-builder-properties-component-id-field>input#toolbar_root_node_select,.page-builder-properties-component-id-field>input.form-control,.page-builder-properties-component-id-field>input.select2-selection__rendered,.sq-asset-finder-wrapper .page-builder-properties-component-id-field>input.asset-finder__inner-wrapper,.sq-backend-data .page-builder-properties-component-id-field>input[type=password],.sq-option-list .sq-option-list-row .page-builder-properties-component-id-field>input[type=text],.table .page-builder-properties-component-id-field>input.basicCell,.table .page-builder-properties-component-id-field>input.disabledCell,.table .page-builder-properties-component-id-field>input.titleCell{min-width:0}.page-builder-properties-accordion-toggle{align-items:center;background-color:#f5f5f5;color:#4f4f4f;cursor:pointer;display:flex;justify-content:space-between;width:100%}.page-builder-properties-accordion-toggle svg{color:#707070}.page-builder-properties-accordion-body{background-color:#f5f5f5}.page-builder-properties-accordion-body-divider{border-top:1px solid #e0e0e0}.page-builder-properties .accordion{display:flex;flex-direction:column}.page-builder-properties .accordion>button{border:0;padding:0}.page-builder-properties .accordion>button:focus,.page-builder-properties .accordion>button:hover{outline:0}.page-builder-properties .accordion>button:focus .page-builder-properties-accordion-toggle,.page-builder-properties .accordion>button:focus svg,.page-builder-properties .accordion>button:hover .page-builder-properties-accordion-toggle,.page-builder-properties .accordion>button:hover svg{color:#2b2b2b!important}.page-builder-properties .accordion>button:focus .page-builder-properties-accordion-toggle,.page-builder-properties .accordion>button:hover .page-builder-properties-accordion-toggle{background-color:#ededed!important}.page-builder-properties .accordion>button:focus+.collapse .page-builder-properties-accordion-body-divider,.page-builder-properties .accordion>button:focus+.collapsing .page-builder-properties-accordion-body-divider,.page-builder-properties .accordion>button:hover+.collapse .page-builder-properties-accordion-body-divider,.page-builder-properties .accordion>button:hover+.collapsing .page-builder-properties-accordion-body-divider{border-top:1px solid #f5f5f5!important}.page-builder-properties .collapse.show+button svg{transform:rotate(180deg)}.page-builder-conditions .is-disabled{cursor:not-allowed;opacity:.5}.page-builder-conditions .form-group:last-of-type{margin-bottom:0}.page-builder-conditions .btn-link,.page-builder-conditions .sq-notification-box .close,.page-builder-conditions .toolbar .nav-link,.sq-notification-box .page-builder-conditions .close,.toolbar .page-builder-conditions .nav-link{fill:#bababa;color:#bababa}.page-builder-conditions .btn-link:hover,.page-builder-conditions .sq-notification-box .close:hover,.page-builder-conditions .toolbar .nav-link:hover,.sq-notification-box .page-builder-conditions .close:hover,.toolbar .page-builder-conditions .nav-link:hover{fill:#3d3d3d;color:#3d3d3d}.page-builder-conditions .remove-group{color:#d72321}.page-builder-conditions .display-conditions-group{background:#ededed;border-radius:.5rem}.page-builder-conditions .list-group-item{border-left:0;border-right:0;border-top:0;box-sizing:content-box}.display-conditions-select{position:relative}.display-conditions-select .select-field__control{cursor:pointer}.display-conditions-select .select-field__dropdown-indicator .icon{fill:#949494!important}.display-conditions-select .select-field:hover .icon{fill:#707070!important}.display-conditions-select .select-field__single-value .icon-label{padding-left:2rem;position:relative}.display-conditions-select .delete-option{fill:#d72321;background-color:#fff!important;color:#d72321}.display-conditions-select .delete-option .select-field__option--is-focused,.display-conditions-select .delete-option .select-field__option--is-selected,.display-conditions-select .delete-option .select-field__option:focus,.display-conditions-select .delete-option .select-field__option:hover{fill:#d72321!important;background-color:#fae9e8!important;color:#d72321!important}.display-conditions-select .delete-option .select-field__option{fill:#d72321!important;background-color:#fae9e8;border-radius:.25rem!important;color:#d72321!important;margin:.5rem .5rem .25rem!important;overflow:hidden;padding:.25rem .5rem!important}.display-conditions-select .delete-option .select-field__single-value{fill:#d72321!important;color:#d72321!important}.display-conditions-select .delete-option svg{margin-left:-5px}.icon-status{background-color:#fff;border-radius:50%;box-shadow:0 0 0 1px #fff}.is-disabled .icon-status,:disabled .icon-status{background-color:transparent;box-shadow:none}.icon-bg{align-items:center;border-radius:.5rem;display:flex;height:2.75rem;justify-content:center;width:2.75rem}.icon-bg>svg{height:2rem;width:2rem}.icon{color:inherit}.icon-subtle{fill:#949494;color:#949494}.select-field:focus{outline:none!important}.select-field__control{border-color:#e0e0e0!important;border-radius:4px!important;border-width:2px!important;min-height:2.25rem!important}.select-field__control--is-focused{border-color:#0774d2!important;box-shadow:none!important}.select-field__indicator{height:1.25rem;margin-right:.25rem;padding:0!important;width:1.25rem}.select-field__indicator-separator{display:none}.select-field .icon-label{align-items:center;display:flex}.select-field .icon-label svg{height:1.25rem;width:1.25rem}.select-field__single-value span:nth-child(2){overflow:hidden;text-overflow:ellipsis;width:inherit}.select-field__option{cursor:pointer!important;padding:.25rem}.select-field__option--is-focused,.select-field__option--is-selected,.select-field__option:focus,.select-field__option:hover{background-color:#f5f5f5!important;color:inherit!important}.assetMapMenu *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.assetMapMenu+.assetMapMenu{margin-top:-2px}.assetMapMenu.previewTypes .menuItem,.assetMapMenu.previewTypes .menuItem *{color:#494949}.assetMapMenu .menuItem:hover,.assetMapMenu.addMenu .menuItem.is-hovered{background-color:#eaf1f9}.assetMapMenu .keyboard-access-active .menuItem{background-color:transparent}.assetMapMenu .menuItem *{vertical-align:middle;white-space:nowrap}.assetMapMenu{background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);color:#494949;margin-left:.25rem;max-height:90vh;overflow-y:auto;padding:.25rem;position:fixed;z-index:10}.assetMapMenu .menuItem{align-items:center;border-radius:.25rem;color:#4f4f4f;cursor:pointer;display:flex;margin:0;min-width:8rem;padding-bottom:0;position:relative;white-space:nowrap}.assetMapMenu .menuItem:focus,.assetMapMenu .menuItem:hover{background-color:#f5f5f5}.assetMapMenu .menuItem.unclickable{cursor:default}.assetMapMenu .menuItem.new-child:before{background-color:#1d9be2;content:"";display:block;height:1.25rem;left:.25rem;-webkit-mask-image:url(/__lib/web/images/icons/svg/add-circle.svg);mask-image:url(/__lib/web/images/icons/svg/add-circle.svg);-webkit-mask-size:1.25rem;mask-size:1.25rem;top:.125rem;width:1.25rem}.assetMapMenu .menuItem.new-child .menuText{padding-right:1.25rem}.assetMapMenu .menuItem.is-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.assetMapMenu .menuItem.disabled,.assetMapMenu .menuItem.disabled:hover{background-color:#f5f5f5;color:#afafaf;cursor:not-allowed;text-shadow:none}.assetMapMenu .menuItem .font-size-medium .menuText{font-size:.875rem;line-height:1.4em}.assetMapMenu .menuItem .font-size-large .menuText{font-size:1rem;line-height:1.5em}.assetMapMenu .menuItem .menuTextIcon{background-size:contain;color:#707070;height:1.5rem;margin-right:.25rem;width:1.5rem}.assetMapMenu .menuItem .menuIcon{height:16px;margin:-2px 2px 0;width:16px}.assetMapMenu .menuItem .menuText{align-items:center;color:#4f4f4f;display:flex;min-height:1.5rem;padding:0 1rem 0 3px}.assetMapMenu .menuItem .menuChild{background-image:url(/__lib/web/images/icons/svg/arrow.svg);background-position:100%;height:1rem;position:absolute;right:-.25rem;width:1rem}.assetMapMenu.addMenu>.menuItem{cursor:default}.assetMapMenu.addMenu>.menuItem.ungroupedItem{cursor:pointer}.assetMapMenu .menuSep{border-bottom:1px solid #ededed;height:1px;margin:5px .25rem}.assetMapMenu .menuItem .menuText.menu-item-with-icon{background-position:0;background-repeat:no-repeat;background-size:1.5rem 1.5rem;padding-left:1.75rem}.menuTextIcon.-trash{background-image:url(/__lib/web/images/icons/svg/trash.svg)}.menuTextIcon.-move-to-top{background-image:url(/__lib/web/images/icons/svg/icon-move-top.svg)}.menuTextIcon.-move-to-bottom{background-image:url(/__lib/web/images/icons/svg/icon-move-bottom.svg)}.icon-move,.menuTextIcon.-move{background-image:url(/__lib/web/images/icons/svg/icon-move.svg)}.icon-clone,.menuTextIcon.-clone{background-image:url(/__lib/web/images/icons/svg/icon-clone.svg)}.icon-new-link,.menuTextIcon.-new-link{background-image:url(/__lib/web/images/icons/svg/icon-add-location.svg)}.icon-cancel{background-image:url(/__lib/web/images/icons/svg/icon-close.svg)}.assetMapMenu .menuItem.filter-tool-container,.assetMapMenu .menuItem.search-results,.doubleWidth .menuItem.filter-tool-container{display:flex}.assetMapMenu .doubleWidth .menuItem{width:100%}.doubleWidth .menuItem.filter-tool-container,.menuItem.filter-tool-container{justify-content:center;padding-right:2px;width:95%}.menuItem.filter-tool-container:hover,.menuItem.search-results:hover{background-color:transparent}.filter-asset-tool{border:0;display:block;font-size:.813rem;height:20px;line-height:1.2em;padding-left:5px;position:relative;top:2px;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:calc(100% - 10px)}.filter-asset-tool:focus{outline:none}.assetMapMenu .menuItem.search-results,.menuItem.filter-tool-container{width:auto}.assetMapMenu .search-results .no-matches{padding-left:3px}.assetMapMenu .menuItem.filter-tool-container,.assetMapMenu .menuItem.search-results{flex-direction:column;padding:0}.assetMapMenu .menuItem.search-results{display:none}.assetMapMenu .searching .search-results{display:block}.menuText.no-matches{color:hsla(0,0%,46%,.8);font-size:.813rem;font-style:italic;line-height:1.2em;margin:2px;text-align:left}.filter-tool-container.searching~.menuItem[data-category]{display:none}.matrix-error-msg{margin-top:2px}.matrix-error-msg-container{background:#ededed;border-radius:.5rem;margin-bottom:.75rem;padding:.5rem .5rem 1px}.matrix-error-msg-container .matrix-error-msg-wrapper{border:0!important}.matrix-error-msg-container.cloned{background:#fff!important;border:1px solid #e0e0e0!important;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 4px 2px rgba(0,0,0,.04);display:flex;flex-direction:column;left:auto;margin-left:3.5rem;max-height:calc(100% - 140px);overflow-y:auto;padding-right:34px;position:fixed;width:52rem;z-index:1081}.matrix-error-msg-container.cloned .close-error-messages{position:absolute;right:2px;top:2px}.matrix-error-msg-container .matrix-error-msg-wrapper:nth-of-type(n+4){display:none!important}.matrix-error-msg-container.show .matrix-error-msg-wrapper{display:flex!important}.matrix-error-msg-wrapper{background:#fff;border-radius:.25rem;display:flex;margin-bottom:.5rem;max-width:52rem;padding:6px .75rem 6px 6px;width:-moz-fit-content;width:fit-content}.matrix-error-msg-wrapper:after{clear:both;content:"";display:table}.matrix-error-msg-wrapper>svg{flex:none;margin-right:.5rem}.matrix-error-msg-wrapper.notice>svg{fill:#1d9be2}.matrix-error-msg-wrapper.notice.have-bg-color{background-color:#e6f1fa}.matrix-error-msg-wrapper.warning>svg{fill:#e96900}.matrix-error-msg-wrapper.warning.have-bg-color{background-color:#fcf0e5}.matrix-error-msg-wrapper.error>svg{fill:#d72321}.matrix-error-msg-wrapper.error.have-bg-color{background-color:#fae9e8}.matrix-error-msg-header strong{color:#3d3d3d;font-weight:600;margin-right:.5rem}.matrix-error-msg-content{color:#707070;word-break:break-word}.matrix-error-msg-content a{color:#707070}.matrix-error-msg-content a svg{display:inline-block;height:1rem;margin-right:.5rem;width:1rem}.btn-toggle-errors{clear:both;display:table;margin-bottom:.5rem;margin-right:auto;padding-left:2rem;position:relative}.btn-toggle-errors:after{background-color:#707070;bottom:0;content:"";height:1.5rem;left:0;left:.25rem;-webkit-mask-image:url(/__lib/web/images/icons/svg/unfold_more.svg);mask-image:url(/__lib/web/images/icons/svg/unfold_more.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:0;top:0;top:2px;width:1.5rem}.show .btn-toggle-errors:after{-webkit-mask-image:url(/__lib/web/images/icons/svg/unfold_less.svg);mask-image:url(/__lib/web/images/icons/svg/unfold_less.svg)}.table{border:1px solid #e0e0e0;border-collapse:separate;border-radius:.25rem;border-spacing:0;margin-bottom:0}.table.table-width-auto{min-width:50rem;table-layout:auto;width:auto}.table.table-width-auto.is-empty-box,.table.table-width-auto.skeleton-loading-box{width:100%}.table thead th{border-bottom:0;border-top:0}.table .is-dragging{border-radius:.5rem;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12),inset 0 0 0 36px hsla(0,0%,100%,.8);transform:scale(1.02)}.table .is-dragging>td{opacity:0}.table .is-dragging>td.col-asset-name{width:21rem}.table .is-dragging>td.col-show-during-drag{border-top:0;opacity:1}.table .is-dragging .btn-drag-handle{background-color:#0774d2;color:#fff}.table .is-dragging .btn-drag-handle svg{color:#fff}.table td.col-drag{position:relative}.table td.col-drag:after{background-color:#ededed;border-radius:.25rem;bottom:0;content:"";height:65%;left:0;left:inherit;margin:auto;position:absolute;right:0;top:0;width:2px}.table td,.table th{height:3.125rem;vertical-align:middle}.table td,.table td span,.table th,.table th span{word-wrap:pre-wrap;word-break:break-word}.table td.col-action,.table th.col-action{max-width:3.25rem;text-align:center}.table td.col-asset-name,.table td.col-semi-wide,.table th.col-asset-name,.table th.col-semi-wide{min-width:8rem}.table td.col-nowrap,.table th.col-nowrap{white-space:nowrap}.table td.col-action-sortable,.table th.col-action-sortable{width:4rem}.table thead th{border-width:1px;vertical-align:middle}.table thead th .icon{fill:#4f4f4f;color:#4f4f4f}.table-responsive{margin-bottom:1rem;max-width:100%;overflow-x:auto}.table-compact td,.table-compact th{padding:.5rem}.col-action .separator:after{left:inherit;right:-.5rem}.col-action.p-0 .separator:after,.col-action.sds-btn-close .separator:after,.col-action.sds-btn-undo .separator:after{right:-.25rem}.sds-matrix-hipo-table td,.sds-matrix-hipo-table th{padding:.5rem}.sds-matrix-hipo-table tr:not(:last-child){border-bottom:1px solid #bababa}.image-editor{max-height:80vh;min-height:33.375rem;min-width:62.5rem;overflow:hidden;transition:max-height .3s ease-out}.image-editor.is-preview-mode{max-height:31.25rem;min-height:31.25rem}.image-editor.is-preview-mode .cropper-drag-box{display:none}.image-editor.is-loading{position:relative}.image-editor.is-loading:after{border-width:.5rem;bottom:0;content:"";display:inline-block;height:6rem;left:0;margin:auto;position:absolute;right:0;top:0;width:20px;width:6rem}.image-editor.is-loading .cropper-wrapper{display:none}.image-editor .cropper-toolbar{align-items:center;animation-duration:.3s;animation-fill-mode:backwards;animation-name:fadeIn;display:flex;justify-content:center;margin-bottom:.25rem;margin-top:.25rem}.image-editor #inputImage{height:1rem;margin-left:.75rem}.ratio-lock-active label{color:#0774d2}.Matrix-Viper-commentdialog-buttonArea .ratio-lock-active a.aspect-ratio.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .ratio-lock-active a.aspect-ratio.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea a.tool-active.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea a.tool-active.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .ratio-lock-active .aspect-ratio.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .tool-active.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .ratio-lock-active .aspect-ratio.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .ratio-lock-active .aspect-ratio.swal2-styled,.matrix-modal>.swal2-buttonswrapper .tool-active.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .tool-active.swal2-styled,.matrix-modal>button.tool-active.swal2-close,.ratio-lock-active .Matrix-Viper-commentdialog-buttonArea a.aspect-ratio.Matrix-Viper-commentdialog-button-blue,.ratio-lock-active .Matrix-Viper-commentdialog-buttonArea a.aspect-ratio.Matrix-Viper-commentdialog-button-grey,.ratio-lock-active .aspect-ratio.btn,.ratio-lock-active .aspect-ratio.btn-more-info,.ratio-lock-active .aspect-ratio.btn:active,.ratio-lock-active .aspect-ratio.btn:focus,.ratio-lock-active .aspect-ratio.sds-btn-add,.ratio-lock-active .aspect-ratio.sds-btn-close,.ratio-lock-active .aspect-ratio.sds-btn-icon-solo,.ratio-lock-active .aspect-ratio.sds-btn-undo,.ratio-lock-active .aspect-ratio.sds-matrix-btn-circular-icon-toggle,.ratio-lock-active .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .aspect-ratio.swal2-confirm,.ratio-lock-active .matrix-modal>.swal2-buttonswrapper .aspect-ratio.swal2-cancel,.ratio-lock-active .matrix-modal>.swal2-buttonswrapper .aspect-ratio.swal2-styled,.ratio-lock-active .matrix-modal>button.aspect-ratio.swal2-close,.ratio-lock-active .screen-header .screen-navigation .aspect-ratio.dropdown-toggle,.ratio-lock-active .sq-notification-box .aspect-ratio.close,.ratio-lock-active .toolbar .aspect-ratio.nav-link,.screen-header .screen-navigation .ratio-lock-active .aspect-ratio.dropdown-toggle,.screen-header .screen-navigation .tool-active.dropdown-toggle,.sq-notification-box .ratio-lock-active .aspect-ratio.close,.sq-notification-box .tool-active.close,.tool-active.btn,.tool-active.btn-more-info,.tool-active.btn:active,.tool-active.btn:focus,.tool-active.sds-btn-add,.tool-active.sds-btn-close,.tool-active.sds-btn-icon-solo,.tool-active.sds-btn-undo,.tool-active.sds-matrix-btn-circular-icon-toggle,.toolbar .ratio-lock-active .aspect-ratio.nav-link,.toolbar .tool-active.nav-link{background-color:#e6f1fa;color:#0774d2}.card-icon,.card-thumbnail{border:2px solid #fff;max-width:18rem;min-width:12.5rem}.card-icon .card-name,.card-thumbnail .card-name{max-width:75%;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.card.card-horizontal{flex-direction:row}.card.no-border{border:0}.card .card-img{border-radius:0}.card-interactive{cursor:pointer}.card-interactive:hover{border-color:#bababa}.card-interactive.focus{border-color:#0774d2}.card-horizontal .card-title{border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:.75rem}.card-horizontal .card-body .is-empty{align-items:center;background-color:#f5f5f5;border-radius:.5rem;color:#707070;display:flex;height:100%;justify-content:center;min-height:5rem;text-align:center}.card-horizontal div.col-md-12:empty{display:none}.card-aside{align-items:center;display:flex;padding:.75rem;position:relative}.card-aside:after{background-color:#ededed;bottom:0;content:"";height:90%;left:0;margin:auto 0;position:absolute;right:0;top:0;width:2px}.card-thumbnail .image-canvas-bg{border-radius:.5rem;height:3.5rem;overflow:hidden;width:3.5rem}.card-thumbnail img.thumbnail{max-height:100%;max-width:100%}.card-thumbnail .card-left-area{margin-right:.5rem;width:3.75rem}.card-thumbnail .card-right-area{flex-grow:1;flex-shrink:1;max-width:calc(100% - 4.25rem)}.card-icon .card-left-area{margin-right:.5rem;width:3rem}.card-icon .card-right-area{flex-grow:1;flex-shrink:1;max-width:calc(100% - 3.5rem)}.card-image-details .card-body{max-width:50rem;padding-bottom:0;padding-top:0}.card-image-details .card-body .card-truncate-filename{max-width:100%;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.card-image-details .card-img{max-height:100%;max-width:100%;width:auto}.card-image-details .card-img-wrapper{align-items:center;background-color:#e0e0e0;background-image:url(/__lib/web/images/icons/imagepreview-checkerboard-light.png);background-position:50%;border:0;display:flex;height:10.625rem;justify-content:center;width:15.625rem}.card-divider{align-items:center;color:#949494;display:flex;margin:.75rem auto;white-space:nowrap;width:calc(100% - 30px)}.card-divider *{margin:0}.card-divider .card-divider-line{background-color:currentColor;height:1px;opacity:.25;width:100%}.card-divider.teal{color:#057e91}.card-divider.green{color:#098934}.card-divider.blue{color:#0774d2}.card-icon .icon-bg,.card-state .icon-bg,.card-thumbnail .icon-bg{background-color:#e6f1fa}.card-icon .icon,.card-state .icon,.card-thumbnail .icon{color:#0774d2}.card-state.created-but-not-saved,.card-state.modified,.created-but-not-saved.card-icon,.created-but-not-saved.card-thumbnail,.modified.card-icon,.modified.card-thumbnail{border:2px dashed #e96900!important}.card-state.created-but-not-saved .icon-bg,.card-state.modified .icon-bg,.created-but-not-saved.card-icon .icon-bg,.created-but-not-saved.card-thumbnail .icon-bg,.modified.card-icon .icon-bg,.modified.card-thumbnail .icon-bg{background-color:#fcf0e5}.card-state.created-but-not-saved .icon,.card-state.modified .icon,.created-but-not-saved.card-icon .icon,.created-but-not-saved.card-thumbnail .icon,.modified.card-icon .icon,.modified.card-thumbnail .icon{color:#e96900}.card-state.marked-for-deletion,.marked-for-deletion.card-icon,.marked-for-deletion.card-thumbnail{border:2px solid #d72321!important}.card-state.marked-for-deletion .icon-bg,.marked-for-deletion.card-icon .icon-bg,.marked-for-deletion.card-thumbnail .icon-bg{background-color:#fae9e8}.card-state.marked-for-deletion .icon,.marked-for-deletion.card-icon .icon,.marked-for-deletion.card-thumbnail .icon{color:#d72321}.card-deck{background-color:#f5f5f5;border-radius:.5rem;padding:1rem}.card-flex{display:flex}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(12.5rem,1fr))}.asset-id,.truncate-id{color:#707070;text-align:right;white-space:nowrap}.asset-id span,.truncate-id span{display:inline-block;max-width:7ch;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.sq-asset-tag{align-items:center;display:inline-flex}.sq-asset-tag__asset-name{max-width:12.5rem;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.sidebar-panel #toolbar_root_node_select .sq-asset-tag__asset-name,.sidebar-panel .form-control .sq-asset-tag__asset-name,.sidebar-panel .select2-selection__rendered .sq-asset-tag__asset-name,.sidebar-panel .sq-asset-finder-wrapper .asset-finder__inner-wrapper .sq-asset-tag__asset-name,.sidebar-panel .sq-backend-data input[type=password] .sq-asset-tag__asset-name,.sidebar-panel .sq-option-list .sq-option-list-row input[type=text] .sq-asset-tag__asset-name,.sidebar-panel .table input.basicCell .sq-asset-tag__asset-name,.sidebar-panel .table input.disabledCell .sq-asset-tag__asset-name,.sidebar-panel .table input.titleCell .sq-asset-tag__asset-name,.sidebar-panel select.sq-form-field .sq-asset-tag__asset-name,.sq-asset-finder-wrapper .sidebar-panel .asset-finder__inner-wrapper .sq-asset-tag__asset-name,.sq-backend-data .sidebar-panel input[type=password] .sq-asset-tag__asset-name,.sq-option-list .sq-option-list-row .sidebar-panel input[type=text] .sq-asset-tag__asset-name,.table .sidebar-panel input.basicCell .sq-asset-tag__asset-name,.table .sidebar-panel input.disabledCell .sq-asset-tag__asset-name,.table .sidebar-panel input.titleCell .sq-asset-tag__asset-name{max-width:8.5625rem}.screen-header .screen-navigation .sq-asset-tag-condensed .dropdown-toggle,.sq-asset-tag-condensed .btn-icon-solo,.sq-asset-tag-condensed .btn-more-info,.sq-asset-tag-condensed .screen-header .screen-navigation .dropdown-toggle,.sq-asset-tag-condensed .sds-btn-add,.sq-asset-tag-condensed .sds-btn-close,.sq-asset-tag-condensed .sds-btn-icon-solo,.sq-asset-tag-condensed .sds-btn-undo,.sq-asset-tag-condensed .sds-matrix-btn-circular-icon-toggle{padding:2px}#toolbar_root_node_select .sq-asset-tag,.form-control .sq-asset-tag,.select2-selection__rendered .sq-asset-tag,.sq-asset-finder-wrapper .asset-finder__inner-wrapper .sq-asset-tag,.sq-backend-data input[type=password] .sq-asset-tag,.sq-option-list .sq-option-list-row input[type=text] .sq-asset-tag,.table input.basicCell .sq-asset-tag,.table input.disabledCell .sq-asset-tag,.table input.titleCell .sq-asset-tag,select.sq-form-field .sq-asset-tag{display:flex}#toolbar_root_node_select .sq-asset-tag .sq-asset-tag__asset-name,.form-control .sq-asset-tag .sq-asset-tag__asset-name,.select2-selection__rendered .sq-asset-tag .sq-asset-tag__asset-name,.sq-asset-finder-wrapper .asset-finder__inner-wrapper .sq-asset-tag .sq-asset-tag__asset-name,.sq-backend-data input[type=password] .sq-asset-tag .sq-asset-tag__asset-name,.sq-option-list .sq-option-list-row input[type=text] .sq-asset-tag .sq-asset-tag__asset-name,.table input.basicCell .sq-asset-tag .sq-asset-tag__asset-name,.table input.disabledCell .sq-asset-tag .sq-asset-tag__asset-name,.table input.titleCell .sq-asset-tag .sq-asset-tag__asset-name,select.sq-form-field .sq-asset-tag .sq-asset-tag__asset-name{margin-right:auto}.asset-id{display:inline-flex;padding-left:.625rem;position:relative}.asset-id:before{color:#bababa;content:"#";margin-left:-.625rem;padding-right:.0625rem;position:absolute}.restricted-access{color:#d72321}.restricted-access-icon{position:relative}.restricted-access-icon:after{bottom:0;content:url(/__lib/web/images/icons/asset_map/not_accessible.png);height:16px;left:0;position:absolute;width:16px;z-index:9}.assets-list-item>button{color:#4f4f4f;text-align:left}.assets-list-item>button:hover:not(.is-disabled):not(.toggled-on){background-color:#f5f5f5}.assets-list-item .toggled-on{background-color:#fae9e8;color:#6b1211}.assets-list-item .toggled-on .sds-matrix-btn-circular-icon-toggle{border-color:#ec9c9b}.assets-list-item .toggled-on .sds-matrix-btn-circular-icon-toggle:hover{border-color:#d72321}.assets-list-item .toggled-on .sds-matrix-btn-circular-icon-toggle svg{color:#d72321}.asset-categories-list{-moz-column-count:3;column-count:3;-moz-column-fill:balance;column-fill:balance}.asset-categories-list-item{align-items:center;border-radius:.5rem;display:inline-block;flex-direction:column;height:-moz-fit-content;height:fit-content;padding:.5rem;width:100%}.asset-categories-list-item>header{align-items:center;display:flex;justify-content:left;margin:.5rem 0 .75rem .5rem}.general-fr-list{max-height:900px}.content-editor-fr-list{max-height:600px}.assets-list{grid-gap:.125rem;background-color:#fff;border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding:.5rem}.asset-types .assets-list{grid-gap:.125rem .5rem;display:grid;grid-template-columns:1fr 1fr 1fr}.assets-list-item{list-style:none}.assets-list-item>button{align-items:center;background:none;border:0;border-radius:.25rem;display:flex;min-height:1.75rem;padding:.125rem .25rem .125rem .5rem;width:100%}.icon-graphic{background-color:#fff;border-radius:100% 100% 35%;display:inline-flex;margin-bottom:1.5rem;padding:1.75rem;position:relative;width:auto}.icon-graphic .icon-primary>svg{height:7.5rem;width:7.5rem}.icon-graphic .icon-secondary>svg{background-color:#fff;border-radius:100%;bottom:1rem;color:#bababa;height:3.5rem;position:absolute;right:1rem;width:3.5rem}.icon-graphic .icon-secondary-page-builder>svg{fill:#d72321}.asset-picker{height:2.45rem;padding:.25rem 2rem .25rem .25rem}.asset-picker-inner{max-width:18.65rem;position:relative;width:100%}.asset-picker-inner .btn-clear-picker{position:absolute;right:0;top:.125rem}.asset-picker-inner:focus .btn-clear-picker,.asset-picker-inner:hover .btn-clear-picker{display:block}.asset-picker-input{padding-left:.5rem}.asset-picker-wrapper{display:flex}.sidebar-panel .asset-picker-wrapper{width:100%}.asset-picker-wrapper svg.picker-icon{height:1.25rem;padding:.25rem;width:1.25rem}.asset-picker .matrix-error-msg-wrapper .icon{margin:.125rem .25rem 0 .125rem}.asset-picker-multiple-wrapper .asset-picker-inner{max-width:16.75rem}.root-node-wrapper{border-left:.25rem solid #e0e0e0;margin:.5rem 0 0 .5rem;padding-left:.5rem;transform:scale(.85);transform-origin:0 0}.notice-subtle{border-radius:.5rem;color:#707070}.notice-subtle.darken{background-color:#ededed;color:#4f4f4f}.notice-call-to-action{font-weight:600}.notice-call-to-action button{text-decoration:underline}.empty-state-medium{padding:.75rem;width:100%}.empty-state-medium,.empty-state-medium__message{align-items:center;display:flex;justify-content:center}.empty-state-medium__message{background-color:#f8f9fa;border-radius:.75rem;border-bottom-left-radius:2.813rem;border-top-left-radius:2.813rem;flex-direction:row;padding:.125rem}.empty-state-medium__message h3{color:#4f4f4f}.empty-state-medium__message p{color:#707070;margin-bottom:0}.empty-state-medium__icon-container .icon-graphic{margin-bottom:0;padding:.75rem}.empty-state-medium__icon-container .icon-graphic .icon-primary>*{font-size:4rem;height:4rem;width:4rem}.empty-state-medium__icon-container .icon-graphic .icon-secondary>svg{bottom:.5rem;height:1.75rem;right:.5rem;width:1.75rem}.empty-state-medium__message-text{margin:.75rem}.sds-user-avatar{color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.sds-user-avatar .sds-avatar{align-items:center;background-color:#fff;border-radius:100%;color:#26324b;display:flex;flex-shrink:0;font-family:Asap,Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;justify-content:center}.sds-user-avatar .sds-avatar.size--xs{font-size:.875rem;height:1.75rem;width:1.75rem}.cms-block-wrapper{border-radius:.25rem;margin-bottom:0;min-height:6.25rem;padding:.5rem}.cms-block-wrapper.is-loading{align-items:center;animation:loadingPulse 1s linear infinite;background-color:#ededed;border-color:#ededed;display:flex;justify-content:center}.cms-block-wrapper hr.bg-secondary{background-color:#e0e0e0!important}.asset-sync-table .col-sync-file{max-width:18.75rem}.Matrix-Viper-commentdialog-buttonArea .asset-sync-table .col-sync-file a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .asset-sync-table .col-sync-file a.Matrix-Viper-commentdialog-button-grey,.asset-sync-table .col-sync-file .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.asset-sync-table .col-sync-file .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.asset-sync-table .col-sync-file .btn,.asset-sync-table .col-sync-file .btn-more-info,.asset-sync-table .col-sync-file .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.asset-sync-table .col-sync-file .matrix-modal>.swal2-buttonswrapper .swal2-cancel,.asset-sync-table .col-sync-file .matrix-modal>.swal2-buttonswrapper .swal2-styled,.asset-sync-table .col-sync-file .matrix-modal>button.swal2-close,.asset-sync-table .col-sync-file .screen-header .screen-navigation .dropdown-toggle,.asset-sync-table .col-sync-file .sds-btn-add,.asset-sync-table .col-sync-file .sds-btn-close,.asset-sync-table .col-sync-file .sds-btn-icon-solo,.asset-sync-table .col-sync-file .sds-btn-undo,.asset-sync-table .col-sync-file .sds-matrix-btn-circular-icon-toggle,.asset-sync-table .col-sync-file .sq-notification-box .close,.asset-sync-table .col-sync-file .toolbar .nav-link,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-sync-table .col-sync-file .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .asset-sync-table .col-sync-file .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .asset-sync-table .col-sync-file .swal2-styled,.screen-header .screen-navigation .asset-sync-table .col-sync-file .dropdown-toggle,.sq-notification-box .asset-sync-table .col-sync-file .close,.toolbar .asset-sync-table .col-sync-file .nav-link{text-align:left}.asset-sync-table .sq-asset-tag{white-space:nowrap}.asset-sync-table .sq-asset-tag__asset-name{max-width:12.5rem;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}[class^=select2-results__level-]{display:block;padding-right:.625rem;position:relative}[class^=select2-results__level-] img{height:1rem;left:-1.1875rem;position:absolute;top:0;width:1rem}.select2 .selection img{height:1rem;width:1rem}.select2-results-no-indent [class^=select2-results__level-],.select2-results__level-0{margin-left:1.125rem}.select2-results__level-1{margin-left:2.25rem}.select2-results__level-2{margin-left:3.375rem}.select2-results__level-3{margin-left:4.5rem}.select2-selection__rendered{width:auto!important}.matrix-asset-type-chooser-v2{align-items:center;display:flex;margin-bottom:.5rem}.matrix-asset-type-chooser-v2 .select{height:1.75rem;padding:0}.matrix-asset-type-chooser-v2 .select2-container{margin-right:.25rem;transition:none!important}.select2-container{box-sizing:border-box;display:inline-block;height:2.25rem;margin:0;min-width:190px;position:relative;vertical-align:top}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;padding-left:8px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{border:none;box-sizing:border-box;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.select2-dropdown{background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.2);box-sizing:border-box;display:block;left:-100000px;position:absolute;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin-bottom:0;padding:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown .select2-search__field{box-sizing:border-box;width:100%}.select2-search--dropdown{display:block}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{background-color:#fff;border:0;display:block;height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;font-style:italic}.select2-container--default .select2-selection--single .select2-selection__arrow{bottom:0;height:2rem;margin:auto;position:absolute;right:1px;top:0;width:1.5rem}.select2-container--default .select2-selection--single .select2-selection__arrow b{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23707070'%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:1.5rem;height:2rem;position:absolute;width:1.5rem}.select2-container--default .select2-selection--single .select2-selection__clear{color:#707070;font-size:1rem;padding:0 .25rem}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border-style:solid;border-bottom:1px dashed #e0e0e0;border-left:0;border-right:0;border-top:1px dashed #e0e0e0;box-sizing:border-box;outline:none;padding:5px}.select2-container--default .select2-search--inline .select2-search__field{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:transparent;border:0;box-shadow:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:300px;overflow-y:auto}.select2-container--default .select2-dropdown.small .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-dropdown.extra-small .select2-results>.select2-results__options{max-height:100px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{margin-bottom:4px;padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{background:#f2f7fd;border-color:#dce3ec;border-style:solid;border-width:1px 0;color:#31435a;cursor:default;display:block;padding:5px 6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;background-image:linear-gradient(top,#fff 50%,#eee);background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;border:1px solid #aaa;outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;background-image:linear-gradient(top,#eee 50%,#ccc);background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;border:none;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-top-right-radius:4px;height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-radius:0;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{background-image:linear-gradient(top,#fff,#eee 50%);background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{background-image:linear-gradient(top,#eee 50%,#fff);background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border-style:solid #ccc;border-width:0 0 1px;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:300px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:5px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.matrix-select-option-container{display:flex;flex-direction:row;font-size:.813rem;justify-content:flex-start;line-height:1.2em}.select2-results__option .select2-results__option--highlighted span.matrix-select-option-container span.matrix-select-value{color:#fff}.matrix-select-key{font-weight:700;max-width:14rem;min-width:14rem;overflow:hidden;padding-right:7px;text-overflow:ellipsis;white-space:nowrap}.matrix-select-value{word-wrap:break-word;color:#777;overflow:hidden}.matrix-select-dropdown-container{max-height:500px;min-height:100px}.matrix-select-dropdown-container .select2-results>.select2-results__options{max-height:460px;overflow-y:auto}/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{image-orientation:0deg;display:block;height:100%;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.3333333333%;left:0;top:33.3333333333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.3333333333%;top:0;width:33.3333333333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media(min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media(min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media(min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.sq-backend-code-editing:not(.sq-source-view-markdown){font-family:Courier New,Courier,monospace;white-space:pre-line;width:100%}.sq-toggle-option-wrapper{display:inline-block;margin:0 3px}.sq-toggle-option-wrapper a{background-color:#fff;border:1px solid #ccc;color:#666;cursor:pointer;float:left;font-weight:400;padding:8px 10px;text-shadow:0 1px 0 #fff}.sq-toggle-option-wrapper a:not(:first-child){border-left:0}.sq-toggle-option-wrapper a:first-child{border-radius:3px 0 0 3px;border-right:0}.sq-toggle-option-wrapper a:last-child{border-radius:0 3px 3px 0}.sq-toggle-option-wrapper a:hover{border-color:#aaa;color:#000;text-decoration:none}.sq-toggle-option-wrapper a.selected,.sq-toggle-option-wrapper a.selected:hover{background-color:#3f98e1;border:1px solid #3f98e1;color:#fff;cursor:default;float:left;font-weight:400;text-shadow:0 0 2px rgba(0,0,0,.5)}.viper-toolbar-outer-container{position:sticky;top:calc(56px + 3.3125rem);z-index:10}.viper-toolbar-outer-container .viper-toolbar-container:empty{height:0;opacity:0}.viper-toolbar-container .ViperTP-bar{background-color:#f5f5f5;border:1px solid #f5f5f5;border-bottom-color:#ededed;box-shadow:none;padding:.5rem 0;width:calc(100% - 1rem)}.viper-toolbar-container .ViperTP-bar.viper-inactive{pointer-events:none;touch-action:none;visibility:hidden}.viper-toolbar-container .viper-button{padding:0 9px!important}.main .sq-bodycopy-edit-wrapper .with-viper{padding:1rem}.Viper-selectionList li:before{box-sizing:content-box}#MatrixViper-elementHolder .Viper-popup{height:100%;max-height:calc(100vh - 20rem);max-width:800px;position:absolute;width:100%;z-index:1085}#MatrixViper-elementHolder .Viper-popup .Viper-popup-content{height:100%!important;max-height:calc(100vh - 20rem - 62px)!important;max-width:100%!important;width:100%!important}#MatrixViper-elementHolder .Viper-popup .ui-resizable-handle{display:none}.content-wrapper{margin-top:56px;position:relative}.content-wrapper .side-panel{height:calc(100vh - 56px);max-width:100%;position:fixed;top:56px;width:18.75rem;z-index:1084}.content-wrapper .main-panel{max-width:100%;padding-left:18.75rem;width:100%}@media(max-width:767.98px){.sq-signin-design{width:100%}}.sq-signin-design form{height:100%}.Matrix-Viper-commentdialog-buttonArea .sq-signin-design a.Matrix-Viper-commentdialog-button-blue,.sq-signin-design .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.sq-signin-design .btn-primary{background-color:#26324b;border-color:#26324b;width:50%}@media(max-width:767.98px){.Matrix-Viper-commentdialog-buttonArea .sq-signin-design a.Matrix-Viper-commentdialog-button-blue,.sq-signin-design .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.sq-signin-design .btn-primary{width:100%}}.Matrix-Viper-commentdialog-buttonArea .sq-signin-design a.Matrix-Viper-commentdialog-button-blue:active,.Matrix-Viper-commentdialog-buttonArea .sq-signin-design a.Matrix-Viper-commentdialog-button-blue:hover,.sq-signin-design .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:active,.sq-signin-design .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:hover,.sq-signin-design .btn-primary:active,.sq-signin-design .btn-primary:hover{background-color:#37496d;border-color:#37496d}.sq-signin-design .msg-text{display:none}.sq-signin-design .msg-text:not(:empty){display:block}.sq-signin-design .brand-bar{display:flex;height:auto;justify-content:center;left:0;padding:.75rem;position:absolute;top:0;width:100%}@media(max-width:1023.98px){.sq-signin-design .brand-bar{display:none}}.sq-signin-design .brand-bar img{height:4.5rem;width:auto}.sq-signin-design .logo-area{align-items:center;background-color:#26324b;display:flex;justify-content:center;min-height:100vh}@media(max-width:1023.98px){.sq-signin-design .logo-area{height:8.125rem;min-height:8.125rem}}.sq-signin-design .password-rules{margin-bottom:0}.brand-box .signin-hero img{width:20rem}@media(max-width:1023.98px){.brand-box .signin-hero img{width:16rem}}.brand-box .update-password-hero img{width:11rem}@media(max-width:1023.98px){.brand-box .update-password-hero img{width:16rem}}.signin-area{align-items:center;background-color:#efe9e3;display:flex;justify-content:center;min-height:100vh}@media(max-width:1023.98px){.signin-area{min-height:calc(100vh - 8.125rem)}}@media(max-width:767.98px){.signin-area{background-color:#fff}.signin-area .card-title{text-align:center}.signin-area .card{background-color:#fff;border:0;box-shadow:none!important}}.signin-area .card{border-width:0;width:23.125rem}@media(min-width:768px){.signin-area .card{margin:1.25rem 0}}.signin-area .card-title{color:#26324b;margin-bottom:1.25rem}.sds-matrix-screen-load-overlay{align-items:center;display:flex;justify-content:center;position:relative}.sds-matrix-screen-load-overlay:before{background-color:#f5f5f5;content:"";height:100%;position:fixed;top:0;width:100%;z-index:1004}.sds-matrix-screen-load-overlay:after{border-width:.5rem;bottom:0;content:"";height:6rem;margin:auto;position:fixed;top:calc(3.3125rem + 56px);width:6rem;z-index:1004}#sq_main_container #main_form{height:100%}#sq_main_container #sq-content,#sq_main_container .main-panel-content,#sq_main_container .main-panel-wrapper{height:inherit}.contents-screen.main-panel-wrapper{padding-bottom:600px}#sq-content.main{min-width:62.5rem}.sq-backend-section-table-wrapper{background-color:#fff;border-radius:.25rem;margin-bottom:1rem;padding:1rem;width:100%}.main-panel-wrapper{margin:0;padding:0;transition:width .25s ease-out;width:100%;z-index:0}.main-panel-wrapper.contents-screen .main-panel-content{max-width:62.5rem}.main-panel-wrapper .main-panel-content{margin:0 auto;max-width:75rem;padding:1rem 1.75rem;width:100%}.main-panel-wrapper .main-panel-content:has([data-react=dxp-content-page-builder]){padding-right:.5rem}.main-panel-wrapper{display:grid;grid-template:1fr auto/1fr auto}.main-panel-wrapper.inline_edit-screen .main-panel-sidebar{position:fixed}.main-panel-wrapper.full-width-layout .main-panel-content{max-width:110rem}.matrix-react-section{background-color:transparent!important;margin:0!important;padding:0!important}.matrix-react-section .sq-backend-section-inner-table-wrapper{padding:0!important}.side-panel{background-color:#fff;border-right:1px solid #e0e0e0}.side-panel #toggle_handle{background-color:#fff;border:1px solid #e0e0e0;border-left:0;border-radius:0 .5rem .5rem 0;bottom:0;height:3.5rem;left:0;margin:auto;position:absolute;right:0;top:0;width:1.25rem;z-index:2}.side-panel #toggle_handle:after,.side-panel #toggle_handle:before{background-color:#949494;bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;right:0;right:.25rem;top:0;width:10px}.side-panel #toggle_handle:after{transform:rotate(45deg);transform-origin:top left}.side-panel #toggle_handle:before{transform:rotate(-45deg);transform-origin:bottom left}.side-panel #toggle_handle:hover{cursor:pointer}.side-panel #toggle_handle:hover:after,.side-panel #toggle_handle:hover:before{background-color:#707070}.side-panel #toggle_handle:focus{outline:none}.side-panel #drag_handle{cursor:col-resize;height:100%;position:absolute;right:-20px;top:0;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px;z-index:1}.side-panel #drag_handle:hover:after{animation:fade-in .3s .2s forwards;background-color:#bababa;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;width:2px}.side-panel #drag_handle.dragging{background-color:transparent;right:-260px;width:500px}.side-panel #drag_handle.dragging:after{display:none}.content-wrapper.animate>.side-panel{transition:min-width .15s,width .15s}.content-wrapper.animate>.main-panel{transition:padding-left .15s}body.side-panel-minimized .side-panel{min-width:2px!important;width:2px!important}body.side-panel-minimized .side-panel .responsive-iframe-container{opacity:0}body.side-panel-minimized .side-panel #toggle_handle:after{left:-2px;transform:rotate(-45deg);transform-origin:top right}body.side-panel-minimized .side-panel #toggle_handle:before{left:-2px;transform:rotate(45deg);transform-origin:bottom right}body.side-panel-minimized .side-panel #drag_handle:hover:after{display:none}body.side-panel-minimized .main-panel{padding-left:0!important}.main-panel-sidebar{height:calc(100vh - 56px - 3.8125rem);margin-top:.5rem;min-width:2.75rem}.main-panel-sidebar .sidebar-inner{background-color:#fff;border-radius:.5rem 0 0 .5rem;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 4px 2px rgba(0,0,0,.04);padding:0 .25rem;position:fixed;right:0;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:50}.main-panel-sidebar .sidebar-inner.is-open{border-radius:0;box-shadow:none;height:calc(100% - 56px - 4.3125rem)}.main-panel-sidebar .sidebar-inner .btn-sidebar{display:block;padding-bottom:.25rem;padding-top:.25rem;position:relative}.main-panel-sidebar .sidebar-inner .btn-sidebar:nth-child(2){padding-top:.875rem}.main-panel-sidebar .sidebar-inner .btn-sidebar:nth-child(2):after{background-color:#e0e0e0;border-radius:1px;bottom:0;bottom:inherit;content:"";height:2px;left:0;margin:0 auto;position:absolute;right:0;top:0;top:.25rem;width:85%}.main-panel-sidebar .sidebar-inner .btn-sidebar>button{border-radius:.5rem}.main-panel-sidebar .sidebar-inner .btn-sidebar>button.btn-pink-transparent.is-active,.main-panel-sidebar .sidebar-inner .btn-sidebar>button.btn-pink-transparent.is-active:hover{background-color:#b93da9;color:#fff}.main-panel-sidebar .sidebar-inner .btn-sidebar>button.btn-default-transparent.is-active,.main-panel-sidebar .sidebar-inner .btn-sidebar>button.btn-default-transparent.is-active:hover,.main-panel-sidebar .sidebar-inner .btn-sidebar>button.is-active.btn-more-info,.main-panel-sidebar .sidebar-inner .screen-header .screen-navigation .btn-sidebar>button.is-active.dropdown-toggle,.screen-header .screen-navigation .main-panel-sidebar .sidebar-inner .btn-sidebar>button.is-active.dropdown-toggle{background-color:#26324b;color:#fff}.sidebar-panel-wrapper{height:calc(100vh - 56px - 4.3125rem);position:fixed;right:0;transition:width .15s ease-out;width:0;z-index:20}.sidebar-panel-wrapper.is-open{width:20.75rem}.sidebar-panel-wrapper.is-open .sidebar-panel{transition:width .15s ease-out;visibility:visible;width:20.75rem}.sidebar-panel-wrapper.is-open .sidebar-panel:after{max-height:calc(100vh - 64px - 3.3125rem)}.sidebar-panel-wrapper.is-open .sidebar-panel-content{opacity:1;transition:opacity .15s;transition-delay:.05s}@media(min-width:1300px){.sidebar-panel-wrapper{position:relative;z-index:40}.sidebar-panel-wrapper .sidebar-panel{box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 4px 2px rgba(0,0,0,.04)}}.sidebar-panel-wrapper.panel-metadata.is-open,.sidebar-panel-wrapper.panel-metadata.is-open .sidebar-panel{width:28.125rem}.sidebar-panel{background-color:#fff;border-radius:.25rem 0 0 .25rem;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);color:#707070;height:calc(100vh - 56px - 4.3125rem);margin:auto;overflow:hidden;padding-right:2.75rem;position:fixed;right:0;visibility:hidden;width:0}.sidebar-panel:after{background-color:#e0e0e0;bottom:0;content:"";left:0;left:inherit;max-height:2rem;position:absolute;right:0;right:2.75rem;top:0;transition:max-height .2s ease-out;width:1px}.sidebar-panel .sidebar-panel-header{align-items:flex-start;color:#2b2b2b;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;position:sticky}.screen-header .screen-navigation .sidebar-panel .sidebar-panel-header .dropdown-toggle,.sidebar-panel .sidebar-panel-header .btn-icon-solo,.sidebar-panel .sidebar-panel-header .btn-more-info,.sidebar-panel .sidebar-panel-header .screen-header .screen-navigation .dropdown-toggle,.sidebar-panel .sidebar-panel-header .sds-btn-add,.sidebar-panel .sidebar-panel-header .sds-btn-close,.sidebar-panel .sidebar-panel-header .sds-btn-icon-solo,.sidebar-panel .sidebar-panel-header .sds-btn-undo,.sidebar-panel .sidebar-panel-header .sds-matrix-btn-circular-icon-toggle{fill:#707070;padding:0;position:absolute;right:.75rem;top:.75rem}.screen-header .screen-navigation .sidebar-panel .sidebar-panel-header .dropdown-toggle:hover,.sidebar-panel .sidebar-panel-header .btn-icon-solo:hover,.sidebar-panel .sidebar-panel-header .btn-more-info:hover,.sidebar-panel .sidebar-panel-header .screen-header .screen-navigation .dropdown-toggle:hover,.sidebar-panel .sidebar-panel-header .sds-btn-add:hover,.sidebar-panel .sidebar-panel-header .sds-btn-close:hover,.sidebar-panel .sidebar-panel-header .sds-btn-icon-solo:hover,.sidebar-panel .sidebar-panel-header .sds-btn-undo:hover,.sidebar-panel .sidebar-panel-header .sds-matrix-btn-circular-icon-toggle:hover{background-color:transparent}.sidebar-panel .sidebar-panel-header:not(.hide-heading-divider):after{background-color:#e0e0e0;bottom:auto;bottom:-.75rem;bottom:0;content:"";height:1px;left:0;margin:0 auto;position:absolute;right:0;top:0;top:-.75rem;top:auto;width:100%}.sidebar-panel .sidebar-panel-header .badge{max-width:100%;overflow:hidden;padding:1px 4px 1px 6px;text-overflow:ellipsis}.sidebar-panel .sidebar-panel-header .badge-wrapper{align-items:center;display:flex;margin-top:.25rem;max-width:100%;position:relative}.sidebar-panel .panel-intro-text{color:#707070;margin-bottom:.75rem}.sidebar-panel .sidebar-panel-content{height:100%;opacity:0;position:relative}.sidebar-panel .sidebar-panel-content>div{height:calc(100% - 3.8125rem);position:absolute;width:100%}.sidebar-panel.with-badge .sidebar-panel-content>div{height:calc(100% - 5.8125rem)}.sidebar-panel .panel-content{height:100%;overflow-y:auto}.sidebar-panel .panel-content .asset-info-name{background-color:rgba(0,0,0,.04);border-bottom:0;border-radius:.25rem;color:#3d3d3d;margin-bottom:.25rem;padding-left:.75em}.sidebar-panel .panel-content .list-field-heading,.sidebar-panel .panel-content .list-group-heading{color:#3d3d3d}.sidebar-panel .panel-content .list-group-item{fill:currentcolor;border-color:#ededed}.sidebar-panel #toolbar_root_node_select,.sidebar-panel .form-control,.sidebar-panel .select2-selection__rendered,.sidebar-panel .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.sidebar-panel .sq-backend-data input[type=password],.sidebar-panel .sq-option-list .sq-option-list-row input[type=text],.sidebar-panel .table input.basicCell,.sidebar-panel .table input.disabledCell,.sidebar-panel .table input.titleCell,.sidebar-panel select.sq-form-field,.sq-asset-finder-wrapper .sidebar-panel .asset-finder__inner-wrapper,.sq-backend-data .sidebar-panel input[type=password],.sq-option-list .sq-option-list-row .sidebar-panel input[type=text],.table .sidebar-panel input.basicCell,.table .sidebar-panel input.disabledCell,.table .sidebar-panel input.titleCell{width:100%}.inline-edit-screen.main-panel-wrapper .main-panel-content,.preview-screen.main-panel-wrapper .main-panel-content{margin-bottom:0;margin-top:0;max-width:100%;overflow:hidden;padding-bottom:0;padding-top:0}.inline-edit-screen.main-panel-wrapper .main-panel-content .main-panel-header,.preview-screen.main-panel-wrapper .main-panel-content .main-panel-header{align-items:center;display:flex;height:4.25rem}.inline-edit-screen.main-panel-wrapper .main-panel-content .main-panel-header .screen-title-bar,.preview-screen.main-panel-wrapper .main-panel-content .main-panel-header .screen-title-bar{margin-bottom:0}.inline-edit-screen.main-panel-wrapper div[data-react=screen-notice],.preview-screen.main-panel-wrapper div[data-react=screen-notice]{margin-top:1rem}.inline-edit-screen.main-panel-wrapper .screen-lineage,.preview-screen.main-panel-wrapper .screen-lineage{height:2.25rem;margin-bottom:0}.page-builder-asset.contents-screen.main-panel-wrapper{padding-bottom:0}.page-builder-asset.contents-screen.main-panel-wrapper .main-panel-content{max-width:100%;padding-bottom:0}.frame-canvas{background-color:#ededed;border-radius:.25rem .25rem 0 0;height:calc(100vh - 7.5625rem - 56px);overflow:auto;position:relative;width:100%}.frame-canvas.cross-domain-error{background-color:#fff}.frame-wrapper{height:calc(100vh - 7.5625rem - 56px);margin:0 auto;transition:all .33s cubic-bezier(1,0,0,1);width:100%}.frame-wrapper iframe{background-color:#fff;border:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0}.preview-screen.main-panel-wrapper .frame-wrapper.preview-custom-size{box-sizing:content-box;padding:1.5rem}.preview-screen.main-panel-wrapper .frame-wrapper.preview-custom-size iframe{border-radius:.25rem}.preview-tools{display:flex;position:relative}.preview-tools>button{margin-right:.5rem}.Matrix-Viper-commentdialog-buttonArea .preview-tools a.Matrix-Viper-commentdialog-button-blue:active,.Matrix-Viper-commentdialog-buttonArea .preview-tools a.Matrix-Viper-commentdialog-button-grey:active,.Matrix-Viper-commentdialog-buttonArea .preview-tools a.active.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .preview-tools a.active.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .preview-tools .active.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .preview-tools .swal2-confirm:active,.matrix-modal>.swal2-buttonswrapper .preview-tools .active.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .preview-tools .active.swal2-styled,.matrix-modal>.swal2-buttonswrapper .preview-tools .swal2-cancel:active,.matrix-modal>.swal2-buttonswrapper .preview-tools .swal2-styled:active,.preview-tools .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:active,.preview-tools .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:active,.preview-tools .Matrix-Viper-commentdialog-buttonArea a.active.Matrix-Viper-commentdialog-button-blue,.preview-tools .Matrix-Viper-commentdialog-buttonArea a.active.Matrix-Viper-commentdialog-button-grey,.preview-tools .active.btn-more-info,.preview-tools .active.sds-btn-add,.preview-tools .active.sds-btn-close,.preview-tools .active.sds-btn-icon-solo,.preview-tools .active.sds-btn-undo,.preview-tools .active.sds-matrix-btn-circular-icon-toggle,.preview-tools .btn-more-info:active,.preview-tools .btn.active,.preview-tools .btn:active,.preview-tools .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .active.swal2-confirm,.preview-tools .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:active,.preview-tools .matrix-modal>.swal2-buttonswrapper .active.swal2-cancel,.preview-tools .matrix-modal>.swal2-buttonswrapper .active.swal2-styled,.preview-tools .matrix-modal>.swal2-buttonswrapper .swal2-cancel:active,.preview-tools .matrix-modal>.swal2-buttonswrapper .swal2-styled:active,.preview-tools .matrix-modal>button.active.swal2-close,.preview-tools .matrix-modal>button.swal2-close:active,.preview-tools .screen-header .screen-navigation .active.dropdown-toggle,.preview-tools .screen-header .screen-navigation .dropdown-toggle:active,.preview-tools .sds-btn-add:active,.preview-tools .sds-btn-close:active,.preview-tools .sds-btn-icon-solo:active,.preview-tools .sds-btn-undo:active,.preview-tools .sds-matrix-btn-circular-icon-toggle:active,.preview-tools .sq-notification-box .active.close,.preview-tools .sq-notification-box .close:active,.preview-tools .toolbar .active.nav-link,.preview-tools .toolbar .nav-link:active,.screen-header .screen-navigation .preview-tools .active.dropdown-toggle,.screen-header .screen-navigation .preview-tools .dropdown-toggle:active,.sq-notification-box .preview-tools .active.close,.sq-notification-box .preview-tools .close:active,.toolbar .preview-tools .active.nav-link,.toolbar .preview-tools .nav-link:active{background-color:#e0e0e0}.preview-tools .preview-size-select{position:relative;width:15rem}.preview-tools .preview-size-select .preview-size-select-icon{bottom:0;color:#707070;left:.5rem;margin:auto;position:absolute;top:0;z-index:1}.preview-tools .preview-size-select .select-field__control{background-color:#ededed;border-color:#ededed!important;font-weight:600}.preview-tools .preview-size-select .select-field__control--is-focused,.preview-tools .preview-size-select .select-field__control:hover{background-color:#e0e0e0;border-color:#e0e0e0!important}.preview-tools .preview-size-select .select-field__dropdown-indicator{color:#707070}.preview-tools .preview-size-select .select-field__single-value .icon-label{padding-left:2rem;position:relative}.preview-tools #HTMLCS-wrapper{position:absolute;right:49%;top:2.5rem}.reference-report-table .col-asset-id-header{text-align:right}.reference-report-table .col-asset-id{color:#707070;text-align:right;white-space:nowrap}.reference-report-table .col-asset-id span{padding-left:.625rem}.reference-report-table .col-asset-id:before{color:#bababa;content:"#";padding-right:.0625rem;position:absolute}.reference-report-table .col-action{width:2.25rem}.reference-report-table .col-action-asset-id{text-align:right;width:3.875rem}.reference-report-table .col-action.col-asset-locator{padding-right:0;width:1.5rem}.reference-report-table .col-wide{min-width:12rem}.reference-report-table .col-semi-wide{min-width:8rem}.reference-report-table .col-type{text-align:center;white-space:nowrap;width:6.5625rem}.reference-report-table .col-type .badge{width:100%}.reference-report-table .col-asset-name{width:26.875rem}.reference-report-table .table{width:58.75rem}.reference-report-table .table.is-empty-box,.reference-report-table .table.skeleton-loading-box{width:100%}.reference-report-table .matrix-callout-block{margin:1.5rem 0}.linking-screen .reference-report-table .matrix-callout-block{margin-top:0}.reference-report-table .matrix-callout-block .badge{min-width:1.5em;padding:0 .25rem}.table .dependent-children table{width:100%}.table .dependent-children td{border-top:0;height:auto;padding-bottom:.25rem;padding-top:.25rem}.table .dependent-children td.col-action-sortable{width:4rem}.table .dependent-children td.col-asset-name{width:24.25rem}.table .dependent-children>td{padding:0 .75rem .5rem}.table .dependent-children .icon{color:#949494}.documentation-screen .sq-backend-section-table-wrapper{background:#ededed;border-radius:.25rem;padding-top:0}.documentation-screen .sq-backend-section-inner-table-wrapper{padding-top:.75rem}.table-style-list-wrapper{max-width:56rem}.table-style-list-wrapper dl{margin-left:0;margin-right:0}.table-style-list-wrapper dl dt{padding:.5rem}.table-style-list-wrapper .col-name{width:minmax(18.75rem,1fr)}.table-style-list-wrapper .col-id{width:4.25rem}.table-style-list-wrapper .col-status{width:3.375rem}.table-style-list-wrapper .col-visibility{width:4.375rem}.table-style-list-wrapper .col-value{width:7.625rem}.table-style-list-wrapper .col-lock{width:3.875rem}.table-style-list-wrapper .col-actions{width:3.25rem}.table-style-list .card{animation-duration:.5s;animation-fill-mode:none;animation-name:fadeIn;border:0;margin-bottom:.75rem;width:auto}.table-style-list .card-body{padding:.75rem}.sq-log-monitor-table{border-collapse:collapse;font-size:.813rem;line-height:1.25;margin-top:2rem;width:100%;word-break:break-all}.sq-log-monitor-table pre{font-size:inherit}.sq-log-monitor-table .http-log{line-height:1.25;overflow:visible}.sq-log-monitor-table .http-log br{display:none}.sq-log-monitor-table td,.sq-log-monitor-table th{padding:.5rem;text-align:left}.sq-log-monitor-table td{vertical-align:top}.sq-log-monitor-table th:first-child{border-left:1px solid transparent}.sq-log-monitor-table td:first-child,.sq-log-monitor-table th:first-child{min-width:5.625rem}.sq-log-monitor-table td:nth-child(2),.sq-log-monitor-table th:nth-child(2){min-width:8.125rem}.sq-log-monitor-table td:nth-child(3),.sq-log-monitor-table th:nth-child(3){min-width:8.75rem}.sq-log-monitor-table td:nth-child(4),.sq-log-monitor-table th:nth-child(4){width:100%}.sq-log-monitor-table thead{left:0;position:fixed;right:0;top:0}.sq-log-monitor-table thead tr{display:block;position:relative}.sq-log-monitor-table thead tr th{border-bottom:0}.sq-log-monitor-table>tbody{display:block;height:100%;overflow:auto;width:100%}.sq-log-monitor-iframe{background:#f5f5f5;border:1px solid #e0e0e0;height:37.5rem;width:100%}.Matrix-Viper-commentdialog-buttonArea .memberships-screen .asset-info.asset-locator>a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .memberships-screen .asset-info.asset-locator>a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .memberships-screen .asset-info.asset-locator>.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .memberships-screen .asset-info.asset-locator>.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .memberships-screen .asset-info.asset-locator>.swal2-styled,.memberships-screen .Matrix-Viper-commentdialog-buttonArea .asset-info.asset-locator>a.Matrix-Viper-commentdialog-button-blue,.memberships-screen .Matrix-Viper-commentdialog-buttonArea .asset-info.asset-locator>a.Matrix-Viper-commentdialog-button-grey,.memberships-screen .asset-info.asset-locator.matrix-modal>button.swal2-close,.memberships-screen .asset-info.asset-locator>.btn,.memberships-screen .asset-info.asset-locator>.btn-more-info,.memberships-screen .asset-info.asset-locator>.sds-btn-add,.memberships-screen .asset-info.asset-locator>.sds-btn-close,.memberships-screen .asset-info.asset-locator>.sds-btn-icon-solo,.memberships-screen .asset-info.asset-locator>.sds-btn-undo,.memberships-screen .asset-info.asset-locator>.sds-matrix-btn-circular-icon-toggle,.memberships-screen .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .asset-info.asset-locator>.swal2-confirm,.memberships-screen .matrix-modal>.swal2-buttonswrapper .asset-info.asset-locator>.swal2-cancel,.memberships-screen .matrix-modal>.swal2-buttonswrapper .asset-info.asset-locator>.swal2-styled,.memberships-screen .screen-header .screen-navigation .asset-info.asset-locator>.dropdown-toggle,.memberships-screen .sq-notification-box .asset-info.asset-locator>.close,.memberships-screen .toolbar .asset-info.asset-locator>.nav-link,.screen-header .screen-navigation .memberships-screen .asset-info.asset-locator>.dropdown-toggle,.sq-notification-box .memberships-screen .asset-info.asset-locator>.close,.toolbar .memberships-screen .asset-info.asset-locator>.nav-link{padding:0}.memberships-screen .vert-offset{left:-15px;position:absolute;top:-14px;width:100%}.error-screen{align-items:center;display:flex;height:calc(90vh - 3.3125rem - 56px);justify-content:center;text-align:center}.error-screen-message h3,.error-screen-message h4{color:#4f4f4f}.error-screen-message p{color:#707070}.error-screen-page-builder .icon-graphic,.error-screen-page-builder h4{margin-bottom:1.25rem}.error-screen-page-builder button{margin-bottom:1.5rem}.error-screen-page-builder .divider{border-top:1px solid #e0e0e0;margin:0 1.5rem 0 0;width:21.25rem}.error-screen-page-builder .error-alert{background:transparent;justify-content:center}#sq-metadata-action-bar{display:flex;justify-content:center}#sq-metadata-action-bar button{background:transparent;border:0;color:#888;font-weight:700}.metadata-screen #sq-metadata-action-bar button{border-radius:.3rem!important;padding:.5rem .8rem .45rem .4rem}.metadata-screen #sq-metadata-action-bar button.expand-collapse-all{background-color:#ddd!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion{background-color:transparent;padding:0}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .sds-block{margin-bottom:1rem}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .sq-backend-section-inner-table-wrapper{padding:0}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion h5{font-weight:600!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion{border:1px solid #ddd;border-radius:.5rem!important;padding:5px}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .sds-block{margin-bottom:.6rem!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .sds-block:last-child{margin-bottom:0!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .component-heading{margin-left:10px}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion h5{font-size:1.3rem!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .rotate-ccw-90{transform:rotate(-90deg)}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion span.border-bottom{margin-top:.25rem}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .sq-source-view{padding:0}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .expand-collapse-icon{background-color:transparent;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out,transform .25s ease-out}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .accordion{background-color:#fff!important;border:0!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .accordion .component-heading{margin-left:5px}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .accordion h5{font-size:1.1rem!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion .accordion .accordion:last-child{margin-bottom:0!important}.metadata-screen .sq-backend-section-table-wrapper.metadata-section-accordion tr.sq-metadata-settings-row:last-of-type td{border-bottom:0}.sq-metadata-settings-row .sq-backend-data>ul,.sq-metadata-settings-row .sq-metadata-contents-wrapper>ul,.sq-metadata-settings-row>td>ul{list-style:none;margin:0;padding:0}.dxp-configuration{background-color:#f5f5f5}.dxp-configuration .sq-backend-section-inner-table-wrapper{padding:0}.dxp-configuration .sq-backend-section-inner-table-wrapper .error-screen{height:auto}.dxp-configuration .sq-backend-section-inner-table-wrapper .error-screen .icon-graphic{background-color:transparent;padding:0}.dxp-configuration .sq-backend-section-inner-table-wrapper .error-screen .icon-graphic .icon{height:11rem;width:11rem}.squiz-fte-scope code[class*=language-],.squiz-fte-scope pre[class*=language-]{word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}.squiz-fte-scope pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}.squiz-fte-scope :not(pre)>code[class*=language-],.squiz-fte-scope pre[class*=language-]{background:#2d2d2d}.squiz-fte-scope :not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.squiz-fte-scope .token.block-comment,.squiz-fte-scope .token.cdata,.squiz-fte-scope .token.comment,.squiz-fte-scope .token.doctype,.squiz-fte-scope .token.prolog{color:#999}.squiz-fte-scope .token.punctuation{color:#ccc}.squiz-fte-scope .token.attr-name,.squiz-fte-scope .token.deleted,.squiz-fte-scope .token.namespace,.squiz-fte-scope .token.tag{color:#e2777a}.squiz-fte-scope .token.function-name{color:#6196cc}.squiz-fte-scope .token.boolean,.squiz-fte-scope .token.function,.squiz-fte-scope .token.number{color:#f08d49}.squiz-fte-scope .token.class-name,.squiz-fte-scope .token.constant,.squiz-fte-scope .token.property,.squiz-fte-scope .token.symbol{color:#f8c555}.squiz-fte-scope .token.atrule,.squiz-fte-scope .token.builtin,.squiz-fte-scope .token.important,.squiz-fte-scope .token.keyword,.squiz-fte-scope .token.selector{color:#cc99cd}.squiz-fte-scope .token.attr-value,.squiz-fte-scope .token.char,.squiz-fte-scope .token.regex,.squiz-fte-scope .token.string,.squiz-fte-scope .token.variable{color:#7ec699}.squiz-fte-scope .token.entity,.squiz-fte-scope .token.operator,.squiz-fte-scope .token.url{color:#67cdcc}.squiz-fte-scope .token.bold,.squiz-fte-scope .token.important{font-weight:700}.squiz-fte-scope .token.italic{font-style:italic}.squiz-fte-scope .token.entity{cursor:help}.squiz-fte-scope .token.inserted{color:green}.squiz-fte-scope .sds-button,.squiz-fte-scope .sds-card-link,.squiz-fte-scope .sds-dropdown-button,.squiz-fte-scope .sds-select-field__button{background:transparent;border:none;color:#707070;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-fte-scope .svg-wrapper{display:flex}.squiz-fte-scope .svg-wrapper svg{fill:#707070}.squiz-fte-scope .svg-wrapper--custom-color-icon svg{fill:currentcolor}.squiz-fte-scope .sds-accordion-container{background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:1rem;position:relative;text-align:left;text-transform:none;width:100%}.squiz-fte-scope .sds-accordion-container--basic{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-fte-scope .sds-accordion-container--basic .sds-accordion-header:after{content:none}.squiz-fte-scope .sds-accordion-container.active .sds-accordion-header{border-bottom:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0}.squiz-fte-scope .sds-accordion-container.active .sds-accordion-icon{transform:translateY(-50%) rotate(90deg)}.squiz-fte-scope .sds-accordion-container.active .sds-accordion-content{border-radius:0 0 .25rem .25rem;height:auto;padding:1rem}.squiz-fte-scope .sds-accordion-content{background:#f7f7f7;height:0;overflow:hidden;padding:0 1rem;transition:all .3s ease}.squiz-fte-scope .sds-accordion-footer{border-top:1px solid #ededed}.squiz-fte-scope .sds-accordion-header{background-color:#fff;border:none;border-radius:.25rem;color:#707070;padding:1.25rem 1rem;position:static}.squiz-fte-scope button.sds-accordion-header{text-align:left;width:100%}.squiz-fte-scope .sds-accordion-header-content{position:relative}.squiz-fte-scope .sds-accordion-toggle{background-color:#fff;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;width:100%}.squiz-fte-scope .sds-accordion-icon{color:#707070;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transition:all .3s ease}@media screen and (min-width:1024px){.squiz-fte-scope .sds-accordion-container{box-shadow:none}.squiz-fte-scope .sds-accordion-container--basic{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-fte-scope .sds-accordion-header:after{border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:100%}.squiz-fte-scope .sds-accordion-header:hover:after{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}}.squiz-fte-scope .sds-activity-log__timestamp{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-fte-scope .sds-alert__wrapper{align-items:center;background:#fff;border-radius:.25rem;display:flex;flex-wrap:wrap;padding:.5rem .75rem .5rem .5rem}.squiz-fte-scope .sds-alert__body-header{align-items:center;display:flex}.squiz-fte-scope .sds-alert__body{display:flex;max-width:100%}.squiz-fte-scope .sds-alert__body--header{flex-direction:column}.squiz-fte-scope .sds-alert__body--header h3{margin:0}.squiz-fte-scope .sds-alert__icon-container{align-self:baseline;margin-right:.5rem}.squiz-fte-scope .sds-alert__content{color:#3d3d3d;display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:.125rem;padding-right:.375rem}.squiz-fte-scope .sds-alert__title{flex-shrink:0;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.5rem;margin:0 .5rem 0 0;max-width:100%}.squiz-fte-scope .sds-alert__title .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-alert__buttons{display:flex;margin-bottom:.375rem;margin-top:1rem;place-content:flex-end;width:100%}.squiz-fte-scope .sds-alert--dark{background-color:#f5f5f5}.squiz-fte-scope .sds-alert-type--help.sds-alert--has-bg-color{background-color:#f0ecf7}.squiz-fte-scope .sds-alert-type--help svg{fill:#6b47b4}.squiz-fte-scope .sds-alert-type--custom.sds-alert--has-bg-color,.squiz-fte-scope .sds-alert-type--info.sds-alert--has-bg-color{background-color:#e6f4f6}.squiz-fte-scope .sds-alert-type--custom svg,.squiz-fte-scope .sds-alert-type--info svg{fill:#057e91}.squiz-fte-scope .sds-alert-type--warning.sds-alert--has-bg-color{background-color:#fcf0e5;margin:2px}.squiz-fte-scope .sds-alert-type--warning svg{fill:#e96900}.squiz-fte-scope .sds-alert-type--report.sds-alert--has-bg-color{background-color:#fae9e8}.squiz-fte-scope .sds-alert-type--report svg{fill:#d72321}.squiz-fte-scope .sds-alert-type--assistant.sds-alert--has-bg-color{background-color:#fdf7e9}.squiz-fte-scope .sds-alert-type--assistant svg{fill:#efb324}@media screen and (min-width:576px){.squiz-fte-scope .sds-alert__wrapper{flex-wrap:nowrap;justify-content:space-between}.squiz-fte-scope .sds-alert__buttons{margin:0 0 0 1rem;width:auto}}.squiz-fte-scope .sds-table--api tbody{position:relative}.squiz-fte-scope .sds-table--api .sds-table__empty-row{height:5rem}.squiz-fte-scope .sds-table--api .sds-table__row--selected{background-color:#f5f5f5}.squiz-fte-scope .sds-table--api .sds-table__row--selectable,.squiz-fte-scope .sds-table--api .sds-table__th--selectable{cursor:pointer}.squiz-fte-scope .sds-table--api .sds-table__th--selectable .sds-table__th-content{align-items:center;display:flex}.squiz-fte-scope .sds-table--api .sds-table__th--selectable div{line-height:0}.squiz-fte-scope .sds-table--api .checkbox-cell{align-items:center;display:flex}.squiz-fte-scope .sds-table--api .checkbox-cell div{line-height:0}.squiz-fte-scope .sds-table--api .loading{background:hsla(0,0%,100%,.7);border:none;height:100%;position:absolute;top:0;width:100%;z-index:1}.squiz-fte-scope .sds-table--api .sds-table__loader-row{position:unset}.squiz-fte-scope .sds-table--api .sds-table__pagination{padding:1.25rem 1rem}.squiz-fte-scope .sds-table--api .sds-table__navigator button:nth-child(2){margin-left:1.5rem}.squiz-fte-scope .sds-table--loading{display:grid;place-items:center}.squiz-fte-scope .sds-avatar{align-items:center;background-color:#26324b;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-family:Asap,sans-serif;justify-content:center}.squiz-fte-scope .sds-avatar.size--lg{font-size:3rem;height:6.25rem;width:6.25rem}.squiz-fte-scope .sds-avatar.size--lg svg{height:3.75rem;width:3.75rem}.squiz-fte-scope .sds-avatar.size--md{font-size:1.875rem;height:4rem;width:4rem}.squiz-fte-scope .sds-avatar.size--md svg{height:2.25rem;width:2.25rem}.squiz-fte-scope .sds-avatar.size--sm{font-size:1rem;height:2.25rem;width:2.25rem}.squiz-fte-scope .sds-avatar.size--xs{font-size:.875rem;height:1.875rem;width:1.875rem}.squiz-fte-scope .sds-avatar.size--xs svg{height:1.25rem;width:1.25rem}.squiz-fte-scope .sds-avatar.size--xxs{font-size:.6875rem;height:1.5rem;width:1.5rem}.squiz-fte-scope .sds-avatar.size--xxs svg{height:1rem;width:1rem}.squiz-fte-scope .sds-avatar-icon svg{fill:#fff}.squiz-fte-scope .sds-avatar-photo{background-size:cover}.squiz-fte-scope .sds-avatar-button:focus{border-radius:100%}.squiz-fte-scope .sds-badge{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-fte-scope .sds-badge.badge--combination .sds-badge-label--left,.squiz-fte-scope .sds-badge.badge--combination-alt .sds-badge-label--right,.squiz-fte-scope .sds-badge.badge--strong{background:#e0e0e0}.squiz-fte-scope .sds-badge.badge--action{background:#fff;border:1px solid #0774d2;color:#0774d2}.squiz-fte-scope .sds-badge.badge--action.badge--combination .sds-badge-label--left,.squiz-fte-scope .sds-badge.badge--action.badge--combination-alt .sds-badge-label--right,.squiz-fte-scope .sds-badge.badge--action.badge--strong{background:#0774d2;color:#fff}.squiz-fte-scope .sds-badge.badge--success{background:#fff;border:1px solid #098934;color:#098934}.squiz-fte-scope .sds-badge.badge--success.badge--combination .sds-badge-label--left,.squiz-fte-scope .sds-badge.badge--success.badge--combination-alt .sds-badge-label--right,.squiz-fte-scope .sds-badge.badge--success.badge--strong{background:#098934;color:#fff}.squiz-fte-scope .sds-badge.badge--info{background:#fff;border:1px solid #057e91;color:#057e91}.squiz-fte-scope .sds-badge.badge--info.badge--combination .sds-badge-label--left,.squiz-fte-scope .sds-badge.badge--info.badge--combination-alt .sds-badge-label--right,.squiz-fte-scope .sds-badge.badge--info.badge--strong{background:#057e91;color:#fff}.squiz-fte-scope .sds-badge.badge--warning{background:#fff;border:1px solid #e96900;color:#e96900}.squiz-fte-scope .sds-badge.badge--warning.badge--combination .sds-badge-label--left,.squiz-fte-scope .sds-badge.badge--warning.badge--combination-alt .sds-badge-label--right,.squiz-fte-scope .sds-badge.badge--warning.badge--strong{background:#e96900;color:#fff}.squiz-fte-scope .sds-badge.badge--danger{background:#fff;border:1px solid #d72321;color:#d72321}.squiz-fte-scope .sds-badge.badge--danger.badge--combination .sds-badge-label--left,.squiz-fte-scope .sds-badge.badge--danger.badge--combination-alt .sds-badge-label--right,.squiz-fte-scope .sds-badge.badge--danger.badge--strong{background:#d72321;color:#fff}.squiz-fte-scope .sds-badge-label{display:inline-block;max-width:12.25rem;overflow-x:hidden;padding:.0625rem .5rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.squiz-fte-scope .sds-breadcrumbs__wrapper span{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;white-space:nowrap}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-button.sds-breadcrumbs__button{padding:.375rem 0}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li{align-items:center;display:flex;justify-content:center}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(:first-child):before{color:#707070;content:"/";font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding-left:.75rem;padding-right:.75rem}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow{padding:.125rem}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow svg{fill:#707070}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button{text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;text-underline-offset:.5rem;transition:-webkit-text-decoration-color .5s;transition:text-decoration-color .5s;transition:text-decoration-color .5s,-webkit-text-decoration-color .5s}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:hover{background-color:unset;-webkit-text-decoration-color:unset;text-decoration-color:unset}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current{overflow-x:hidden}.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current span{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575px){.squiz-fte-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__button .sds-button-icon>svg{fill:#707070}.squiz-fte-scope .sds-breadcrumbs__wrapper span{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}}.squiz-fte-scope .sds-button{border-radius:.25rem;padding:.5rem .75rem;transition:background-color .3s ease}.squiz-fte-scope .sds-button .button--content{align-items:center;display:flex}.squiz-fte-scope .sds-button:disabled{cursor:default;opacity:.5;pointer-events:none}.squiz-fte-scope .sds-button.button--icon{padding:.375rem .5rem}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--white>svg{fill:#fff}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--offwhite>svg{fill:#d9d9d9}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-50>svg{fill:#f7f7f7}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-100>svg{fill:#f5f5f5}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-200>svg{fill:#ededed}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-300>svg{fill:#e0e0e0}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-400>svg{fill:#bababa}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-500>svg{fill:#949494}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-600>svg{fill:#707070}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-700>svg{fill:#4f4f4f}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-800>svg{fill:#3d3d3d}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-900>svg{fill:#2b2b2b}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--black>svg{fill:#000}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-100>svg{fill:#e6f1fa}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-200>svg{fill:#8fc0eb}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-300>svg{fill:#0774d2}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-400>svg{fill:#044985}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-100>svg{fill:#e7f4ec}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-200>svg{fill:#95d0a9}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-300>svg{fill:#098934}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-400>svg{fill:#0a4a20}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-100>svg{fill:#fcf0e5}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-200>svg{fill:#f5bb8c}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-300>svg{fill:#e96900}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-400>svg{fill:#8f4000}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-100>svg{fill:#fae9e8}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-200>svg{fill:#ec9c9b}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-300>svg{fill:#d72321}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-400>svg{fill:#6b1211}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-100>svg{fill:#f0ecf7}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-200>svg{fill:#bcacdd}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-300>svg{fill:#6b47b4}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-400>svg{fill:#3e2969}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-100>svg{fill:#e6f4f6}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-200>svg{fill:#8fd0d9}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-300>svg{fill:#057e91}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-400>svg{fill:#024752}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-100>svg{fill:#fdf7e9}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-200>svg{fill:#f7dd9c}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-300>svg{fill:#efb324}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-400>svg{fill:#a17917}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-100>svg{fill:#f8ebf6}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-200>svg{fill:#dfa7d8}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-300>svg{fill:#b93da9}.squiz-fte-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-400>svg{fill:#6e2464}.squiz-fte-scope .sds-button.button--round{border-radius:1rem}.squiz-fte-scope .sds-button.button--icon-round{border-radius:50%;padding:.375rem}.squiz-fte-scope .sds-button.button--lite{padding:0}.squiz-fte-scope .sds-button.button--wide{width:100%}.squiz-fte-scope .sds-button.button--wide .button--content{justify-content:center}.squiz-fte-scope .sds-button.button--loading{cursor:default;pointer-events:none;position:relative}.squiz-fte-scope .sds-button.button--loading .button--spinner-container{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.squiz-fte-scope .sds-button.button--loading .button--content{visibility:hidden}.squiz-fte-scope .sds-button.button--default.button--soft{background:#e0e0e0;color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--default.button--soft:hover{background-color:#c7c7c7}.squiz-fte-scope .sds-button.button--default.button--soft .sds-button-icon svg{fill:#4f4f4f}.squiz-fte-scope .sds-button.button--default.button--transparent{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--default.button--transparent.active,.squiz-fte-scope .sds-button.button--default.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope .sds-button.button--default.button--transparent .sds-button-icon svg{fill:#707070}.squiz-fte-scope .sds-button.button--primary.button--strong{background:#0774d2;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--primary.button--strong:hover{background-color:#0559a1}.squiz-fte-scope .sds-button.button--primary.button--strong .sds-button-icon svg{fill:#fff}.squiz-fte-scope .sds-button.button--primary.button--soft{background:#e0e0e0;color:#0774d2;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--primary.button--soft:hover{background-color:#c7c7c7}.squiz-fte-scope .sds-button.button--primary.button--soft .sds-button-icon svg{fill:#0774d2}.squiz-fte-scope .sds-button.button--primary.button--transparent{color:#0774d2;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--primary.button--transparent.active,.squiz-fte-scope .sds-button.button--primary.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope .sds-button.button--primary.button--transparent .sds-button-icon svg{fill:#0774d2}.squiz-fte-scope .sds-button.button--success.button--strong{background:#098934;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--success.button--strong:hover{background-color:#065922}.squiz-fte-scope .sds-button.button--success.button--strong .sds-button-icon svg{fill:#fff}.squiz-fte-scope .sds-button.button--success.button--soft{background:#e0e0e0;color:#098934;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--success.button--soft:hover{background-color:#c7c7c7}.squiz-fte-scope .sds-button.button--success.button--soft .sds-button-icon svg{fill:#098934}.squiz-fte-scope .sds-button.button--success.button--transparent{color:#098934;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--success.button--transparent.active,.squiz-fte-scope .sds-button.button--success.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope .sds-button.button--success.button--transparent .sds-button-icon svg{fill:#098934}.squiz-fte-scope .sds-button.button--danger.button--strong{background:#d72321;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--danger.button--strong:hover{background-color:#ab1c1a}.squiz-fte-scope .sds-button.button--danger.button--strong .sds-button-icon svg{fill:#fff}.squiz-fte-scope .sds-button.button--danger.button--soft{background:#e0e0e0;color:#d72321;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--danger.button--soft:hover{background-color:#c7c7c7}.squiz-fte-scope .sds-button.button--danger.button--soft .sds-button-icon svg{fill:#d72321}.squiz-fte-scope .sds-button.button--danger.button--transparent{color:#d72321;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-button.button--danger.button--transparent.active,.squiz-fte-scope .sds-button.button--danger.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope .sds-button.button--danger.button--transparent .sds-button-icon svg{fill:#d72321}.squiz-fte-scope .sds-button.button--toolbar{margin-right:.5rem;padding:.5rem}.squiz-fte-scope .sds-button .sds-button-icon{display:flex}.squiz-fte-scope .sds-button .sds-button-icon+.sds-button-label,.squiz-fte-scope .sds-button .sds-button-label+.sds-button-icon{margin-left:.5rem}.squiz-fte-scope .sds-button-list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-button-list li{margin-right:.5rem}.squiz-fte-scope .sds-button-list li:last-child{margin-right:0}.squiz-fte-scope .sds-button-list.button-list--wide{flex-wrap:wrap}.squiz-fte-scope .sds-button-list.button-list--wide li{margin-bottom:.5rem;margin-right:0;width:100%}.squiz-fte-scope .sds-button-list.button-list--wide .sds-button{width:100%}.squiz-fte-scope .sds-button-list.button-list--middle,.squiz-fte-scope .sds-button-list.button-list--wide .sds-button .button--content{justify-content:center}.squiz-fte-scope .sds-button-list.button-list--space-between{justify-content:space-between}.squiz-fte-scope .sds-button-list.button-list--right{flex-direction:row-reverse}.squiz-fte-scope .sds-button-list.button-list--right li{margin-left:.5rem;margin-right:0}.squiz-fte-scope .sds-button-list.button-list--right li:last-child{margin-left:0}.squiz-fte-scope .sds-card-container{background:#fff;border-radius:.25rem;color:#3d3d3d;height:100%;width:16.5rem}.squiz-fte-scope .sds-card-container.card--standard{border:1px solid #e0e0e0}.squiz-fte-scope .sds-card-container.card--button{box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.squiz-fte-scope .sds-card-container.card--button a{color:#3d3d3d;display:block;height:100%;text-decoration:none}.squiz-fte-scope .sds-card-container.card--button:hover{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}.squiz-fte-scope .sds-card-link{color:inherit;height:100%;text-align:left;width:100%}.squiz-fte-scope .sds-card{display:flex;flex-direction:column;height:100%;padding:1.25rem}.squiz-fte-scope .sds-card-header{border-bottom:1px solid #ededed;margin-bottom:1rem}.squiz-fte-scope .sds-card-icon{align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.25rem;width:4.5rem}.squiz-fte-scope .sds-card-icon svg{height:2rem;width:2rem}.squiz-fte-scope .sds-card-icon.sds-card-type--danger{background:#fae9e8}.squiz-fte-scope .sds-card-icon.sds-card-type--danger svg{fill:#d72321}.squiz-fte-scope .sds-card-icon.sds-card-type--info{background:#e6f1fa}.squiz-fte-scope .sds-card-icon.sds-card-type--info svg{fill:#0774d2}.squiz-fte-scope .sds-card-icon.sds-card-type--success{background:#e7f4ec}.squiz-fte-scope .sds-card-icon.sds-card-type--success svg{fill:#098934}.squiz-fte-scope .sds-card-body{flex-grow:1}.squiz-fte-scope .sds-card-title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-fte-scope .sds-card-title .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-card-subtitle{color:#707070;display:block;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-top:.75rem}.squiz-fte-scope .sds-card-content{display:block;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:1.25rem}.squiz-fte-scope .sds-card-buttons{margin-top:1.25rem}.squiz-fte-scope .sds-card-list{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-card-list>li{margin-bottom:2rem}@media screen and (min-width:768px){.squiz-fte-scope .sds-card-list{display:flex;flex-wrap:wrap}.squiz-fte-scope .sds-card-list>li{margin-right:2rem}.squiz-fte-scope .sds-card-list>li:last-child{margin-right:0}}.squiz-fte-scope .sds-chart{padding:.25rem}.squiz-fte-scope .sds-chip{align-items:center;display:flex;margin:.25rem}.squiz-fte-scope .sds-chip.chip--default.chip--navigation .sds-chip-label{background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem;color:#4f4f4f;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--default.chip--selection .sds-chip-label{border:1px solid #e0e0e0;border-radius:6.25rem;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--default.chip--selection.active{border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--default.chip--selection .sds-chip-label{border-color:#bababa}.squiz-fte-scope .sds-chip.chip--default.chip--selection.active{background:#e0e0e0}.squiz-fte-scope .sds-chip.chip--default.chip--selection.active .sds-chip-label{color:#4f4f4f}.squiz-fte-scope .sds-chip.chip--default.chip--removable{background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--default.chip--removable .sds-chip-label{color:#4f4f4f}.squiz-fte-scope .sds-chip.chip--default.chip--removable svg{fill:rgba(79,79,79,.5)}.squiz-fte-scope .sds-chip.chip--default.chip--removable .sds-chip-remover:hover svg{fill:#4f4f4f}.squiz-fte-scope .sds-chip.chip--default.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-fte-scope .sds-chip.chip--grey.chip--navigation .sds-chip-label{background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--grey.chip--selection .sds-chip-label{border:1px solid #4f4f4f;border-radius:6.25rem;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--grey.chip--selection.active{border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--grey.chip--selection .sds-chip-label{color:#4f4f4f}.squiz-fte-scope .sds-chip.chip--grey.chip--selection.active{background:#4f4f4f}.squiz-fte-scope .sds-chip.chip--grey.chip--selection.active .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--grey.chip--removable{background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--grey.chip--removable .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--grey.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-fte-scope .sds-chip.chip--grey.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-fte-scope .sds-chip.chip--grey.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-fte-scope .sds-chip.chip--blue.chip--navigation .sds-chip-label{background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--blue.chip--selection .sds-chip-label{border:1px solid #0774d2;border-radius:6.25rem;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--blue.chip--selection.active{border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--blue.chip--selection .sds-chip-label{color:#0774d2}.squiz-fte-scope .sds-chip.chip--blue.chip--selection.active{background:#0774d2}.squiz-fte-scope .sds-chip.chip--blue.chip--selection.active .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--blue.chip--removable{background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--blue.chip--removable .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--blue.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-fte-scope .sds-chip.chip--blue.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-fte-scope .sds-chip.chip--blue.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-fte-scope .sds-chip.chip--blue .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-fte-scope .sds-chip.chip--green.chip--navigation .sds-chip-label{background:#098934;border:1px solid #098934;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--green.chip--selection .sds-chip-label{border:1px solid #098934;border-radius:6.25rem;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--green.chip--selection.active{border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--green.chip--selection .sds-chip-label{color:#098934}.squiz-fte-scope .sds-chip.chip--green.chip--selection.active{background:#098934}.squiz-fte-scope .sds-chip.chip--green.chip--selection.active .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--green.chip--removable{background:#098934;border:1px solid #098934;border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--green.chip--removable .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--green.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-fte-scope .sds-chip.chip--green.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-fte-scope .sds-chip.chip--green.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-fte-scope .sds-chip.chip--green .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-fte-scope .sds-chip.chip--purple.chip--navigation .sds-chip-label{background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--purple.chip--selection .sds-chip-label{border:1px solid #6b47b4;border-radius:6.25rem;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--purple.chip--selection.active{border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--purple.chip--selection .sds-chip-label{color:#6b47b4}.squiz-fte-scope .sds-chip.chip--purple.chip--selection.active{background:#6b47b4}.squiz-fte-scope .sds-chip.chip--purple.chip--selection.active .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--purple.chip--removable{background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--purple.chip--removable .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--purple.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-fte-scope .sds-chip.chip--purple.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-fte-scope .sds-chip.chip--purple.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-fte-scope .sds-chip.chip--purple .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-fte-scope .sds-chip.chip--red.chip--navigation .sds-chip-label{background:#d72321;border:1px solid #d72321;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--red.chip--selection .sds-chip-label{border:1px solid #d72321;border-radius:6.25rem;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--red.chip--selection.active{border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--red.chip--selection .sds-chip-label{color:#d72321}.squiz-fte-scope .sds-chip.chip--red.chip--selection.active{background:#d72321}.squiz-fte-scope .sds-chip.chip--red.chip--selection.active .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--red.chip--removable{background:#d72321;border:1px solid #d72321;border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--red.chip--removable .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--red.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-fte-scope .sds-chip.chip--red.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-fte-scope .sds-chip.chip--red.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-fte-scope .sds-chip.chip--red .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-fte-scope .sds-chip.chip--pink.chip--navigation .sds-chip-label{background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--pink.chip--selection .sds-chip-label{border:1px solid #b93da9;border-radius:6.25rem;padding:.25rem .75rem}.squiz-fte-scope .sds-chip.chip--pink.chip--selection.active{border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--pink.chip--selection .sds-chip-label{color:#b93da9}.squiz-fte-scope .sds-chip.chip--pink.chip--selection.active{background:#b93da9}.squiz-fte-scope .sds-chip.chip--pink.chip--selection.active .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--pink.chip--removable{background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem}.squiz-fte-scope .sds-chip.chip--pink.chip--removable .sds-chip-label{color:#fff}.squiz-fte-scope .sds-chip.chip--pink.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-fte-scope .sds-chip.chip--pink.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-fte-scope .sds-chip.chip--pink.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-fte-scope .sds-chip.chip--pink .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-fte-scope .sds-chip.chip--icon .sds-chip-label{align-items:center;display:flex}.squiz-fte-scope .sds-chip .sds-chip-icon{display:flex}.squiz-fte-scope .sds-chip .sds-chip-icon~.sds-chip-label,.squiz-fte-scope .sds-chip .sds-chip-icon~.sds-chip-label--text,.squiz-fte-scope .sds-chip .sds-chip-label--text~.sds-chip-icon,.squiz-fte-scope .sds-chip .sds-chip-label~.sds-chip-icon{margin-left:.25rem}.squiz-fte-scope .sds-chip-label{color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-fte-scope .sds-chip-remover{margin-right:.125rem}.squiz-fte-scope .sds-chip-remover:focus{border-radius:100%}.squiz-fte-scope .sds-chip-list{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.squiz-fte-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active,.squiz-fte-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn{background-color:#4f4f4f;color:#fff}.squiz-fte-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active svg,.squiz-fte-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn svg{fill:#fff}.squiz-fte-scope .chip-filter{position:relative}.squiz-fte-scope .chip-filter .sds-button.chip-filter__btn{border-radius:3rem;color:#4f4f4f;font-weight:600;margin-bottom:.25rem;padding:.25rem .5rem}.squiz-fte-scope .chip-filter .sds-button.chip-filter__btn svg{fill:#4f4f4f;height:1.25rem;width:1.25rem}.squiz-fte-scope .chip-filter--no-icon .chip-filter__btn-content{padding-left:.25rem}.squiz-fte-scope .chip-filter--radio-simplified .chip-filter__dropdown-btn-container,.squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-option button[role=radio]{display:none}.squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-item{cursor:pointer;transition:background-color .3s ease-in-out}.squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-item:hover{background-color:#ededed}.squiz-fte-scope .chip-filter--radio-simplified .sds-form-control-option{padding-left:1.25rem}.squiz-fte-scope .chip-filter__btn-content{align-items:center;display:flex;gap:.25rem}.squiz-fte-scope .chip-filter__btn-content .closed,.squiz-fte-scope .chip-filter__btn-content .open{display:flex}.squiz-fte-scope .chip-filter__btn-content .closed{transform:rotate(90deg)}.squiz-fte-scope .chip-filter__btn-content .open{transform:rotate(-90deg)}.squiz-fte-scope .chip-filter__dropdown{background-color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.squiz-fte-scope .chip-filter__dropdown-body,.squiz-fte-scope .chip-filter__dropdown-header{padding:.5rem .75rem}.squiz-fte-scope .chip-filter__dropdown-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}.squiz-fte-scope .chip-filter__dropdown-header svg{fill:#707070}.squiz-fte-scope .chip-filter__dropdown-header h3{color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-fte-scope .chip-filter__dropdown-header .chip-filter__dropdown-title{padding-left:1.25rem}.squiz-fte-scope .chip-filter__dropdown-body{max-height:17rem;overflow-y:auto}.squiz-fte-scope .chip-filter__dropdown-body h4{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-fte-scope .chip-filter__dropdown--open{display:flex;flex-direction:column}.squiz-fte-scope .chip-filter__dropdown .sds-form-field{margin-bottom:0}.squiz-fte-scope .chip-filter__dropdown .sds-form-control-item{padding:.5rem 0}.squiz-fte-scope .chip-filter__dropdown-btn-container{border-top:1px solid #e0e0e0;display:flex;gap:.5rem;margin-top:auto;padding:1.5rem 1rem;width:100%}.squiz-fte-scope .chip-filter__dropdown-btn-container--centered{display:flex}.squiz-fte-scope .chip-filter__dropdown-btn-container--centered>button{flex-grow:1}.squiz-fte-scope .chip-filter__dropdown-btn-container .button--content{justify-content:center}.squiz-fte-scope .chip-filter__btn-counter{align-items:center;background-color:#fff;border-radius:100%;color:#4f4f4f;display:flex;font-size:.8125rem;height:16px;justify-content:center;margin:0 .125rem;text-transform:capitalize;width:16px}@media screen and (min-width:576px){.squiz-fte-scope .chip-filter__dropdown{border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);height:unset;left:0;position:absolute;top:unset;width:220px;z-index:2}.squiz-fte-scope .chip-filter__dropdown-body h4,.squiz-fte-scope .chip-filter__dropdown-header{display:none}.squiz-fte-scope .chip-filter__dropdown-btn-container{justify-content:flex-end;margin-top:unset;padding:.5rem .75rem}.squiz-fte-scope .chip-filter__dropdown-btn--reset{display:none}}@media screen and (max-width:575px){.squiz-fte-scope .chip-filter__dropdown-btn-container button{width:100%}}.squiz-fte-scope .sds-code-snippet{display:flex;flex-direction:column;max-height:12.5rem;max-width:25rem}.squiz-fte-scope .sds-code-snippet__header{align-items:center;background-color:#4f4f4f;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}.squiz-fte-scope .sds-code-snippet__header svg{fill:#fff}.squiz-fte-scope .sds-code-snippet__title{color:#fff;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-fte-scope .sds-code-snippet__copy-btn{align-items:center;color:#d9d9d9;display:flex;gap:.5rem;margin-left:auto}.squiz-fte-scope .sds-code-snippet__copy-btn:hover{text-decoration:underline}.squiz-fte-scope .sds-code-snippet pre{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;margin:0;padding:.5rem;scrollbar-color:#d9d9d9 #2b2b2b;scrollbar-width:2.5rem}.squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar{background:#2b2b2b}.squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.5rem;min-height:2.5rem}.squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-thumb:hover{background:silver}.squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-thumb:active{background:#a6a6a6}.squiz-fte-scope .sds-code-snippet pre::-webkit-scrollbar-corner{background:#2b2b2b}.squiz-fte-scope .sds-code-snippet code{font-size:.6875rem}.squiz-fte-scope .react-js-cron{align-items:flex-start;display:flex;flex-wrap:wrap}.squiz-fte-scope .react-js-cron-field,.squiz-fte-scope .react-js-cron>div{align-items:center;display:flex}.squiz-fte-scope .react-js-cron-field{margin-bottom:10px}.squiz-fte-scope .react-js-cron-field>span,.squiz-fte-scope div.react-js-cron-select{margin-left:5px}.squiz-fte-scope .react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}.squiz-fte-scope div.react-js-cron-error .react-js-cron-select .ant-select-selector{background:#fff6f6;border-color:#ff4d4f}.squiz-fte-scope div.react-js-cron-custom-select{min-width:70px;z-index:1}.squiz-fte-scope div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}.squiz-fte-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.squiz-fte-scope .react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}.squiz-fte-scope div.react-js-cron-custom-select .ant-select-selection-search{margin:0!important;width:0!important}.squiz-fte-scope div.react-js-cron-custom-select .ant-select-selection-placeholder{color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.squiz-fte-scope .react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.squiz-fte-scope .react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.squiz-fte-scope .react-js-cron-custom-select-dropdown{min-width:0!important;width:174px!important}.squiz-fte-scope .react-js-cron-custom-select-dropdown .rc-virtual-list,.squiz-fte-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:none!important}.squiz-fte-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{display:grid!important;grid-template-columns:repeat(4,1fr)}.squiz-fte-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.squiz-fte-scope .react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.squiz-fte-scope .react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.squiz-fte-scope .react-js-cron-period>span:first-child{margin-left:0!important}.squiz-fte-scope .react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.squiz-fte-scope .react-js-cron-select-dropdown-period{min-width:0!important;width:auto!important}.squiz-fte-scope .react-js-cron-clear-button{margin-bottom:10px;margin-left:10px}.squiz-fte-scope .react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}.squiz-fte-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{align-items:center;flex:initial}.squiz-fte-scope .sds-cron-editor-container{align-items:center}.squiz-fte-scope .sds-cron-editor-container .react-js-cron-field{margin-bottom:0}.squiz-fte-scope .cron-editor-default{align-items:center;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .cron-editor-default .cron-editor-default__label{color:#707070}.squiz-fte-scope .cron-editor-default>.sds-form-field{margin-left:.5rem;width:7.5rem}.squiz-fte-scope .cron-editor-default>.sds-form-field span{color:#949494;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .cron-editor-default>.sds-form-field .sds-select-option button{color:#707070}.squiz-fte-scope .react-js-cron-field.sds-cron-field .react-js-cron-select,.squiz-fte-scope .react-js-cron-field.sds-cron-field>span{margin-left:.5rem}.squiz-fte-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>span,.squiz-fte-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>span,.squiz-fte-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>span,.squiz-fte-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>span,.squiz-fte-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>span,.squiz-fte-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>span{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>div>div>span{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>div>div>span.ant-select-selection-placeholder,.squiz-fte-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>div>div>span.ant-select-selection-placeholder,.squiz-fte-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>div>div>span.ant-select-selection-placeholder,.squiz-fte-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>div>div>span.ant-select-selection-placeholder,.squiz-fte-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>div>div>span.ant-select-selection-placeholder{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;opacity:1}.squiz-fte-scope .sds-cron-hours .ant-select-selection-overflow-item,.squiz-fte-scope .sds-cron-minutes .ant-select-selection-overflow-item,.squiz-fte-scope .sds-cron-month-days .ant-select-selection-overflow-item,.squiz-fte-scope .sds-cron-months .ant-select-selection-overflow-item,.squiz-fte-scope .sds-cron-week-days .ant-select-selection-overflow-item{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .react-js-cron>div{flex-wrap:wrap}.squiz-fte-scope div.ant-select-dropdown .ant-select-item-option-content{color:#707070;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope div.react-js-cron-field.sds-cron-field>div.ant-select{height:2.25rem}.squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select .ant-select-selector{border:2px solid #e0e0e0;border-radius:.25rem}.squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open).ant-select-focused .ant-select-selector,.squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open):hover .ant-select-selector{border:2px solid #e0e0e0;box-shadow:none}.squiz-fte-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select.ant-select-open .ant-select-selector{border-color:transparent;box-shadow:0 0 0 2px #0774d2}.squiz-fte-scope .sds-data-list{background:#fff;border-radius:.5rem;padding:1rem}.squiz-fte-scope .sds-data-list.data-list--lite{padding-bottom:0;padding-top:0}.squiz-fte-scope .sds-data-list.data-list--lite .sds-data-list__body{border:0;margin:0}.squiz-fte-scope .sds-data-list.data-list--lite .sds-data-list__row:last-child{border:0}.squiz-fte-scope .sds-data-list__header{display:flex;justify-content:space-between;padding:.25rem .5rem 1.25rem}.squiz-fte-scope .sds-data-list__body{border-top:1px solid #ededed;margin-bottom:.25rem}.squiz-fte-scope .sds-data-list__footer{display:flex;justify-content:center;padding:1rem .5rem .25rem 0}.squiz-fte-scope .sds-data-list__list{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-data-list__row{border-bottom:1px solid #ededed}.squiz-fte-scope .sds-data-list__item{align-items:center;display:flex;padding:1rem .5rem}.squiz-fte-scope button.sds-data-list__item{text-align:left;width:100%}.squiz-fte-scope button.sds-data-list__item:hover{background-color:#f7f7f7}.squiz-fte-scope .sds-data-list__icon{align-self:baseline;margin-right:.5rem}.squiz-fte-scope .sds-data-list__title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-data-list__title .svg-wrapper svg{fill:#3d3d3d}@media screen and (min-width:768px){.squiz-fte-scope .sds-data-list__icon+div{align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-fte-scope .sds-data-list__content{display:flex;width:100%}.squiz-fte-scope .sds-data-list__content>:first-child{flex-grow:1;margin-right:.5rem}.squiz-fte-scope .sds-data-list__content>:nth-child(2){flex-shrink:0}}.squiz-fte-scope .sds-datetime-picker .sds-text-field{position:relative}.squiz-fte-scope .sds-datetime-picker .sds-text-field input{padding-left:3rem}.squiz-fte-scope .sds-datetime-picker .sds-datetime-picker__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}@media screen and (min-width:576px){.squiz-fte-scope .sds-datetime-picker{max-width:23.8125rem}}.squiz-fte-scope .sds-dialog__container{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.squiz-fte-scope .sds-dialog{background:#fff;border-radius:.5rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);color:#2b2b2b;display:flex;flex-direction:column;max-height:100%;max-width:25rem;width:100%}.squiz-fte-scope .sds-dialog.sm-md{max-width:30rem}.squiz-fte-scope .sds-dialog.md{max-width:37.5rem}.squiz-fte-scope .sds-dialog.lg{max-width:50rem}.squiz-fte-scope .sds-dialog.xl{max-width:62.5rem}.squiz-fte-scope .sds-dialog.fullscreen{height:100%;max-width:100%;width:100%}.squiz-fte-scope .sds-dialog.md .sds-form,.squiz-fte-scope .sds-dialog.sm-md .sds-form{max-width:100%}.squiz-fte-scope .sds-dialog__header{padding:1.5rem 1.5rem 1rem;position:relative}.squiz-fte-scope .sds-dialog__action-buttons{display:flex;gap:.75rem;padding:.75rem;position:absolute;right:0;top:0}.squiz-fte-scope .sds-dialog__action-buttons button{background:none;border:0;color:#707070}.squiz-fte-scope .sds-dialog__action-buttons button:hover .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-dialog__heading{display:flex;margin:0 1.5rem .5rem 0}.squiz-fte-scope .sds-dialog__heading span{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-fte-scope .sds-dialog__heading span .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-dialog__icon{flex-shrink:0;margin-right:.75rem}.squiz-fte-scope .sds-dialog__icon svg{fill:#3d3d3d}.squiz-fte-scope .sds-dialog__body{display:flex;flex-grow:1;padding:0 1.5rem}.squiz-fte-scope .sds-dialog__body.dialog--scroll{overflow-y:auto}.squiz-fte-scope .sds-dialog__body.dividers{border-bottom:1px solid #ededed;border-top:1px solid #ededed}.squiz-fte-scope .sds-dialog__body.dividers .sds-dialog__content{padding:1.5rem 0}.squiz-fte-scope .sds-dialog__loading{align-items:center;display:flex;flex-grow:1;min-height:5rem;padding-bottom:1.5rem}.squiz-fte-scope .sds-dialog__loading .sds-dialog__body{justify-content:center;overflow:hidden;width:100%}.squiz-fte-scope .sds-dialog__content{max-height:28.25rem;width:100%}.squiz-fte-scope .sds-dialog__footer{padding:0 1.5rem}.squiz-fte-scope .sds-dialog__error,.squiz-fte-scope .sds-dialog__footer-text{padding-top:1rem}.squiz-fte-scope .sds-dialog__actions{display:flex;justify-content:flex-end;padding:1.5rem 0}@media screen and (max-width:575px){.squiz-fte-scope .sds-dialog__container--full{padding:0}.squiz-fte-scope .sds-dialog__container--full .sds-dialog{border-radius:0;height:100%}.squiz-fte-scope .sds-dialog__container--sm .sds-dialog{border-radius:.25rem;height:-moz-fit-content;height:fit-content}.squiz-fte-scope .sds-dialog__fullscreen{display:none}.squiz-fte-scope .sds-dialog__body{flex-grow:1}}.squiz-fte-scope .sds-divider{align-items:center;display:flex;width:100%}.squiz-fte-scope .sds-divider:after,.squiz-fte-scope .sds-divider:before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px;position:relative;width:1px;z-index:0}.squiz-fte-scope .sds-divider:before{margin-right:1rem}.squiz-fte-scope .sds-divider:after{margin-left:1rem}.squiz-fte-scope .sds-divider span{z-index:1}.squiz-fte-scope .sds-divider--left:before,.squiz-fte-scope .sds-divider--right:after{content:none}.squiz-fte-scope .sds-divider--empty:before{margin:0}.squiz-fte-scope .sds-divider--empty:after{content:none}.squiz-fte-scope .sds-dropdown-wrapper{display:inline-block;position:relative}.squiz-fte-scope .sds-dropdown{background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;flex-direction:column;min-width:7.25rem;padding:.5rem .75rem;position:absolute;top:calc(100% + .25rem);width:-moz-max-content;width:max-content;z-index:2}.squiz-fte-scope .sds-dropdown.sds-dropdown--left{left:0}.squiz-fte-scope .sds-dropdown.sds-dropdown--right{right:0}.squiz-fte-scope .sds-dropdown.active{display:inline-flex}.squiz-fte-scope .sds-dropdown-heading{border-bottom:1px solid #ededed;color:#707070;display:block;font-weight:700;margin-bottom:.25rem;padding:.5rem 0 .75rem;text-align:center;text-transform:uppercase}.squiz-fte-scope .sds-dropdown-section{border-bottom:1px solid #ededed;margin-bottom:.25rem;padding-bottom:.25rem}.squiz-fte-scope .sds-dropdown-section:last-child{border:none;margin:0;padding:0}.squiz-fte-scope .sds-dropdown-section__heading{background:#f5f5f5;border-radius:.25rem;color:#707070;font-weight:600;margin:.25rem 0;padding:.25rem .5rem;text-align:center}.squiz-fte-scope .sds-dropdown-heading+div>.sds-dropdown-section:first-child .sds-dropdown-section__heading{margin-top:0}.squiz-fte-scope .sds-dropdown-list{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-dropdown-button{align-items:center;color:#707070;display:flex;font-size:.875rem;text-align:left;width:100%}.squiz-fte-scope .sds-dropdown-button:hover{background:#f5f5f5;border-radius:.25rem;color:#2b2b2b}.squiz-fte-scope .sds-dropdown-button:disabled{cursor:default;opacity:.5;pointer-events:none}.squiz-fte-scope .sds-dropdown-icon{padding:0 .25rem}.squiz-fte-scope .sds-dropdown-label{display:block;padding:.5rem;word-break:break-word}.squiz-fte-scope .sds-empty-state-card{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;color:#707070;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:1.25rem;letter-spacing:-.4px;line-height:1.5rem;padding:5rem 0;width:100%}.squiz-fte-scope .sds-empty-state-card--lite{border:none}.squiz-fte-scope .sds-empty-state-card__text{display:block;max-width:18rem;text-align:center}.squiz-fte-scope .sds-empty-state-card__title{color:#3d3d3d;font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:0;margin-top:1rem;text-align:center}.squiz-fte-scope .sds-empty-state-card__title .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-empty-state-card__icon>svg{height:11rem;width:auto}.squiz-fte-scope .sds-empty-state-card--with-cta .sds-empty-state-card__icon .svg-path-primary{fill:#057e91}.squiz-fte-scope .sds-error{align-items:center;color:#d72321;display:flex}.squiz-fte-scope .sds-error .svg-wrapper svg{fill:#d72321}.squiz-fte-scope .sds-error span{margin-left:.25rem}.squiz-fte-scope .sds-error--contained{background-color:#fff;border-radius:.5rem;padding:1rem}.squiz-fte-scope .sds-form{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;max-width:25rem;padding:1.5rem}.squiz-fte-scope .sds-form.form--lite{border:none;padding:0}.squiz-fte-scope .sds-form.form--dark{background:#ededed;border:none;border-radius:.5rem;padding:1.25rem}.squiz-fte-scope .sds-form.form--horizontal{max-width:none}.squiz-fte-scope .sds-form.form--horizontal .sds-form-footer{margin-top:.5rem}.squiz-fte-scope .sds-fieldset{border:none;margin:0;padding:0}.squiz-fte-scope .sds-form-group{border-bottom:1px solid #ededed;margin-bottom:1rem;padding-bottom:1rem}.squiz-fte-scope .sds-form-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.squiz-fte-scope .sds-form-error,.squiz-fte-scope .sds-form-footer{margin-top:.75rem}@media screen and (max-width:575px){.squiz-fte-scope .sds-form.form--horizontal .sds-button-list li{flex-grow:1}}@media screen and (min-width:576px){.squiz-fte-scope .sds-form.form--horizontal{align-items:flex-end;display:flex}.squiz-fte-scope .sds-form.form--horizontal .sds-fieldset{display:flex;flex-grow:1}.squiz-fte-scope .sds-form.form--horizontal .sds-form-field{flex-grow:1;margin-bottom:0;margin-right:.5rem}}.squiz-fte-scope .sds-checkbox-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-fte-scope .sds-checkbox-option__button.checked{background:#0774d2;border-color:#0774d2}.squiz-fte-scope .sds-checkbox-option__button.checked:after,.squiz-fte-scope .sds-checkbox-option__button.checked:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-fte-scope .sds-checkbox-option__button.checked:after{height:6px;transform:translate(-4.8px,-1px) rotate(-45deg)}.squiz-fte-scope .sds-checkbox-option__button.checked:before{height:12px;transform:translate(.3px,-6px) rotate(45deg)}.squiz-fte-scope .sds-radio-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:100%;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-fte-scope .sds-radio-option__button:focus{border-radius:100%}.squiz-fte-scope .sds-radio-option__button.checked{border-color:#0774d2}.squiz-fte-scope .sds-radio-option__button.checked:before{background:#0774d2;border-radius:100%;content:" ";height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625rem}.squiz-fte-scope .sds-radio-option__button.disabled{background-color:#ededed;cursor:not-allowed}.squiz-fte-scope .sds-multi-chip-list{min-height:2.75rem;padding:.25rem}.squiz-fte-scope .sds-multi-chip-list li{margin:.25rem}.squiz-fte-scope .sds-multi-chip-list .sds-chip{color:#3d3d3d;margin:0}.squiz-fte-scope .sds-multi-chip-list .sds-chip.chip--default{border:1px solid transparent}.squiz-fte-scope .sds-multi-chip-list .sds-chip.sds-chip--invalid{border:1px solid #d72321}.squiz-fte-scope .sds-multi-chip-list .sds-chip.sds-chip--warning{border:1px solid #e96900}.squiz-fte-scope .sds-multi-chip-list li:last-child{flex:1;min-width:33%}.squiz-fte-scope .sds-multi-chip-list .sds-text-field input{border:none;outline:none;padding-bottom:.25rem;padding-top:.25rem}.squiz-fte-scope .sds-multi-chip-list .sds-text-field input:focus{box-shadow:none}.squiz-fte-scope .sds-multi-chip-list__active{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2}.squiz-fte-scope .floating-text{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);color:#3d3d3d;cursor:pointer;margin-top:.5rem;padding:.5rem;position:absolute;z-index:1}.squiz-fte-scope .sds-select-field{border-radius:.25rem;display:grid;position:relative}.squiz-fte-scope .sds-select-field--custom{position:static}.squiz-fte-scope .sds-select-field.active{box-shadow:0 0 0 2px #0774d2}.squiz-fte-scope .sds-select-field.active svg{transform:rotate(90deg)}.squiz-fte-scope .sds-select-field button{padding-right:2.5rem;text-align:left}.squiz-fte-scope .sds-select-field .sds-select-field__button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem 1.5rem .375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-fte-scope .sds-select-field .sds-select-field__button:disabled{background:#ededed;border-radius:0;color:#949494}.squiz-fte-scope .sds-select-field .sds-select-field__button:disabled+.sds-select-field__icon svg{opacity:.3}.squiz-fte-scope .sds-select-field .sds-select-field__button.readonly{background:rgba(0,0,0,.04)}.squiz-fte-scope .sds-select-field .sds-select-field__button:not(.placeholder,.readonly){font-weight:600}.squiz-fte-scope .sds-select-field .sds-select-field__button.placeholder{color:#949494}.squiz-fte-scope .sds-select-field ul{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-select-field ul button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-fte-scope .sds-select-field ul button:hover{background:#f5f5f5}.squiz-fte-scope .sds-select-field ul button:focus{z-index:1}.squiz-fte-scope .sds-select-field__icon{pointer-events:none;position:absolute;right:.25rem;top:.25rem}.squiz-fte-scope .sds-select-field__icon svg{transform:rotate(-90deg)}.squiz-fte-scope .sds-select-field__options{background-color:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:6px;max-height:12rem;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.squiz-fte-scope .sds-text-field.sds-field-icon input{padding-left:3rem}.squiz-fte-scope .sds-text-field.sds-field-error input{padding-right:2rem}.squiz-fte-scope .sds-text-field label{color:#707070;display:block;font-weight:600;margin-bottom:.25rem}.squiz-fte-scope .sds-text-field input,.squiz-fte-scope .sds-text-field textarea{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-fte-scope .sds-text-field input:disabled,.squiz-fte-scope .sds-text-field textarea:disabled{background:#ededed;border-radius:0;color:#949494;cursor:default;pointer-events:none}.squiz-fte-scope .sds-text-field textarea{resize:vertical}.squiz-fte-scope .sds-text-field .sds-field-error__icon,.squiz-fte-scope .sds-text-field .sds-text-field__copy-icon{align-items:center;display:flex;height:100%;padding:0 .25rem;position:absolute;right:0;top:0}.squiz-fte-scope .sds-text-field:has(.sds-text-field__copy-icon) input{padding-right:2rem}.squiz-fte-scope .sds-text-field.readonly input,.squiz-fte-scope .sds-text-field.readonly textarea{background:rgba(0,0,0,.04);color:#4f4f4f}.squiz-fte-scope .sds-text-field__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}.squiz-fte-scope span.sds-toggle-button{display:block;opacity:.5}.squiz-fte-scope .sds-toggle{background:#bababa;border-radius:.625rem;height:1.25rem;padding:0;position:relative;width:2.25rem}.squiz-fte-scope .sds-toggle.active{background:#0774d2}.squiz-fte-scope .sds-toggle.active .sds-toggle-check{height:1.25rem;left:.25rem;position:absolute;top:0;width:.75rem}.squiz-fte-scope .sds-toggle.active .sds-toggle-check:after,.squiz-fte-scope .sds-toggle.active .sds-toggle-check:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-fte-scope .sds-toggle.active .sds-toggle-check:after{height:6px;transform:translate(-4.2px,-1.8px) rotate(-45deg)}.squiz-fte-scope .sds-toggle.active .sds-toggle-check:before{height:10px;transform:translate(.3px,-5px) rotate(45deg)}.squiz-fte-scope .sds-toggle.active .sds-toggle-disc{left:calc(100% - 1.125rem)}.squiz-fte-scope button.sds-toggle-button{padding:.5rem}.squiz-fte-scope button.sds-toggle-button:focus{box-shadow:none}.squiz-fte-scope button.sds-toggle-button:focus .sds-toggle:after{border-radius:.75rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + .25rem);left:-2px;position:absolute;top:-2px;width:calc(100% + .25rem)}.squiz-fte-scope button.sds-toggle-button:focus:not(:focus-visible) .sds-toggle:after{content:none}.squiz-fte-scope .sds-toggle-disc{background:#fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);height:1rem;left:.125rem;position:absolute;top:.125rem;transition:all .3s ease;width:1rem}.squiz-fte-scope .sds-form-control-list{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-form-control-item{margin-bottom:.5rem}.squiz-fte-scope .sds-form-control-item:last-child{margin-bottom:0}.squiz-fte-scope .sds-form-control-option{display:flex}.squiz-fte-scope .sds-form-control-option.disabled .sds-form-control-label{opacity:.75}.squiz-fte-scope .sds-form-control-option.disabled .sds-checkbox-option__button,.squiz-fte-scope .sds-form-control-option.disabled .sds-radio-option__button,.squiz-fte-scope .sds-form-control-option.readOnly .sds-checkbox-option__button,.squiz-fte-scope .sds-form-control-option.readOnly .sds-radio-option__button{opacity:.5}.squiz-fte-scope .sds-form-control-heading{color:#2b2b2b;display:block;font-weight:600;margin-bottom:.25rem}.squiz-fte-scope .sds-form-control-text{align-items:center;display:flex}.squiz-fte-scope .sds-form-control-label{color:#3d3d3d;flex-grow:1;text-align:left;word-break:break-word}.squiz-fte-scope .sds-form-control--prominent .sds-form-control-item{margin-bottom:1.25rem}.squiz-fte-scope .sds-form-control--prominent .sds-form-control-item:last-child{margin-bottom:0}.squiz-fte-scope ::-moz-placeholder{color:#949494}.squiz-fte-scope ::placeholder{color:#949494}.squiz-fte-scope .sds-field-container{background:#f5f5f5;border-radius:.25rem;padding:1rem}.squiz-fte-scope .sds-form-label{align-items:center;color:#707070;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-form-label.sds-form-label--visible{margin-bottom:.25rem}.squiz-fte-scope .form--dark .sds-form-label{color:#4f4f4f}.squiz-fte-scope .sds-form-field{margin-bottom:.75rem}.squiz-fte-scope .sds-form-field:last-child{margin-bottom:0}.squiz-fte-scope .sds-form-field[disabled] .sds-form-input{background:#ededed}.squiz-fte-scope .sds-form-field[icon] .sds-form-input{background:#f5f5f5}.squiz-fte-scope .sds-form-field.sds-form-field--inline{align-items:center;display:flex}.squiz-fte-scope .sds-form-field.sds-form-field--inline .sds-form-label{margin-right:.75rem}.squiz-fte-scope .sds-form-field.sds-form-field--inline .sds-form-label.sds-form-label--visible{margin-bottom:0}.squiz-fte-scope .sds-form-input{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;position:relative}.squiz-fte-scope .sds-form-input--custom{position:static}.squiz-fte-scope .sds-form-input.readonly{border:transparent}.squiz-fte-scope .sds-form-toggle{display:flex}.squiz-fte-scope .sds-field-error__icon .svg-wrapper svg{fill:#d72321}.squiz-fte-scope .sds-field-error__message{color:#d72321;font-size:.8125rem;margin-top:.25rem}.squiz-fte-scope .sds-field-note{color:#707070;font-size:.8125rem;margin-top:.25rem}.squiz-fte-scope .sds-grid{display:grid;gap:1.25rem}.squiz-fte-scope .sds-link-wrapper{display:inline;position:relative}.squiz-fte-scope .sds-link-icon{height:100%;left:0;position:absolute;top:0}.squiz-fte-scope .sds-link-icon svg{height:100%}.squiz-fte-scope .sds-link-icon~span{padding-left:1.75rem}.squiz-fte-scope .sds-link.link--standalone{color:#707070;text-decoration:none}.squiz-fte-scope .sds-link.link--standalone:hover{text-decoration:underline}.squiz-fte-scope .sds-link.link--paragraph{color:currentcolor}.squiz-fte-scope .sds-link.link--paragraph:hover{text-decoration:none}.squiz-fte-scope .sds-link-list__heading{display:block;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:.75rem}.squiz-fte-scope .sds-link-list__heading .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-link-list{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-link-list li{border-bottom:1px solid #e0e0e0}.squiz-fte-scope .sds-link-list li:first-child{border-top:1px solid #e0e0e0}.squiz-fte-scope .sds-link-list .sds-link-wrapper{display:flex}.squiz-fte-scope .sds-link-list .sds-link{color:#3d3d3d;padding:.75rem 0;text-decoration:none;width:100%}.squiz-fte-scope .sds-link-list .sds-link:hover{text-decoration:underline}.squiz-fte-scope .sds-link-list .sds-link-text{display:block}.squiz-fte-scope .sds-loader{align-items:center;display:flex;flex-direction:column}.squiz-fte-scope .sds-loader-message{max-width:15.75rem;padding-top:1.5rem;text-align:center}.squiz-fte-scope .sds-overlay{background:rgba(0,0,0,.5);height:calc(100vh - 56px);position:absolute;top:56px;width:100%;z-index:10}.squiz-fte-scope .sds-overlay.overlay--fullscreen{height:100vh;top:0}.squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__percentage{color:#d72321}.squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__indicator,.squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--very-high .sds-progress-bar__indicator{background:#d72321}.squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--high .sds-progress-bar__indicator{background:#e96900}.squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--moderate .sds-progress-bar__indicator{background:#efb324}.squiz-fte-scope .sds-progress-bar-container.sds-progress-bar-level--low .sds-progress-bar__indicator{background:#098934}.squiz-fte-scope .sds-progress-bar{background:#ededed;border-radius:.5rem;height:.5rem;position:relative}.squiz-fte-scope .sds-progress-bar__indicator{border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:50%}.squiz-fte-scope .sds-progress-bar__stats{display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-fte-scope .sds-progress-bar__current-value,.squiz-fte-scope .sds-progress-bar__percentage{font-weight:700}.squiz-fte-scope .sds-row{background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:1rem}.squiz-fte-scope .sds-row.no-border{box-shadow:none}.squiz-fte-scope .sds-row.no-children .sds-row__header-text{margin-bottom:0}.squiz-fte-scope .sds-row__title{color:#3d3d3d;display:block;font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-fte-scope .sds-row__title .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-row__subtitle{color:#4f4f4f}.squiz-fte-scope .sds-row__header-text{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}@media screen and (max-width:768px){.squiz-fte-scope .sds-row__header-text{width:100%}.squiz-fte-scope .sds-row__header-actions{margin-top:.5rem;width:100%}.squiz-fte-scope .sds-row__header-actions .sds-button{display:grid;place-items:center;width:100%}}.squiz-fte-scope .sds-row__header{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:768px){.squiz-fte-scope .sds-row__header{flex-direction:row}}.squiz-fte-scope .sds-heading--level-1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:1.75rem;margin-top:1.75rem}.squiz-fte-scope .sds-heading--level-1 .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-heading--level-2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-fte-scope .sds-heading--level-2 .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-heading--level-3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-fte-scope .sds-heading--level-3 .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-heading--level-4{font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-heading--level-4 .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-heading--level-5{font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-heading--level-5 .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-heading--level-6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-heading--level-6 .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-text--sm-regular{font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-fte-scope .sds-text--sm-semibold{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem}.squiz-fte-scope .sds-text--sm-bold{font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-fte-scope .sds-text--md-regular{font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-text--md-semibold{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-text--md-bold{font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .sds-text--lg-regular{font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem}.squiz-fte-scope .sds-text--lg-semibold{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-fte-scope .sds-text--lg-bold{font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-fte-scope .sds-text--xlg-regular{font-size:1.125rem;font-weight:400;letter-spacing:-.4px;line-height:1.75rem}.squiz-fte-scope .sds-text--xlg-semibold{font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-fte-scope .sds-text--xlg-bold{font-size:1.125rem;font-weight:700;letter-spacing:-.4px;line-height:1.6875rem}.squiz-fte-scope .sds-transition--fade{opacity:0;position:relative;transition:all 1s ease}.squiz-fte-scope .sds-transition--fade.sds-transition-fade-enter{opacity:0}.squiz-fte-scope .sds-transition--fade.sds-transition-fade-enter-active{opacity:1;transition:opacity .3s;z-index:100}.squiz-fte-scope .sds-transition--fade.sds-transition-fade-enter-done,.squiz-fte-scope .sds-transition--fade.sds-transition-fade-exit{opacity:1}.squiz-fte-scope .sds-transition--fade.sds-transition-fade-exit-active{opacity:0;transition:opacity .6s;z-index:100}.squiz-fte-scope .sds-transition--slide-from-top-fade{position:fixed;right:0;transition:all 1s ease;z-index:100}.squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter{top:-100%}.squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-active{top:0;transition:all .3s}.squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-done{top:0}.squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit{opacity:1;top:0}.squiz-fte-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit-active{opacity:0;top:0;transition:all .6s}.squiz-fte-scope .sds-search-filter input{padding:.5rem .5rem .5rem 3rem}.squiz-fte-scope .sds-sidenav-item.active{position:relative}.squiz-fte-scope .sds-sidenav-item.active:before{background:#2b2b2b;border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;width:3px;z-index:1}.squiz-fte-scope .sds-sidenav-item.active .sds-sidenav-link{color:#3d3d3d;font-weight:700}.squiz-fte-scope .sds-sidenav-item.active .sds-sidenav-link svg{fill:#3d3d3d}.squiz-fte-scope .sds-sidenav-link{color:#707070;display:flex;margin:.125rem;padding:1rem 0 1rem 1rem;text-align:left;width:calc(100% - .25rem)}.squiz-fte-scope .sds-sidenav-link:focus,.squiz-fte-scope .sds-sidenav-link:hover{background:#ededed;border-radius:.25rem}.squiz-fte-scope .sds-sidenav-link .svg-wrapper{margin-right:.75rem}.squiz-fte-scope .sds-sidenav-link.active .sds-sidenav-submenu__toggle svg{transform:rotate(90deg)}.squiz-fte-scope .sds-sidenav-link.active+.sds-sidenav-submenu{display:block;height:auto}.squiz-fte-scope .sds-sidenav-label{display:inline-block;padding-right:1rem}.squiz-fte-scope .sds-sidenav-submenu__toggle--top{margin-left:auto}.squiz-fte-scope .sds-sidenav-submenu__toggle--sub{margin-top:.25rem}.squiz-fte-scope .sds-sidenav-submenu__toggle svg{transform:rotate(-90deg);transition:transform .3s ease}.squiz-fte-scope .sds-sidenav-submenu{display:none;height:0;list-style-type:none;margin:0;overflow:hidden;padding:0}.squiz-fte-scope .sds-sidenav-submenu .svg-wrapper{margin-right:.5rem}.squiz-fte-scope .sds-sidenav-submenu .svg-wrapper svg{height:1rem;width:1rem}.squiz-fte-scope .sds-sidenav-submenu .sds-sidenav-link{padding-left:3rem}.squiz-fte-scope .sds-sidenav-submenu .sds-sidenav-submenu .sds-sidenav-link{padding-left:4.5rem}@media screen and (max-width:1024px){.squiz-fte-scope .sds-sidenav-link{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}}@media screen and (min-width:1024px){.squiz-fte-scope .sds-sidenav-link{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.5rem;padding:.625rem 0 .625rem 1rem}}.squiz-fte-scope .sds-sidenav-list{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-sidenav-section{align-items:center;display:flex;padding:1rem 1.25rem;text-transform:uppercase}.squiz-fte-scope .sds-sidenav{background:#f5f5f5;color:#707070;overflow-y:auto;padding:1rem 0}.squiz-fte-scope .sds-sidenav-mobile{left:0;position:fixed;top:56px;width:100%;z-index:10}.squiz-fte-scope .sds-sidenav-mobile .sds-sidenav{height:calc(100vh - 56px)}.squiz-fte-scope .sds-sidenav-tablet{background:rgba(0,0,0,.5);display:flex;height:calc(100vh - 56px);left:0;position:absolute;top:100%;width:100%;z-index:10}.squiz-fte-scope .sds-sidenav-tablet.sds-transition-enter .sds-sidenav{transform:translateX(-100%)}.squiz-fte-scope .sds-sidenav-tablet.sds-transition-enter-active .sds-sidenav{transform:translateX(0);transition:transform .3s}.squiz-fte-scope .sds-sidenav-tablet.sds-transition-enter-done .sds-sidenav,.squiz-fte-scope .sds-sidenav-tablet.sds-transition-exit .sds-sidenav{transform:translateX(0)}.squiz-fte-scope .sds-sidenav-tablet.sds-transition-exit-active .sds-sidenav{transform:translateX(-100%);transition:transform .6s}.squiz-fte-scope .sds-sidenav-tablet .sds-sidenav{border-top:1px solid #e0e0e0;flex-shrink:0}.squiz-fte-scope .sds-sidenav-bg{width:100%}@media screen and (min-width:768px){.squiz-fte-scope .sds-sidenav{height:100%;width:260px}}.squiz-fte-scope .sds-sidenav-launcher{align-items:center;display:flex;flex-direction:column}.squiz-fte-scope .sds-sidenav-launcher .sds-button.button--icon{margin:0;padding:0}.squiz-fte-scope .sds-sidenav-launcher>.sds-button.active rect,.squiz-fte-scope .sds-sidenav-launcher>.sds-button:hover rect{fill-opacity:.6}.squiz-fte-scope .sds-sidenav-launcher>.sds-button.active path,.squiz-fte-scope .sds-sidenav-launcher>.sds-button:hover path{fill-opacity:1}@media screen and (max-width:575px){.squiz-fte-scope .sds-sidenav-launcher{margin-left:.75rem;margin-right:0}}@media screen and (min-width:576px){.squiz-fte-scope .sds-sidenav-launcher{margin-left:.25rem;margin-right:.75rem}}.squiz-fte-scope .sds-skip-links__list{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-skip-links__button{color:#707070;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem}.squiz-fte-scope .sds-skip-links__button:active,.squiz-fte-scope .sds-skip-links__button:focus,.squiz-fte-scope .sds-skip-links__button:focus-within,.squiz-fte-scope .sds-skip-links__button:hover{background:#ededed}.squiz-fte-scope .sds-sortable-list.presentation-only .sds-sortable-list__item-content{margin-right:unset}.squiz-fte-scope .sds-sortable-list__item{align-items:center;display:flex;gap:.5rem;position:relative}.squiz-fte-scope .sds-sortable-list__item:last-of-type:before{content:none}.squiz-fte-scope .sds-sortable-list__list{display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding:0}.squiz-fte-scope .sds-sortable-list__list--dragging .sds-sortable-list__item-dots{display:none}.squiz-fte-scope .sds-sortable-list__list--dragging .sds-tooltip{visibility:hidden}.squiz-fte-scope .sds-sortable-list__item-content{display:flex;flex-direction:row;gap:.5rem;width:100%}@media screen and (min-width:576px){.squiz-fte-scope .sds-sortable-list__item-content{gap:1rem}}.squiz-fte-scope .sds-sortable-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.squiz-fte-scope .sds-sortable-list .sds-tooltip__wrapper:has(.sds-sortable-list__item-remove){position:absolute;right:1rem;top:.75rem}.squiz-fte-scope .sds-sortable-list__item-drag-btn{align-self:baseline}.squiz-fte-scope .sds-sortable-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.squiz-fte-scope .sds-sortable-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.squiz-fte-scope .sds-sortable-list--presentation-grey-box .sds-sortable-list__item-content{background-color:#ededed;border-radius:.25rem;padding:.375rem .625rem}.squiz-fte-scope .sds-source-selector__item button{align-items:center;background:#fff;border:1px solid #ededed;border-bottom:none;border-radius:.25rem;border-radius:0;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.625rem;width:100%}.squiz-fte-scope .sds-source-selector__item button:hover{background:#f5f5f5}.squiz-fte-scope .sds-source-selector__item button:focus{z-index:1}.squiz-fte-scope .sds-source-selector__item button span{margin-right:.75rem}.squiz-fte-scope .sds-source-selector__item:first-child button{border-radius:.25rem .25rem 0 0}.squiz-fte-scope .sds-source-selector__item:last-child button{border-bottom:1px solid #ededed;border-radius:0 0 .25rem .25rem}.squiz-fte-scope .sds-source-selector__item .sds-source-selector__icon{margin-right:.5rem}.squiz-fte-scope .sds-source-selector__item .sds-source-selector__check{margin-left:auto}.squiz-fte-scope .sds-source-selector__item .sds-source-selector__check svg{height:24px;width:24px}.squiz-fte-scope .sds-source-selector__item .sds-source-selector__check path{fill:#044985}.squiz-fte-scope .sds-source-selector__launcher{align-items:center;background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-fte-scope .sds-source-selector__launcher .sds-source-selector__icon{margin-right:.75rem}.squiz-fte-scope .sds-source-selector__launcher .sds-source-selector__chevron{margin-left:auto;pointer-events:none}.squiz-fte-scope .sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(-90deg)}.squiz-fte-scope .sds-source-selector.active .sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(90deg)}.squiz-fte-scope .sds-source-selector{border-radius:.25rem;display:grid;position:relative}.squiz-fte-scope .sds-source-selector ul{list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-source-selector__panel{background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:.25rem;margin-top:6px;max-height:12rem;overflow-y:auto;padding:.5rem;position:absolute;top:100%;width:100%;z-index:1}.squiz-fte-scope .sds-spinner{align-items:center;animation:spinner-border .8s linear infinite both;border-radius:50%;color:currentcolor;display:flex}.squiz-fte-scope .sds-spinner.spinner--lg{border:.1875rem solid;border-right:.1875rem solid transparent;height:3rem;width:3rem}.squiz-fte-scope .sds-spinner.spinner--regular{border:.1875rem solid;border-right:.1875rem solid transparent;height:2rem;width:2rem}.squiz-fte-scope .sds-spinner.spinner--sm{border:.125rem solid;border-right:.125rem solid transparent;height:1.25rem;width:1.25rem}.squiz-fte-scope .sds-spinner.spinner--xs{border:.125rem solid;border-right:.125rem solid transparent;height:1rem;width:1rem}.squiz-fte-scope .sds-table__wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;overflow-x:auto;position:relative}.squiz-fte-scope .sds-table__wrapper.table--sortable .sds-table th:hover{background-color:#d4d4d4;border-radius:0;cursor:pointer}.squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__th,.squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__th-content{font-size:.8125rem;line-height:1rem}.squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__pagination,.squiz-fte-scope .sds-table__wrapper.table--slim td,.squiz-fte-scope .sds-table__wrapper.table--slim th{padding-bottom:.5rem;padding-top:.5rem}.squiz-fte-scope .sds-table__wrapper.table--slim td{vertical-align:top}.squiz-fte-scope .sds-table__wrapper.table--slim .sds-table__pagination-options{height:1.25rem}.squiz-fte-scope .sds-table table{background:#fff;border:none;border-collapse:collapse;border-spacing:0;display:table;position:relative;width:100%}.squiz-fte-scope .sds-table thead{background:#ededed;color:#707070}.squiz-fte-scope .sds-table th{background:#ededed;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;transition:all .3s ease}.squiz-fte-scope .sds-table th:focus{border-radius:0;box-shadow:none}.squiz-fte-scope .sds-table th:focus .sds-table__th-content:after{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + 2px);left:-2px;position:absolute;top:-1px;width:calc(100% + .25rem)}.squiz-fte-scope .sds-table th:focus:not(:focus-visible) .sds-table__th-content:after{content:none}.squiz-fte-scope .sds-table .sds-table__th-content{display:inline-flex;line-height:1.5rem;position:relative}.squiz-fte-scope .sds-table td,.squiz-fte-scope .sds-table th{border-bottom:1px solid #e0e0e0;color:#3d3d3d;padding:1.25rem 1rem;text-align:left}.squiz-fte-scope .sds-table tr:last-child td{border-bottom:none}.squiz-fte-scope .sds-table__pagination{align-items:center;background:#fff;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.squiz-fte-scope .sds-table__pagination-options{align-items:center;display:flex}.squiz-fte-scope .sds-table__page-select{background:transparent;border:none;color:#707070;font-weight:600;margin-left:.5rem}.squiz-fte-scope .sds-table__navigator{align-items:center;display:flex}.squiz-fte-scope .sds-table__navigator button[disabled]{opacity:.5;pointer-events:none}.squiz-fte-scope .sds-table__navigator button{border-radius:.25rem;transition:all .3s ease}.squiz-fte-scope .sds-table__navigator button svg{height:1.25rem}.squiz-fte-scope .sds-table__navigator button:hover{background:#e6e6e6}.squiz-fte-scope .sds-table__row-range{display:block;margin-right:.5rem}.squiz-fte-scope .sds-table__search{display:flex;margin-bottom:1rem}.squiz-fte-scope .sds-table__search .sds-form-field{width:15.625rem}@media screen and (max-width:575px){.squiz-fte-scope .sds-table__search .sds-form-field{width:100%}.squiz-fte-scope .sds-table__pagination{align-items:flex-start;flex-direction:column}.squiz-fte-scope .sds-table__pagination-options{margin-bottom:1rem}}.squiz-fte-scope .sds-tabs-outer-button{position:absolute;right:0;top:-3.4375rem}.squiz-fte-scope .sds-tabs-list{align-items:center;border-bottom:1px solid rgba(43,43,43,.1);display:flex;list-style-type:none;margin:0;padding:0}.squiz-fte-scope .sds-tabs-item{margin-right:.5rem}.squiz-fte-scope .sds-tabs-item button{color:#3d3d3d;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding:.5rem;position:relative}.squiz-fte-scope .sds-tabs-item button:after{background:transparent;border-radius:.125rem .125rem 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.squiz-fte-scope .sds-tabs-item button:hover:after{background:#bababa}.squiz-fte-scope .sds-tabs-item.active button{font-weight:700}.squiz-fte-scope .sds-tabs-item.active button:after{background:#2b2b2b}.squiz-fte-scope .sds-toast__container{padding:1rem;position:relative;right:0;top:57px;z-index:8}.squiz-fte-scope .sds-toast{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);display:inline-flex;min-width:17rem;padding:.75rem}.squiz-fte-scope .sds-toast-icon{align-self:flex-start;margin-right:.875rem}.squiz-fte-scope .sds-toast-content{flex-grow:1}.squiz-fte-scope .sds-toast-message a{color:#0774d2;font-style:italic;text-decoration:none}.squiz-fte-scope .sds-toast-message a:hover{text-decoration:underline}.squiz-fte-scope .sds-toast-title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-fte-scope .sds-toast-close{align-self:flex-start;margin-left:.75rem}.squiz-fte-scope .sds-toast-close:hover .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-toast-type--success .sds-toast-icon svg{fill:#098934}.squiz-fte-scope .sds-toast-type--info .sds-toast-icon svg{fill:#057e91}.squiz-fte-scope .sds-toast-type--warning .sds-toast-icon svg{fill:#e96900}.squiz-fte-scope .sds-toast-type--danger .sds-toast-icon svg{fill:#d72321}.squiz-fte-scope .sds-toast-type--loading .sds-toast-icon{margin-top:.125rem}@media screen and (max-width:575px){.squiz-fte-scope .sds-toast{width:100%}.squiz-fte-scope .sds-toast__container{padding:0;right:1.5rem;top:1.5rem;width:calc(100vw - 3rem)}}@media screen and (min-width:768px){.squiz-fte-scope .sds-toast__container{max-width:28.25rem}}.squiz-fte-scope .sds-toolbar{background:#26324b;max-height:56px;padding:.5rem;position:relative}.squiz-fte-scope .sds-toolbar,.squiz-fte-scope .sds-toolbar-branding{align-items:center;display:flex}.squiz-fte-scope .sds-toolbar-logo{margin-right:.75rem}.squiz-fte-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper{align-items:center;display:flex;height:2.125rem;justify-content:center;width:2.125rem}.squiz-fte-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper svg{fill:none}.squiz-fte-scope .sds-toolbar-branding__text{color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-right:1rem;min-width:-moz-fit-content;min-width:fit-content}.squiz-fte-scope .sds-toolbar-client{color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-left:1rem;position:relative}.squiz-fte-scope .sds-toolbar-client>div:before,.squiz-fte-scope .sds-toolbar-client>span:before{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";height:1.875rem;left:-1rem;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-fte-scope .sds-toolbar-content{flex-grow:1}.squiz-fte-scope .sds-toolbar-tools{align-items:center;background:rgba(29,155,226,.16);border-radius:.25rem;color:rgba(0,0,0,.7);display:flex;height:2.5rem;margin-left:.75rem}.squiz-fte-scope .sds-toolbar-tools .sds-dropdown{z-index:20}.squiz-fte-scope .sds-toolbar-menus .sds-button{padding:.5rem .375rem}.squiz-fte-scope .sds-toolbar-menus .sds-dropdown-wrapper{display:flex}.squiz-fte-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon svg,.squiz-fte-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon svg{fill:hsla(0,0%,100%,.6);transition:all .3s ease}.squiz-fte-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon:hover svg,.squiz-fte-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon:hover svg{fill:#fff}.squiz-fte-scope .sds-toolbar-menus__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0 .375rem}.squiz-fte-scope .sds-toolbar-user__wrapper{position:relative}.squiz-fte-scope .sds-toolbar-user__wrapper:before{background-color:#26324b;border-radius:.25rem;content:"";height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-fte-scope .sds-toolbar-user{margin-left:.125rem;padding:0 .375rem}.squiz-fte-scope .sds-toolbar-user .sds-avatar{background-color:#fff;color:#26324b}.squiz-fte-scope .sds-toolbar-user .sds-button{padding:.375rem}.squiz-fte-scope .sds-toolbar-user .sds-user-name{color:#fff}@media screen and (max-width:575px){.squiz-fte-scope .sds-toolbar{padding:.6875rem .75rem}.squiz-fte-scope .sds-toolbar-tools{display:none}}@media screen and (min-width:1024px){.squiz-fte-scope .sds-toolbar{padding-left:.75rem}}.squiz-fte-scope .sds-tooltip__wrapper{display:inline-block;position:relative}.squiz-fte-scope .sds-tooltip__wrapper:hover .sds-tooltip{display:block}.squiz-fte-scope .sds-tooltip{display:none;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;position:absolute;width:-moz-max-content;width:max-content}.squiz-fte-scope .sds-tooltip.position--bottom,.squiz-fte-scope .sds-tooltip.position--top{left:50%;transform:translateX(-50%)}.squiz-fte-scope .sds-tooltip.position--left,.squiz-fte-scope .sds-tooltip.position--right{top:50%;transform:translateY(-50%)}.squiz-fte-scope .sds-tooltip.position--bottom{padding-top:.25rem;top:100%}.squiz-fte-scope .sds-tooltip.position--left{padding-right:.25rem;right:100%}.squiz-fte-scope .sds-tooltip.position--right{left:100%;padding-left:.25rem}.squiz-fte-scope .sds-tooltip.position--top{bottom:100%;padding-bottom:.25rem}.squiz-fte-scope .sds-tooltip__label{background-color:#2b2b2b;border-radius:.25rem;color:#fff;padding:.125rem .5rem}.squiz-fte-scope .sds-user{align-items:center;display:flex;flex-direction:column}.squiz-fte-scope .sds-user-avatar+.sds-user-name{margin-top:.75rem}.squiz-fte-scope .sds-user-name{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;overflow-x:hidden;text-align:center;text-overflow:ellipsis}.squiz-fte-scope .dashboard-summary{background:#ededed;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.squiz-fte-scope .dashboard-summary__content{background:#fff;border-radius:.5rem;padding:1rem 1.5rem}.squiz-fte-scope .dashboard-summary__content-grid{display:grid;gap:32px 56px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.squiz-fte-scope .dashboard-summary-item hr{background:#e0e0e0;border:0;height:1px;margin:.75rem 0;padding:0}.squiz-fte-scope .dashboard-summary-item__title{align-items:center;display:flex;gap:.5rem;margin:0}.squiz-fte-scope .dashboard-summary-item__description{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.5rem}.squiz-fte-scope .dashboard-summary-item__count{color:#3d3d3d;font-size:2rem;padding:.75rem 0;vertical-align:middle}.squiz-fte-scope .dashboard-summary-item__trend{align-items:center;display:flex;flex-wrap:wrap}.squiz-fte-scope .dashboard-summary-item__trend>:first-child{margin-right:.25rem}.squiz-fte-scope .dashboard-summary-item__trend>:nth-child(2){margin-right:.5rem}.squiz-fte-scope .dashboard-summary-item__trend-percentage{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-fte-scope .dashboard-summary-item__trend-icon{vertical-align:middle}.squiz-fte-scope .dashboard-summary-item__trend-icon svg{display:block}.squiz-fte-scope .dashboard-summary-item__trend-description{text-wrap:nowrap;color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-fte-scope .down.inverted .dashboard-summary-item__trend-icon svg,.squiz-fte-scope .down.inverted .dashboard-summary-item__trend-percentage,.squiz-fte-scope .up .dashboard-summary-item__trend-icon svg,.squiz-fte-scope .up .dashboard-summary-item__trend-percentage{fill:#098934;color:#098934}.squiz-fte-scope .down .dashboard-summary-item__trend-icon svg,.squiz-fte-scope .down .dashboard-summary-item__trend-percentage,.squiz-fte-scope .up.inverted .dashboard-summary-item__trend-icon svg,.squiz-fte-scope .up.inverted .dashboard-summary-item__trend-percentage{fill:#d72321;color:#d72321}.squiz-fte-scope .flat .dashboard-summary-item__trend-icon svg,.squiz-fte-scope .flat .dashboard-summary-item__trend-percentage{fill:#707070;color:#707070}.squiz-fte-scope .dashboard-summary-item__help-icon svg{background-color:#ededed;border-radius:100%;height:22px;padding:.125rem;width:22px}.squiz-fte-scope .sds-popover{display:inline-block;position:relative}.squiz-fte-scope .sds-popover:hover .sds-popover__content-wrapper{display:block}.squiz-fte-scope .sds-popover__content-wrapper{border-radius:.25rem;bottom:calc(100% + 1rem);box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;height:-moz-fit-content;height:fit-content;position:absolute;right:50%;transform:translateX(50%);z-index:2}.squiz-fte-scope .sds-popover__content-wrapper:before{background:#fff;bottom:0;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:15px;left:50%;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:15px;z-index:-1}.squiz-fte-scope .sds-popover__content{background-color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;padding:1rem}.squiz-fte-scope .sds-popover__text{display:block;width:100%}.squiz-fte-scope .sds-popover__title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.squiz-fte-scope .sds-popover__title .svg-wrapper svg{fill:#3d3d3d}.squiz-fte-scope .sds-popover--left .sds-popover__content-wrapper{bottom:50%;right:calc(100% + 1rem);transform:translateY(50%)}.squiz-fte-scope .sds-popover--left .sds-popover__content-wrapper:before{left:unset;right:0;top:50%;transform:translate(50%,-50%) rotate(45deg)}.squiz-fte-scope .sds-popover--right .sds-popover__content-wrapper{bottom:50%;left:calc(100% + 1rem);transform:translateY(50%)}.squiz-fte-scope .sds-popover--right .sds-popover__content-wrapper:before{left:0;right:unset;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.squiz-fte-scope .sds-popover--bottom .sds-popover__content-wrapper{top:calc(100% + 1rem);transform:translateX(50%)}.squiz-fte-scope .sds-popover--bottom .sds-popover__content-wrapper:before{bottom:unset;left:50%;right:unset;top:0;transform:translate(-50%,-50%) rotate(45deg)}.squiz-fte-scope .sds-popover--small .sds-popover__content-wrapper{width:260px}.squiz-fte-scope .sds-popover--medium .sds-popover__content-wrapper{width:400px}.squiz-fte-scope .sds-sequence-list.presentation-only .sds-sequence-list__item-content{margin-right:unset}.squiz-fte-scope .sds-sequence-list__item{background-color:#ededed;border-radius:.25rem;display:flex;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background-color .3s ease-in}.squiz-fte-scope .sds-sequence-list__item--dragging{background-color:#e0e0e0}.squiz-fte-scope .sds-sequence-list__item:last-of-type:before{content:none}.squiz-fte-scope .sds-sequence-list__list{display:flex;flex-direction:column;gap:.75rem;list-style-type:none}.squiz-fte-scope .sds-sequence-list__list--dragging .sds-sequence-list__item-dots{display:none}.squiz-fte-scope .sds-sequence-list__list--dragging .sds-tooltip{visibility:hidden}.squiz-fte-scope .sds-sequence-list__item-content{display:flex;flex-direction:column;gap:.5rem;margin-right:1.5rem;width:100%}@media screen and (min-width:576px){.squiz-fte-scope .sds-sequence-list__item-content{flex-direction:row;gap:1rem;justify-content:space-evenly}}.squiz-fte-scope .sds-sequence-list__item-content .sds-form-field{width:100%}.squiz-fte-scope .sds-sequence-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.squiz-fte-scope .sds-sequence-list .sds-tooltip__wrapper:has(.sds-sequence-list__item-remove){position:absolute;right:1rem;top:.75rem}.squiz-fte-scope .sds-sequence-list__item-remove--disabled{cursor:not-allowed;opacity:.5}.squiz-fte-scope .sds-sequence-list__item-dots{left:-30px;position:absolute;width:.25rem}.squiz-fte-scope .sds-sequence-list__item-index-mark{background-color:#f5bb8c;border-radius:100%;display:grid;font-size:.875rem;font-weight:400;height:2rem;left:-.75rem;letter-spacing:-.2px;line-height:1.25rem;place-items:center;position:absolute;top:50%;transform:translate(-100%,-50%);width:2rem}.squiz-fte-scope .sds-sequence-list__item-drag-btn{align-self:baseline}.squiz-fte-scope .sds-sequence-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.squiz-fte-scope .sds-sequence-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.squiz-fte-scope .sds-sequence-list__add-item-btn{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;letter-spacing:-.2px;line-height:1.25rem;margin-left:3rem}.squiz-fte-scope .sds-sequence-list .simple-list{padding-inline-start:0}.squiz-fte-scope .dxp-ctm-section__header{align-items:center;display:flex;flex-direction:row;height:36px;justify-content:space-between;margin-bottom:.5rem}.squiz-fte-scope .dxp-ctm-section__header h3{font-size:.96rem}.squiz-fte-scope .dxp-ctm-section__spinner{display:flex;justify-content:center;padding-top:1.5rem}.squiz-fte-scope .dxp-ctm-content{align-content:stretch;align-items:stretch;display:flex;flex-flow:row nowrap;gap:.25rem;max-height:100%;min-height:100%}.squiz-fte-scope .dxp-ctm-content>.dxp-ctm-section{box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-width:50%;padding:1rem}.squiz-fte-scope .dxp-ctm-content>.dxp-ctm-section>.squiz-fte-scope{flex-grow:1}.squiz-fte-scope .dxp-ctm-content>.dxp-ctm-section>.squiz-fte-scope:not(.dxp-ctm-section__spinner){background-color:#fff}.dxp-ctm-section .squiz-fte-scope.squiz-fte-scope__editor.squiz-fte-scope__editor--is-disabled.squiz-fte-scope__editor--bordered{overflow-y:scroll}.squiz-fte-scope .dxp-ctm-section__viperTextInput{background-color:#fff!important;flex-grow:1;overflow-y:auto}.squiz-fte-scope .dxp-ctm-dialog .sds-dialog__content{max-height:100%}.squiz-fte-scope .dxp-ctm-dialog>.sds-dialog__footer{align-items:center;color:#707070;display:flex}.squiz-fte-scope .dxp-ctm-dialog>.sds-dialog__footer>.sds-dialog__footer-text{flex:1;padding:0}.squiz-fte-scope .dxp-ctm-dialog>.sds-dialog__footer>.sds-dialog__footer-text>span{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.squiz-fte-scope .dxp-ctm-dialog .dxp-ctm-flagged{align-items:center;color:#000;display:flex;font-weight:600;gap:.5rem;padding-left:.5rem}.squiz-fte-scope .dxp-ctm-dialog .dxp-ctm-flagged svg path{fill:#e96900}.squiz-fte-scope .dxp-ctm-section{background-color:#ededed;border-radius:.5rem;min-height:400px;padding:.5rem}.squiz-fte-scope .dxp-ctm-section__header h3{margin:0}.squiz-fte-scope *,.squiz-fte-scope :after,.squiz-fte-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-fte-scope :after,.squiz-fte-scope :before{--tw-content:""}.squiz-fte-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-fte-scope body{line-height:inherit;margin:0}.squiz-fte-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-fte-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-fte-scope h1,.squiz-fte-scope h2,.squiz-fte-scope h3,.squiz-fte-scope h4,.squiz-fte-scope h5,.squiz-fte-scope h6{font-size:inherit;font-weight:inherit}.squiz-fte-scope a{color:inherit;text-decoration:inherit}.squiz-fte-scope b,.squiz-fte-scope strong{font-weight:bolder}.squiz-fte-scope code,.squiz-fte-scope kbd,.squiz-fte-scope pre,.squiz-fte-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-fte-scope small{font-size:80%}.squiz-fte-scope sub,.squiz-fte-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-fte-scope sub{bottom:-.25em}.squiz-fte-scope sup{top:-.5em}.squiz-fte-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-fte-scope button,.squiz-fte-scope input,.squiz-fte-scope optgroup,.squiz-fte-scope select,.squiz-fte-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-fte-scope button,.squiz-fte-scope select{text-transform:none}.squiz-fte-scope [type=button],.squiz-fte-scope [type=reset],.squiz-fte-scope [type=submit],.squiz-fte-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-fte-scope :-moz-focusring{outline:auto}.squiz-fte-scope :-moz-ui-invalid{box-shadow:none}.squiz-fte-scope progress{vertical-align:baseline}.squiz-fte-scope ::-webkit-inner-spin-button,.squiz-fte-scope ::-webkit-outer-spin-button{height:auto}.squiz-fte-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-fte-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-fte-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-fte-scope summary{display:list-item}.squiz-fte-scope blockquote,.squiz-fte-scope dd,.squiz-fte-scope dl,.squiz-fte-scope figure,.squiz-fte-scope h1,.squiz-fte-scope h2,.squiz-fte-scope h3,.squiz-fte-scope h4,.squiz-fte-scope h5,.squiz-fte-scope h6,.squiz-fte-scope hr,.squiz-fte-scope p,.squiz-fte-scope pre{margin:0}.squiz-fte-scope fieldset{margin:0;padding:0}.squiz-fte-scope legend{padding:0}.squiz-fte-scope menu,.squiz-fte-scope ol,.squiz-fte-scope ul{list-style:none;margin:0;padding:0}.squiz-fte-scope textarea{resize:vertical}.squiz-fte-scope input::-moz-placeholder,.squiz-fte-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-fte-scope input::placeholder,.squiz-fte-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-fte-scope [role=button],.squiz-fte-scope button{cursor:pointer}.squiz-fte-scope :disabled{cursor:default}.squiz-fte-scope audio,.squiz-fte-scope canvas,.squiz-fte-scope embed,.squiz-fte-scope iframe,.squiz-fte-scope img,.squiz-fte-scope object,.squiz-fte-scope svg,.squiz-fte-scope video{display:block;vertical-align:middle}.squiz-fte-scope img,.squiz-fte-scope video{height:auto;max-width:100%}.squiz-fte-scope [hidden]{display:none}.squiz-fte-scope *,.squiz-fte-scope :after,.squiz-fte-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-fte-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-fte-scope .container{width:100%}@media(min-width:640px){.squiz-fte-scope .container{max-width:640px}}@media(min-width:768px){.squiz-fte-scope .container{max-width:768px}}@media(min-width:1024px){.squiz-fte-scope .container{max-width:1024px}}@media(min-width:1280px){.squiz-fte-scope .container{max-width:1280px}}@media(min-width:1536px){.squiz-fte-scope .container{max-width:1536px}}.squiz-fte-scope .pointer-events-none{pointer-events:none!important}.squiz-fte-scope .visible{visibility:visible!important}.squiz-fte-scope .collapse{visibility:collapse!important}.squiz-fte-scope .fixed{position:fixed!important}.squiz-fte-scope .absolute{position:absolute!important}.squiz-fte-scope .relative{position:relative!important}.squiz-fte-scope .inset-0{left:0!important;right:0!important}.squiz-fte-scope .inset-0,.squiz-fte-scope .inset-y-0{bottom:0!important;top:0!important}.squiz-fte-scope .right-0{right:0!important}.squiz-fte-scope .z-10{z-index:10!important}.squiz-fte-scope .z-40{z-index:40!important}.squiz-fte-scope .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.squiz-fte-scope .mx-auto{margin-left:auto!important;margin-right:auto!important}.squiz-fte-scope .my-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.squiz-fte-scope .my-auto{margin-bottom:auto!important;margin-top:auto!important}.squiz-fte-scope .-mr-3{margin-right:-.75rem!important}.squiz-fte-scope .-mt-3{margin-top:-.75rem!important}.squiz-fte-scope .mb-0{margin-bottom:0!important}.squiz-fte-scope .card-body>.sds-block,.squiz-fte-scope .mb-2{margin-bottom:.5rem!important}.squiz-fte-scope .mb-4{margin-bottom:1rem!important}.squiz-fte-scope .ml-3{margin-left:.75rem!important}.squiz-fte-scope .ml-auto{margin-left:auto!important}.squiz-fte-scope .mr-1{margin-right:.25rem!important}.squiz-fte-scope .mr-1\.5{margin-right:.375rem!important}.sds-btn-action .squiz-fte-scope .dropdown-item>svg,.squiz-fte-scope .mr-2,.squiz-fte-scope .sds-btn-action .dropdown-item>svg{margin-right:.5rem!important}.squiz-fte-scope .mt-1{margin-top:.25rem!important}.squiz-fte-scope .mt-\[-1px\]{margin-top:-1px!important}.squiz-fte-scope .mt-\[7px\]{margin-top:7px!important}.squiz-fte-scope .block{display:block!important}.squiz-fte-scope .inline{display:inline!important}.squiz-fte-scope .flex{display:flex!important}.squiz-fte-scope .table{display:table!important}.squiz-fte-scope .grid{display:grid!important}.squiz-fte-scope .hidden{display:none!important}.squiz-fte-scope .h-10{height:2.5rem!important}.squiz-fte-scope .h-\[3px\]{height:3px!important}.squiz-fte-scope .w-11\/12{width:91.666667%!important}.squiz-fte-scope .w-169{width:169px!important}.squiz-fte-scope .w-full{width:100%!important}.squiz-fte-scope .w-modal-sm{width:25rem!important}.squiz-fte-scope .cursor-default{cursor:default!important}.squiz-fte-scope .select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.squiz-fte-scope .grid-flow-col{grid-auto-flow:column!important}.squiz-fte-scope .flex-row{flex-direction:row!important}.squiz-fte-scope .flex-col{flex-direction:column!important}.squiz-fte-scope .items-center{align-items:center!important}.squiz-fte-scope .justify-between{justify-content:space-between!important}.squiz-fte-scope .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.squiz-fte-scope .self-center{align-self:center!important}.squiz-fte-scope .overflow-auto{overflow:auto!important}.squiz-fte-scope .truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.squiz-fte-scope .rounded{border-radius:8px!important}.squiz-fte-scope .rounded-t-sm{border-top-left-radius:.125rem!important;border-top-right-radius:.125rem!important}.squiz-fte-scope .border{border-width:1px!important}.squiz-fte-scope .border-0,.squiz-fte-scope .card-horizontal{border-width:0!important}.squiz-fte-scope .border-2{border-width:2px!important}.squiz-fte-scope .border-b{border-bottom-width:1px!important}.squiz-fte-scope .border-gray-300{--tw-border-opacity:1!important;border-color:rgb(224 224 224/var(--tw-border-opacity))!important}.squiz-fte-scope .bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.squiz-fte-scope .bg-blue-300{--tw-bg-opacity:1!important;background-color:rgb(7 116 210/var(--tw-bg-opacity))!important}.squiz-fte-scope .bg-gray-100{--tw-bg-opacity:1!important;background-color:rgb(245 245 245/var(--tw-bg-opacity))!important}.squiz-fte-scope .bg-gray-200{--tw-bg-opacity:1!important;background-color:rgb(237 237 237/var(--tw-bg-opacity))!important}.squiz-fte-scope .bg-gray-800{--tw-bg-opacity:1!important;background-color:rgb(61 61 61/var(--tw-bg-opacity))!important}.squiz-fte-scope .bg-transparent{background-color:transparent!important}.squiz-fte-scope .bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.squiz-fte-scope .p-6{padding:1.5rem!important}.squiz-fte-scope .px-3{padding-left:.75rem!important;padding-right:.75rem!important}.squiz-fte-scope .py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.squiz-fte-scope .pb-4{padding-bottom:1rem!important}.squiz-fte-scope .pl-3{padding-left:.75rem!important}.squiz-fte-scope .pr-10{padding-right:2.5rem!important}.squiz-fte-scope .pr-2{padding-right:.5rem!important}.squiz-fte-scope .pt-3{padding-top:.75rem!important}.squiz-fte-scope .text-heading-2{font-size:1.25rem!important;line-height:1.5rem!important}.squiz-fte-scope .text-md{font-size:.875rem!important}.squiz-fte-scope .font-bold{font-weight:700!important}.squiz-fte-scope .font-semibold{font-weight:600!important}.squiz-fte-scope .italic{font-style:italic!important}.squiz-fte-scope .text-gray-500{--tw-text-opacity:1!important;color:rgb(148 148 148/var(--tw-text-opacity))!important}.squiz-fte-scope .text-gray-600{--tw-text-opacity:1!important;color:rgb(112 112 112/var(--tw-text-opacity))!important}.squiz-fte-scope .text-gray-700{--tw-text-opacity:1!important;color:rgb(79 79 79/var(--tw-text-opacity))!important}.squiz-fte-scope .text-gray-800{--tw-text-opacity:1!important;color:rgb(61 61 61/var(--tw-text-opacity))!important}.squiz-fte-scope .text-gray-900{--tw-text-opacity:1!important;color:rgb(43 43 43/var(--tw-text-opacity))!important}.squiz-fte-scope .text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.squiz-fte-scope .underline{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.squiz-fte-scope .opacity-25{opacity:.25!important}.squiz-fte-scope .outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.squiz-fte-scope .blur{--tw-blur:blur(8px)!important}.squiz-fte-scope .blur,.squiz-fte-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.squiz-fte-scope .remirror-editor a{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity));text-decoration:underline}.squiz-fte-scope .remirror-editor p{margin-block-end:.8rem}.squiz-fte-scope .remirror-editor h1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem}.squiz-fte-scope .remirror-editor h2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-fte-scope .remirror-editor h3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-fte-scope .remirror-editor h4{font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .remirror-editor h5{font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .remirror-editor h6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-fte-scope .remirror-editor .code-block,.squiz-fte-scope .remirror-editor .preformatted{display:flex}.squiz-fte-scope .remirror-editor .code-block .material-symbols-rounded,.squiz-fte-scope .remirror-editor .preformatted .material-symbols-rounded{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity));font-size:1.125rem;margin-right:.375rem;pointer-events:none}.squiz-fte-scope .remirror-editor .code-block .block-divider,.squiz-fte-scope .remirror-editor .preformatted .block-divider{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));border-radius:.75rem;margin-right:.625rem;width:4px}.squiz-fte-scope .remirror-editor .code-block code,.squiz-fte-scope .remirror-editor .code-block pre,.squiz-fte-scope .remirror-editor .preformatted code,.squiz-fte-scope .remirror-editor .preformatted pre{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity));font-size:.75rem;padding-bottom:.75rem;padding-top:.75rem}.squiz-fte-scope .remirror-editor ol,.squiz-fte-scope .remirror-editor ul{list-style-type:disc;margin:1rem 0;padding:0 0 0 2.5rem}.squiz-fte-scope .remirror-editor ol{list-style-type:decimal}.squiz-fte-scope .remirror-editor hr{margin-block-end:.6rem;margin-block-start:.6rem}.squiz-fte-scope .squiz-fte-form-group{display:flex;flex-direction:column}.squiz-fte-scope .squiz-fte-form-label{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.875rem;font-weight:600;margin-bottom:.25rem}.squiz-fte-scope .squiz-fte-form-control{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;border-width:2px;color:rgb(61 61 61/var(--tw-text-opacity));font-size:.875rem;height:36px;padding:6px 12px;position:relative;width:100%}.squiz-fte-scope .squiz-fte-form-control::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(203 213 225/var(--tw-placeholder-opacity))}.squiz-fte-scope .squiz-fte-form-control::placeholder{--tw-placeholder-opacity:1;color:rgb(203 213 225/var(--tw-placeholder-opacity))}.squiz-fte-scope .squiz-fte-form-control{outline-width:0}.squiz-fte-scope .squiz-fte-form-control:focus{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity));outline-width:0}.squiz-fte-scope .squiz-fte-form-control:active,.squiz-fte-scope .squiz-fte-form-control:focus{box-shadow:none}.squiz-fte-scope .squiz-fte-invalid-form-field .resource-picker,.squiz-fte-scope .squiz-fte-invalid-form-field .squiz-fte-form-control{--tw-border-opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0ibm9uZSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik00LjQ3IDIxaDE1LjA2YzEuNTQgMCAyLjUtMS42NyAxLjczLTNMMTMuNzMgNC45OWMtLjc3LTEuMzMtMi42OS0xLjMzLTMuNDYgMEwyLjc0IDE4Yy0uNzcgMS4zMy4xOSAzIDEuNzMgM3pNMTIgMTRjLS41NSAwLTEtLjQ1LTEtMXYtMmMwLS41NS40NS0xIDEtMXMxIC40NSAxIDF2MmMwIC41NS0uNDUgMS0xIDF6bTEgNGgtMnYtMmgydjJ6IiBjbGFzcz0ic2VsZWN0ZWQiIGZpbGw9IiNkNzIzMjEiLz48L2c+PC9zdmc+);background-position:center right .25rem;background-repeat:no-repeat;background-size:1.5rem;border-color:rgb(215 35 33/var(--tw-border-opacity));padding-right:2rem}.squiz-fte-scope .squiz-fte-form-error{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity));font-size:13px;line-height:1.23;padding-top:.25rem}.squiz-fte-scope.squiz-fte-scope__editor{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;font-family:Open Sans!important;position:relative}.squiz-fte-scope.squiz-fte-scope__editor .squiz-fte-scope__floating-popover{z-index:999}.squiz-fte-scope.squiz-fte-scope__editor:has(.squiz-fte-scope.squiz-fte-scope__editor__children){min-height:2rem;width:100%}.squiz-fte-scope.squiz-fte-scope__editor:has(.squiz-fte-scope.squiz-fte-scope__editor__children) .remirror-editor{padding-top:0}.squiz-fte-scope.squiz-fte-scope__editor .remirror-editor{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);min-height:15vh;overflow:auto;padding:2rem}.squiz-fte-scope.squiz-fte-scope__editor .remirror-editor:active,.squiz-fte-scope.squiz-fte-scope__editor .remirror-editor:focus{outline-width:0}.squiz-fte-scope.squiz-fte-scope__editor .remirror-editor p{display:block;position:relative}.squiz-fte-scope.squiz-fte-scope__editor .remirror-editor-wrapper{position:relative}.squiz-fte-scope.squiz-fte-scope__editor--bordered{border-style:solid;border-width:2px}.squiz-fte-scope.squiz-fte-scope__editor--empty{border-width:0;height:0;width:0}.squiz-fte-scope.squiz-fte-scope__editor--is-disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border-width:0;cursor:not-allowed}.squiz-fte-scope.squiz-fte-scope__editor--is-disabled .remirror-is-empty:first-of-type:before{display:none}.squiz-fte-scope.squiz-fte-scope__editor .remirror-is-empty:first-of-type:before{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity));content:attr(data-placeholder);font-style:italic;height:0;pointer-events:none;position:absolute}.squiz-fte-scope.squiz-fte-scope__editor .ProseMirror-selectednode{--tw-border-opacity:1;border:2px solid rgb(7 116 210/var(--tw-border-opacity))}.squiz-fte-scope.squiz-fte-scope__editor img{display:inline}.squiz-fte-scope.squiz-fte-scope__editor:has(.show-toolbar){--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);border-width:0;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.squiz-fte-scope.squiz-fte-scope__editor .remirror-table{width:100%}.squiz-fte-scope.squiz-fte-scope__editor .remirror-table-container{margin:2rem}.squiz-fte-scope.squiz-fte-scope__editor .remirror-table tbody td,.squiz-fte-scope.squiz-fte-scope__editor .remirror-table tbody th{padding:.5rem}.squiz-fte-scope.squiz-fte-scope__editor .remirror-table tbody p{margin:0}.squiz-fte-scope :root{--rmr-color-table-default-border:#e0e0e0;--rmr-color-table-selected-cell:transparent;--rmr-color-table-selected-border:#0774d2;--rmr-color-table-selected-controller:#0774d2;--rmr-hue-blue-7:#0774d2;--rmr-color-table-mark:#f5f5f5;--rmr-color-table-default-controller:#f7f7f7;--rmr-color-table-predelete-cell:transparent;--rmr-color-table-predelete-border:#d72321;--rmr-color-table-predelete-controller:#d72321}.squiz-fte-scope .remirror-positioner{cursor:none;min-height:1px;min-width:1px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:-1}.squiz-fte-scope .remirror-positioner-widget{height:0;position:absolute;width:0}.squiz-fte-scope .remirror-editor.ProseMirror .tableWrapper{overflow-x:auto}.squiz-fte-scope .remirror-editor.ProseMirror table{border-collapse:collapse;overflow:hidden;table-layout:fixed;width:100%}.squiz-fte-scope .remirror-editor.ProseMirror td,.squiz-fte-scope .remirror-editor.ProseMirror th{border:1px solid var(--rmr-color-table-default-border);box-sizing:border-box;position:relative;vertical-align:top}.squiz-fte-scope .remirror-editor.ProseMirror .column-resize-handle{background-color:var(--rmr-hue-blue-7);bottom:0;pointer-events:none;position:absolute;right:-2px;top:0;width:4px;z-index:40}.squiz-fte-scope .remirror-editor.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.squiz-fte-scope .remirror-editor.ProseMirror td.selectedCell,.squiz-fte-scope .remirror-editor.ProseMirror th.selectedCell{background-color:var(--rmr-color-table-selected-cell);border-color:var(--rmr-color-table-selected-border);border-style:double}.squiz-fte-scope .remirror-table-colgroup>col:first-of-type{overflow:visible;width:13px}.squiz-fte-scope .remirror-controllers-toggle{visibility:hidden}.squiz-fte-scope .remirror-table-show-controllers .remirror-controllers-toggle{visibility:visible}.squiz-fte-scope .remirror-table-insert-button{background-color:#dcdcdc;border-radius:4px;cursor:pointer;height:18px;position:absolute;transition:background-color .15s ease;width:18px;z-index:25}.squiz-fte-scope .remirror-table-insert-button svg{fill:#fff}.squiz-fte-scope .remirror-table-insert-button:hover{background-color:#136bda}.squiz-fte-scope .remirror-table-insert-button:hover svg{fill:#fff}.squiz-fte-scope .remirror-table-delete-inner-button{background-color:#cecece;border:none;border-radius:4px;cursor:pointer;height:18px;padding:0;position:absolute;transition:background-color .15s ease;width:18px;z-index:30}.squiz-fte-scope .remirror-table-delete-inner-button:hover{background-color:#ff7884}.squiz-fte-scope .remirror-table-delete-table-inner-button{left:calc(var(--remirror-table-delete-button-x) - 9px);top:calc(var(--remirror-table-delete-button-y) - 9px)}.squiz-fte-scope .remirror-table-delete-row-column-inner-button{left:calc(var(--remirror-table-delete-row-column-button-x) - 9px);top:calc(var(--remirror-table-delete-row-column-button-y) - 9px)}.squiz-fte-scope .remirror-table-with-controllers{height:1px;margin-bottom:40px;margin-top:40px}.squiz-fte-scope .ProseMirror table.remirror-table-with-controllers{overflow:visible}.squiz-fte-scope .remirror-table-waitting-controllers{display:none}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type{height:12px;overflow:visible}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type{cursor:pointer;height:12px;overflow:visible;padding:0;position:relative;width:12px;z-index:15}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-wrapper{align-items:flex-end;display:flex;height:12px;justify-content:flex-end;overflow:visible;width:12px}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-trigger-area{display:none;flex:1;position:relative;z-index:10}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-mark-row-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;bottom:-2px;height:0;left:-12px;position:absolute;width:0}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:first-of-type div.remirror-table-controller-mark-column-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;height:0;position:absolute;right:-2px;top:-12px;width:0}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2){cursor:pointer;height:12px;overflow:visible;padding:0;position:relative;z-index:15}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-wrapper{align-items:flex-end;display:flex;flex-direction:row;height:12px;justify-content:flex-end;overflow:visible;width:100%}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-trigger-area{flex:1;height:36px;position:relative;z-index:10}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-mark-row-corner{display:none}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:first-of-type th:nth-of-type(n+2) div.remirror-table-controller-mark-column-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;height:0;position:absolute;right:-2px;top:-12px;width:0}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th{cursor:pointer;overflow:visible;padding:0;position:relative;width:12px;z-index:15}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-wrapper{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:visible;width:12px}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-trigger-area{flex:1;position:relative;width:36px;z-index:10}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-row-corner{border:2px solid var(--rmr-color-table-mark);border-radius:50%;bottom:-2px;height:0;left:-12px;position:absolute;width:0}.squiz-fte-scope .remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-column-corner{display:none}.squiz-fte-scope .remirror-table-tbody-with-controllers th.remirror-table-controller{background-color:var(--rmr-color-table-default-controller)}.squiz-fte-scope .remirror-table-tbody-with-controllers th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-selected-controller)}.squiz-fte-scope .remirror-table-show-predelete td.selectedCell,.squiz-fte-scope .remirror-table-show-predelete th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-predelete-cell)!important;border-color:var(--rmr-color-table-predelete-border)!important}.squiz-fte-scope .remirror-table-show-predelete th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.squiz-fte-scope .remirror-table-show-predelete.remirror-table-preselect-all td,.squiz-fte-scope .remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller{background-color:var(--rmr-color-table-predelete-cell)!important;border-color:var(--rmr-color-table-predelete-border)!important}.squiz-fte-scope .remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.squiz-fte-scope__editor--focused .remirror-table-insert-button.remirror-controllers-toggle{margin-top:50px}.squiz-fte-scope__editor--focused-with-children .remirror-table-insert-button.remirror-controllers-toggle{margin-top:80px}.squiz-fte-scope .editor-toolbar,.squiz-fte-scope__floating-popover{background-color:transparent;border-top-left-radius:8px;border-top-right-radius:8px}.squiz-fte-scope .editor-toolbar__tools{--tw-border-opacity:1;border-bottom:2px;border-color:rgb(237 237 237/var(--tw-border-opacity));border-style:solid;display:flex;flex-wrap:wrap;justify-items:center;padding:.25rem;width:100%}.squiz-fte-scope .editor-toolbar__tools>:not(:first-child,.MuiDivider-root){margin:0 0 0 2px}.squiz-fte-scope .editor-toolbar__tools .MuiDivider-root{border-width:1px;height:auto;margin:0 2px 0 .25rem}.squiz-fte-scope .editor-toolbar__tools .squiz-fte-btn{font-weight:700;padding:.25rem}.squiz-fte-scope .editor-toolbar__tools .squiz-fte-btn~.squiz-fte-btn{margin-left:2px}.squiz-fte-scope .editor-toolbar .content-tools-dropdown--disabled,.squiz-fte-scope__floating-popover .content-tools-dropdown--disabled{cursor:not-allowed;filter:grayscale(100%);padding:6px 8px}.squiz-fte-scope .header-toolbar{max-height:0;opacity:0;transition-duration:.3s;transition-property:max-height,opacity;transition-timing-function:ease-out}.squiz-fte-scope .header-toolbar.show-toolbar{max-height:108px;opacity:1}.squiz-fte-scope__floating-popover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(237 237 237/var(--tw-border-opacity));border-radius:6px;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);display:flex;padding:.25rem}.squiz-fte-scope__floating-popover .MuiDivider-root{margin-bottom:0;margin-top:0}.squiz-fte-scope button.squiz-fte-btn{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:none;border:1px solid transparent;border-radius:8px;color:rgb(112 112 112/var(--tw-text-opacity));cursor:pointer;display:flex;font-weight:700;padding:6px 12px;text-align:center;touch-action:manipulation;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear;vertical-align:middle;white-space:nowrap}.squiz-fte-scope button.squiz-fte-btn--is-icon{padding:6px}.squiz-fte-scope button.squiz-fte-btn~.squiz-fte-btn{margin-left:2px}.squiz-fte-scope button.squiz-fte-btn.disabled,.squiz-fte-scope button.squiz-fte-btn[disabled]{cursor:not-allowed;opacity:.5}.squiz-fte-scope button.squiz-fte-btn:focus,.squiz-fte-scope button.squiz-fte-btn:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope button.squiz-fte-btn--is-active,.squiz-fte-scope button.squiz-fte-btn:active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity));color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-fte-scope .toolbar-dropdown__button{--tw-text-opacity:1;align-items:center;align-self:center;border-radius:8px;color:rgb(112 112 112/var(--tw-text-opacity));display:flex;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;height:2rem;padding-left:.5rem}.squiz-fte-scope .toolbar-dropdown__button:active,.squiz-fte-scope .toolbar-dropdown__button:focus,.squiz-fte-scope .toolbar-dropdown__button:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope .toolbar-dropdown__button .toolbar-dropdown__label{display:inline-flex;width:7rem}.squiz-fte-scope .toolbar-dropdown__button .toolbar-dropdown__icon{height:1.5rem;width:1rem}.squiz-fte-scope .toolbar-dropdown__menu{--tw-border-opacity:1;--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 4px 2px rgba(0,0,0,.08);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 4px 2px var(--tw-shadow-color);border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);margin-top:.75rem;position:absolute}.squiz-fte-scope .dropdown-button{--tw-text-opacity:1;align-items:center;color:rgb(112 112 112/var(--tw-text-opacity));display:flex;height:40px;justify-content:space-between;padding:.25rem .5rem;width:100%}.squiz-fte-scope .dropdown-button:focus,.squiz-fte-scope .dropdown-button:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope .dropdown-button svg{font-size:18px}.squiz-fte-scope .dropdown-button .dropdown-button-label{align-items:center;display:flex;font-size:14px;gap:5px}.squiz-fte-scope .squiz-fte-checkbox{--tw-text-opacity:1;align-items:center;color:rgb(61 61 61/var(--tw-text-opacity));display:flex;font-size:14px;gap:.75rem;margin-top:.75rem}.squiz-fte-scope .squiz-fte-checkbox .checkbox{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.squiz-fte-scope .squiz-fte-checkbox .checkbox svg{width:100%}.squiz-fte-scope .collapse-box{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-radius:.5rem;color:rgb(61 61 61/var(--tw-text-opacity));padding:.5rem}.squiz-fte-scope .collapse-box__header{align-items:center;display:flex;width:100%}.squiz-fte-scope .collapse-box__label{margin-left:.5rem;margin-right:auto;text-align:left}.squiz-fte-scope .collapse-box__icon{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-fte-scope .collapse-box__icon--warning{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-fte-scope .collapse-box__content{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.5rem;margin-top:.5rem;padding:.5rem}.squiz-fte-scope .squiz-fte-modal{--tw-bg-opacity:1;--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 24px 12px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 24px 12px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:8px;border-width:0;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);display:flex;flex-direction:column;font-family:Open Sans,Arial,sans-serif;width:100%}.squiz-fte-scope .squiz-fte-modal-wrapper{align-items:center;bottom:0;display:flex;justify-content:center;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:50}.squiz-fte-scope .squiz-fte-modal-wrapper,.squiz-fte-scope .squiz-fte-modal-wrapper:focus{outline:2px solid transparent;outline-offset:2px}.squiz-fte-scope .squiz-fte-modal-header{align-items:flex-start;display:flex;justify-content:space-between}.squiz-fte-scope .squiz-fte-modal-content{flex:1 1 auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}.squiz-fte-scope .squiz-fte-modal-footer{align-items:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;justify-content:flex-end}.squiz-fte-scope .squiz-fte-modal-footer__button{font-size:.875rem;font-weight:700}.squiz-fte-scope .editor-toolbar__tools .squiz-fte-modal-footer__button{font-weight:700;padding:.25rem}.squiz-fte-scope .editor-toolbar__tools .squiz-fte-modal-footer__button~.squiz-fte-btn{margin-left:2px}.squiz-fte-scope button.squiz-fte-modal-footer__button{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:none;border:1px solid transparent;border-radius:8px;color:rgb(112 112 112/var(--tw-text-opacity));cursor:pointer;display:flex;font-weight:700;padding:6px 12px;text-align:center;touch-action:manipulation;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear;vertical-align:middle;white-space:nowrap}.squiz-fte-scope button.squiz-fte-modal-footer__button~.squiz-fte-btn{margin-left:2px}.squiz-fte-scope button.squiz-fte-modal-footer__button.disabled,.squiz-fte-scope button.squiz-fte-modal-footer__button[disabled]{cursor:not-allowed;opacity:.5}.squiz-fte-scope button.squiz-fte-modal-footer__button:focus,.squiz-fte-scope button.squiz-fte-modal-footer__button:hover{background-color:rgba(0,0,0,.04)}.squiz-fte-scope button.squiz-fte-modal-footer__button:active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity));color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-fte-scope .content-tools-dropdown .sds-button-icon svg{fill:none!important}.squiz-fte-scope .content-tools-dropdown .sds-dropdown{left:auto;margin-left:-2rem;margin-top:.45rem;right:auto;top:auto;width:188px}.squiz-fte-scope .content-tools-dropdown .sds-dropdown .sds-dropdown-heading{background-color:#f5f5f5;border-radius:.25rem;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;padding:.25rem .5rem;pointer-events:none;text-transform:none}.squiz-fte-scope .content-tools-dropdown .sds-dropdown .sds-dropdown-section{border-bottom:none;border-top:1px solid #ededed;margin-bottom:0;padding-top:.25rem}.squiz-fte-scope .content-tools-dropdown .sds-dropdown .sds-dropdown-section .sds-dropdown-label{color:#4f4f4f;font-size:.8125rem;line-height:1rem}.squiz-fte-scope .content-tools-dropdown .sds-dropdown.active{display:block;padding:.25rem}.squiz-fte-scope .hover\:bg-blue-400:hover{--tw-bg-opacity:1!important;background-color:rgb(4 73 133/var(--tw-bg-opacity))!important}.squiz-fte-scope .hover\:bg-gray-100:hover{--tw-bg-opacity:1!important;background-color:rgb(245 245 245/var(--tw-bg-opacity))!important}.squiz-fte-scope .hover\:bg-gray-300:hover{--tw-bg-opacity:1!important;background-color:rgb(224 224 224/var(--tw-bg-opacity))!important}.squiz-fte-scope .focus\:border-blue-300:focus{--tw-border-opacity:1!important;border-color:rgb(7 116 210/var(--tw-border-opacity))!important}.squiz-fte-scope .focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}/*! Bundled license information:

@squiz/sds/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)

@squiz/dxp-content-tools-modal/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)
*/.squiz-fte-scope .remirror-editor.ProseMirror td,.squiz-fte-scope .remirror-editor.ProseMirror th{border:1px solid #222}.squiz-rb-scope code[class*=language-]:not(.squiz-rb-plugin *),.squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}.squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){margin:.5em 0;overflow:auto;padding:1em}.squiz-rb-scope :not(pre)>code[class*=language-]:not(.squiz-rb-plugin *),.squiz-rb-scope pre[class*=language-]:not(.squiz-rb-plugin *){background:#2d2d2d}.squiz-rb-scope :not(pre)>code[class*=language-]:not(.squiz-rb-plugin *){border-radius:.3em;padding:.1em;white-space:normal}.squiz-rb-scope .token.block-comment:not(.squiz-rb-plugin *),.squiz-rb-scope .token.cdata:not(.squiz-rb-plugin *),.squiz-rb-scope .token.comment:not(.squiz-rb-plugin *),.squiz-rb-scope .token.doctype:not(.squiz-rb-plugin *),.squiz-rb-scope .token.prolog:not(.squiz-rb-plugin *){color:#999}.squiz-rb-scope .token.punctuation:not(.squiz-rb-plugin *){color:#ccc}.squiz-rb-scope .token.attr-name:not(.squiz-rb-plugin *),.squiz-rb-scope .token.deleted:not(.squiz-rb-plugin *),.squiz-rb-scope .token.namespace:not(.squiz-rb-plugin *),.squiz-rb-scope .token.tag:not(.squiz-rb-plugin *){color:#e2777a}.squiz-rb-scope .token.function-name:not(.squiz-rb-plugin *){color:#6196cc}.squiz-rb-scope .token.boolean:not(.squiz-rb-plugin *),.squiz-rb-scope .token.function:not(.squiz-rb-plugin *),.squiz-rb-scope .token.number:not(.squiz-rb-plugin *){color:#f08d49}.squiz-rb-scope .token.class-name:not(.squiz-rb-plugin *),.squiz-rb-scope .token.constant:not(.squiz-rb-plugin *),.squiz-rb-scope .token.property:not(.squiz-rb-plugin *),.squiz-rb-scope .token.symbol:not(.squiz-rb-plugin *){color:#f8c555}.squiz-rb-scope .token.atrule:not(.squiz-rb-plugin *),.squiz-rb-scope .token.builtin:not(.squiz-rb-plugin *),.squiz-rb-scope .token.important:not(.squiz-rb-plugin *),.squiz-rb-scope .token.keyword:not(.squiz-rb-plugin *),.squiz-rb-scope .token.selector:not(.squiz-rb-plugin *){color:#cc99cd}.squiz-rb-scope .token.attr-value:not(.squiz-rb-plugin *),.squiz-rb-scope .token.char:not(.squiz-rb-plugin *),.squiz-rb-scope .token.regex:not(.squiz-rb-plugin *),.squiz-rb-scope .token.string:not(.squiz-rb-plugin *),.squiz-rb-scope .token.variable:not(.squiz-rb-plugin *){color:#7ec699}.squiz-rb-scope .token.entity:not(.squiz-rb-plugin *),.squiz-rb-scope .token.operator:not(.squiz-rb-plugin *),.squiz-rb-scope .token.url:not(.squiz-rb-plugin *){color:#67cdcc}.squiz-rb-scope .token.bold:not(.squiz-rb-plugin *),.squiz-rb-scope .token.important:not(.squiz-rb-plugin *){font-weight:700}.squiz-rb-scope .token.italic:not(.squiz-rb-plugin *){font-style:italic}.squiz-rb-scope .token.entity:not(.squiz-rb-plugin *){cursor:help}.squiz-rb-scope .token.inserted:not(.squiz-rb-plugin *){color:green}.squiz-rb-scope .sds-button:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-card-link:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-dropdown-button:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-select-field__button:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-rb-scope .svg-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-rb-scope .svg-wrapper--custom-color-icon svg:not(.squiz-rb-plugin *){fill:currentcolor}.squiz-rb-scope .sds-accordion-container:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:1rem;position:relative;text-align:left;text-transform:none;width:100%}.squiz-rb-scope .sds-accordion-container--basic:not(.squiz-rb-plugin *){box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-rb-scope .sds-accordion-container--basic .sds-accordion-header:not(.squiz-rb-plugin *):after{content:none}.squiz-rb-scope .sds-accordion-container.active .sds-accordion-header:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0}.squiz-rb-scope .sds-accordion-container.active .sds-accordion-icon:not(.squiz-rb-plugin *){transform:translateY(-50%) rotate(90deg)}.squiz-rb-scope .sds-accordion-container.active .sds-accordion-content:not(.squiz-rb-plugin *){border-radius:0 0 .25rem .25rem;height:auto;padding:1rem}.squiz-rb-scope .sds-accordion-content:not(.squiz-rb-plugin *){background:#f7f7f7;height:0;overflow:hidden;padding:0 1rem;transition:all .3s ease}.squiz-rb-scope .sds-accordion-footer:not(.squiz-rb-plugin *){border-top:1px solid #ededed}.squiz-rb-scope .sds-accordion-header:not(.squiz-rb-plugin *){background-color:#fff;border:none;border-radius:.25rem;color:#707070;padding:1.25rem 1rem;position:static}.squiz-rb-scope button.sds-accordion-header:not(.squiz-rb-plugin *){text-align:left;width:100%}.squiz-rb-scope .sds-accordion-header-content:not(.squiz-rb-plugin *){position:relative}.squiz-rb-scope .sds-accordion-toggle:not(.squiz-rb-plugin *){background-color:#fff;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;width:100%}.squiz-rb-scope .sds-accordion-icon:not(.squiz-rb-plugin *){color:#707070;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transition:all .3s ease}@media screen and (min-width:1024px){.squiz-rb-scope .sds-accordion-container:not(.squiz-rb-plugin *){box-shadow:none}.squiz-rb-scope .sds-accordion-container--basic:not(.squiz-rb-plugin *){box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-rb-scope .sds-accordion-header:not(.squiz-rb-plugin *):after{border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:100%}.squiz-rb-scope .sds-accordion-header:hover:not(.squiz-rb-plugin *):after{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}}.squiz-rb-scope .sds-activity-log__timestamp:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-scope .sds-alert__wrapper:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-radius:.25rem;display:flex;flex-wrap:wrap;padding:.5rem .75rem .5rem .5rem}.squiz-rb-scope .sds-alert__body-header:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-alert__body:not(.squiz-rb-plugin *){display:flex;max-width:100%}.squiz-rb-scope .sds-alert__body--header:not(.squiz-rb-plugin *){flex-direction:column}.squiz-rb-scope .sds-alert__body--header h3:not(.squiz-rb-plugin *){margin:0}.squiz-rb-scope .sds-alert__icon-container:not(.squiz-rb-plugin *){align-self:baseline;margin-right:.5rem}.squiz-rb-scope .sds-alert__content:not(.squiz-rb-plugin *){color:#3d3d3d;display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:.125rem;padding-right:.375rem}.squiz-rb-scope .sds-alert__title:not(.squiz-rb-plugin *){flex-shrink:0;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.5rem;margin:0 .5rem 0 0;max-width:100%}.squiz-rb-scope .sds-alert__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-alert__buttons:not(.squiz-rb-plugin *){display:flex;margin-bottom:.375rem;margin-top:1rem;place-content:flex-end;width:100%}.squiz-rb-scope .sds-alert--dark:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-rb-scope .sds-alert-type--help.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#f0ecf7}.squiz-rb-scope .sds-alert-type--help svg:not(.squiz-rb-plugin *){fill:#6b47b4}.squiz-rb-scope .sds-alert-type--custom.sds-alert--has-bg-color:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-alert-type--info.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#e6f4f6}.squiz-rb-scope .sds-alert-type--custom svg:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-alert-type--info svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-rb-scope .sds-alert-type--warning.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fcf0e5;margin:2px}.squiz-rb-scope .sds-alert-type--warning svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-rb-scope .sds-alert-type--report.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fae9e8}.squiz-rb-scope .sds-alert-type--report svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-alert-type--assistant.sds-alert--has-bg-color:not(.squiz-rb-plugin *){background-color:#fdf7e9}.squiz-rb-scope .sds-alert-type--assistant svg:not(.squiz-rb-plugin *){fill:#efb324}@media screen and (min-width:576px){.squiz-rb-scope .sds-alert__wrapper:not(.squiz-rb-plugin *){flex-wrap:nowrap;justify-content:space-between}.squiz-rb-scope .sds-alert__buttons:not(.squiz-rb-plugin *){margin:0 0 0 1rem;width:auto}}.squiz-rb-scope .sds-table--api tbody:not(.squiz-rb-plugin *){position:relative}.squiz-rb-scope .sds-table--api .sds-table__empty-row:not(.squiz-rb-plugin *){height:5rem}.squiz-rb-scope .sds-table--api .sds-table__row--selected:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-rb-scope .sds-table--api .sds-table__row--selectable:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-table--api .sds-table__th--selectable:not(.squiz-rb-plugin *){cursor:pointer}.squiz-rb-scope .sds-table--api .sds-table__th--selectable .sds-table__th-content:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-table--api .sds-table__th--selectable div:not(.squiz-rb-plugin *){line-height:0}.squiz-rb-scope .sds-table--api .checkbox-cell:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-table--api .checkbox-cell div:not(.squiz-rb-plugin *){line-height:0}.squiz-rb-scope .sds-table--api .loading:not(.squiz-rb-plugin *){background:hsla(0,0%,100%,.7);border:none;height:100%;position:absolute;top:0;width:100%;z-index:1}.squiz-rb-scope .sds-table--api .sds-table__loader-row:not(.squiz-rb-plugin *){position:unset}.squiz-rb-scope .sds-table--api .sds-table__pagination:not(.squiz-rb-plugin *){padding:1.25rem 1rem}.squiz-rb-scope .sds-table--api .sds-table__navigator button:nth-child(2):not(.squiz-rb-plugin *){margin-left:1.5rem}.squiz-rb-scope .sds-table--loading:not(.squiz-rb-plugin *){display:grid;place-items:center}.squiz-rb-scope .sds-avatar:not(.squiz-rb-plugin *){align-items:center;background-color:#26324b;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-family:Asap,sans-serif;justify-content:center}.squiz-rb-scope .sds-avatar.size--lg:not(.squiz-rb-plugin *){font-size:3rem;height:6.25rem;width:6.25rem}.squiz-rb-scope .sds-avatar.size--lg svg:not(.squiz-rb-plugin *){height:3.75rem;width:3.75rem}.squiz-rb-scope .sds-avatar.size--md:not(.squiz-rb-plugin *){font-size:1.875rem;height:4rem;width:4rem}.squiz-rb-scope .sds-avatar.size--md svg:not(.squiz-rb-plugin *){height:2.25rem;width:2.25rem}.squiz-rb-scope .sds-avatar.size--sm:not(.squiz-rb-plugin *){font-size:1rem;height:2.25rem;width:2.25rem}.squiz-rb-scope .sds-avatar.size--xs:not(.squiz-rb-plugin *){font-size:.875rem;height:1.875rem;width:1.875rem}.squiz-rb-scope .sds-avatar.size--xs svg:not(.squiz-rb-plugin *){height:1.25rem;width:1.25rem}.squiz-rb-scope .sds-avatar.size--xxs:not(.squiz-rb-plugin *){font-size:.6875rem;height:1.5rem;width:1.5rem}.squiz-rb-scope .sds-avatar.size--xxs svg:not(.squiz-rb-plugin *){height:1rem;width:1rem}.squiz-rb-scope .sds-avatar-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-avatar-photo:not(.squiz-rb-plugin *){background-size:cover}.squiz-rb-scope .sds-avatar-button:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-rb-scope .sds-badge:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-rb-scope .sds-badge.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--strong:not(.squiz-rb-plugin *){background:#e0e0e0}.squiz-rb-scope .sds-badge.badge--action:not(.squiz-rb-plugin *){background:#fff;border:1px solid #0774d2;color:#0774d2}.squiz-rb-scope .sds-badge.badge--action.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--action.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--action.badge--strong:not(.squiz-rb-plugin *){background:#0774d2;color:#fff}.squiz-rb-scope .sds-badge.badge--success:not(.squiz-rb-plugin *){background:#fff;border:1px solid #098934;color:#098934}.squiz-rb-scope .sds-badge.badge--success.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--success.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--success.badge--strong:not(.squiz-rb-plugin *){background:#098934;color:#fff}.squiz-rb-scope .sds-badge.badge--info:not(.squiz-rb-plugin *){background:#fff;border:1px solid #057e91;color:#057e91}.squiz-rb-scope .sds-badge.badge--info.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--info.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--info.badge--strong:not(.squiz-rb-plugin *){background:#057e91;color:#fff}.squiz-rb-scope .sds-badge.badge--warning:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e96900;color:#e96900}.squiz-rb-scope .sds-badge.badge--warning.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--warning.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--warning.badge--strong:not(.squiz-rb-plugin *){background:#e96900;color:#fff}.squiz-rb-scope .sds-badge.badge--danger:not(.squiz-rb-plugin *){background:#fff;border:1px solid #d72321;color:#d72321}.squiz-rb-scope .sds-badge.badge--danger.badge--combination .sds-badge-label--left:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--danger.badge--combination-alt .sds-badge-label--right:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-badge.badge--danger.badge--strong:not(.squiz-rb-plugin *){background:#d72321;color:#fff}.squiz-rb-scope .sds-badge-label:not(.squiz-rb-plugin *){display:inline-block;max-width:12.25rem;overflow-x:hidden;padding:.0625rem .5rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.squiz-rb-scope .sds-breadcrumbs__wrapper span:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;white-space:nowrap}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-button.sds-breadcrumbs__button:not(.squiz-rb-plugin *){padding:.375rem 0}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:center}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(:first-child):not(.squiz-rb-plugin *):before{color:#707070;content:"/";font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding-left:.75rem;padding-right:.75rem}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow:not(.squiz-rb-plugin *){padding:.125rem}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:not(.squiz-rb-plugin *){text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;text-underline-offset:.5rem;transition:-webkit-text-decoration-color .5s;transition:text-decoration-color .5s;transition:text-decoration-color .5s,-webkit-text-decoration-color .5s}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:hover:not(.squiz-rb-plugin *){background-color:unset;-webkit-text-decoration-color:unset;text-decoration-color:unset}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current:not(.squiz-rb-plugin *){overflow-x:hidden}.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current span:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575px){.squiz-rb-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__button .sds-button-icon>svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-rb-scope .sds-breadcrumbs__wrapper span:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}}.squiz-rb-scope .sds-button:not(.squiz-rb-plugin *){border-radius:.25rem;padding:.5rem .75rem;transition:background-color .3s ease}.squiz-rb-scope .sds-button .button--content:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-button:disabled:not(.squiz-rb-plugin *){cursor:default;opacity:.5;pointer-events:none}.squiz-rb-scope .sds-button.button--icon:not(.squiz-rb-plugin *){padding:.375rem .5rem}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--white>svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--offwhite>svg:not(.squiz-rb-plugin *){fill:#d9d9d9}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-50>svg:not(.squiz-rb-plugin *){fill:#f7f7f7}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-100>svg:not(.squiz-rb-plugin *){fill:#f5f5f5}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-200>svg:not(.squiz-rb-plugin *){fill:#ededed}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-300>svg:not(.squiz-rb-plugin *){fill:#e0e0e0}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-400>svg:not(.squiz-rb-plugin *){fill:#bababa}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-500>svg:not(.squiz-rb-plugin *){fill:#949494}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-600>svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-700>svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-800>svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-900>svg:not(.squiz-rb-plugin *){fill:#2b2b2b}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--black>svg:not(.squiz-rb-plugin *){fill:#000}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-100>svg:not(.squiz-rb-plugin *){fill:#e6f1fa}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-200>svg:not(.squiz-rb-plugin *){fill:#8fc0eb}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-300>svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-400>svg:not(.squiz-rb-plugin *){fill:#044985}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-100>svg:not(.squiz-rb-plugin *){fill:#e7f4ec}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-200>svg:not(.squiz-rb-plugin *){fill:#95d0a9}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-300>svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-400>svg:not(.squiz-rb-plugin *){fill:#0a4a20}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-100>svg:not(.squiz-rb-plugin *){fill:#fcf0e5}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-200>svg:not(.squiz-rb-plugin *){fill:#f5bb8c}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-300>svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-400>svg:not(.squiz-rb-plugin *){fill:#8f4000}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-100>svg:not(.squiz-rb-plugin *){fill:#fae9e8}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-200>svg:not(.squiz-rb-plugin *){fill:#ec9c9b}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-300>svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-400>svg:not(.squiz-rb-plugin *){fill:#6b1211}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-100>svg:not(.squiz-rb-plugin *){fill:#f0ecf7}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-200>svg:not(.squiz-rb-plugin *){fill:#bcacdd}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-300>svg:not(.squiz-rb-plugin *){fill:#6b47b4}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-400>svg:not(.squiz-rb-plugin *){fill:#3e2969}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-100>svg:not(.squiz-rb-plugin *){fill:#e6f4f6}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-200>svg:not(.squiz-rb-plugin *){fill:#8fd0d9}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-300>svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-400>svg:not(.squiz-rb-plugin *){fill:#024752}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-100>svg:not(.squiz-rb-plugin *){fill:#fdf7e9}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-200>svg:not(.squiz-rb-plugin *){fill:#f7dd9c}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-300>svg:not(.squiz-rb-plugin *){fill:#efb324}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-400>svg:not(.squiz-rb-plugin *){fill:#a17917}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-100>svg:not(.squiz-rb-plugin *){fill:#f8ebf6}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-200>svg:not(.squiz-rb-plugin *){fill:#dfa7d8}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-300>svg:not(.squiz-rb-plugin *){fill:#b93da9}.squiz-rb-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-400>svg:not(.squiz-rb-plugin *){fill:#6e2464}.squiz-rb-scope .sds-button.button--round:not(.squiz-rb-plugin *){border-radius:1rem}.squiz-rb-scope .sds-button.button--icon-round:not(.squiz-rb-plugin *){border-radius:50%;padding:.375rem}.squiz-rb-scope .sds-button.button--lite:not(.squiz-rb-plugin *){padding:0}.squiz-rb-scope .sds-button.button--wide:not(.squiz-rb-plugin *){width:100%}.squiz-rb-scope .sds-button.button--wide .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-rb-scope .sds-button.button--loading:not(.squiz-rb-plugin *){cursor:default;pointer-events:none;position:relative}.squiz-rb-scope .sds-button.button--loading .button--spinner-container:not(.squiz-rb-plugin *){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.squiz-rb-scope .sds-button.button--loading .button--content:not(.squiz-rb-plugin *){visibility:hidden}.squiz-rb-scope .sds-button.button--default.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--default.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-rb-scope .sds-button.button--default.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-rb-scope .sds-button.button--default.button--transparent:not(.squiz-rb-plugin *){color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--default.button--transparent.active:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-button.button--default.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-rb-scope .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-rb-scope .sds-button.button--primary.button--strong:not(.squiz-rb-plugin *){background:#0774d2;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--primary.button--strong:hover:not(.squiz-rb-plugin *){background-color:#0559a1}.squiz-rb-scope .sds-button.button--primary.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-button.button--primary.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#0774d2;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--primary.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-rb-scope .sds-button.button--primary.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-rb-scope .sds-button.button--primary.button--transparent:not(.squiz-rb-plugin *){color:#0774d2;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--primary.button--transparent.active:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-button.button--primary.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-rb-scope .sds-button.button--primary.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-rb-scope .sds-button.button--success.button--strong:not(.squiz-rb-plugin *){background:#098934;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--success.button--strong:hover:not(.squiz-rb-plugin *){background-color:#065922}.squiz-rb-scope .sds-button.button--success.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-button.button--success.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#098934;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--success.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-rb-scope .sds-button.button--success.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-rb-scope .sds-button.button--success.button--transparent:not(.squiz-rb-plugin *){color:#098934;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--success.button--transparent.active:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-button.button--success.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-rb-scope .sds-button.button--success.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-rb-scope .sds-button.button--danger.button--strong:not(.squiz-rb-plugin *){background:#d72321;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--danger.button--strong:hover:not(.squiz-rb-plugin *){background-color:#ab1c1a}.squiz-rb-scope .sds-button.button--danger.button--strong .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-button.button--danger.button--soft:not(.squiz-rb-plugin *){background:#e0e0e0;color:#d72321;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--danger.button--soft:hover:not(.squiz-rb-plugin *){background-color:#c7c7c7}.squiz-rb-scope .sds-button.button--danger.button--soft .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-button.button--danger.button--transparent:not(.squiz-rb-plugin *){color:#d72321;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-button.button--danger.button--transparent.active:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-button.button--danger.button--transparent:hover:not(.squiz-rb-plugin *){background-color:rgba(0,0,0,.04)}.squiz-rb-scope .sds-button.button--danger.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-button.button--toolbar:not(.squiz-rb-plugin *){margin-right:.5rem;padding:.5rem}.squiz-rb-scope .sds-button .sds-button-icon:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .sds-button .sds-button-icon+.sds-button-label:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-button .sds-button-label+.sds-button-icon:not(.squiz-rb-plugin *){margin-left:.5rem}.squiz-rb-scope .sds-button-list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-button-list li:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-rb-scope .sds-button-list li:last-child:not(.squiz-rb-plugin *){margin-right:0}.squiz-rb-scope .sds-button-list.button-list--wide:not(.squiz-rb-plugin *){flex-wrap:wrap}.squiz-rb-scope .sds-button-list.button-list--wide li:not(.squiz-rb-plugin *){margin-bottom:.5rem;margin-right:0;width:100%}.squiz-rb-scope .sds-button-list.button-list--wide .sds-button:not(.squiz-rb-plugin *){width:100%}.squiz-rb-scope .sds-button-list.button-list--middle:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-button-list.button-list--wide .sds-button .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-rb-scope .sds-button-list.button-list--space-between:not(.squiz-rb-plugin *){justify-content:space-between}.squiz-rb-scope .sds-button-list.button-list--right:not(.squiz-rb-plugin *){flex-direction:row-reverse}.squiz-rb-scope .sds-button-list.button-list--right li:not(.squiz-rb-plugin *){margin-left:.5rem;margin-right:0}.squiz-rb-scope .sds-button-list.button-list--right li:last-child:not(.squiz-rb-plugin *){margin-left:0}.squiz-rb-scope .sds-card-container:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;color:#3d3d3d;height:100%;width:16.5rem}.squiz-rb-scope .sds-card-container.card--standard:not(.squiz-rb-plugin *){border:1px solid #e0e0e0}.squiz-rb-scope .sds-card-container.card--button:not(.squiz-rb-plugin *){box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.squiz-rb-scope .sds-card-container.card--button a:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;height:100%;text-decoration:none}.squiz-rb-scope .sds-card-container.card--button:hover:not(.squiz-rb-plugin *){box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}.squiz-rb-scope .sds-card-link:not(.squiz-rb-plugin *){color:inherit;height:100%;text-align:left;width:100%}.squiz-rb-scope .sds-card:not(.squiz-rb-plugin *){display:flex;flex-direction:column;height:100%;padding:1.25rem}.squiz-rb-scope .sds-card-header:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:1rem}.squiz-rb-scope .sds-card-icon:not(.squiz-rb-plugin *){align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.25rem;width:4.5rem}.squiz-rb-scope .sds-card-icon svg:not(.squiz-rb-plugin *){height:2rem;width:2rem}.squiz-rb-scope .sds-card-icon.sds-card-type--danger:not(.squiz-rb-plugin *){background:#fae9e8}.squiz-rb-scope .sds-card-icon.sds-card-type--danger svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-card-icon.sds-card-type--info:not(.squiz-rb-plugin *){background:#e6f1fa}.squiz-rb-scope .sds-card-icon.sds-card-type--info svg:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-rb-scope .sds-card-icon.sds-card-type--success:not(.squiz-rb-plugin *){background:#e7f4ec}.squiz-rb-scope .sds-card-icon.sds-card-type--success svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-rb-scope .sds-card-body:not(.squiz-rb-plugin *){flex-grow:1}.squiz-rb-scope .sds-card-title:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-rb-scope .sds-card-title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-card-subtitle:not(.squiz-rb-plugin *){color:#707070;display:block;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-top:.75rem}.squiz-rb-scope .sds-card-content:not(.squiz-rb-plugin *){display:block;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:1.25rem}.squiz-rb-scope .sds-card-buttons:not(.squiz-rb-plugin *){margin-top:1.25rem}.squiz-rb-scope .sds-card-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-card-list>li:not(.squiz-rb-plugin *){margin-bottom:2rem}@media screen and (min-width:768px){.squiz-rb-scope .sds-card-list:not(.squiz-rb-plugin *){display:flex;flex-wrap:wrap}.squiz-rb-scope .sds-card-list>li:not(.squiz-rb-plugin *){margin-right:2rem}.squiz-rb-scope .sds-card-list>li:last-child:not(.squiz-rb-plugin *){margin-right:0}}.squiz-rb-scope .sds-chart:not(.squiz-rb-plugin *){padding:.25rem}.squiz-rb-scope .sds-chip:not(.squiz-rb-plugin *){align-items:center;display:flex;margin:.25rem}.squiz-rb-scope .sds-chip.chip--default.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem;color:#4f4f4f;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--default.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--default.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--default.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border-color:#bababa}.squiz-rb-scope .sds-chip.chip--default.chip--selection.active:not(.squiz-rb-plugin *){background:#e0e0e0}.squiz-rb-scope .sds-chip.chip--default.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-rb-scope .sds-chip.chip--default.chip--removable:not(.squiz-rb-plugin *){background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-rb-scope .sds-chip.chip--default.chip--removable svg:not(.squiz-rb-plugin *){fill:rgba(79,79,79,.5)}.squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-rb-scope .sds-chip.chip--default.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-scope .sds-chip.chip--grey.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--grey.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #4f4f4f;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--grey.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--grey.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-rb-scope .sds-chip.chip--grey.chip--selection.active:not(.squiz-rb-plugin *){background:#4f4f4f}.squiz-rb-scope .sds-chip.chip--grey.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--grey.chip--removable:not(.squiz-rb-plugin *){background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--grey.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-chip.chip--grey.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-scope .sds-chip.chip--blue.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--blue.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #0774d2;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--blue.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--blue.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#0774d2}.squiz-rb-scope .sds-chip.chip--blue.chip--selection.active:not(.squiz-rb-plugin *){background:#0774d2}.squiz-rb-scope .sds-chip.chip--blue.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--blue.chip--removable:not(.squiz-rb-plugin *){background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--blue.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-chip.chip--blue.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-scope .sds-chip.chip--blue .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-rb-scope .sds-chip.chip--green.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#098934;border:1px solid #098934;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--green.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #098934;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--green.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--green.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#098934}.squiz-rb-scope .sds-chip.chip--green.chip--selection.active:not(.squiz-rb-plugin *){background:#098934}.squiz-rb-scope .sds-chip.chip--green.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--green.chip--removable:not(.squiz-rb-plugin *){background:#098934;border:1px solid #098934;border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--green.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-chip.chip--green.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-scope .sds-chip.chip--green .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-rb-scope .sds-chip.chip--purple.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--purple.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #6b47b4;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--purple.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--purple.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#6b47b4}.squiz-rb-scope .sds-chip.chip--purple.chip--selection.active:not(.squiz-rb-plugin *){background:#6b47b4}.squiz-rb-scope .sds-chip.chip--purple.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--purple.chip--removable:not(.squiz-rb-plugin *){background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--purple.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-chip.chip--purple.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-scope .sds-chip.chip--purple .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-rb-scope .sds-chip.chip--red.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#d72321;border:1px solid #d72321;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--red.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #d72321;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--red.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--red.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#d72321}.squiz-rb-scope .sds-chip.chip--red.chip--selection.active:not(.squiz-rb-plugin *){background:#d72321}.squiz-rb-scope .sds-chip.chip--red.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--red.chip--removable:not(.squiz-rb-plugin *){background:#d72321;border:1px solid #d72321;border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--red.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-chip.chip--red.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-scope .sds-chip.chip--red .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-rb-scope .sds-chip.chip--pink.chip--navigation .sds-chip-label:not(.squiz-rb-plugin *){background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--pink.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){border:1px solid #b93da9;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-scope .sds-chip.chip--pink.chip--selection.active:not(.squiz-rb-plugin *){border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--pink.chip--selection .sds-chip-label:not(.squiz-rb-plugin *){color:#b93da9}.squiz-rb-scope .sds-chip.chip--pink.chip--selection.active:not(.squiz-rb-plugin *){background:#b93da9}.squiz-rb-scope .sds-chip.chip--pink.chip--selection.active .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--pink.chip--removable:not(.squiz-rb-plugin *){background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem}.squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){color:#fff}.squiz-rb-scope .sds-chip.chip--pink.chip--removable svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.5)}.squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-remover:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-chip.chip--pink.chip--removable .sds-chip-label:not(.squiz-rb-plugin *){max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-scope .sds-chip.chip--pink .sds-chip-remover:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #fff}.squiz-rb-scope .sds-chip.chip--icon .sds-chip-label:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-chip .sds-chip-icon:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .sds-chip .sds-chip-icon~.sds-chip-label--text:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-chip .sds-chip-icon~.sds-chip-label:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-chip .sds-chip-label--text~.sds-chip-icon:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-chip .sds-chip-label~.sds-chip-icon:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-rb-scope .sds-chip-label:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-rb-scope .sds-chip-remover:not(.squiz-rb-plugin *){margin-right:.125rem}.squiz-rb-scope .sds-chip-remover:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-rb-scope .sds-chip-list:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.squiz-rb-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active:not(.squiz-rb-plugin *),.squiz-rb-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn:not(.squiz-rb-plugin *){background-color:#4f4f4f;color:#fff}.squiz-rb-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active svg:not(.squiz-rb-plugin *),.squiz-rb-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .chip-filter:not(.squiz-rb-plugin *){position:relative}.squiz-rb-scope .chip-filter .sds-button.chip-filter__btn:not(.squiz-rb-plugin *){border-radius:3rem;color:#4f4f4f;font-weight:600;margin-bottom:.25rem;padding:.25rem .5rem}.squiz-rb-scope .chip-filter .sds-button.chip-filter__btn svg:not(.squiz-rb-plugin *){fill:#4f4f4f;height:1.25rem;width:1.25rem}.squiz-rb-scope .chip-filter--no-icon .chip-filter__btn-content:not(.squiz-rb-plugin *){padding-left:.25rem}.squiz-rb-scope .chip-filter--radio-simplified .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *),.squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-option button[role=radio]:not(.squiz-rb-plugin *){display:none}.squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-item:not(.squiz-rb-plugin *){cursor:pointer;transition:background-color .3s ease-in-out}.squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-item:hover:not(.squiz-rb-plugin *){background-color:#ededed}.squiz-rb-scope .chip-filter--radio-simplified .sds-form-control-option:not(.squiz-rb-plugin *){padding-left:1.25rem}.squiz-rb-scope .chip-filter__btn-content:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.25rem}.squiz-rb-scope .chip-filter__btn-content .closed:not(.squiz-rb-plugin *),.squiz-rb-scope .chip-filter__btn-content .open:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .chip-filter__btn-content .closed:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-rb-scope .chip-filter__btn-content .open:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-rb-scope .chip-filter__dropdown:not(.squiz-rb-plugin *){background-color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.squiz-rb-scope .chip-filter__dropdown-body:not(.squiz-rb-plugin *),.squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){padding:.5rem .75rem}.squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}.squiz-rb-scope .chip-filter__dropdown-header svg:not(.squiz-rb-plugin *){fill:#707070}.squiz-rb-scope .chip-filter__dropdown-header h3:not(.squiz-rb-plugin *){color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-rb-scope .chip-filter__dropdown-header .chip-filter__dropdown-title:not(.squiz-rb-plugin *){padding-left:1.25rem}.squiz-rb-scope .chip-filter__dropdown-body:not(.squiz-rb-plugin *){max-height:17rem;overflow-y:auto}.squiz-rb-scope .chip-filter__dropdown-body h4:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-scope .chip-filter__dropdown--open:not(.squiz-rb-plugin *){display:flex;flex-direction:column}.squiz-rb-scope .chip-filter__dropdown .sds-form-field:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope .chip-filter__dropdown .sds-form-control-item:not(.squiz-rb-plugin *){padding:.5rem 0}.squiz-rb-scope .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0;display:flex;gap:.5rem;margin-top:auto;padding:1.5rem 1rem;width:100%}.squiz-rb-scope .chip-filter__dropdown-btn-container--centered:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .chip-filter__dropdown-btn-container--centered>button:not(.squiz-rb-plugin *){flex-grow:1}.squiz-rb-scope .chip-filter__dropdown-btn-container .button--content:not(.squiz-rb-plugin *){justify-content:center}.squiz-rb-scope .chip-filter__btn-counter:not(.squiz-rb-plugin *){align-items:center;background-color:#fff;border-radius:100%;color:#4f4f4f;display:flex;font-size:.8125rem;height:16px;justify-content:center;margin:0 .125rem;text-transform:capitalize;width:16px}@media screen and (min-width:576px){.squiz-rb-scope .chip-filter__dropdown:not(.squiz-rb-plugin *){border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);height:unset;left:0;position:absolute;top:unset;width:220px;z-index:2}.squiz-rb-scope .chip-filter__dropdown-body h4:not(.squiz-rb-plugin *),.squiz-rb-scope .chip-filter__dropdown-header:not(.squiz-rb-plugin *){display:none}.squiz-rb-scope .chip-filter__dropdown-btn-container:not(.squiz-rb-plugin *){justify-content:flex-end;margin-top:unset;padding:.5rem .75rem}.squiz-rb-scope .chip-filter__dropdown-btn--reset:not(.squiz-rb-plugin *){display:none}}@media screen and (max-width:575px){.squiz-rb-scope .chip-filter__dropdown-btn-container button:not(.squiz-rb-plugin *){width:100%}}.squiz-rb-scope .sds-code-snippet:not(.squiz-rb-plugin *){display:flex;flex-direction:column;max-height:12.5rem;max-width:25rem}.squiz-rb-scope .sds-code-snippet__header:not(.squiz-rb-plugin *){align-items:center;background-color:#4f4f4f;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}.squiz-rb-scope .sds-code-snippet__header svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-code-snippet__title:not(.squiz-rb-plugin *){color:#fff;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-scope .sds-code-snippet__copy-btn:not(.squiz-rb-plugin *){align-items:center;color:#d9d9d9;display:flex;gap:.5rem;margin-left:auto}.squiz-rb-scope .sds-code-snippet__copy-btn:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;margin:0;padding:.5rem;scrollbar-color:#d9d9d9 #2b2b2b;scrollbar-width:2.5rem}.squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar{background:#2b2b2b}.squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.5rem;min-height:2.5rem}.squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb:hover{background:silver}.squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-thumb:active{background:#a6a6a6}.squiz-rb-scope .sds-code-snippet pre:not(.squiz-rb-plugin *)::-webkit-scrollbar-corner{background:#2b2b2b}.squiz-rb-scope .sds-code-snippet code:not(.squiz-rb-plugin *){font-size:.6875rem}.squiz-rb-scope .react-js-cron:not(.squiz-rb-plugin *){align-items:flex-start;display:flex;flex-wrap:wrap}.squiz-rb-scope .react-js-cron-field:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron>div:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .react-js-cron-field:not(.squiz-rb-plugin *){margin-bottom:10px}.squiz-rb-scope .react-js-cron-field>span:not(.squiz-rb-plugin *),.squiz-rb-scope div.react-js-cron-select:not(.squiz-rb-plugin *){margin-left:5px}.squiz-rb-scope .react-js-cron-select.react-js-cron-select-no-prefix:not(.squiz-rb-plugin *){margin-left:0}.squiz-rb-scope div.react-js-cron-error .react-js-cron-select .ant-select-selector:not(.squiz-rb-plugin *){background:#fff6f6;border-color:#ff4d4f}.squiz-rb-scope div.react-js-cron-custom-select:not(.squiz-rb-plugin *){min-width:70px;z-index:1}.squiz-rb-scope div.react-js-cron-error div.react-js-cron-custom-select:not(.squiz-rb-plugin *){background:#fff6f6}.squiz-rb-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector:not(.squiz-rb-plugin *){padding-left:11px;padding-right:30px}.squiz-rb-scope .react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector:not(.squiz-rb-plugin *){padding-right:11px}.squiz-rb-scope div.react-js-cron-custom-select .ant-select-selection-search:not(.squiz-rb-plugin *){margin:0!important;width:0!important}.squiz-rb-scope div.react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *){color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.squiz-rb-scope .react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder:not(.squiz-rb-plugin *){opacity:.4}.squiz-rb-scope .react-js-cron-custom-select-dropdown:not(.squiz-rb-plugin *){min-width:0!important;width:174px!important}.squiz-rb-scope .react-js-cron-custom-select-dropdown .rc-virtual-list:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder:not(.squiz-rb-plugin *){max-height:none!important}.squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){display:grid!important;grid-template-columns:repeat(4,1fr)}.squiz-rb-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content:not(.squiz-rb-plugin *){text-align:center}.squiz-rb-scope .react-js-cron-custom-select-dropdown-hours-twelve-hour-clock:not(.squiz-rb-plugin *){width:260px!important}.squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-large:not(.squiz-rb-plugin *){width:300px!important}.squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){grid-template-columns:repeat(6,1fr)}.squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-medium:not(.squiz-rb-plugin *){width:220px!important}.squiz-rb-scope .react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner:not(.squiz-rb-plugin *){grid-template-columns:repeat(5,1fr)}.squiz-rb-scope .react-js-cron-period>span:first-child:not(.squiz-rb-plugin *){margin-left:0!important}.squiz-rb-scope .react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item:not(.squiz-rb-plugin *){opacity:1}.squiz-rb-scope .react-js-cron-select-dropdown-period:not(.squiz-rb-plugin *){min-width:0!important;width:auto!important}.squiz-rb-scope .react-js-cron-clear-button:not(.squiz-rb-plugin *){margin-bottom:10px;margin-left:10px}.squiz-rb-scope .react-js-cron-disabled .react-js-cron-select.ant-select-disabled:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-rb-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow:not(.squiz-rb-plugin *){align-items:center;flex:initial}.squiz-rb-scope .sds-cron-editor-container:not(.squiz-rb-plugin *){align-items:center}.squiz-rb-scope .sds-cron-editor-container .react-js-cron-field:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope .cron-editor-default:not(.squiz-rb-plugin *){align-items:center;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .cron-editor-default .cron-editor-default__label:not(.squiz-rb-plugin *){color:#707070}.squiz-rb-scope .cron-editor-default>.sds-form-field:not(.squiz-rb-plugin *){margin-left:.5rem;width:7.5rem}.squiz-rb-scope .cron-editor-default>.sds-form-field span:not(.squiz-rb-plugin *){color:#949494;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .cron-editor-default>.sds-form-field .sds-select-option button:not(.squiz-rb-plugin *){color:#707070}.squiz-rb-scope .react-js-cron-field.sds-cron-field .react-js-cron-select:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.sds-cron-field>span:not(.squiz-rb-plugin *){margin-left:.5rem}.squiz-rb-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>span:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>span:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>span:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>span:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>span:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>span:not(.squiz-rb-plugin *){color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>div>div>span:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *),.squiz-rb-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>div>div>span.ant-select-selection-placeholder:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;opacity:1}.squiz-rb-scope .sds-cron-hours .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-cron-minutes .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-cron-month-days .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-cron-months .ant-select-selection-overflow-item:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-cron-week-days .ant-select-selection-overflow-item:not(.squiz-rb-plugin *){color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .react-js-cron>div:not(.squiz-rb-plugin *){flex-wrap:wrap}.squiz-rb-scope div.ant-select-dropdown .ant-select-item-option-content:not(.squiz-rb-plugin *){color:#707070;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope div.react-js-cron-field.sds-cron-field>div.ant-select:not(.squiz-rb-plugin *){height:2.25rem}.squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select .ant-select-selector:not(.squiz-rb-plugin *){border:2px solid #e0e0e0;border-radius:.25rem}.squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open).ant-select-focused .ant-select-selector:not(.squiz-rb-plugin *),.squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open):hover .ant-select-selector:not(.squiz-rb-plugin *){border:2px solid #e0e0e0;box-shadow:none}.squiz-rb-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select.ant-select-open .ant-select-selector:not(.squiz-rb-plugin *){border-color:transparent;box-shadow:0 0 0 2px #0774d2}.squiz-rb-scope .sds-data-list:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;padding:1rem}.squiz-rb-scope .sds-data-list.data-list--lite:not(.squiz-rb-plugin *){padding-bottom:0;padding-top:0}.squiz-rb-scope .sds-data-list.data-list--lite .sds-data-list__body:not(.squiz-rb-plugin *){border:0;margin:0}.squiz-rb-scope .sds-data-list.data-list--lite .sds-data-list__row:last-child:not(.squiz-rb-plugin *){border:0}.squiz-rb-scope .sds-data-list__header:not(.squiz-rb-plugin *){display:flex;justify-content:space-between;padding:.25rem .5rem 1.25rem}.squiz-rb-scope .sds-data-list__body:not(.squiz-rb-plugin *){border-top:1px solid #ededed;margin-bottom:.25rem}.squiz-rb-scope .sds-data-list__footer:not(.squiz-rb-plugin *){display:flex;justify-content:center;padding:1rem .5rem .25rem 0}.squiz-rb-scope .sds-data-list__list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-data-list__row:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed}.squiz-rb-scope .sds-data-list__item:not(.squiz-rb-plugin *){align-items:center;display:flex;padding:1rem .5rem}.squiz-rb-scope button.sds-data-list__item:not(.squiz-rb-plugin *){text-align:left;width:100%}.squiz-rb-scope button.sds-data-list__item:hover:not(.squiz-rb-plugin *){background-color:#f7f7f7}.squiz-rb-scope .sds-data-list__icon:not(.squiz-rb-plugin *){align-self:baseline;margin-right:.5rem}.squiz-rb-scope .sds-data-list__title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-data-list__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}@media screen and (min-width:768px){.squiz-rb-scope .sds-data-list__icon+div:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-rb-scope .sds-data-list__content:not(.squiz-rb-plugin *){display:flex;width:100%}.squiz-rb-scope .sds-data-list__content>:first-child:not(.squiz-rb-plugin *){flex-grow:1;margin-right:.5rem}.squiz-rb-scope .sds-data-list__content>:nth-child(2):not(.squiz-rb-plugin *){flex-shrink:0}}.squiz-rb-scope .sds-datetime-picker .sds-text-field:not(.squiz-rb-plugin *){position:relative}.squiz-rb-scope .sds-datetime-picker .sds-text-field input:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-rb-scope .sds-datetime-picker .sds-datetime-picker__icon:not(.squiz-rb-plugin *){align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}@media screen and (min-width:576px){.squiz-rb-scope .sds-datetime-picker:not(.squiz-rb-plugin *){max-width:23.8125rem}}.squiz-rb-scope .sds-dialog__container:not(.squiz-rb-plugin *){align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.squiz-rb-scope .sds-dialog:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);color:#2b2b2b;display:flex;flex-direction:column;max-height:100%;max-width:25rem;width:100%}.squiz-rb-scope .sds-dialog.sm-md:not(.squiz-rb-plugin *){max-width:30rem}.squiz-rb-scope .sds-dialog.md:not(.squiz-rb-plugin *){max-width:37.5rem}.squiz-rb-scope .sds-dialog.lg:not(.squiz-rb-plugin *){max-width:50rem}.squiz-rb-scope .sds-dialog.xl:not(.squiz-rb-plugin *){max-width:62.5rem}.squiz-rb-scope .sds-dialog.fullscreen:not(.squiz-rb-plugin *){height:100%;max-width:100%;width:100%}.squiz-rb-scope .sds-dialog.md .sds-form:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-dialog.sm-md .sds-form:not(.squiz-rb-plugin *){max-width:100%}.squiz-rb-scope .sds-dialog__header:not(.squiz-rb-plugin *){padding:1.5rem 1.5rem 1rem;position:relative}.squiz-rb-scope .sds-dialog__action-buttons:not(.squiz-rb-plugin *){display:flex;gap:.75rem;padding:.75rem;position:absolute;right:0;top:0}.squiz-rb-scope .sds-dialog__action-buttons button:not(.squiz-rb-plugin *){background:none;border:0;color:#707070}.squiz-rb-scope .sds-dialog__action-buttons button:hover .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-dialog__heading:not(.squiz-rb-plugin *){display:flex;margin:0 1.5rem .5rem 0}.squiz-rb-scope .sds-dialog__heading span:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-rb-scope .sds-dialog__heading span .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-dialog__icon:not(.squiz-rb-plugin *){flex-shrink:0;margin-right:.75rem}.squiz-rb-scope .sds-dialog__icon svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-dialog__body:not(.squiz-rb-plugin *){display:flex;flex-grow:1;padding:0 1.5rem}.squiz-rb-scope .sds-dialog__body.dialog--scroll:not(.squiz-rb-plugin *){overflow-y:auto}.squiz-rb-scope .sds-dialog__body.dividers:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;border-top:1px solid #ededed}.squiz-rb-scope .sds-dialog__body.dividers .sds-dialog__content:not(.squiz-rb-plugin *){padding:1.5rem 0}.squiz-rb-scope .sds-dialog__loading:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-grow:1;min-height:5rem;padding-bottom:1.5rem}.squiz-rb-scope .sds-dialog__loading .sds-dialog__body:not(.squiz-rb-plugin *){justify-content:center;overflow:hidden;width:100%}.squiz-rb-scope .sds-dialog__content:not(.squiz-rb-plugin *){max-height:28.25rem;width:100%}.squiz-rb-scope .sds-dialog__footer:not(.squiz-rb-plugin *){padding:0 1.5rem}.squiz-rb-scope .sds-dialog__error:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-dialog__footer-text:not(.squiz-rb-plugin *){padding-top:1rem}.squiz-rb-scope .sds-dialog__actions:not(.squiz-rb-plugin *){display:flex;justify-content:flex-end;padding:1.5rem 0}@media screen and (max-width:575px){.squiz-rb-scope .sds-dialog__container--full:not(.squiz-rb-plugin *){padding:0}.squiz-rb-scope .sds-dialog__container--full .sds-dialog:not(.squiz-rb-plugin *){border-radius:0;height:100%}.squiz-rb-scope .sds-dialog__container--sm .sds-dialog:not(.squiz-rb-plugin *){border-radius:.25rem;height:-moz-fit-content;height:fit-content}.squiz-rb-scope .sds-dialog__fullscreen:not(.squiz-rb-plugin *){display:none}.squiz-rb-scope .sds-dialog__body:not(.squiz-rb-plugin *){flex-grow:1}}.squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *){align-items:center;display:flex;width:100%}.squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):after,.squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px;position:relative;width:1px;z-index:0}.squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):before{margin-right:1rem}.squiz-rb-scope .sds-divider:not(.squiz-rb-plugin *):after{margin-left:1rem}.squiz-rb-scope .sds-divider span:not(.squiz-rb-plugin *){z-index:1}.squiz-rb-scope .sds-divider--left:not(.squiz-rb-plugin *):before,.squiz-rb-scope .sds-divider--right:not(.squiz-rb-plugin *):after{content:none}.squiz-rb-scope .sds-divider--empty:not(.squiz-rb-plugin *):before{margin:0}.squiz-rb-scope .sds-divider--empty:not(.squiz-rb-plugin *):after{content:none}.squiz-rb-scope .sds-dropdown-wrapper:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-rb-scope .sds-dropdown:not(.squiz-rb-plugin *){background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;flex-direction:column;min-width:7.25rem;padding:.5rem .75rem;position:absolute;top:calc(100% + .25rem);width:-moz-max-content;width:max-content;z-index:2}.squiz-rb-scope .sds-dropdown.sds-dropdown--left:not(.squiz-rb-plugin *){left:0}.squiz-rb-scope .sds-dropdown.sds-dropdown--right:not(.squiz-rb-plugin *){right:0}.squiz-rb-scope .sds-dropdown.active:not(.squiz-rb-plugin *){display:inline-flex}.squiz-rb-scope .sds-dropdown-heading:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;color:#707070;display:block;font-weight:700;margin-bottom:.25rem;padding:.5rem 0 .75rem;text-align:center;text-transform:uppercase}.squiz-rb-scope .sds-dropdown-section:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:.25rem;padding-bottom:.25rem}.squiz-rb-scope .sds-dropdown-section:last-child:not(.squiz-rb-plugin *){border:none;margin:0;padding:0}.squiz-rb-scope .sds-dropdown-section__heading:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;color:#707070;font-weight:600;margin:.25rem 0;padding:.25rem .5rem;text-align:center}.squiz-rb-scope .sds-dropdown-heading+div>.sds-dropdown-section:first-child .sds-dropdown-section__heading:not(.squiz-rb-plugin *){margin-top:0}.squiz-rb-scope .sds-dropdown-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-dropdown-button:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;font-size:.875rem;text-align:left;width:100%}.squiz-rb-scope .sds-dropdown-button:hover:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;color:#2b2b2b}.squiz-rb-scope .sds-dropdown-button:disabled:not(.squiz-rb-plugin *){cursor:default;opacity:.5;pointer-events:none}.squiz-rb-scope .sds-dropdown-icon:not(.squiz-rb-plugin *){padding:0 .25rem}.squiz-rb-scope .sds-dropdown-label:not(.squiz-rb-plugin *){display:block;padding:.5rem;word-break:break-word}.squiz-rb-scope .sds-empty-state-card:not(.squiz-rb-plugin *){align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;color:#707070;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:1.25rem;letter-spacing:-.4px;line-height:1.5rem;padding:5rem 0;width:100%}.squiz-rb-scope .sds-empty-state-card--lite:not(.squiz-rb-plugin *){border:none}.squiz-rb-scope .sds-empty-state-card__text:not(.squiz-rb-plugin *){display:block;max-width:18rem;text-align:center}.squiz-rb-scope .sds-empty-state-card__title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:0;margin-top:1rem;text-align:center}.squiz-rb-scope .sds-empty-state-card__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-empty-state-card__icon>svg:not(.squiz-rb-plugin *){height:11rem;width:auto}.squiz-rb-scope .sds-empty-state-card--with-cta .sds-empty-state-card__icon .svg-path-primary:not(.squiz-rb-plugin *){fill:#057e91}.squiz-rb-scope .sds-error:not(.squiz-rb-plugin *){align-items:center;color:#d72321;display:flex}.squiz-rb-scope .sds-error .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-error span:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-rb-scope .sds-error--contained:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.5rem;padding:1rem}.squiz-rb-scope .sds-form:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;max-width:25rem;padding:1.5rem}.squiz-rb-scope .sds-form.form--lite:not(.squiz-rb-plugin *){border:none;padding:0}.squiz-rb-scope .sds-form.form--dark:not(.squiz-rb-plugin *){background:#ededed;border:none;border-radius:.5rem;padding:1.25rem}.squiz-rb-scope .sds-form.form--horizontal:not(.squiz-rb-plugin *){max-width:none}.squiz-rb-scope .sds-form.form--horizontal .sds-form-footer:not(.squiz-rb-plugin *){margin-top:.5rem}.squiz-rb-scope .sds-fieldset:not(.squiz-rb-plugin *){border:none;margin:0;padding:0}.squiz-rb-scope .sds-form-group:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;margin-bottom:1rem;padding-bottom:1rem}.squiz-rb-scope .sds-form-group:last-child:not(.squiz-rb-plugin *){border-bottom:none;margin-bottom:0;padding-bottom:0}.squiz-rb-scope .sds-form-error:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-form-footer:not(.squiz-rb-plugin *){margin-top:.75rem}@media screen and (max-width:575px){.squiz-rb-scope .sds-form.form--horizontal .sds-button-list li:not(.squiz-rb-plugin *){flex-grow:1}}@media screen and (min-width:576px){.squiz-rb-scope .sds-form.form--horizontal:not(.squiz-rb-plugin *){align-items:flex-end;display:flex}.squiz-rb-scope .sds-form.form--horizontal .sds-fieldset:not(.squiz-rb-plugin *){display:flex;flex-grow:1}.squiz-rb-scope .sds-form.form--horizontal .sds-form-field:not(.squiz-rb-plugin *){flex-grow:1;margin-bottom:0;margin-right:.5rem}}.squiz-rb-scope .sds-checkbox-option__button:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *){background:#0774d2;border-color:#0774d2}.squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):after,.squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):after{height:6px;transform:translate(-4.8px,-1px) rotate(-45deg)}.squiz-rb-scope .sds-checkbox-option__button.checked:not(.squiz-rb-plugin *):before{height:12px;transform:translate(.3px,-6px) rotate(45deg)}.squiz-rb-scope .sds-radio-option__button:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:100%;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-rb-scope .sds-radio-option__button:focus:not(.squiz-rb-plugin *){border-radius:100%}.squiz-rb-scope .sds-radio-option__button.checked:not(.squiz-rb-plugin *){border-color:#0774d2}.squiz-rb-scope .sds-radio-option__button.checked:not(.squiz-rb-plugin *):before{background:#0774d2;border-radius:100%;content:" ";height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625rem}.squiz-rb-scope .sds-radio-option__button.disabled:not(.squiz-rb-plugin *){background-color:#ededed;cursor:not-allowed}.squiz-rb-scope .sds-multi-chip-list:not(.squiz-rb-plugin *){min-height:2.75rem;padding:.25rem}.squiz-rb-scope .sds-multi-chip-list li:not(.squiz-rb-plugin *){margin:.25rem}.squiz-rb-scope .sds-multi-chip-list .sds-chip:not(.squiz-rb-plugin *){color:#3d3d3d;margin:0}.squiz-rb-scope .sds-multi-chip-list .sds-chip.chip--default:not(.squiz-rb-plugin *){border:1px solid transparent}.squiz-rb-scope .sds-multi-chip-list .sds-chip.sds-chip--invalid:not(.squiz-rb-plugin *){border:1px solid #d72321}.squiz-rb-scope .sds-multi-chip-list .sds-chip.sds-chip--warning:not(.squiz-rb-plugin *){border:1px solid #e96900}.squiz-rb-scope .sds-multi-chip-list li:last-child:not(.squiz-rb-plugin *){flex:1;min-width:33%}.squiz-rb-scope .sds-multi-chip-list .sds-text-field input:not(.squiz-rb-plugin *){border:none;outline:none;padding-bottom:.25rem;padding-top:.25rem}.squiz-rb-scope .sds-multi-chip-list .sds-text-field input:focus:not(.squiz-rb-plugin *){box-shadow:none}.squiz-rb-scope .sds-multi-chip-list__active:not(.squiz-rb-plugin *){border-radius:.25rem;box-shadow:0 0 0 2px #0774d2}.squiz-rb-scope .floating-text:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);color:#3d3d3d;cursor:pointer;margin-top:.5rem;padding:.5rem;position:absolute;z-index:1}.squiz-rb-scope .sds-select-field:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;position:relative}.squiz-rb-scope .sds-select-field--custom:not(.squiz-rb-plugin *){position:static}.squiz-rb-scope .sds-select-field.active:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #0774d2}.squiz-rb-scope .sds-select-field.active svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-rb-scope .sds-select-field button:not(.squiz-rb-plugin *){padding-right:2.5rem;text-align:left}.squiz-rb-scope .sds-select-field .sds-select-field__button:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem 1.5rem .375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-rb-scope .sds-select-field .sds-select-field__button:disabled:not(.squiz-rb-plugin *){background:#ededed;border-radius:0;color:#949494}.squiz-rb-scope .sds-select-field .sds-select-field__button:disabled+.sds-select-field__icon svg:not(.squiz-rb-plugin *){opacity:.3}.squiz-rb-scope .sds-select-field .sds-select-field__button.readonly:not(.squiz-rb-plugin *){background:rgba(0,0,0,.04)}.squiz-rb-scope .sds-select-field .sds-select-field__button:not(.placeholder,.readonly):not(.squiz-rb-plugin *){font-weight:600}.squiz-rb-scope .sds-select-field .sds-select-field__button.placeholder:not(.squiz-rb-plugin *){color:#949494}.squiz-rb-scope .sds-select-field ul:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-select-field ul button:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-rb-scope .sds-select-field ul button:hover:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-rb-scope .sds-select-field ul button:focus:not(.squiz-rb-plugin *){z-index:1}.squiz-rb-scope .sds-select-field__icon:not(.squiz-rb-plugin *){pointer-events:none;position:absolute;right:.25rem;top:.25rem}.squiz-rb-scope .sds-select-field__icon svg:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-rb-scope .sds-select-field__options:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:6px;max-height:12rem;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.squiz-rb-scope .sds-text-field.sds-field-icon input:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-rb-scope .sds-text-field.sds-field-error input:not(.squiz-rb-plugin *){padding-right:2rem}.squiz-rb-scope .sds-text-field label:not(.squiz-rb-plugin *){color:#707070;display:block;font-weight:600;margin-bottom:.25rem}.squiz-rb-scope .sds-text-field input:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-text-field textarea:not(.squiz-rb-plugin *){background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-rb-scope .sds-text-field input:disabled:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-text-field textarea:disabled:not(.squiz-rb-plugin *){background:#ededed;border-radius:0;color:#949494;cursor:default;pointer-events:none}.squiz-rb-scope .sds-text-field textarea:not(.squiz-rb-plugin *){resize:vertical}.squiz-rb-scope .sds-text-field .sds-field-error__icon:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-text-field .sds-text-field__copy-icon:not(.squiz-rb-plugin *){align-items:center;display:flex;height:100%;padding:0 .25rem;position:absolute;right:0;top:0}.squiz-rb-scope .sds-text-field:has(.sds-text-field__copy-icon) input:not(.squiz-rb-plugin *){padding-right:2rem}.squiz-rb-scope .sds-text-field.readonly input:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-text-field.readonly textarea:not(.squiz-rb-plugin *){background:rgba(0,0,0,.04);color:#4f4f4f}.squiz-rb-scope .sds-text-field__icon:not(.squiz-rb-plugin *){align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}.squiz-rb-scope span.sds-toggle-button:not(.squiz-rb-plugin *){display:block;opacity:.5}.squiz-rb-scope .sds-toggle:not(.squiz-rb-plugin *){background:#bababa;border-radius:.625rem;height:1.25rem;padding:0;position:relative;width:2.25rem}.squiz-rb-scope .sds-toggle.active:not(.squiz-rb-plugin *){background:#0774d2}.squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *){height:1.25rem;left:.25rem;position:absolute;top:0;width:.75rem}.squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):after,.squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):after{height:6px;transform:translate(-4.2px,-1.8px) rotate(-45deg)}.squiz-rb-scope .sds-toggle.active .sds-toggle-check:not(.squiz-rb-plugin *):before{height:10px;transform:translate(.3px,-5px) rotate(45deg)}.squiz-rb-scope .sds-toggle.active .sds-toggle-disc:not(.squiz-rb-plugin *){left:calc(100% - 1.125rem)}.squiz-rb-scope button.sds-toggle-button:not(.squiz-rb-plugin *){padding:.5rem}.squiz-rb-scope button.sds-toggle-button:focus:not(.squiz-rb-plugin *){box-shadow:none}.squiz-rb-scope button.sds-toggle-button:focus .sds-toggle:not(.squiz-rb-plugin *):after{border-radius:.75rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + .25rem);left:-2px;position:absolute;top:-2px;width:calc(100% + .25rem)}.squiz-rb-scope button.sds-toggle-button:focus:not(:focus-visible) .sds-toggle:not(.squiz-rb-plugin *):after{content:none}.squiz-rb-scope .sds-toggle-disc:not(.squiz-rb-plugin *){background:#fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);height:1rem;left:.125rem;position:absolute;top:.125rem;transition:all .3s ease;width:1rem}.squiz-rb-scope .sds-form-control-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-form-control-item:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-rb-scope .sds-form-control-item:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope .sds-form-control-option:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .sds-form-control-option.disabled .sds-form-control-label:not(.squiz-rb-plugin *){opacity:.75}.squiz-rb-scope .sds-form-control-option.disabled .sds-checkbox-option__button:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-form-control-option.disabled .sds-radio-option__button:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-form-control-option.readOnly .sds-checkbox-option__button:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-form-control-option.readOnly .sds-radio-option__button:not(.squiz-rb-plugin *){opacity:.5}.squiz-rb-scope .sds-form-control-heading:not(.squiz-rb-plugin *){color:#2b2b2b;display:block;font-weight:600;margin-bottom:.25rem}.squiz-rb-scope .sds-form-control-text:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-form-control-label:not(.squiz-rb-plugin *){color:#3d3d3d;flex-grow:1;text-align:left;word-break:break-word}.squiz-rb-scope .sds-form-control--prominent .sds-form-control-item:not(.squiz-rb-plugin *){margin-bottom:1.25rem}.squiz-rb-scope .sds-form-control--prominent .sds-form-control-item:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope :not(.squiz-rb-plugin *)::-moz-placeholder{color:#949494}.squiz-rb-scope :not(.squiz-rb-plugin *)::placeholder{color:#949494}.squiz-rb-scope .sds-field-container:not(.squiz-rb-plugin *){background:#f5f5f5;border-radius:.25rem;padding:1rem}.squiz-rb-scope .sds-form-label:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-form-label.sds-form-label--visible:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-rb-scope .form--dark .sds-form-label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-rb-scope .sds-form-field:not(.squiz-rb-plugin *){margin-bottom:.75rem}.squiz-rb-scope .sds-form-field:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope .sds-form-field[disabled] .sds-form-input:not(.squiz-rb-plugin *){background:#ededed}.squiz-rb-scope .sds-form-field[icon] .sds-form-input:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-rb-scope .sds-form-field.sds-form-field--inline:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-form-field.sds-form-field--inline .sds-form-label:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-rb-scope .sds-form-field.sds-form-field--inline .sds-form-label.sds-form-label--visible:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope .sds-form-input:not(.squiz-rb-plugin *){background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;position:relative}.squiz-rb-scope .sds-form-input--custom:not(.squiz-rb-plugin *){position:static}.squiz-rb-scope .sds-form-input.readonly:not(.squiz-rb-plugin *){border:transparent}.squiz-rb-scope .sds-form-toggle:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .sds-field-error__icon .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-field-error__message:not(.squiz-rb-plugin *){color:#d72321;font-size:.8125rem;margin-top:.25rem}.squiz-rb-scope .sds-field-note:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;margin-top:.25rem}.squiz-rb-scope .sds-grid:not(.squiz-rb-plugin *){display:grid;gap:1.25rem}.squiz-rb-scope .sds-link-wrapper:not(.squiz-rb-plugin *){display:inline;position:relative}.squiz-rb-scope .sds-link-icon:not(.squiz-rb-plugin *){height:100%;left:0;position:absolute;top:0}.squiz-rb-scope .sds-link-icon svg:not(.squiz-rb-plugin *){height:100%}.squiz-rb-scope .sds-link-icon~span:not(.squiz-rb-plugin *){padding-left:1.75rem}.squiz-rb-scope .sds-link.link--standalone:not(.squiz-rb-plugin *){color:#707070;text-decoration:none}.squiz-rb-scope .sds-link.link--standalone:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-rb-scope .sds-link.link--paragraph:not(.squiz-rb-plugin *){color:currentcolor}.squiz-rb-scope .sds-link.link--paragraph:hover:not(.squiz-rb-plugin *){text-decoration:none}.squiz-rb-scope .sds-link-list__heading:not(.squiz-rb-plugin *){display:block;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:.75rem}.squiz-rb-scope .sds-link-list__heading .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-link-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-link-list li:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0}.squiz-rb-scope .sds-link-list li:first-child:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0}.squiz-rb-scope .sds-link-list .sds-link-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .sds-link-list .sds-link:not(.squiz-rb-plugin *){color:#3d3d3d;padding:.75rem 0;text-decoration:none;width:100%}.squiz-rb-scope .sds-link-list .sds-link:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-rb-scope .sds-link-list .sds-link-text:not(.squiz-rb-plugin *){display:block}.squiz-rb-scope .sds-loader:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-rb-scope .sds-loader-message:not(.squiz-rb-plugin *){max-width:15.75rem;padding-top:1.5rem;text-align:center}.squiz-rb-scope .sds-overlay:not(.squiz-rb-plugin *){background:rgba(0,0,0,.5);height:calc(100vh - 56px);position:absolute;top:56px;width:100%;z-index:10}.squiz-rb-scope .sds-overlay.overlay--fullscreen:not(.squiz-rb-plugin *){height:100vh;top:0}.squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__percentage:not(.squiz-rb-plugin *){color:#d72321}.squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__indicator:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--very-high .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#d72321}.squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--high .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#e96900}.squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--moderate .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#efb324}.squiz-rb-scope .sds-progress-bar-container.sds-progress-bar-level--low .sds-progress-bar__indicator:not(.squiz-rb-plugin *){background:#098934}.squiz-rb-scope .sds-progress-bar:not(.squiz-rb-plugin *){background:#ededed;border-radius:.5rem;height:.5rem;position:relative}.squiz-rb-scope .sds-progress-bar__indicator:not(.squiz-rb-plugin *){border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:50%}.squiz-rb-scope .sds-progress-bar__stats:not(.squiz-rb-plugin *){display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-rb-scope .sds-progress-bar__current-value:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-progress-bar__percentage:not(.squiz-rb-plugin *){font-weight:700}.squiz-rb-scope .sds-row:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:1rem}.squiz-rb-scope .sds-row__title:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:.75rem}.squiz-rb-scope .sds-row__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-row__title:last-child:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-row__title:only-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope .sds-heading--level-1:not(.squiz-rb-plugin *){font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:1.75rem;margin-top:1.75rem}.squiz-rb-scope .sds-heading--level-1 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-heading--level-2:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-rb-scope .sds-heading--level-2 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-heading--level-3:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-rb-scope .sds-heading--level-3 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-heading--level-4:not(.squiz-rb-plugin *){font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-heading--level-4 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-heading--level-5:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-heading--level-5 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-heading--level-6:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-heading--level-6 .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-text--sm-regular:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-scope .sds-text--sm-semibold:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem}.squiz-rb-scope .sds-text--sm-bold:not(.squiz-rb-plugin *){font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-rb-scope .sds-text--md-regular:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-text--md-semibold:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-text--md-bold:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .sds-text--lg-regular:not(.squiz-rb-plugin *){font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-scope .sds-text--lg-semibold:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-scope .sds-text--lg-bold:not(.squiz-rb-plugin *){font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-scope .sds-text--xlg-regular:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:400;letter-spacing:-.4px;line-height:1.75rem}.squiz-rb-scope .sds-text--xlg-semibold:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-rb-scope .sds-text--xlg-bold:not(.squiz-rb-plugin *){font-size:1.125rem;font-weight:700;letter-spacing:-.4px;line-height:1.6875rem}.squiz-rb-scope .sds-transition--fade:not(.squiz-rb-plugin *){opacity:0;position:relative;transition:all 1s ease}.squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter:not(.squiz-rb-plugin *){opacity:0}.squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter-active:not(.squiz-rb-plugin *){opacity:1;transition:opacity .3s;z-index:100}.squiz-rb-scope .sds-transition--fade.sds-transition-fade-enter-done:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-transition--fade.sds-transition-fade-exit:not(.squiz-rb-plugin *){opacity:1}.squiz-rb-scope .sds-transition--fade.sds-transition-fade-exit-active:not(.squiz-rb-plugin *){opacity:0;transition:opacity .6s;z-index:100}.squiz-rb-scope .sds-transition--slide-from-top-fade:not(.squiz-rb-plugin *){position:fixed;right:0;transition:all 1s ease;z-index:100}.squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter:not(.squiz-rb-plugin *){top:-100%}.squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-active:not(.squiz-rb-plugin *){top:0;transition:all .3s}.squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-done:not(.squiz-rb-plugin *){top:0}.squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit:not(.squiz-rb-plugin *){opacity:1;top:0}.squiz-rb-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit-active:not(.squiz-rb-plugin *){opacity:0;top:0;transition:all .6s}.squiz-rb-scope .sds-search-filter input:not(.squiz-rb-plugin *){padding:.5rem .5rem .5rem 3rem}.squiz-rb-scope .sds-sidenav-item.active:not(.squiz-rb-plugin *){position:relative}.squiz-rb-scope .sds-sidenav-item.active:not(.squiz-rb-plugin *):before{background:#2b2b2b;border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;width:3px;z-index:1}.squiz-rb-scope .sds-sidenav-item.active .sds-sidenav-link:not(.squiz-rb-plugin *){color:#3d3d3d;font-weight:700}.squiz-rb-scope .sds-sidenav-item.active .sds-sidenav-link svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){color:#707070;display:flex;margin:.125rem;padding:1rem 0 1rem 1rem;text-align:left;width:calc(100% - .25rem)}.squiz-rb-scope .sds-sidenav-link:focus:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-sidenav-link:hover:not(.squiz-rb-plugin *){background:#ededed;border-radius:.25rem}.squiz-rb-scope .sds-sidenav-link .svg-wrapper:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-rb-scope .sds-sidenav-link.active .sds-sidenav-submenu__toggle svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-rb-scope .sds-sidenav-link.active+.sds-sidenav-submenu:not(.squiz-rb-plugin *){display:block;height:auto}.squiz-rb-scope .sds-sidenav-label:not(.squiz-rb-plugin *){display:inline-block;padding-right:1rem}.squiz-rb-scope .sds-sidenav-submenu__toggle--top:not(.squiz-rb-plugin *){margin-left:auto}.squiz-rb-scope .sds-sidenav-submenu__toggle--sub:not(.squiz-rb-plugin *){margin-top:.25rem}.squiz-rb-scope .sds-sidenav-submenu__toggle svg:not(.squiz-rb-plugin *){transform:rotate(-90deg);transition:transform .3s ease}.squiz-rb-scope .sds-sidenav-submenu:not(.squiz-rb-plugin *){display:none;height:0;list-style-type:none;margin:0;overflow:hidden;padding:0}.squiz-rb-scope .sds-sidenav-submenu .svg-wrapper:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-rb-scope .sds-sidenav-submenu .svg-wrapper svg:not(.squiz-rb-plugin *){height:1rem;width:1rem}.squiz-rb-scope .sds-sidenav-submenu .sds-sidenav-link:not(.squiz-rb-plugin *){padding-left:3rem}.squiz-rb-scope .sds-sidenav-submenu .sds-sidenav-submenu .sds-sidenav-link:not(.squiz-rb-plugin *){padding-left:4.5rem}@media screen and (max-width:1024px){.squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}}@media screen and (min-width:1024px){.squiz-rb-scope .sds-sidenav-link:not(.squiz-rb-plugin *){font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.5rem;padding:.625rem 0 .625rem 1rem}}.squiz-rb-scope .sds-sidenav-list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-sidenav-section:not(.squiz-rb-plugin *){align-items:center;display:flex;padding:1rem 1.25rem;text-transform:uppercase}.squiz-rb-scope .sds-sidenav:not(.squiz-rb-plugin *){background:#f5f5f5;color:#707070;overflow-y:auto;padding:1rem 0}.squiz-rb-scope .sds-sidenav-mobile:not(.squiz-rb-plugin *){left:0;position:fixed;top:56px;width:100%;z-index:10}.squiz-rb-scope .sds-sidenav-mobile .sds-sidenav:not(.squiz-rb-plugin *){height:calc(100vh - 56px)}.squiz-rb-scope .sds-sidenav-tablet:not(.squiz-rb-plugin *){background:rgba(0,0,0,.5);display:flex;height:calc(100vh - 56px);left:0;position:absolute;top:100%;width:100%;z-index:10}.squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(-100%)}.squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter-active .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(0);transition:transform .3s}.squiz-rb-scope .sds-sidenav-tablet.sds-transition-enter-done .sds-sidenav:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-sidenav-tablet.sds-transition-exit .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(0)}.squiz-rb-scope .sds-sidenav-tablet.sds-transition-exit-active .sds-sidenav:not(.squiz-rb-plugin *){transform:translateX(-100%);transition:transform .6s}.squiz-rb-scope .sds-sidenav-tablet .sds-sidenav:not(.squiz-rb-plugin *){border-top:1px solid #e0e0e0;flex-shrink:0}.squiz-rb-scope .sds-sidenav-bg:not(.squiz-rb-plugin *){width:100%}@media screen and (min-width:768px){.squiz-rb-scope .sds-sidenav:not(.squiz-rb-plugin *){height:100%;width:260px}}.squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-rb-scope .sds-sidenav-launcher .sds-button.button--icon:not(.squiz-rb-plugin *){margin:0;padding:0}.squiz-rb-scope .sds-sidenav-launcher>.sds-button.active rect:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-sidenav-launcher>.sds-button:hover rect:not(.squiz-rb-plugin *){fill-opacity:.6}.squiz-rb-scope .sds-sidenav-launcher>.sds-button.active path:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-sidenav-launcher>.sds-button:hover path:not(.squiz-rb-plugin *){fill-opacity:1}@media screen and (max-width:575px){.squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){margin-left:.75rem;margin-right:0}}@media screen and (min-width:576px){.squiz-rb-scope .sds-sidenav-launcher:not(.squiz-rb-plugin *){margin-left:.25rem;margin-right:.75rem}}.squiz-rb-scope .sds-skip-links__list:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-skip-links__button:not(.squiz-rb-plugin *){color:#707070;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem}.squiz-rb-scope .sds-skip-links__button:active:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-skip-links__button:focus-within:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-skip-links__button:focus:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-skip-links__button:hover:not(.squiz-rb-plugin *){background:#ededed}.squiz-rb-scope .sds-sortable-list.presentation-only .sds-sortable-list__item-content:not(.squiz-rb-plugin *){margin-right:unset}.squiz-rb-scope .sds-sortable-list__item:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.5rem;position:relative}.squiz-rb-scope .sds-sortable-list__item:last-of-type:not(.squiz-rb-plugin *):before{content:none}.squiz-rb-scope .sds-sortable-list__list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding:0}.squiz-rb-scope .sds-sortable-list__list--dragging .sds-sortable-list__item-dots:not(.squiz-rb-plugin *){display:none}.squiz-rb-scope .sds-sortable-list__list--dragging .sds-tooltip:not(.squiz-rb-plugin *){visibility:hidden}.squiz-rb-scope .sds-sortable-list__item-content:not(.squiz-rb-plugin *){display:flex;flex-direction:row;gap:.5rem;width:100%}@media screen and (min-width:576px){.squiz-rb-scope .sds-sortable-list__item-content:not(.squiz-rb-plugin *){gap:1rem}}.squiz-rb-scope .sds-sortable-list .sds-tooltip__wrapper:not(.squiz-rb-plugin *){height:-moz-min-content;height:min-content}.squiz-rb-scope .sds-sortable-list .sds-tooltip__wrapper:has(.sds-sortable-list__item-remove):not(.squiz-rb-plugin *){position:absolute;right:1rem;top:.75rem}.squiz-rb-scope .sds-sortable-list__item-drag-btn:not(.squiz-rb-plugin *){align-self:baseline}.squiz-rb-scope .sds-sortable-list__item-drag-btn svg:not(.squiz-rb-plugin *){height:1.5rem;width:1.5rem}.squiz-rb-scope .sds-sortable-list__item-drag-btn--disabled:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-rb-scope .sds-sortable-list--presentation-grey-box .sds-sortable-list__item-content:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;padding:.375rem .625rem}.squiz-rb-scope .sds-source-selector__item button:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:1px solid #ededed;border-bottom:none;border-radius:.25rem;border-radius:0;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.625rem;width:100%}.squiz-rb-scope .sds-source-selector__item button:hover:not(.squiz-rb-plugin *){background:#f5f5f5}.squiz-rb-scope .sds-source-selector__item button:focus:not(.squiz-rb-plugin *){z-index:1}.squiz-rb-scope .sds-source-selector__item button span:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-rb-scope .sds-source-selector__item:first-child button:not(.squiz-rb-plugin *){border-radius:.25rem .25rem 0 0}.squiz-rb-scope .sds-source-selector__item:last-child button:not(.squiz-rb-plugin *){border-bottom:1px solid #ededed;border-radius:0 0 .25rem .25rem}.squiz-rb-scope .sds-source-selector__item .sds-source-selector__icon:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-rb-scope .sds-source-selector__item .sds-source-selector__check:not(.squiz-rb-plugin *){margin-left:auto}.squiz-rb-scope .sds-source-selector__item .sds-source-selector__check svg:not(.squiz-rb-plugin *){height:24px;width:24px}.squiz-rb-scope .sds-source-selector__item .sds-source-selector__check path:not(.squiz-rb-plugin *){fill:#044985}.squiz-rb-scope .sds-source-selector__launcher:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__icon:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__chevron:not(.squiz-rb-plugin *){margin-left:auto;pointer-events:none}.squiz-rb-scope .sds-source-selector__launcher .sds-source-selector__chevron svg:not(.squiz-rb-plugin *){transform:rotate(-90deg)}.squiz-rb-scope .sds-source-selector.active .sds-source-selector__launcher .sds-source-selector__chevron svg:not(.squiz-rb-plugin *){transform:rotate(90deg)}.squiz-rb-scope .sds-source-selector:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;position:relative}.squiz-rb-scope .sds-source-selector ul:not(.squiz-rb-plugin *){list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-source-selector__panel:not(.squiz-rb-plugin *){background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:.25rem;margin-top:6px;max-height:12rem;overflow-y:auto;padding:.5rem;position:absolute;top:100%;width:100%;z-index:1}.squiz-rb-scope .sds-spinner:not(.squiz-rb-plugin *){align-items:center;animation:spinner-border .8s linear infinite both;border-radius:50%;color:currentcolor;display:flex}.squiz-rb-scope .sds-spinner.spinner--lg:not(.squiz-rb-plugin *){border:.1875rem solid;border-right:.1875rem solid transparent;height:3rem;width:3rem}.squiz-rb-scope .sds-spinner.spinner--regular:not(.squiz-rb-plugin *){border:.1875rem solid;border-right:.1875rem solid transparent;height:2rem;width:2rem}.squiz-rb-scope .sds-spinner.spinner--sm:not(.squiz-rb-plugin *){border:.125rem solid;border-right:.125rem solid transparent;height:1.25rem;width:1.25rem}.squiz-rb-scope .sds-spinner.spinner--xs:not(.squiz-rb-plugin *){border:.125rem solid;border-right:.125rem solid transparent;height:1rem;width:1rem}.squiz-rb-scope .sds-table__wrapper:not(.squiz-rb-plugin *){background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;overflow-x:auto;position:relative}.squiz-rb-scope .sds-table__wrapper.table--sortable .sds-table th:hover:not(.squiz-rb-plugin *){background-color:#d4d4d4;border-radius:0;cursor:pointer}.squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__th-content:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__th:not(.squiz-rb-plugin *){font-size:.8125rem;line-height:1rem}.squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__pagination:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-table__wrapper.table--slim td:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-table__wrapper.table--slim th:not(.squiz-rb-plugin *){padding-bottom:.5rem;padding-top:.5rem}.squiz-rb-scope .sds-table__wrapper.table--slim td:not(.squiz-rb-plugin *){vertical-align:top}.squiz-rb-scope .sds-table__wrapper.table--slim .sds-table__pagination-options:not(.squiz-rb-plugin *){height:1.25rem}.squiz-rb-scope .sds-table table:not(.squiz-rb-plugin *){background:#fff;border:none;border-collapse:collapse;border-spacing:0;display:table;position:relative;width:100%}.squiz-rb-scope .sds-table thead:not(.squiz-rb-plugin *){background:#ededed;color:#707070}.squiz-rb-scope .sds-table th:not(.squiz-rb-plugin *){background:#ededed;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;transition:all .3s ease}.squiz-rb-scope .sds-table th:focus:not(.squiz-rb-plugin *){border-radius:0;box-shadow:none}.squiz-rb-scope .sds-table th:focus .sds-table__th-content:not(.squiz-rb-plugin *):after{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + 2px);left:-2px;position:absolute;top:-1px;width:calc(100% + .25rem)}.squiz-rb-scope .sds-table th:focus:not(:focus-visible) .sds-table__th-content:not(.squiz-rb-plugin *):after{content:none}.squiz-rb-scope .sds-table .sds-table__th-content:not(.squiz-rb-plugin *){display:inline-flex;line-height:1.5rem;position:relative}.squiz-rb-scope .sds-table td:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-table th:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;color:#3d3d3d;padding:1.25rem 1rem;text-align:left}.squiz-rb-scope .sds-table tr:last-child td:not(.squiz-rb-plugin *){border-bottom:none}.squiz-rb-scope .sds-table__pagination:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.squiz-rb-scope .sds-table__pagination-options:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-table__page-select:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;font-weight:600;margin-left:.5rem}.squiz-rb-scope .sds-table__navigator:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-table__navigator button[disabled]:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-rb-scope .sds-table__navigator button:not(.squiz-rb-plugin *){border-radius:.25rem;transition:all .3s ease}.squiz-rb-scope .sds-table__navigator button svg:not(.squiz-rb-plugin *){height:1.25rem}.squiz-rb-scope .sds-table__navigator button:hover:not(.squiz-rb-plugin *){background:#e6e6e6}.squiz-rb-scope .sds-table__row-range:not(.squiz-rb-plugin *){display:block;margin-right:.5rem}.squiz-rb-scope .sds-table__search:not(.squiz-rb-plugin *){display:flex;margin-bottom:1rem}.squiz-rb-scope .sds-table__search .sds-form-field:not(.squiz-rb-plugin *){width:15.625rem}@media screen and (max-width:575px){.squiz-rb-scope .sds-table__search .sds-form-field:not(.squiz-rb-plugin *){width:100%}.squiz-rb-scope .sds-table__pagination:not(.squiz-rb-plugin *){align-items:flex-start;flex-direction:column}.squiz-rb-scope .sds-table__pagination-options:not(.squiz-rb-plugin *){margin-bottom:1rem}}.squiz-rb-scope .sds-tabs-outer-button:not(.squiz-rb-plugin *){position:absolute;right:0;top:-3.4375rem}.squiz-rb-scope .sds-tabs-list:not(.squiz-rb-plugin *){align-items:center;border-bottom:1px solid rgba(43,43,43,.1);display:flex;list-style-type:none;margin:0;padding:0}.squiz-rb-scope .sds-tabs-item:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-rb-scope .sds-tabs-item button:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding:.5rem;position:relative}.squiz-rb-scope .sds-tabs-item button:not(.squiz-rb-plugin *):after{background:transparent;border-radius:.125rem .125rem 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.squiz-rb-scope .sds-tabs-item button:hover:not(.squiz-rb-plugin *):after{background:#bababa}.squiz-rb-scope .sds-tabs-item.active button:not(.squiz-rb-plugin *){font-weight:700}.squiz-rb-scope .sds-tabs-item.active button:not(.squiz-rb-plugin *):after{background:#2b2b2b}.squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){padding:1rem;position:relative;right:0;top:57px;z-index:8}.squiz-rb-scope .sds-toast:not(.squiz-rb-plugin *){align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);display:inline-flex;min-width:17rem;padding:.75rem}.squiz-rb-scope .sds-toast-icon:not(.squiz-rb-plugin *){align-self:flex-start;margin-right:.875rem}.squiz-rb-scope .sds-toast-content:not(.squiz-rb-plugin *){flex-grow:1}.squiz-rb-scope .sds-toast-message a:not(.squiz-rb-plugin *){color:#0774d2;font-style:italic;text-decoration:none}.squiz-rb-scope .sds-toast-message a:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-rb-scope .sds-toast-title:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-scope .sds-toast-close:not(.squiz-rb-plugin *){align-self:flex-start;margin-left:.75rem}.squiz-rb-scope .sds-toast-close:hover .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-toast-type--success .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#098934}.squiz-rb-scope .sds-toast-type--info .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#057e91}.squiz-rb-scope .sds-toast-type--warning .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#e96900}.squiz-rb-scope .sds-toast-type--danger .sds-toast-icon svg:not(.squiz-rb-plugin *){fill:#d72321}.squiz-rb-scope .sds-toast-type--loading .sds-toast-icon:not(.squiz-rb-plugin *){margin-top:.125rem}@media screen and (max-width:575px){.squiz-rb-scope .sds-toast:not(.squiz-rb-plugin *){width:100%}.squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){padding:0;right:1.5rem;top:1.5rem;width:calc(100vw - 3rem)}}@media screen and (min-width:768px){.squiz-rb-scope .sds-toast__container:not(.squiz-rb-plugin *){max-width:28.25rem}}.squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){align-items:center;background:#26324b;display:flex;max-height:56px;padding:.5rem;position:relative}.squiz-rb-scope .sds-toolbar-branding:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sds-toolbar-logo:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-rb-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper:not(.squiz-rb-plugin *){align-items:center;display:flex;height:2.125rem;justify-content:center;width:2.125rem}.squiz-rb-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper svg:not(.squiz-rb-plugin *){fill:none}.squiz-rb-scope .sds-toolbar-branding__text:not(.squiz-rb-plugin *){color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-right:1rem;min-width:-moz-fit-content;min-width:fit-content}.squiz-rb-scope .sds-toolbar-client:not(.squiz-rb-plugin *){color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-left:1rem;position:relative}.squiz-rb-scope .sds-toolbar-client>div:not(.squiz-rb-plugin *):before,.squiz-rb-scope .sds-toolbar-client>span:not(.squiz-rb-plugin *):before{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";height:1.875rem;left:-1rem;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-rb-scope .sds-toolbar-content:not(.squiz-rb-plugin *){flex-grow:1}.squiz-rb-scope .sds-toolbar-tools:not(.squiz-rb-plugin *){align-items:center;background:rgba(29,155,226,.16);border-radius:.25rem;color:rgba(0,0,0,.7);display:flex;height:2.5rem;margin-left:.75rem}.squiz-rb-scope .sds-toolbar-tools .sds-dropdown:not(.squiz-rb-plugin *){z-index:20}.squiz-rb-scope .sds-toolbar-menus .sds-button:not(.squiz-rb-plugin *){padding:.5rem .375rem}.squiz-rb-scope .sds-toolbar-menus .sds-dropdown-wrapper:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon svg:not(.squiz-rb-plugin *){fill:hsla(0,0%,100%,.6);transition:all .3s ease}.squiz-rb-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon:hover svg:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon:hover svg:not(.squiz-rb-plugin *){fill:#fff}.squiz-rb-scope .sds-toolbar-menus__list:not(.squiz-rb-plugin *){align-items:center;display:flex;list-style-type:none;margin:0;padding:0 .375rem}.squiz-rb-scope .sds-toolbar-user__wrapper:not(.squiz-rb-plugin *){position:relative}.squiz-rb-scope .sds-toolbar-user__wrapper:not(.squiz-rb-plugin *):before{background-color:#26324b;border-radius:.25rem;content:"";height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-rb-scope .sds-toolbar-user:not(.squiz-rb-plugin *){margin-left:.125rem;padding:0 .375rem}.squiz-rb-scope .sds-toolbar-user .sds-avatar:not(.squiz-rb-plugin *){background-color:#fff;color:#26324b}.squiz-rb-scope .sds-toolbar-user .sds-button:not(.squiz-rb-plugin *){padding:.375rem}.squiz-rb-scope .sds-toolbar-user .sds-user-name:not(.squiz-rb-plugin *){color:#fff}@media screen and (max-width:575px){.squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){padding:.6875rem .75rem}.squiz-rb-scope .sds-toolbar-tools:not(.squiz-rb-plugin *){display:none}}@media screen and (min-width:1024px){.squiz-rb-scope .sds-toolbar:not(.squiz-rb-plugin *){padding-left:.75rem}}.squiz-rb-scope .sds-tooltip__wrapper:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-rb-scope .sds-tooltip__wrapper:hover .sds-tooltip:not(.squiz-rb-plugin *){display:block}.squiz-rb-scope .sds-tooltip:not(.squiz-rb-plugin *){display:none;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;position:absolute;width:-moz-max-content;width:max-content}.squiz-rb-scope .sds-tooltip.position--bottom:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-tooltip.position--top:not(.squiz-rb-plugin *){left:50%;transform:translateX(-50%)}.squiz-rb-scope .sds-tooltip.position--left:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-tooltip.position--right:not(.squiz-rb-plugin *){top:50%;transform:translateY(-50%)}.squiz-rb-scope .sds-tooltip.position--bottom:not(.squiz-rb-plugin *){padding-top:.25rem;top:100%}.squiz-rb-scope .sds-tooltip.position--left:not(.squiz-rb-plugin *){padding-right:.25rem;right:100%}.squiz-rb-scope .sds-tooltip.position--right:not(.squiz-rb-plugin *){left:100%;padding-left:.25rem}.squiz-rb-scope .sds-tooltip.position--top:not(.squiz-rb-plugin *){bottom:100%;padding-bottom:.25rem}.squiz-rb-scope .sds-tooltip__label:not(.squiz-rb-plugin *){background-color:#2b2b2b;border-radius:.25rem;color:#fff;padding:.125rem .5rem}.squiz-rb-scope .sds-user:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column}.squiz-rb-scope .sds-user-avatar+.sds-user-name:not(.squiz-rb-plugin *){margin-top:.75rem}.squiz-rb-scope .sds-user-name:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;overflow-x:hidden;text-align:center;text-overflow:ellipsis}.squiz-rb-scope .dashboard-summary:not(.squiz-rb-plugin *){background:#ededed;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.squiz-rb-scope .dashboard-summary__content:not(.squiz-rb-plugin *){background:#fff;border-radius:.5rem;padding:1rem 1.5rem}.squiz-rb-scope .dashboard-summary__content-grid:not(.squiz-rb-plugin *){display:grid;gap:32px 56px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.squiz-rb-scope .dashboard-summary-item hr:not(.squiz-rb-plugin *){background:#e0e0e0;border:0;height:1px;margin:.75rem 0;padding:0}.squiz-rb-scope .dashboard-summary-item__title:not(.squiz-rb-plugin *){align-items:center;display:flex;gap:.5rem;margin:0}.squiz-rb-scope .dashboard-summary-item__description:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.5rem}.squiz-rb-scope .dashboard-summary-item__count:not(.squiz-rb-plugin *){color:#3d3d3d;font-size:2rem;padding:.75rem 0;vertical-align:middle}.squiz-rb-scope .dashboard-summary-item__trend:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-wrap:wrap}.squiz-rb-scope .dashboard-summary-item__trend>:first-child:not(.squiz-rb-plugin *){margin-right:.25rem}.squiz-rb-scope .dashboard-summary-item__trend>:nth-child(2):not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-rb-scope .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-scope .dashboard-summary-item__trend-icon:not(.squiz-rb-plugin *){vertical-align:middle}.squiz-rb-scope .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *){display:block}.squiz-rb-scope .dashboard-summary-item__trend-description:not(.squiz-rb-plugin *){text-wrap:nowrap;color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-scope .down.inverted .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-rb-scope .down.inverted .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *),.squiz-rb-scope .up .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-rb-scope .up .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#098934;color:#098934}.squiz-rb-scope .down .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-rb-scope .down .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *),.squiz-rb-scope .up.inverted .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-rb-scope .up.inverted .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#d72321;color:#d72321}.squiz-rb-scope .flat .dashboard-summary-item__trend-icon svg:not(.squiz-rb-plugin *),.squiz-rb-scope .flat .dashboard-summary-item__trend-percentage:not(.squiz-rb-plugin *){fill:#707070;color:#707070}.squiz-rb-scope .dashboard-summary-item__help-icon svg:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:100%;height:22px;padding:.125rem;width:22px}.squiz-rb-scope .sds-popover:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-rb-scope .sds-popover:hover .sds-popover__content-wrapper:not(.squiz-rb-plugin *){display:block}.squiz-rb-scope .sds-popover__content-wrapper:not(.squiz-rb-plugin *){border-radius:.25rem;bottom:calc(100% + 1rem);box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;height:-moz-fit-content;height:fit-content;position:absolute;right:50%;transform:translateX(50%);z-index:2}.squiz-rb-scope .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{background:#fff;bottom:0;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:15px;left:50%;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:15px;z-index:-1}.squiz-rb-scope .sds-popover__content:not(.squiz-rb-plugin *){background-color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;padding:1rem}.squiz-rb-scope .sds-popover__text:not(.squiz-rb-plugin *){display:block;width:100%}.squiz-rb-scope .sds-popover__title:not(.squiz-rb-plugin *){font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.squiz-rb-scope .sds-popover__title .svg-wrapper svg:not(.squiz-rb-plugin *){fill:#3d3d3d}.squiz-rb-scope .sds-popover--left .sds-popover__content-wrapper:not(.squiz-rb-plugin *){bottom:50%;right:calc(100% + 1rem);transform:translateY(50%)}.squiz-rb-scope .sds-popover--left .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{left:unset;right:0;top:50%;transform:translate(50%,-50%) rotate(45deg)}.squiz-rb-scope .sds-popover--right .sds-popover__content-wrapper:not(.squiz-rb-plugin *){bottom:50%;left:calc(100% + 1rem);transform:translateY(50%)}.squiz-rb-scope .sds-popover--right .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{left:0;right:unset;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.squiz-rb-scope .sds-popover--bottom .sds-popover__content-wrapper:not(.squiz-rb-plugin *){top:calc(100% + 1rem);transform:translateX(50%)}.squiz-rb-scope .sds-popover--bottom .sds-popover__content-wrapper:not(.squiz-rb-plugin *):before{bottom:unset;left:50%;right:unset;top:0;transform:translate(-50%,-50%) rotate(45deg)}.squiz-rb-scope .sds-popover--small .sds-popover__content-wrapper:not(.squiz-rb-plugin *){width:260px}.squiz-rb-scope .sds-popover--medium .sds-popover__content-wrapper:not(.squiz-rb-plugin *){width:400px}.squiz-rb-scope .sds-sequence-list.presentation-only .sds-sequence-list__item-content:not(.squiz-rb-plugin *){margin-right:unset}.squiz-rb-scope .sds-sequence-list__item:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;display:flex;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background-color .3s ease-in}.squiz-rb-scope .sds-sequence-list__item--dragging:not(.squiz-rb-plugin *){background-color:#e0e0e0}.squiz-rb-scope .sds-sequence-list__item:last-of-type:not(.squiz-rb-plugin *):before{content:none}.squiz-rb-scope .sds-sequence-list__list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.75rem;list-style-type:none}.squiz-rb-scope .sds-sequence-list__list--dragging .sds-sequence-list__item-dots:not(.squiz-rb-plugin *){display:none}.squiz-rb-scope .sds-sequence-list__list--dragging .sds-tooltip:not(.squiz-rb-plugin *){visibility:hidden}.squiz-rb-scope .sds-sequence-list__item-content:not(.squiz-rb-plugin *){display:flex;flex-direction:column;gap:.5rem;margin-right:1.5rem;width:100%}@media screen and (min-width:576px){.squiz-rb-scope .sds-sequence-list__item-content:not(.squiz-rb-plugin *){flex-direction:row;gap:1rem;justify-content:space-evenly}}.squiz-rb-scope .sds-sequence-list__item-content .sds-form-field:not(.squiz-rb-plugin *){width:100%}.squiz-rb-scope .sds-sequence-list .sds-tooltip__wrapper:not(.squiz-rb-plugin *){height:-moz-min-content;height:min-content}.squiz-rb-scope .sds-sequence-list .sds-tooltip__wrapper:has(.sds-sequence-list__item-remove):not(.squiz-rb-plugin *){position:absolute;right:1rem;top:.75rem}.squiz-rb-scope .sds-sequence-list__item-remove--disabled:not(.squiz-rb-plugin *){cursor:not-allowed;opacity:.5}.squiz-rb-scope .sds-sequence-list__item-dots:not(.squiz-rb-plugin *){left:-30px;position:absolute;width:.25rem}.squiz-rb-scope .sds-sequence-list__item-index-mark:not(.squiz-rb-plugin *){background-color:#f5bb8c;border-radius:100%;display:grid;font-size:.875rem;font-weight:400;height:2rem;left:-.75rem;letter-spacing:-.2px;line-height:1.25rem;place-items:center;position:absolute;top:50%;transform:translate(-100%,-50%);width:2rem}.squiz-rb-scope .sds-sequence-list__item-drag-btn:not(.squiz-rb-plugin *){align-self:baseline}.squiz-rb-scope .sds-sequence-list__item-drag-btn svg:not(.squiz-rb-plugin *){height:1.5rem;width:1.5rem}.squiz-rb-scope .sds-sequence-list__item-drag-btn--disabled:not(.squiz-rb-plugin *){opacity:.5;pointer-events:none}.squiz-rb-scope .sds-sequence-list__add-item-btn:not(.squiz-rb-plugin *){align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;letter-spacing:-.2px;line-height:1.25rem;margin-left:3rem}.squiz-rb-scope .sds-sequence-list .simple-list:not(.squiz-rb-plugin *){padding-inline-start:0}.squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-rb-scope :not(.squiz-rb-plugin *):before{border:0 solid #ededed;box-sizing:border-box}.squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-rb-scope :not(.squiz-rb-plugin *):before{--tw-content:""}.squiz-rb-scope html:not(.squiz-rb-plugin *){-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-rb-scope body:not(.squiz-rb-plugin *){line-height:inherit;margin:0}.squiz-rb-scope hr:not(.squiz-rb-plugin *){border-top-width:1px;color:inherit;height:0}.squiz-rb-scope abbr:where([title]):not(.squiz-rb-plugin *){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-rb-scope h1:not(.squiz-rb-plugin *),.squiz-rb-scope h2:not(.squiz-rb-plugin *),.squiz-rb-scope h3:not(.squiz-rb-plugin *),.squiz-rb-scope h4:not(.squiz-rb-plugin *),.squiz-rb-scope h5:not(.squiz-rb-plugin *),.squiz-rb-scope h6:not(.squiz-rb-plugin *){font-size:inherit;font-weight:inherit}.squiz-rb-scope a:not(.squiz-rb-plugin *){color:inherit;text-decoration:inherit}.squiz-rb-scope b:not(.squiz-rb-plugin *),.squiz-rb-scope strong:not(.squiz-rb-plugin *){font-weight:bolder}.squiz-rb-scope code:not(.squiz-rb-plugin *),.squiz-rb-scope kbd:not(.squiz-rb-plugin *),.squiz-rb-scope pre:not(.squiz-rb-plugin *),.squiz-rb-scope samp:not(.squiz-rb-plugin *){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-rb-scope small:not(.squiz-rb-plugin *){font-size:80%}.squiz-rb-scope sub:not(.squiz-rb-plugin *),.squiz-rb-scope sup:not(.squiz-rb-plugin *){font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-rb-scope sub:not(.squiz-rb-plugin *){bottom:-.25em}.squiz-rb-scope sup:not(.squiz-rb-plugin *){top:-.5em}.squiz-rb-scope table:not(.squiz-rb-plugin *){border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-rb-scope button:not(.squiz-rb-plugin *),.squiz-rb-scope input:not(.squiz-rb-plugin *),.squiz-rb-scope optgroup:not(.squiz-rb-plugin *),.squiz-rb-scope select:not(.squiz-rb-plugin *),.squiz-rb-scope textarea:not(.squiz-rb-plugin *){color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-rb-scope button:not(.squiz-rb-plugin *),.squiz-rb-scope select:not(.squiz-rb-plugin *){text-transform:none}.squiz-rb-scope [type=button]:not(.squiz-rb-plugin *),.squiz-rb-scope [type=reset]:not(.squiz-rb-plugin *),.squiz-rb-scope [type=submit]:not(.squiz-rb-plugin *),.squiz-rb-scope button:not(.squiz-rb-plugin *){-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-rb-scope :-moz-focusring:not(.squiz-rb-plugin *){outline:auto}.squiz-rb-scope :-moz-ui-invalid:not(.squiz-rb-plugin *){box-shadow:none}.squiz-rb-scope progress:not(.squiz-rb-plugin *){vertical-align:baseline}.squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-inner-spin-button,.squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-outer-spin-button{height:auto}.squiz-rb-scope [type=search]:not(.squiz-rb-plugin *){-webkit-appearance:textfield;outline-offset:-2px}.squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-search-decoration{-webkit-appearance:none}.squiz-rb-scope :not(.squiz-rb-plugin *)::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-rb-scope summary:not(.squiz-rb-plugin *){display:list-item}.squiz-rb-scope blockquote:not(.squiz-rb-plugin *),.squiz-rb-scope dd:not(.squiz-rb-plugin *),.squiz-rb-scope dl:not(.squiz-rb-plugin *),.squiz-rb-scope figure:not(.squiz-rb-plugin *),.squiz-rb-scope h1:not(.squiz-rb-plugin *),.squiz-rb-scope h2:not(.squiz-rb-plugin *),.squiz-rb-scope h3:not(.squiz-rb-plugin *),.squiz-rb-scope h4:not(.squiz-rb-plugin *),.squiz-rb-scope h5:not(.squiz-rb-plugin *),.squiz-rb-scope h6:not(.squiz-rb-plugin *),.squiz-rb-scope hr:not(.squiz-rb-plugin *),.squiz-rb-scope p:not(.squiz-rb-plugin *),.squiz-rb-scope pre:not(.squiz-rb-plugin *){margin:0}.squiz-rb-scope fieldset:not(.squiz-rb-plugin *){margin:0;padding:0}.squiz-rb-scope legend:not(.squiz-rb-plugin *){padding:0}.squiz-rb-scope menu:not(.squiz-rb-plugin *),.squiz-rb-scope ol:not(.squiz-rb-plugin *),.squiz-rb-scope ul:not(.squiz-rb-plugin *){list-style:none;margin:0;padding:0}.squiz-rb-scope textarea:not(.squiz-rb-plugin *){resize:vertical}.squiz-rb-scope input:not(.squiz-rb-plugin *)::-moz-placeholder,.squiz-rb-scope textarea:not(.squiz-rb-plugin *)::-moz-placeholder{color:#bababa;opacity:1}.squiz-rb-scope input:not(.squiz-rb-plugin *)::placeholder,.squiz-rb-scope textarea:not(.squiz-rb-plugin *)::placeholder{color:#bababa;opacity:1}.squiz-rb-scope [role=button]:not(.squiz-rb-plugin *),.squiz-rb-scope button:not(.squiz-rb-plugin *){cursor:pointer}.squiz-rb-scope :disabled:not(.squiz-rb-plugin *){cursor:default}.squiz-rb-scope audio:not(.squiz-rb-plugin *),.squiz-rb-scope canvas:not(.squiz-rb-plugin *),.squiz-rb-scope embed:not(.squiz-rb-plugin *),.squiz-rb-scope iframe:not(.squiz-rb-plugin *),.squiz-rb-scope img:not(.squiz-rb-plugin *),.squiz-rb-scope object:not(.squiz-rb-plugin *),.squiz-rb-scope svg:not(.squiz-rb-plugin *),.squiz-rb-scope video:not(.squiz-rb-plugin *){display:block;vertical-align:middle}.squiz-rb-scope img:not(.squiz-rb-plugin *),.squiz-rb-scope video:not(.squiz-rb-plugin *){height:auto;max-width:100%}.squiz-rb-scope [hidden]:not(.squiz-rb-plugin *){display:none}.squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-rb-scope :not(.squiz-rb-plugin *):after,.squiz-rb-scope :not(.squiz-rb-plugin *):before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-rb-scope :not(.squiz-rb-plugin *)::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-rb-scope .container:not(.squiz-rb-plugin *){width:100%}@media(min-width:640px){.squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:640px}}@media(min-width:768px){.squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:768px}}@media(min-width:1024px){.squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1024px}}@media(min-width:1280px){.squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1280px}}@media(min-width:1536px){.squiz-rb-scope .container:not(.squiz-rb-plugin *){max-width:1536px}}.squiz-rb-scope .sr-only:not(.squiz-rb-plugin *){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-rb-scope .visible:not(.squiz-rb-plugin *){visibility:visible}.squiz-rb-scope .fixed:not(.squiz-rb-plugin *){position:fixed}.squiz-rb-scope .absolute:not(.squiz-rb-plugin *){position:absolute}.squiz-rb-scope .relative:not(.squiz-rb-plugin *){position:relative}.squiz-rb-scope .inset-0:not(.squiz-rb-plugin *){inset:0}.squiz-rb-scope .-right-8:not(.squiz-rb-plugin *){right:-2rem}.squiz-rb-scope .bottom-0:not(.squiz-rb-plugin *){bottom:0}.squiz-rb-scope .left-1:not(.squiz-rb-plugin *){left:.25rem}.squiz-rb-scope .right-0:not(.squiz-rb-plugin *){right:0}.squiz-rb-scope .right-2:not(.squiz-rb-plugin *){right:.5rem}.squiz-rb-scope .right-3:not(.squiz-rb-plugin *){right:.75rem}.squiz-rb-scope .right-4:not(.squiz-rb-plugin *){right:1rem}.squiz-rb-scope .right-5:not(.squiz-rb-plugin *){right:1.25rem}.squiz-rb-scope .top-0:not(.squiz-rb-plugin *){top:0}.squiz-rb-scope .top-3:not(.squiz-rb-plugin *){top:.75rem}.squiz-rb-scope .top-\[calc\(100\%\+8px\)\]:not(.squiz-rb-plugin *){top:calc(100% + 8px)}.squiz-rb-scope .z-50:not(.squiz-rb-plugin *){z-index:50}.squiz-rb-scope .z-\[9998\]:not(.squiz-rb-plugin *){z-index:9998}.squiz-rb-scope .z-\[9999\]:not(.squiz-rb-plugin *){z-index:9999}.squiz-rb-scope .col-start-2:not(.squiz-rb-plugin *){grid-column-start:2}.squiz-rb-scope .col-end-2:not(.squiz-rb-plugin *){grid-column-end:2}.squiz-rb-scope .m-1:not(.squiz-rb-plugin *){margin:.25rem}.squiz-rb-scope .m-2:not(.squiz-rb-plugin *){margin:.5rem}.squiz-rb-scope .m-20:not(.squiz-rb-plugin *){margin:5rem}.squiz-rb-scope .m-3:not(.squiz-rb-plugin *){margin:.75rem}.squiz-rb-scope .m-5:not(.squiz-rb-plugin *){margin:1.25rem}.squiz-rb-scope .mx-2:not(.squiz-rb-plugin *){margin-left:.5rem;margin-right:.5rem}.squiz-rb-scope .mx-20:not(.squiz-rb-plugin *){margin-left:5rem;margin-right:5rem}.squiz-rb-scope .mx-4:not(.squiz-rb-plugin *){margin-left:1rem;margin-right:1rem}.squiz-rb-scope .mx-5:not(.squiz-rb-plugin *){margin-left:1.25rem;margin-right:1.25rem}.squiz-rb-scope .my-4:not(.squiz-rb-plugin *){margin-bottom:1rem;margin-top:1rem}.squiz-rb-scope .mb-1:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-rb-scope .card-body>.sds-block:not(.squiz-rb-plugin *),.squiz-rb-scope .mb-2:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-rb-scope .component-header-details:not(.squiz-rb-plugin *),.squiz-rb-scope .ml-1:not(.squiz-rb-plugin *){margin-left:.25rem}.squiz-rb-scope .ml-4:not(.squiz-rb-plugin *){margin-left:1rem}.squiz-rb-scope .ml-\[6px\]:not(.squiz-rb-plugin *){margin-left:6px}.squiz-rb-scope .ml-auto:not(.squiz-rb-plugin *){margin-left:auto}.sds-btn-action .squiz-rb-scope .dropdown-item>svg:not(.squiz-rb-plugin *),.squiz-rb-scope .mr-2:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-btn-action .dropdown-item>svg:not(.squiz-rb-plugin *){margin-right:.5rem}.squiz-rb-scope .mr-2\.5:not(.squiz-rb-plugin *){margin-right:.625rem}.squiz-rb-scope .mr-3:not(.squiz-rb-plugin *){margin-right:.75rem}.squiz-rb-scope .mr-4:not(.squiz-rb-plugin *){margin-right:1rem}.squiz-rb-scope .mr-6:not(.squiz-rb-plugin *){margin-right:1.5rem}.squiz-rb-scope .mr-7:not(.squiz-rb-plugin *){margin-right:1.75rem}.squiz-rb-scope .mr-8:not(.squiz-rb-plugin *){margin-right:2rem}.squiz-rb-scope .mr-\[6px\]:not(.squiz-rb-plugin *){margin-right:6px}.squiz-rb-scope .mr-auto:not(.squiz-rb-plugin *){margin-right:auto}.squiz-rb-scope .mt-1:not(.squiz-rb-plugin *){margin-top:.25rem}.squiz-rb-scope .mt-20:not(.squiz-rb-plugin *){margin-top:5rem}.squiz-rb-scope .mt-3:not(.squiz-rb-plugin *){margin-top:.75rem}.squiz-rb-scope .mt-4:not(.squiz-rb-plugin *){margin-top:1rem}.squiz-rb-scope .mt-7:not(.squiz-rb-plugin *){margin-top:1.75rem}.squiz-rb-scope .line-clamp-2:not(.squiz-rb-plugin *){-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-rb-scope .inline-block:not(.squiz-rb-plugin *){display:inline-block}.squiz-rb-scope .\!inline:not(.squiz-rb-plugin *){display:inline!important}.squiz-rb-scope .inline:not(.squiz-rb-plugin *){display:inline}.squiz-rb-scope .flex:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .inline-flex:not(.squiz-rb-plugin *){display:inline-flex}.squiz-rb-scope .grid:not(.squiz-rb-plugin *){display:grid}.squiz-rb-scope .hidden:not(.squiz-rb-plugin *){display:none}.squiz-rb-scope .\!h-4:not(.squiz-rb-plugin *){height:1rem!important}.squiz-rb-scope .h-14:not(.squiz-rb-plugin *){height:3.5rem}.squiz-rb-scope .h-2:not(.squiz-rb-plugin *){height:.5rem}.squiz-rb-scope .h-36:not(.squiz-rb-plugin *){height:9rem}.squiz-rb-scope .h-4:not(.squiz-rb-plugin *){height:1rem}.squiz-rb-scope .h-5:not(.squiz-rb-plugin *){height:1.25rem}.squiz-rb-scope .h-6:not(.squiz-rb-plugin *){height:1.5rem}.squiz-rb-scope .h-9:not(.squiz-rb-plugin *){height:2.25rem}.squiz-rb-scope .h-\[36px\]:not(.squiz-rb-plugin *){height:36px}.squiz-rb-scope .h-\[50vh\]:not(.squiz-rb-plugin *){height:50vh}.squiz-rb-scope .h-\[56px\]:not(.squiz-rb-plugin *){height:56px}.squiz-rb-scope .h-full:not(.squiz-rb-plugin *){height:100%}.squiz-rb-scope .h-screen:not(.squiz-rb-plugin *){height:100vh}.squiz-rb-scope .max-h-80:not(.squiz-rb-plugin *){max-height:20rem}.squiz-rb-scope .min-h-\[290px\]:not(.squiz-rb-plugin *){min-height:290px}.squiz-rb-scope .min-h-\[320px\]:not(.squiz-rb-plugin *){min-height:320px}.squiz-rb-scope .min-h-\[44px\]:not(.squiz-rb-plugin *){min-height:44px}.squiz-rb-scope .min-h-\[64px\]:not(.squiz-rb-plugin *){min-height:64px}.squiz-rb-scope .min-h-\[68px\]:not(.squiz-rb-plugin *){min-height:68px}.squiz-rb-scope .min-h-full:not(.squiz-rb-plugin *){min-height:100%}.squiz-rb-scope .\!w-4:not(.squiz-rb-plugin *){width:1rem!important}.squiz-rb-scope .w-1\/2:not(.squiz-rb-plugin *){width:50%}.squiz-rb-scope .w-12:not(.squiz-rb-plugin *){width:3rem}.squiz-rb-scope .w-14:not(.squiz-rb-plugin *){width:3.5rem}.squiz-rb-scope .w-3\/4:not(.squiz-rb-plugin *){width:75%}.squiz-rb-scope .w-36:not(.squiz-rb-plugin *){width:9rem}.squiz-rb-scope .w-4:not(.squiz-rb-plugin *){width:1rem}.squiz-rb-scope .w-6:not(.squiz-rb-plugin *){width:1.5rem}.squiz-rb-scope .w-\[100\%\]:not(.squiz-rb-plugin *){width:100%}.squiz-rb-scope .w-\[200px\]:not(.squiz-rb-plugin *){width:200px}.squiz-rb-scope .w-\[204px\]:not(.squiz-rb-plugin *){width:204px}.squiz-rb-scope .w-\[320px\]:not(.squiz-rb-plugin *){width:320px}.squiz-rb-scope .w-\[400px\]:not(.squiz-rb-plugin *){width:400px}.squiz-rb-scope .w-\[56px\]:not(.squiz-rb-plugin *){width:56px}.squiz-rb-scope .w-\[calc\(100\%-2px\)\]:not(.squiz-rb-plugin *){width:calc(100% - 2px)}.squiz-rb-scope .w-full:not(.squiz-rb-plugin *){width:100%}.squiz-rb-scope .w-screen:not(.squiz-rb-plugin *){width:100vw}.squiz-rb-scope .max-w-\[200px\]:not(.squiz-rb-plugin *){max-width:200px}.squiz-rb-scope .max-w-\[400px\]:not(.squiz-rb-plugin *){max-width:400px}.squiz-rb-scope .max-w-\[50rem\]:not(.squiz-rb-plugin *){max-width:50rem}.squiz-rb-scope .max-w-\[52rem\]:not(.squiz-rb-plugin *){max-width:52rem}.squiz-rb-scope .flex-1:not(.squiz-rb-plugin *){flex:1 1 0%}.squiz-rb-scope .shrink-0:not(.squiz-rb-plugin *){flex-shrink:0}.squiz-rb-scope .grow:not(.squiz-rb-plugin *){flex-grow:1}.squiz-rb-scope .grow-\[3\]:not(.squiz-rb-plugin *){flex-grow:3}.squiz-rb-scope .animate-spin:not(.squiz-rb-plugin *){animation:spin 1s linear infinite}.squiz-rb-scope .cursor-not-allowed:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-rb-scope .cursor-pointer:not(.squiz-rb-plugin *){cursor:pointer}.squiz-rb-scope .grid-cols-\[24px_1fr_45px\]:not(.squiz-rb-plugin *){grid-template-columns:24px 1fr 45px}.squiz-rb-scope .flex-row:not(.squiz-rb-plugin *){flex-direction:row}.squiz-rb-scope .flex-col:not(.squiz-rb-plugin *){flex-direction:column}.squiz-rb-scope .items-center:not(.squiz-rb-plugin *){align-items:center}.squiz-rb-scope .items-stretch:not(.squiz-rb-plugin *){align-items:stretch}.squiz-rb-scope .justify-end:not(.squiz-rb-plugin *){justify-content:flex-end}.squiz-rb-scope .justify-center:not(.squiz-rb-plugin *){justify-content:center}.squiz-rb-scope .gap-1:not(.squiz-rb-plugin *){gap:.25rem}.squiz-rb-scope .gap-3:not(.squiz-rb-plugin *){gap:.75rem}.squiz-rb-scope .self-start:not(.squiz-rb-plugin *){align-self:flex-start}.squiz-rb-scope .self-center:not(.squiz-rb-plugin *){align-self:center}.squiz-rb-scope .justify-self-start:not(.squiz-rb-plugin *){justify-self:start}.squiz-rb-scope .overflow-hidden:not(.squiz-rb-plugin *){overflow:hidden}.squiz-rb-scope .overflow-y-auto:not(.squiz-rb-plugin *){overflow-y:auto}.squiz-rb-scope .overflow-y-hidden:not(.squiz-rb-plugin *){overflow-y:hidden}.squiz-rb-scope .overflow-y-scroll:not(.squiz-rb-plugin *){overflow-y:scroll}.squiz-rb-scope .truncate:not(.squiz-rb-plugin *){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-rb-scope .break-words:not(.squiz-rb-plugin *){overflow-wrap:break-word}.squiz-rb-scope .rounded:not(.squiz-rb-plugin *){border-radius:4px}.squiz-rb-scope .rounded-full:not(.squiz-rb-plugin *){border-radius:9999px}.squiz-rb-scope .card-icon:not(.squiz-rb-plugin *),.squiz-rb-scope .card-thumbnail:not(.squiz-rb-plugin *),.squiz-rb-scope .rounded-lg:not(.squiz-rb-plugin *),.squiz-rb-scope .table-style-list .card:not(.squiz-rb-plugin *),.table-style-list .squiz-rb-scope .card:not(.squiz-rb-plugin *){border-radius:.5rem}.squiz-rb-scope .border:not(.squiz-rb-plugin *){border-width:1px}.squiz-rb-scope .border-0:not(.squiz-rb-plugin *),.squiz-rb-scope .card-horizontal:not(.squiz-rb-plugin *){border-width:0}.squiz-rb-scope .border-1:not(.squiz-rb-plugin *){border-width:1px}.squiz-rb-scope .border-2:not(.squiz-rb-plugin *){border-width:2px}.squiz-rb-scope .border-b:not(.squiz-rb-plugin *){border-bottom-width:1px}.squiz-rb-scope .border-b-0:not(.squiz-rb-plugin *){border-bottom-width:0}.squiz-rb-scope .border-l:not(.squiz-rb-plugin *){border-left-width:1px}.squiz-rb-scope .border-r:not(.squiz-rb-plugin *){border-right-width:1px}.squiz-rb-scope .border-t:not(.squiz-rb-plugin *){border-top-width:1px}.squiz-rb-scope .border-solid:not(.squiz-rb-plugin *){border-style:solid}.squiz-rb-scope .border-blue-200:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(143 192 235/var(--tw-border-opacity))}.squiz-rb-scope .border-current:not(.squiz-rb-plugin *){border-color:currentColor}.squiz-rb-scope .border-gray-200:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(237 237 237/var(--tw-border-opacity))}.squiz-rb-scope .border-gray-300:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-rb-scope .border-gray-400:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(186 186 186/var(--tw-border-opacity))}.squiz-rb-scope .border-white:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.squiz-rb-scope .bg-black:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-rb-scope .bg-blue-100:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-rb-scope .bg-blue-300:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-rb-scope .bg-blue-300\/\[\.6\]:not(.squiz-rb-plugin *){background-color:rgb(7 116 210/.6)}.squiz-rb-scope .bg-gray-100:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-rb-scope .bg-gray-200:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-rb-scope .bg-transparent:not(.squiz-rb-plugin *){background-color:transparent}.squiz-rb-scope .bg-white:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-rb-scope .bg-opacity-10:not(.squiz-rb-plugin *){--tw-bg-opacity:0.1}.squiz-rb-scope .fill-blue-300:not(.squiz-rb-plugin *){fill:#0774d2}.squiz-rb-scope .fill-current:not(.squiz-rb-plugin *){fill:currentColor}.squiz-rb-scope .object-cover:not(.squiz-rb-plugin *){-o-object-fit:cover;object-fit:cover}.squiz-rb-scope .object-center:not(.squiz-rb-plugin *){-o-object-position:center;object-position:center}.squiz-rb-scope .p-0:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-btn-close:not(.squiz-rb-plugin *),.squiz-rb-scope .sds-btn-undo:not(.squiz-rb-plugin *){padding:0}.squiz-rb-scope .p-1:not(.squiz-rb-plugin *){padding:.25rem}.squiz-rb-scope .p-2:not(.squiz-rb-plugin *){padding:.5rem}.squiz-rb-scope .p-3:not(.squiz-rb-plugin *){padding:.75rem}.squiz-rb-scope .p-4:not(.squiz-rb-plugin *){padding:1rem}.squiz-rb-scope .px-1:not(.squiz-rb-plugin *){padding-left:.25rem;padding-right:.25rem}.squiz-rb-scope .px-1\.5:not(.squiz-rb-plugin *){padding-left:.375rem;padding-right:.375rem}.squiz-rb-scope .px-2:not(.squiz-rb-plugin *){padding-left:.5rem;padding-right:.5rem}.squiz-rb-scope .px-2\.5:not(.squiz-rb-plugin *){padding-left:.625rem;padding-right:.625rem}.squiz-rb-scope .px-3:not(.squiz-rb-plugin *){padding-left:.75rem;padding-right:.75rem}.squiz-rb-scope .px-4:not(.squiz-rb-plugin *){padding-left:1rem;padding-right:1rem}.squiz-rb-scope .px-7:not(.squiz-rb-plugin *){padding-left:1.75rem;padding-right:1.75rem}.squiz-rb-scope .py-0:not(.squiz-rb-plugin *){padding-bottom:0;padding-top:0}.squiz-rb-scope .py-0\.5:not(.squiz-rb-plugin *){padding-bottom:.125rem;padding-top:.125rem}.squiz-rb-scope .py-2:not(.squiz-rb-plugin *){padding-bottom:.5rem;padding-top:.5rem}.squiz-rb-scope .py-3:not(.squiz-rb-plugin *){padding-bottom:.75rem;padding-top:.75rem}.squiz-rb-scope .py-8:not(.squiz-rb-plugin *){padding-bottom:2rem;padding-top:2rem}.squiz-rb-scope .pb-0:not(.squiz-rb-plugin *){padding-bottom:0}.squiz-rb-scope .pb-3:not(.squiz-rb-plugin *){padding-bottom:.75rem}.squiz-rb-scope .pb-4:not(.squiz-rb-plugin *){padding-bottom:1rem}.squiz-rb-scope .pb-4\.5:not(.squiz-rb-plugin *){padding-bottom:1.125rem}.squiz-rb-scope .pb-6:not(.squiz-rb-plugin *){padding-bottom:1.5rem}.squiz-rb-scope .pl-1:not(.squiz-rb-plugin *){padding-left:.25rem}.squiz-rb-scope .pl-4:not(.squiz-rb-plugin *){padding-left:1rem}.squiz-rb-scope .pl-4\.5:not(.squiz-rb-plugin *){padding-left:1.125rem}.squiz-rb-scope .pl-6:not(.squiz-rb-plugin *){padding-left:1.5rem}.squiz-rb-scope .pr-1:not(.squiz-rb-plugin *){padding-right:.25rem}.squiz-rb-scope .pr-10:not(.squiz-rb-plugin *){padding-right:2.5rem}.squiz-rb-scope .pr-4:not(.squiz-rb-plugin *){padding-right:1rem}.squiz-rb-scope .pr-4\.5:not(.squiz-rb-plugin *){padding-right:1.125rem}.squiz-rb-scope .pr-6:not(.squiz-rb-plugin *){padding-right:1.5rem}.squiz-rb-scope .pt-3:not(.squiz-rb-plugin *){padding-top:.75rem}.squiz-rb-scope .pt-4:not(.squiz-rb-plugin *){padding-top:1rem}.squiz-rb-scope .text-left:not(.squiz-rb-plugin *){text-align:left}.squiz-rb-scope .text-center:not(.squiz-rb-plugin *){text-align:center}.squiz-rb-scope .text-right:not(.squiz-rb-plugin *){text-align:right}.squiz-rb-scope .align-\[-0\.125em\]:not(.squiz-rb-plugin *){vertical-align:-.125em}.squiz-rb-scope .text-base:not(.squiz-rb-plugin *){font-size:1rem}.squiz-rb-scope .text-md:not(.squiz-rb-plugin *){font-size:.875rem}.squiz-rb-scope .text-sm:not(.squiz-rb-plugin *){font-size:.8125rem}.squiz-rb-scope .text-xl:not(.squiz-rb-plugin *){font-size:1.25rem;line-height:1.75rem}.squiz-rb-scope .font-bold:not(.squiz-rb-plugin *){font-weight:700}.squiz-rb-scope .font-normal:not(.squiz-rb-plugin *){font-weight:400}.squiz-rb-scope .font-semibold:not(.squiz-rb-plugin *){font-weight:600}.squiz-rb-scope .leading-4:not(.squiz-rb-plugin *){line-height:1rem}.squiz-rb-scope .leading-5:not(.squiz-rb-plugin *){line-height:1.25rem}.squiz-rb-scope .leading-6:not(.squiz-rb-plugin *){line-height:1.5rem}.squiz-rb-scope .text-blue-300:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-rb-scope .text-blue-400:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-rb-scope .text-gray-500:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-rb-scope .text-gray-600:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-rb-scope .text-gray-700:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-rb-scope .text-gray-800:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-rb-scope .text-red-300:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-rb-scope .text-white:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-rb-scope .antialiased:not(.squiz-rb-plugin *){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.squiz-rb-scope .opacity-40:not(.squiz-rb-plugin *){opacity:.4}.squiz-rb-scope .shadow-md:not(.squiz-rb-plugin *){--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.squiz-rb-scope .outline-0:not(.squiz-rb-plugin *){outline-width:0}.squiz-rb-scope .blur:not(.squiz-rb-plugin *){--tw-blur:blur(8px)}.squiz-rb-scope .blur:not(.squiz-rb-plugin *),.squiz-rb-scope .filter:not(.squiz-rb-plugin *){filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-rb-scope .checkbox-filter:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:.5rem;color:#3d3d3d;padding:.5rem}.squiz-rb-scope .checkbox-filter input:focus:not(.squiz-rb-plugin *){box-shadow:0 0 0 2px #0774d2;outline:0}.squiz-rb-scope .sds-form-control-item button[aria-checked=true]+.sds-form-control-item:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-rb-scope .sds-form-control-item:has(button[aria-checked=true]):not(.squiz-rb-plugin *){background-color:#e6f1fa;color:#044985}.squiz-rb-scope .sds-form-control-item:has(button[aria-checked=true]) .sds-form-control-text:not(.squiz-rb-plugin *){color:#044985}.squiz-rb-scope .sds-form-control-text:not(.squiz-rb-plugin *){font-size:.875rem;line-height:1.25rem}.squiz-rb-scope .checkbox-filter__collapse:not(.squiz-rb-plugin *){align-items:center;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:30px;margin-top:.5rem;padding-left:.5rem}.squiz-rb-scope .checkbox-filter__collapse p:not(.squiz-rb-plugin *){padding-top:5px}.squiz-rb-scope .checkbox-filter__collapse:hover:not(.squiz-rb-plugin *){cursor:pointer}.squiz-rb-scope .checkbox-filter__collapse .show-less-icon:not(.squiz-rb-plugin *),.squiz-rb-scope .checkbox-filter__collapse .show-more-icon:not(.squiz-rb-plugin *){margin-right:.25rem;padding-top:.5rem}.squiz-rb-scope .checkbox-filter__collapse .show-less-icon svg:not(.squiz-rb-plugin *),.squiz-rb-scope .checkbox-filter__collapse .show-more-icon svg:not(.squiz-rb-plugin *){height:18px;width:18px}.squiz-rb-scope .checkbox-filter__collapse .show-less-icon svg path:not(.squiz-rb-plugin *),.squiz-rb-scope .checkbox-filter__collapse .show-more-icon svg path:not(.squiz-rb-plugin *){fill:#707070}.squiz-rb-scope .checkbox-filter__header:not(.squiz-rb-plugin *){align-items:center;display:flex;height:20px;margin-bottom:.5rem}.squiz-rb-scope .sds-form-control-item:not(.squiz-rb-plugin *){padding:.25rem 0 .25rem .5rem}.squiz-rb-scope .sds-form-control-item:hover:not(.squiz-rb-plugin *){background-color:#f5f5f5;border-radius:.25rem}.squiz-rb-scope .checkbox-filter__heading:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:.875rem!important;line-height:1.25rem!important;margin:0}.squiz-rb-scope .checkbox-filter__clear:not(.squiz-rb-plugin *){margin-left:auto}.squiz-rb-scope .checkbox-filter__clear button:not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;color:#0774d2;cursor:pointer;font-size:13px;font-weight:400;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-rb-scope .checkbox-filter__clear button:hover:not(.squiz-rb-plugin *){text-decoration:underline}.squiz-rb-scope .checkbox-filter__search:not(.squiz-rb-plugin *){margin-bottom:.75rem}.squiz-rb-scope .checkbox-filter__options:not(.squiz-rb-plugin *){line-height:normal;overflow-y:auto;padding-top:.5rem}.squiz-rb-scope .checkbox-filter__options li:not(.squiz-rb-plugin *){margin-bottom:.25rem}.squiz-rb-scope .checkbox-filter__options button:not([role=checkbox]):not(.squiz-rb-plugin *){background:transparent;border:none;color:#707070;color:#3d3d3d;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-rb-scope .checkbox-filter__empty:not(.squiz-rb-plugin *){display:block}.squiz-rb-scope .filter-list__heading:not(.squiz-rb-plugin *){color:#3d3d3d;display:block;margin-bottom:1rem;margin-top:0}.squiz-rb-scope .filter-list__item:not(.squiz-rb-plugin *){margin-bottom:1rem}.squiz-rb-scope .image-card:not(.squiz-rb-plugin *){background-color:#f7f7f7;border:none;border-radius:0 0 10px 10px;cursor:pointer;max-width:240px;overflow:hidden;padding:0;position:relative;width:100%}.squiz-rb-scope .image-card:disabled:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-rb-scope .image-card--selected:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-rb-scope .image-card__img-container:not(.squiz-rb-plugin *){background-color:#ededed;min-height:100px;padding:10px 0;position:relative;width:100%}.squiz-rb-scope .image-card img:not(.squiz-rb-plugin *){bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-rb-scope .image-card__info:not(.squiz-rb-plugin *){display:flex;flex-direction:column;padding:.5rem;width:100%}.squiz-rb-scope .image-card__title:not(.squiz-rb-plugin *){margin-bottom:.25rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.squiz-rb-scope .image-card__details:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-rb-scope .image-card__type:not(.squiz-rb-plugin *){margin-bottom:.25rem;text-align:left;text-transform:uppercase}.squiz-rb-scope .image-card--selected .image-card__title:not(.squiz-rb-plugin *),.squiz-rb-scope .image-card--selected .image-card__type:not(.squiz-rb-plugin *){color:#044985}.squiz-rb-scope .image-card__checkmark svg path:not(.squiz-rb-plugin *){fill:#044985}.squiz-rb-scope .selection-list:not(.squiz-rb-plugin *){border:1px solid #e0e0e0;border-radius:.5rem;list-style:none;margin:0;overflow:hidden;padding:0}.squiz-rb-scope .selection-list__item:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;display:flex;margin:.25rem .5rem}.squiz-rb-scope .selection-list__item:first-child:not(.squiz-rb-plugin *){margin-top:8px}.squiz-rb-scope .selection-list__item:last-child:not(.squiz-rb-plugin *){border-bottom:none}.squiz-rb-scope .selection-list__item-button:not(.squiz-rb-plugin *){background:none;border:none;border-radius:.25rem;cursor:pointer;margin-bottom:.25rem;outline:none;padding:.25rem .5rem;text-align:left;width:100%}.squiz-rb-scope .selection-list__item-button:focus:not(.squiz-rb-plugin *),.squiz-rb-scope .selection-list__item-button:hover:not(.squiz-rb-plugin *){background-color:#f5f5f5}.squiz-rb-scope .selection-list__item--selected path:not(.squiz-rb-plugin *){fill:#044985!important}.squiz-rb-scope .selection-list__item--selected .sds-text:not(.squiz-rb-plugin *){color:#044985!important}.squiz-rb-scope .selection-list__item--selected .selection-list__item-button:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-rb-scope .skeleton-grid:not(.squiz-rb-plugin *){display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));list-style-type:none;margin:0;padding:0}.squiz-rb-scope .skeleton-grid:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-rb-scope .skeleton-grid .skeleton-item:not(.squiz-rb-plugin *){margin-bottom:.25rem;min-width:50px}.squiz-rb-scope .skeleton-grid .skeleton-item__animate:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-rb-scope .skeleton-grid .skeleton-item__container:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:column;height:136px}.squiz-rb-scope .skeleton-grid .skeleton-item__image:not(.squiz-rb-plugin *){background-color:#e0e0e0;border-radius:.25rem;height:100px;margin-bottom:14px;width:100%}.squiz-rb-scope .skeleton-grid .skeleton-item__description:not(.squiz-rb-plugin *){background-color:#e0e0e0;border-radius:.5rem;height:8px;width:88%}.squiz-rb-scope .skeleton-list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;list-style-type:none;margin:1rem 0;padding:0 1.75rem}.squiz-rb-scope .skeleton-list:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-rb-scope .skeleton-list .skeleton-item:not(.squiz-rb-plugin *){align-items:center;border:solid #ededed;border-width:1px 1px 0;display:flex;padding:.25rem}.squiz-rb-scope .skeleton-list .skeleton-item:first-child:not(.squiz-rb-plugin *){border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-top:0}.squiz-rb-scope .skeleton-list .skeleton-item:last-child:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-width:1px}.squiz-rb-scope .skeleton-list .skeleton-item__animate:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-rb-scope .skeleton-list .skeleton-item__container:not(.squiz-rb-plugin *){border-radius:.25rem;display:grid;grid-template-columns:24px 1fr 45px;padding:1rem;width:100%}.squiz-rb-scope .skeleton-list .skeleton-item__icon:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:9999px;height:24px;width:24px}.squiz-rb-scope .skeleton-list .skeleton-item__body:not(.squiz-rb-plugin *){margin:0 1rem;width:100%}.squiz-rb-scope .skeleton-list .skeleton-item__text:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;height:8px;margin-bottom:.25rem;width:50%}.squiz-rb-scope .skeleton-list .skeleton-item__text:first-child:not(.squiz-rb-plugin *){width:75%}.squiz-rb-scope .skeleton-list .skeleton-item__text:last-child:not(.squiz-rb-plugin *){margin-bottom:0}.squiz-rb-scope .skeleton-list .skeleton-item__link:not(.squiz-rb-plugin *){background-color:#ededed;border-radius:.25rem;height:8px;margin-left:auto;margin-right:1rem;width:48px}.squiz-rb-scope .sourceLauncher:not(.squiz-rb-plugin *){margin-bottom:.5rem}.squiz-rb-scope .sourceLauncher__top-row:not(.squiz-rb-plugin *){align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-rb-scope .sourceLauncher__title:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-scope .sourceLauncher__browse-group:not(.squiz-rb-plugin *){align-items:center;display:flex}.squiz-rb-scope .sourceLauncher__or:not(.squiz-rb-plugin *){align-items:center;border-radius:36px;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:24px;justify-content:center;letter-spacing:0;line-height:1rem;margin-right:.5rem;width:24px}.squiz-rb-scope .sourceLauncher__browse:not(.squiz-rb-plugin *){all:unset;align-items:center;color:#4f4f4f;cursor:pointer;display:flex;font-size:14px;font-weight:600;line-height:20px}.squiz-rb-scope .sourceLauncher__browse-icon:not(.squiz-rb-plugin *){margin-right:.25rem}.squiz-rb-scope .sourceLauncher__input-group:not(.squiz-rb-plugin *){align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:.5rem;display:flex;justify-content:center;margin-top:.75rem;padding:7px 8px}.squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *){all:unset;flex:1 1 0;font-size:14px;font-weight:400;line-height:20px;margin-left:.25rem;margin-right:.25rem}.squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *)::-moz-placeholder{color:#949494}.squiz-rb-scope .sourceLauncher__input:not(.squiz-rb-plugin *)::placeholder{color:#949494}.squiz-rb-scope .sourceLauncher__input-icon:not(.squiz-rb-plugin *){height:24px;width:24px}.squiz-rb-scope .sourceLauncher__input-arrow:not(.squiz-rb-plugin *){height:18px;width:18px}.squiz-rb-scope .sourceLauncher__search:not(.squiz-rb-plugin *){all:unset;cursor:pointer;display:flex}.squiz-rb-scope .sourceLauncher__search:focus path:not(.squiz-rb-plugin *),.squiz-rb-scope .sourceLauncher__search:hover path:not(.squiz-rb-plugin *){fill:#4f4f4f}.squiz-rb-scope .searchListing:not(.squiz-rb-plugin *){padding:1.25rem 0 1.25rem 1rem}.squiz-rb-scope .searchListing__header:not(.squiz-rb-plugin *){padding-right:16px}.squiz-rb-scope .searchListing__title-group:not(.squiz-rb-plugin *){border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.squiz-rb-scope .searchListing__title:not(.squiz-rb-plugin *){color:#4f4f4f;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem;margin-bottom:.25rem}.squiz-rb-scope .searchListing__sub-title:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-scope .searchListing__sorter:not(.squiz-rb-plugin *){display:flex;justify-content:flex-end;margin:.5rem 0;position:relative}.squiz-rb-scope .searchListing__sort-label:not(.squiz-rb-plugin *){color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-right:.25rem}.squiz-rb-scope .searchListing__sort-select:not(.squiz-rb-plugin *){all:unset;color:#3d3d3d;cursor:pointer;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem;padding-right:18px}.squiz-rb-scope .searchListing__sort-icon:not(.squiz-rb-plugin *){pointer-events:none;position:absolute}.squiz-rb-scope .searchListing__list:not(.squiz-rb-plugin *){all:unset}.squiz-rb-scope .searchItem:not(.squiz-rb-plugin *){all:unset;border-bottom:1px solid #ededed;display:block;padding:.25rem 0}.squiz-rb-scope .searchItem.searchItem--selected .searchItem__button:not(.squiz-rb-plugin *){background-color:#e6f1fa;border-radius:.5rem}.squiz-rb-scope .searchItem.searchItem--selected .searchItem__label:not(.squiz-rb-plugin *){color:#044985}.squiz-rb-scope .searchItem.searchItem--selected:focus .searchItem__button:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem.searchItem--selected:focus-within .searchItem__button:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem.searchItem--selected:hover .searchItem__button:not(.squiz-rb-plugin *){background-color:#e6f1fa}.squiz-rb-scope .searchItem.searchItem--selected:focus .searchItem__label:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem.searchItem--selected:focus-within .searchItem__label:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem.searchItem--selected:hover .searchItem__label:not(.squiz-rb-plugin *){color:#044985}.squiz-rb-scope .searchItem:focus .searchItem__button:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem:focus-within .searchItem__button:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem:hover .searchItem__button:not(.squiz-rb-plugin *){background-color:#f5f5f5;border-radius:.5rem}.squiz-rb-scope .searchItem:focus .searchItem__label:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem:focus-within .searchItem__label:not(.squiz-rb-plugin *),.squiz-rb-scope .searchItem:hover .searchItem__label:not(.squiz-rb-plugin *){color:#4f4f4f}.squiz-rb-scope .searchItem__button:not(.squiz-rb-plugin *){all:unset;align-items:center;cursor:pointer;display:flex;padding:.25rem .5rem;width:calc(100% - 16px)}.squiz-rb-scope .searchItem__button--disabled:not(.squiz-rb-plugin *){cursor:not-allowed;opacity:.4}.squiz-rb-scope .searchItem__icon:not(.squiz-rb-plugin *){height:24px;margin-right:1rem;width:24px}.squiz-rb-scope .searchItem__label:not(.squiz-rb-plugin *){color:#4f4f4f;flex:1 1 0;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-scope .searchItem__details:not(.squiz-rb-plugin *){flex:0 1 0}.squiz-rb-scope .no-search-result-container:not(.squiz-rb-plugin *){align-items:center;color:#949494;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:24px;margin:auto;text-align:center;width:288px}.squiz-rb-scope .no-search-result-container .no-result-message:not(.squiz-rb-plugin *){margin-top:1rem}.squiz-rb-scope .no-search-result-container .search-term:not(.squiz-rb-plugin *){color:#4f4f4f;font-weight:600}.squiz-rb-scope .no-search-result-container svg:not(.squiz-rb-plugin *){margin:auto}.squiz-rb-scope .error:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-rb-scope .error__info-text:not(.squiz-rb-plugin *){margin:1rem 0;max-width:288px;text-align:center}.squiz-rb-scope .error__alert-icon:not(.squiz-rb-plugin *){align-items:center;height:64px;justify-content:center;width:64px}.squiz-rb-scope .image-info:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-rb-scope .image-info__image-container:not(.squiz-rb-plugin *){background-color:#ededed;height:150px;margin:1.25rem 0;min-height:150px;position:relative;width:250px}.squiz-rb-scope .image-info__divider:not(.squiz-rb-plugin *){padding:0 1.25rem;width:100%}.squiz-rb-scope .checkered-bg:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.squiz-rb-scope .image-info__image-container img:not(.squiz-rb-plugin *){bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-rb-scope .image-info__title:not(.squiz-rb-plugin *){color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-rb-scope .image-info__details:not(.squiz-rb-plugin *){color:#707070;margin:1rem 0}.squiz-rb-scope .image-info__details-item:not(.squiz-rb-plugin *){display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-rb-scope .image-info__details-label:not(.squiz-rb-plugin *){color:#707070;display:flex;width:60px}.squiz-rb-scope .image-info__details-value:not(.squiz-rb-plugin *){color:#3d3d3d;margin-left:20px}.squiz-rb-scope .image-variant__list:not(.squiz-rb-plugin *){margin-bottom:1rem;padding:0 1.25rem;width:100%}.squiz-rb-scope .image-variant__item:not(.squiz-rb-plugin *){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.squiz-rb-scope .selection-list__item:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-rb-scope .selection-list__item--selected .image-variant__checkmark:not(.squiz-rb-plugin *){visibility:visible}.squiz-rb-scope .image-variant__checkmark:not(.squiz-rb-plugin *){margin-left:.5rem;visibility:hidden}.squiz-rb-scope .image-variant__checkmark path:not(.squiz-rb-plugin *){fill:#044985}.squiz-rb-scope .image-variant__info:not(.squiz-rb-plugin *){align-items:center;color:#3d3d3d;display:flex}.squiz-rb-scope .image-info__footer:not(.squiz-rb-plugin *){align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;margin-top:auto}.squiz-rb-scope .image-info__select-button:not(.squiz-rb-plugin *){margin:1.25rem}.squiz-rb-scope .image-info__select:not(.squiz-rb-plugin *){padding-bottom:1rem;padding-top:1.5rem}.squiz-rb-scope .image-info__select svg:not(.squiz-rb-plugin *){height:72px;width:72px}.squiz-rb-scope .image-info__select svg path:not(.squiz-rb-plugin *){fill:#bababa}.squiz-rb-scope .image-info__empty-text:not(.squiz-rb-plugin *){padding-left:1.25rem;padding-right:1.25rem}.squiz-rb-scope .image-info__loading:not(.squiz-rb-plugin *){margin-top:80px}.squiz-rb-scope .divider:not(.squiz-rb-plugin *){padding:0 1.25rem;width:100%}.squiz-rb-scope .empty-wrapper:not(.squiz-rb-plugin *){align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-rb-scope .empty-text:not(.squiz-rb-plugin *){padding-left:1.25rem;padding-right:1.25rem}.squiz-rb-scope .empty-text__select:not(.squiz-rb-plugin *){padding-bottom:1rem;padding-top:1.5rem}.squiz-rb-scope .empty-text__select svg:not(.squiz-rb-plugin *){height:72px;width:72px}.squiz-rb-scope .empty-text__select svg path:not(.squiz-rb-plugin *){fill:#bababa}.squiz-rb-scope .image-info__details-list:not(.squiz-rb-plugin *),.squiz-rb-scope .info__details-list:not(.squiz-rb-plugin *){display:flex;flex-direction:column;margin:1rem 0;padding:0 1.25rem;width:270px;width:100%}.squiz-rb-scope .info__details-item:not(.squiz-rb-plugin *){display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-rb-scope .info__details-label:not(.squiz-rb-plugin *){color:#707070;display:flex;width:60px}.squiz-rb-scope .info__details-value:not(.squiz-rb-plugin *){color:#3d3d3d;margin-left:20px}.squiz-rb-scope .info__title:not(.squiz-rb-plugin *){color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-rb-scope .loader__container:not(.squiz-rb-plugin *){align-items:center;color:#949494;display:flex;height:100%;justify-content:center;width:100%}.squiz-rb-scope .resource-picker:not(.squiz-rb-plugin *){--tw-bg-opacity:1;--tw-border-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:rgb(148 148 148/var(--tw-text-opacity));display:grid;gap:.5rem;grid-template-columns:24px 1fr;padding:.5rem}.squiz-rb-scope .resource-picker-info:not(.squiz-rb-plugin *){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-radius:6px;color:rgb(43 43 43/var(--tw-text-opacity));font-size:.875rem;font-weight:600;padding:.5rem;width:100%}.squiz-rb-scope .resource-picker-info__layout:not(.squiz-rb-plugin *){display:grid;gap:.5rem;grid-template-columns:auto 1fr auto;justify-items:center}.squiz-rb-scope .resource-picker--disabled:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border-width:0;cursor:not-allowed}.squiz-rb-scope .inline-launch-button:not(.squiz-rb-plugin *){display:inline-block;position:relative}.squiz-rb-scope .inline-launch-button__button:not(.squiz-rb-plugin *){all:unset;border:2px solid rgba(0,0,0,.16);border-radius:8px;cursor:pointer;padding:2px}.squiz-rb-scope .inline-launch-button__label:not(.squiz-rb-plugin *){background:#2b2b2b;border-radius:4px;box-sizing:border-box;color:#fff;display:none;font-size:.875rem;padding:2px 8px;position:absolute;top:calc(100% + 2px);transform:translateX(calc(-50% + 13px));white-space:nowrap}.squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__label:not(.squiz-rb-plugin *),.squiz-rb-scope .inline-launch-button:hover .inline-launch-button__label:not(.squiz-rb-plugin *){display:flex}.squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__button:not(.squiz-rb-plugin *),.squiz-rb-scope .inline-launch-button:hover .inline-launch-button__button:not(.squiz-rb-plugin *){background:#e6f1fa;border-color:#0774d2}.squiz-rb-scope .inline-launch-button:focus-within .inline-launch-button__button svg path:not(.squiz-rb-plugin *),.squiz-rb-scope .inline-launch-button:hover .inline-launch-button__button svg path:not(.squiz-rb-plugin *){fill:#044985}.squiz-rb-scope #release-locks-wrapper.loading:not(.squiz-rb-plugin *):after,.squiz-rb-scope .spinner-lg-screen:not(.squiz-rb-plugin *),.squiz-rb-scope .spinner:not(.squiz-rb-plugin *),.squiz-rb-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:not(.squiz-rb-plugin *):before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-rb-scope .swal2-toast:not(.squiz-rb-plugin *):before{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media(prefers-reduced-motion:reduce){.squiz-rb-scope #release-locks-wrapper.loading:not(.squiz-rb-plugin *):after,.squiz-rb-scope .spinner-lg-screen:not(.squiz-rb-plugin *),.squiz-rb-scope .spinner:not(.squiz-rb-plugin *),.squiz-rb-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:not(.squiz-rb-plugin *):before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-rb-scope .swal2-toast:not(.squiz-rb-plugin *):before{animation:spin 1.5s linear infinite}}.squiz-rb-scope #release-locks-wrapper.loading:not(.squiz-rb-plugin *):after,.squiz-rb-scope .spinner-lg-screen:not(.squiz-rb-plugin *),.squiz-rb-scope .spinner:not(.squiz-rb-plugin *),.squiz-rb-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:not(.squiz-rb-plugin *):before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-rb-scope .swal2-toast:not(.squiz-rb-plugin *):before{height:20px;width:20px}.squiz-rb-scope .spinner__wrapper:not(.squiz-rb-plugin *){align-items:center;display:flex;justify-content:center}.squiz-rb-scope .spinner--md:not(.squiz-rb-plugin *){height:32px;width:32px}.squiz-rb-scope .animate-skeleton-pulse:not(.squiz-rb-plugin *){animation:pulse 2s linear infinite}.squiz-rb-scope :not(.squiz-rb-plugin *),.squiz-rb-scope button:not(.squiz-rb-plugin *){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-rb-scope svg:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-rb-scope .break-word:not(.squiz-rb-plugin *){overflow-wrap:anywhere;word-break:break-word}.squiz-rb-scope .before\:fixed:not(.squiz-rb-plugin *):before{content:var(--tw-content);position:fixed}.squiz-rb-scope .before\:absolute:not(.squiz-rb-plugin *):before{content:var(--tw-content);position:absolute}.squiz-rb-scope .before\:inset-0:not(.squiz-rb-plugin *):before{content:var(--tw-content);inset:0}.squiz-rb-scope .before\:-left-1:not(.squiz-rb-plugin *):before{content:var(--tw-content);left:-.25rem}.squiz-rb-scope .before\:top-1:not(.squiz-rb-plugin *):before{content:var(--tw-content);top:.25rem}.squiz-rb-scope .before\:top-1\.5:not(.squiz-rb-plugin *):before{content:var(--tw-content);top:.375rem}.squiz-rb-scope .before\:z-40:not(.squiz-rb-plugin *):before{content:var(--tw-content);z-index:40}.squiz-rb-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:not(.squiz-rb-plugin *):before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-rb-scope .before\:w-px:not(.squiz-rb-plugin *):before{content:var(--tw-content);width:1px}.squiz-rb-scope .before\:bg-black:not(.squiz-rb-plugin *):before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-rb-scope .before\:bg-gray-200:not(.squiz-rb-plugin *):before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-rb-scope .before\:bg-opacity-25:not(.squiz-rb-plugin *):before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-rb-scope .first\:mt-0:first-child:not(.squiz-rb-plugin *){margin-top:0}.squiz-rb-scope .first\:rounded-t-lg:first-child:not(.squiz-rb-plugin *){border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-rb-scope .last\:rounded-b-lg:last-child:not(.squiz-rb-plugin *){border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-rb-scope .last\:border-b:last-child:not(.squiz-rb-plugin *){border-bottom-width:1px}.squiz-rb-scope .hover\:border-gray-300:hover:not(.squiz-rb-plugin *){--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-rb-scope .hover\:bg-blue-100:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-rb-scope .hover\:bg-gray-100:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-rb-scope .hover\:bg-gray-50:hover:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-rb-scope .hover\:bg-transparent:hover:not(.squiz-rb-plugin *){background-color:transparent}.squiz-rb-scope .hover\:text-gray-800:hover:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-rb-scope .focus\:bg-blue-100:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-rb-scope .focus\:bg-gray-100:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-rb-scope .focus\:bg-gray-50:focus:not(.squiz-rb-plugin *){--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-rb-scope .focus\:text-gray-800:focus:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-rb-scope .focus\:outline-none:focus:not(.squiz-rb-plugin *){outline:2px solid transparent;outline-offset:2px}.squiz-rb-scope .focus-visible\:outline-0:focus-visible:not(.squiz-rb-plugin *){outline-width:0}.squiz-rb-scope .disabled\:cursor-not-allowed:disabled:not(.squiz-rb-plugin *){cursor:not-allowed}.squiz-rb-scope .disabled\:text-gray-500:disabled:not(.squiz-rb-plugin *){--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media(prefers-reduced-motion:reduce){.squiz-rb-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]:not(.squiz-rb-plugin *){animation:spin 1.5s linear infinite}}@media not all and (min-width:640px){.squiz-rb-scope .max-sm\:hidden:not(.squiz-rb-plugin *){display:none}}@media(min-width:1024px){.squiz-rb-scope .lg\:h-\[calc\(100vh-9rem\)\]:not(.squiz-rb-plugin *){height:calc(100vh - 9rem)}}/*!
 * @license
 * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
 *//*! Bundled license information:

@squiz/sds/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)
*/.squiz-rb-matrix-scope code[class*=language-],.squiz-rb-matrix-scope pre[class*=language-]{word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}.squiz-rb-matrix-scope pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}.squiz-rb-matrix-scope :not(pre)>code[class*=language-],.squiz-rb-matrix-scope pre[class*=language-]{background:#2d2d2d}.squiz-rb-matrix-scope :not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.squiz-rb-matrix-scope .token.block-comment,.squiz-rb-matrix-scope .token.cdata,.squiz-rb-matrix-scope .token.comment,.squiz-rb-matrix-scope .token.doctype,.squiz-rb-matrix-scope .token.prolog{color:#999}.squiz-rb-matrix-scope .token.punctuation{color:#ccc}.squiz-rb-matrix-scope .token.attr-name,.squiz-rb-matrix-scope .token.deleted,.squiz-rb-matrix-scope .token.namespace,.squiz-rb-matrix-scope .token.tag{color:#e2777a}.squiz-rb-matrix-scope .token.function-name{color:#6196cc}.squiz-rb-matrix-scope .token.boolean,.squiz-rb-matrix-scope .token.function,.squiz-rb-matrix-scope .token.number{color:#f08d49}.squiz-rb-matrix-scope .token.class-name,.squiz-rb-matrix-scope .token.constant,.squiz-rb-matrix-scope .token.property,.squiz-rb-matrix-scope .token.symbol{color:#f8c555}.squiz-rb-matrix-scope .token.atrule,.squiz-rb-matrix-scope .token.builtin,.squiz-rb-matrix-scope .token.important,.squiz-rb-matrix-scope .token.keyword,.squiz-rb-matrix-scope .token.selector{color:#cc99cd}.squiz-rb-matrix-scope .token.attr-value,.squiz-rb-matrix-scope .token.char,.squiz-rb-matrix-scope .token.regex,.squiz-rb-matrix-scope .token.string,.squiz-rb-matrix-scope .token.variable{color:#7ec699}.squiz-rb-matrix-scope .token.entity,.squiz-rb-matrix-scope .token.operator,.squiz-rb-matrix-scope .token.url{color:#67cdcc}.squiz-rb-matrix-scope .token.bold,.squiz-rb-matrix-scope .token.important{font-weight:700}.squiz-rb-matrix-scope .token.italic{font-style:italic}.squiz-rb-matrix-scope .token.entity{cursor:help}.squiz-rb-matrix-scope .token.inserted{color:green}.squiz-rb-matrix-scope .sds-button,.squiz-rb-matrix-scope .sds-card-link,.squiz-rb-matrix-scope .sds-dropdown-button,.squiz-rb-matrix-scope .sds-select-field__button{background:transparent;border:none;color:#707070;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-rb-matrix-scope .svg-wrapper{display:flex}.squiz-rb-matrix-scope .svg-wrapper svg{fill:#707070}.squiz-rb-matrix-scope .svg-wrapper--custom-color-icon svg{fill:currentcolor}.squiz-rb-matrix-scope .sds-accordion-container{background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:1rem;position:relative;text-align:left;text-transform:none;width:100%}.squiz-rb-matrix-scope .sds-accordion-container--basic{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-rb-matrix-scope .sds-accordion-container--basic .sds-accordion-header:after{content:none}.squiz-rb-matrix-scope .sds-accordion-container.active .sds-accordion-header{border-bottom:1px solid #e0e0e0;border-radius:.25rem .25rem 0 0}.squiz-rb-matrix-scope .sds-accordion-container.active .sds-accordion-icon{transform:translateY(-50%) rotate(90deg)}.squiz-rb-matrix-scope .sds-accordion-container.active .sds-accordion-content{border-radius:0 0 .25rem .25rem;height:auto;padding:1rem}.squiz-rb-matrix-scope .sds-accordion-content{background:#f7f7f7;height:0;overflow:hidden;padding:0 1rem;transition:all .3s ease}.squiz-rb-matrix-scope .sds-accordion-footer{border-top:1px solid #ededed}.squiz-rb-matrix-scope .sds-accordion-header{background-color:#fff;border:none;border-radius:.25rem;color:#707070;padding:1.25rem 1rem;position:static}.squiz-rb-matrix-scope button.sds-accordion-header{text-align:left;width:100%}.squiz-rb-matrix-scope .sds-accordion-header-content{position:relative}.squiz-rb-matrix-scope .sds-accordion-toggle{background-color:#fff;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;width:100%}.squiz-rb-matrix-scope .sds-accordion-icon{color:#707070;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transition:all .3s ease}@media screen and (min-width:1024px){.squiz-rb-matrix-scope .sds-accordion-container{box-shadow:none}.squiz-rb-matrix-scope .sds-accordion-container--basic{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.squiz-rb-matrix-scope .sds-accordion-header:after{border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:100%}.squiz-rb-matrix-scope .sds-accordion-header:hover:after{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}}.squiz-rb-matrix-scope .sds-activity-log__timestamp{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .sds-alert__wrapper{align-items:center;background:#fff;border-radius:.25rem;display:flex;flex-wrap:wrap;padding:.5rem .75rem .5rem .5rem}.squiz-rb-matrix-scope .sds-alert__body-header{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-alert__body{display:flex;max-width:100%}.squiz-rb-matrix-scope .sds-alert__body--header{flex-direction:column}.squiz-rb-matrix-scope .sds-alert__body--header h3{margin:0}.squiz-rb-matrix-scope .sds-alert__icon-container{align-self:baseline;margin-right:.5rem}.squiz-rb-matrix-scope .sds-alert__content{color:#3d3d3d;display:flex;flex-direction:column;flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:.125rem;padding-right:.375rem}.squiz-rb-matrix-scope .sds-alert__title{flex-shrink:0;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.5rem;margin:0 .5rem 0 0;max-width:100%}.squiz-rb-matrix-scope .sds-alert__title .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-alert__buttons{display:flex;margin-bottom:.375rem;margin-top:1rem;place-content:flex-end;width:100%}.squiz-rb-matrix-scope .sds-alert--dark{background-color:#f5f5f5}.squiz-rb-matrix-scope .sds-alert-type--help.sds-alert--has-bg-color{background-color:#f0ecf7}.squiz-rb-matrix-scope .sds-alert-type--help svg{fill:#6b47b4}.squiz-rb-matrix-scope .sds-alert-type--custom.sds-alert--has-bg-color,.squiz-rb-matrix-scope .sds-alert-type--info.sds-alert--has-bg-color{background-color:#e6f4f6}.squiz-rb-matrix-scope .sds-alert-type--custom svg,.squiz-rb-matrix-scope .sds-alert-type--info svg{fill:#057e91}.squiz-rb-matrix-scope .sds-alert-type--warning.sds-alert--has-bg-color{background-color:#fcf0e5;margin:2px}.squiz-rb-matrix-scope .sds-alert-type--warning svg{fill:#e96900}.squiz-rb-matrix-scope .sds-alert-type--report.sds-alert--has-bg-color{background-color:#fae9e8}.squiz-rb-matrix-scope .sds-alert-type--report svg{fill:#d72321}.squiz-rb-matrix-scope .sds-alert-type--assistant.sds-alert--has-bg-color{background-color:#fdf7e9}.squiz-rb-matrix-scope .sds-alert-type--assistant svg{fill:#efb324}@media screen and (min-width:576px){.squiz-rb-matrix-scope .sds-alert__wrapper{flex-wrap:nowrap;justify-content:space-between}.squiz-rb-matrix-scope .sds-alert__buttons{margin:0 0 0 1rem;width:auto}}.squiz-rb-matrix-scope .sds-table--api tbody{position:relative}.squiz-rb-matrix-scope .sds-table--api .sds-table__empty-row{height:5rem}.squiz-rb-matrix-scope .sds-table--api .sds-table__row--selected{background-color:#f5f5f5}.squiz-rb-matrix-scope .sds-table--api .sds-table__row--selectable,.squiz-rb-matrix-scope .sds-table--api .sds-table__th--selectable{cursor:pointer}.squiz-rb-matrix-scope .sds-table--api .sds-table__th--selectable .sds-table__th-content{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-table--api .sds-table__th--selectable div{line-height:0}.squiz-rb-matrix-scope .sds-table--api .checkbox-cell{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-table--api .checkbox-cell div{line-height:0}.squiz-rb-matrix-scope .sds-table--api .loading{background:hsla(0,0%,100%,.7);border:none;height:100%;position:absolute;top:0;width:100%;z-index:1}.squiz-rb-matrix-scope .sds-table--api .sds-table__loader-row{position:unset}.squiz-rb-matrix-scope .sds-table--api .sds-table__pagination{padding:1.25rem 1rem}.squiz-rb-matrix-scope .sds-table--api .sds-table__navigator button:nth-child(2){margin-left:1.5rem}.squiz-rb-matrix-scope .sds-table--loading{display:grid;place-items:center}.squiz-rb-matrix-scope .sds-avatar{align-items:center;background-color:#26324b;border-radius:100%;color:#fff;display:flex;flex-shrink:0;font-family:Asap,sans-serif;justify-content:center}.squiz-rb-matrix-scope .sds-avatar.size--lg{font-size:3rem;height:6.25rem;width:6.25rem}.squiz-rb-matrix-scope .sds-avatar.size--lg svg{height:3.75rem;width:3.75rem}.squiz-rb-matrix-scope .sds-avatar.size--md{font-size:1.875rem;height:4rem;width:4rem}.squiz-rb-matrix-scope .sds-avatar.size--md svg{height:2.25rem;width:2.25rem}.squiz-rb-matrix-scope .sds-avatar.size--sm{font-size:1rem;height:2.25rem;width:2.25rem}.squiz-rb-matrix-scope .sds-avatar.size--xs{font-size:.875rem;height:1.875rem;width:1.875rem}.squiz-rb-matrix-scope .sds-avatar.size--xs svg{height:1.25rem;width:1.25rem}.squiz-rb-matrix-scope .sds-avatar.size--xxs{font-size:.6875rem;height:1.5rem;width:1.5rem}.squiz-rb-matrix-scope .sds-avatar.size--xxs svg{height:1rem;width:1rem}.squiz-rb-matrix-scope .sds-avatar-icon svg{fill:#fff}.squiz-rb-matrix-scope .sds-avatar-photo{background-size:cover}.squiz-rb-matrix-scope .sds-avatar-button:focus{border-radius:100%}.squiz-rb-matrix-scope .sds-badge{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;color:#707070;display:inline-flex;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .sds-badge.badge--combination .sds-badge-label--left,.squiz-rb-matrix-scope .sds-badge.badge--combination-alt .sds-badge-label--right,.squiz-rb-matrix-scope .sds-badge.badge--strong{background:#e0e0e0}.squiz-rb-matrix-scope .sds-badge.badge--action{background:#fff;border:1px solid #0774d2;color:#0774d2}.squiz-rb-matrix-scope .sds-badge.badge--action.badge--combination .sds-badge-label--left,.squiz-rb-matrix-scope .sds-badge.badge--action.badge--combination-alt .sds-badge-label--right,.squiz-rb-matrix-scope .sds-badge.badge--action.badge--strong{background:#0774d2;color:#fff}.squiz-rb-matrix-scope .sds-badge.badge--success{background:#fff;border:1px solid #098934;color:#098934}.squiz-rb-matrix-scope .sds-badge.badge--success.badge--combination .sds-badge-label--left,.squiz-rb-matrix-scope .sds-badge.badge--success.badge--combination-alt .sds-badge-label--right,.squiz-rb-matrix-scope .sds-badge.badge--success.badge--strong{background:#098934;color:#fff}.squiz-rb-matrix-scope .sds-badge.badge--info{background:#fff;border:1px solid #057e91;color:#057e91}.squiz-rb-matrix-scope .sds-badge.badge--info.badge--combination .sds-badge-label--left,.squiz-rb-matrix-scope .sds-badge.badge--info.badge--combination-alt .sds-badge-label--right,.squiz-rb-matrix-scope .sds-badge.badge--info.badge--strong{background:#057e91;color:#fff}.squiz-rb-matrix-scope .sds-badge.badge--warning{background:#fff;border:1px solid #e96900;color:#e96900}.squiz-rb-matrix-scope .sds-badge.badge--warning.badge--combination .sds-badge-label--left,.squiz-rb-matrix-scope .sds-badge.badge--warning.badge--combination-alt .sds-badge-label--right,.squiz-rb-matrix-scope .sds-badge.badge--warning.badge--strong{background:#e96900;color:#fff}.squiz-rb-matrix-scope .sds-badge.badge--danger{background:#fff;border:1px solid #d72321;color:#d72321}.squiz-rb-matrix-scope .sds-badge.badge--danger.badge--combination .sds-badge-label--left,.squiz-rb-matrix-scope .sds-badge.badge--danger.badge--combination-alt .sds-badge-label--right,.squiz-rb-matrix-scope .sds-badge.badge--danger.badge--strong{background:#d72321;color:#fff}.squiz-rb-matrix-scope .sds-badge-label{display:inline-block;max-width:12.25rem;overflow-x:hidden;padding:.0625rem .5rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper span{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;white-space:nowrap}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-button.sds-breadcrumbs__button{padding:.375rem 0}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li{align-items:center;display:flex;justify-content:center}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list li:not(:first-child):before{color:#707070;content:"/";font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding-left:.75rem;padding-right:.75rem}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow{padding:.125rem}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-breadcrumbs__overflow svg{fill:#707070}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button{text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;text-underline-offset:.5rem;transition:-webkit-text-decoration-color .5s;transition:text-decoration-color .5s;transition:text-decoration-color .5s,-webkit-text-decoration-color .5s}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list button.sds-button.sds-breadcrumbs__button:hover{background-color:unset;-webkit-text-decoration-color:unset;text-decoration-color:unset}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current{overflow-x:hidden}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__list .sds-breadcrumbs__current span{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575px){.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper .sds-breadcrumbs__button .sds-button-icon>svg{fill:#707070}.squiz-rb-matrix-scope .sds-breadcrumbs__wrapper span{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}}.squiz-rb-matrix-scope .sds-button{border-radius:.25rem;padding:.5rem .75rem;transition:background-color .3s ease}.squiz-rb-matrix-scope .sds-button .button--content{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-button:disabled{cursor:default;opacity:.5;pointer-events:none}.squiz-rb-matrix-scope .sds-button.button--icon{padding:.375rem .5rem}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--white>svg{fill:#fff}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--offwhite>svg{fill:#d9d9d9}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-50>svg{fill:#f7f7f7}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-100>svg{fill:#f5f5f5}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-200>svg{fill:#ededed}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-300>svg{fill:#e0e0e0}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-400>svg{fill:#bababa}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-500>svg{fill:#949494}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-600>svg{fill:#707070}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-700>svg{fill:#4f4f4f}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-800>svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--grey-900>svg{fill:#2b2b2b}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--black>svg{fill:#000}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-100>svg{fill:#e6f1fa}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-200>svg{fill:#8fc0eb}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-300>svg{fill:#0774d2}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--blue-400>svg{fill:#044985}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-100>svg{fill:#e7f4ec}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-200>svg{fill:#95d0a9}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-300>svg{fill:#098934}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--green-400>svg{fill:#0a4a20}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-100>svg{fill:#fcf0e5}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-200>svg{fill:#f5bb8c}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-300>svg{fill:#e96900}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--orange-400>svg{fill:#8f4000}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-100>svg{fill:#fae9e8}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-200>svg{fill:#ec9c9b}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-300>svg{fill:#d72321}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--red-400>svg{fill:#6b1211}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-100>svg{fill:#f0ecf7}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-200>svg{fill:#bcacdd}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-300>svg{fill:#6b47b4}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--purple-400>svg{fill:#3e2969}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-100>svg{fill:#e6f4f6}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-200>svg{fill:#8fd0d9}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-300>svg{fill:#057e91}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--teal-400>svg{fill:#024752}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-100>svg{fill:#fdf7e9}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-200>svg{fill:#f7dd9c}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-300>svg{fill:#efb324}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--yellow-400>svg{fill:#a17917}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-100>svg{fill:#f8ebf6}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-200>svg{fill:#dfa7d8}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-300>svg{fill:#b93da9}.squiz-rb-matrix-scope .sds-button.button--icon .button--content .sds-button-icon.svg--pink-400>svg{fill:#6e2464}.squiz-rb-matrix-scope .sds-button.button--round{border-radius:1rem}.squiz-rb-matrix-scope .sds-button.button--icon-round{border-radius:50%;padding:.375rem}.squiz-rb-matrix-scope .sds-button.button--lite{padding:0}.squiz-rb-matrix-scope .sds-button.button--wide{width:100%}.squiz-rb-matrix-scope .sds-button.button--wide .button--content{justify-content:center}.squiz-rb-matrix-scope .sds-button.button--loading{cursor:default;pointer-events:none;position:relative}.squiz-rb-matrix-scope .sds-button.button--loading .button--spinner-container{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.squiz-rb-matrix-scope .sds-button.button--loading .button--content{visibility:hidden}.squiz-rb-matrix-scope .sds-button.button--default.button--soft{background:#e0e0e0;color:#4f4f4f;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--default.button--soft:hover{background-color:#c7c7c7}.squiz-rb-matrix-scope .sds-button.button--default.button--soft .sds-button-icon svg{fill:#4f4f4f}.squiz-rb-matrix-scope .sds-button.button--default.button--transparent{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--default.button--transparent.active,.squiz-rb-matrix-scope .sds-button.button--default.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-rb-matrix-scope .sds-button.button--default.button--transparent .sds-button-icon svg{fill:#707070}.squiz-rb-matrix-scope .sds-button.button--primary.button--strong{background:#0774d2;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--primary.button--strong:hover{background-color:#0559a1}.squiz-rb-matrix-scope .sds-button.button--primary.button--strong .sds-button-icon svg{fill:#fff}.squiz-rb-matrix-scope .sds-button.button--primary.button--soft{background:#e0e0e0;color:#0774d2;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--primary.button--soft:hover{background-color:#c7c7c7}.squiz-rb-matrix-scope .sds-button.button--primary.button--soft .sds-button-icon svg{fill:#0774d2}.squiz-rb-matrix-scope .sds-button.button--primary.button--transparent{color:#0774d2;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--primary.button--transparent.active,.squiz-rb-matrix-scope .sds-button.button--primary.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-rb-matrix-scope .sds-button.button--primary.button--transparent .sds-button-icon svg{fill:#0774d2}.squiz-rb-matrix-scope .sds-button.button--success.button--strong{background:#098934;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--success.button--strong:hover{background-color:#065922}.squiz-rb-matrix-scope .sds-button.button--success.button--strong .sds-button-icon svg{fill:#fff}.squiz-rb-matrix-scope .sds-button.button--success.button--soft{background:#e0e0e0;color:#098934;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--success.button--soft:hover{background-color:#c7c7c7}.squiz-rb-matrix-scope .sds-button.button--success.button--soft .sds-button-icon svg{fill:#098934}.squiz-rb-matrix-scope .sds-button.button--success.button--transparent{color:#098934;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--success.button--transparent.active,.squiz-rb-matrix-scope .sds-button.button--success.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-rb-matrix-scope .sds-button.button--success.button--transparent .sds-button-icon svg{fill:#098934}.squiz-rb-matrix-scope .sds-button.button--danger.button--strong{background:#d72321;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--danger.button--strong:hover{background-color:#ab1c1a}.squiz-rb-matrix-scope .sds-button.button--danger.button--strong .sds-button-icon svg{fill:#fff}.squiz-rb-matrix-scope .sds-button.button--danger.button--soft{background:#e0e0e0;color:#d72321;font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--danger.button--soft:hover{background-color:#c7c7c7}.squiz-rb-matrix-scope .sds-button.button--danger.button--soft .sds-button-icon svg{fill:#d72321}.squiz-rb-matrix-scope .sds-button.button--danger.button--transparent{color:#d72321;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-button.button--danger.button--transparent.active,.squiz-rb-matrix-scope .sds-button.button--danger.button--transparent:hover{background-color:rgba(0,0,0,.04)}.squiz-rb-matrix-scope .sds-button.button--danger.button--transparent .sds-button-icon svg{fill:#d72321}.squiz-rb-matrix-scope .sds-button.button--toolbar{margin-right:.5rem;padding:.5rem}.squiz-rb-matrix-scope .sds-button .sds-button-icon{display:flex}.squiz-rb-matrix-scope .sds-button .sds-button-icon+.sds-button-label,.squiz-rb-matrix-scope .sds-button .sds-button-label+.sds-button-icon{margin-left:.5rem}.squiz-rb-matrix-scope .sds-button-list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-button-list li{margin-right:.5rem}.squiz-rb-matrix-scope .sds-button-list li:last-child{margin-right:0}.squiz-rb-matrix-scope .sds-button-list.button-list--wide{flex-wrap:wrap}.squiz-rb-matrix-scope .sds-button-list.button-list--wide li{margin-bottom:.5rem;margin-right:0;width:100%}.squiz-rb-matrix-scope .sds-button-list.button-list--wide .sds-button{width:100%}.squiz-rb-matrix-scope .sds-button-list.button-list--middle,.squiz-rb-matrix-scope .sds-button-list.button-list--wide .sds-button .button--content{justify-content:center}.squiz-rb-matrix-scope .sds-button-list.button-list--space-between{justify-content:space-between}.squiz-rb-matrix-scope .sds-button-list.button-list--right{flex-direction:row-reverse}.squiz-rb-matrix-scope .sds-button-list.button-list--right li{margin-left:.5rem;margin-right:0}.squiz-rb-matrix-scope .sds-button-list.button-list--right li:last-child{margin-left:0}.squiz-rb-matrix-scope .sds-card-container{background:#fff;border-radius:.25rem;color:#3d3d3d;height:100%;width:16.5rem}.squiz-rb-matrix-scope .sds-card-container.card--standard{border:1px solid #e0e0e0}.squiz-rb-matrix-scope .sds-card-container.card--button{box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08)}.squiz-rb-matrix-scope .sds-card-container.card--button a{color:#3d3d3d;display:block;height:100%;text-decoration:none}.squiz-rb-matrix-scope .sds-card-container.card--button:hover{box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12)}.squiz-rb-matrix-scope .sds-card-link{color:inherit;height:100%;text-align:left;width:100%}.squiz-rb-matrix-scope .sds-card{display:flex;flex-direction:column;height:100%;padding:1.25rem}.squiz-rb-matrix-scope .sds-card-header{border-bottom:1px solid #ededed;margin-bottom:1rem}.squiz-rb-matrix-scope .sds-card-icon{align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.25rem;width:4.5rem}.squiz-rb-matrix-scope .sds-card-icon svg{height:2rem;width:2rem}.squiz-rb-matrix-scope .sds-card-icon.sds-card-type--danger{background:#fae9e8}.squiz-rb-matrix-scope .sds-card-icon.sds-card-type--danger svg{fill:#d72321}.squiz-rb-matrix-scope .sds-card-icon.sds-card-type--info{background:#e6f1fa}.squiz-rb-matrix-scope .sds-card-icon.sds-card-type--info svg{fill:#0774d2}.squiz-rb-matrix-scope .sds-card-icon.sds-card-type--success{background:#e7f4ec}.squiz-rb-matrix-scope .sds-card-icon.sds-card-type--success svg{fill:#098934}.squiz-rb-matrix-scope .sds-card-body{flex-grow:1}.squiz-rb-matrix-scope .sds-card-title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-rb-matrix-scope .sds-card-title .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-card-subtitle{color:#707070;display:block;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem;margin-top:.75rem}.squiz-rb-matrix-scope .sds-card-content{display:block;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin-top:1.25rem}.squiz-rb-matrix-scope .sds-card-buttons{margin-top:1.25rem}.squiz-rb-matrix-scope .sds-card-list{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-card-list>li{margin-bottom:2rem}@media screen and (min-width:768px){.squiz-rb-matrix-scope .sds-card-list{display:flex;flex-wrap:wrap}.squiz-rb-matrix-scope .sds-card-list>li{margin-right:2rem}.squiz-rb-matrix-scope .sds-card-list>li:last-child{margin-right:0}}.squiz-rb-matrix-scope .sds-chart{padding:.25rem}.squiz-rb-matrix-scope .sds-chip{align-items:center;display:flex;margin:.25rem}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--navigation .sds-chip-label{background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem;color:#4f4f4f;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--selection .sds-chip-label{border:1px solid #e0e0e0;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--selection.active{border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--selection .sds-chip-label{border-color:#bababa}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--selection.active{background:#e0e0e0}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--selection.active .sds-chip-label{color:#4f4f4f}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--removable{background:#e0e0e0;border:1px solid #e0e0e0;border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--removable .sds-chip-label{color:#4f4f4f}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--removable svg{fill:rgba(79,79,79,.5)}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--removable .sds-chip-remover:hover svg{fill:#4f4f4f}.squiz-rb-matrix-scope .sds-chip.chip--default.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--navigation .sds-chip-label{background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--selection .sds-chip-label{border:1px solid #4f4f4f;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--selection.active{border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--selection .sds-chip-label{color:#4f4f4f}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--selection.active{background:#4f4f4f}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--selection.active .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--removable{background:#4f4f4f;border:1px solid #4f4f4f;border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--removable .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-rb-matrix-scope .sds-chip.chip--grey.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--navigation .sds-chip-label{background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--selection .sds-chip-label{border:1px solid #0774d2;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--selection.active{border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--selection .sds-chip-label{color:#0774d2}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--selection.active{background:#0774d2}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--selection.active .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--removable{background:#0774d2;border:1px solid #0774d2;border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--removable .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-rb-matrix-scope .sds-chip.chip--blue.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--blue .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--navigation .sds-chip-label{background:#098934;border:1px solid #098934;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--selection .sds-chip-label{border:1px solid #098934;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--selection.active{border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--selection .sds-chip-label{color:#098934}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--selection.active{background:#098934}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--selection.active .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--removable{background:#098934;border:1px solid #098934;border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--removable .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-rb-matrix-scope .sds-chip.chip--green.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--green .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--navigation .sds-chip-label{background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--selection .sds-chip-label{border:1px solid #6b47b4;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--selection.active{border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--selection .sds-chip-label{color:#6b47b4}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--selection.active{background:#6b47b4}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--selection.active .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--removable{background:#6b47b4;border:1px solid #6b47b4;border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--removable .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-rb-matrix-scope .sds-chip.chip--purple.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--purple .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--navigation .sds-chip-label{background:#d72321;border:1px solid #d72321;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--selection .sds-chip-label{border:1px solid #d72321;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--selection.active{border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--selection .sds-chip-label{color:#d72321}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--selection.active{background:#d72321}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--selection.active .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--removable{background:#d72321;border:1px solid #d72321;border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--removable .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-rb-matrix-scope .sds-chip.chip--red.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--red .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--navigation .sds-chip-label{background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem;color:#fff;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--selection .sds-chip-label{border:1px solid #b93da9;border-radius:6.25rem;padding:.25rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--selection.active{border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--selection .sds-chip-label{color:#b93da9}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--selection.active{background:#b93da9}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--selection.active .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--removable{background:#b93da9;border:1px solid #b93da9;border-radius:6.25rem}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--removable .sds-chip-label{color:#fff}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--removable svg{fill:hsla(0,0%,100%,.5)}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--removable .sds-chip-remover:hover svg{fill:#fff}.squiz-rb-matrix-scope .sds-chip.chip--pink.chip--removable .sds-chip-label{max-width:10.75rem;padding:.1875rem .5rem .1875rem .75rem}.squiz-rb-matrix-scope .sds-chip.chip--pink .sds-chip-remover:focus{box-shadow:0 0 0 2px #fff}.squiz-rb-matrix-scope .sds-chip.chip--icon .sds-chip-label{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-chip .sds-chip-icon{display:flex}.squiz-rb-matrix-scope .sds-chip .sds-chip-icon~.sds-chip-label,.squiz-rb-matrix-scope .sds-chip .sds-chip-icon~.sds-chip-label--text,.squiz-rb-matrix-scope .sds-chip .sds-chip-label--text~.sds-chip-icon,.squiz-rb-matrix-scope .sds-chip .sds-chip-label~.sds-chip-icon{margin-left:.25rem}.squiz-rb-matrix-scope .sds-chip-label{color:#4f4f4f;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-rb-matrix-scope .sds-chip-remover{margin-right:.125rem}.squiz-rb-matrix-scope .sds-chip-remover:focus{border-radius:100%}.squiz-rb-matrix-scope .sds-chip-list{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active,.squiz-rb-matrix-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn{background-color:#4f4f4f;color:#fff}.squiz-rb-matrix-scope .chip-filter .chip-filter__btn.sds-button.chip-filter__btn.active svg,.squiz-rb-matrix-scope .chip-filter--open .chip-filter__btn.sds-button.chip-filter__btn svg{fill:#fff}.squiz-rb-matrix-scope .chip-filter{position:relative}.squiz-rb-matrix-scope .chip-filter .sds-button.chip-filter__btn{border-radius:3rem;color:#4f4f4f;font-weight:600;margin-bottom:.25rem;padding:.25rem .5rem}.squiz-rb-matrix-scope .chip-filter .sds-button.chip-filter__btn svg{fill:#4f4f4f;height:1.25rem;width:1.25rem}.squiz-rb-matrix-scope .chip-filter--no-icon .chip-filter__btn-content{padding-left:.25rem}.squiz-rb-matrix-scope .chip-filter--radio-simplified .chip-filter__dropdown-btn-container,.squiz-rb-matrix-scope .chip-filter--radio-simplified .sds-form-control-option button[role=radio]{display:none}.squiz-rb-matrix-scope .chip-filter--radio-simplified .sds-form-control-item{cursor:pointer;transition:background-color .3s ease-in-out}.squiz-rb-matrix-scope .chip-filter--radio-simplified .sds-form-control-item:hover{background-color:#ededed}.squiz-rb-matrix-scope .chip-filter--radio-simplified .sds-form-control-option{padding-left:1.25rem}.squiz-rb-matrix-scope .chip-filter__btn-content{align-items:center;display:flex;gap:.25rem}.squiz-rb-matrix-scope .chip-filter__btn-content .closed,.squiz-rb-matrix-scope .chip-filter__btn-content .open{display:flex}.squiz-rb-matrix-scope .chip-filter__btn-content .closed{transform:rotate(90deg)}.squiz-rb-matrix-scope .chip-filter__btn-content .open{transform:rotate(-90deg)}.squiz-rb-matrix-scope .chip-filter__dropdown{background-color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.squiz-rb-matrix-scope .chip-filter__dropdown-body,.squiz-rb-matrix-scope .chip-filter__dropdown-header{padding:.5rem .75rem}.squiz-rb-matrix-scope .chip-filter__dropdown-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}.squiz-rb-matrix-scope .chip-filter__dropdown-header svg{fill:#707070}.squiz-rb-matrix-scope .chip-filter__dropdown-header h3{color:#000;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-rb-matrix-scope .chip-filter__dropdown-header .chip-filter__dropdown-title{padding-left:1.25rem}.squiz-rb-matrix-scope .chip-filter__dropdown-body{max-height:17rem;overflow-y:auto}.squiz-rb-matrix-scope .chip-filter__dropdown-body h4{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-matrix-scope .chip-filter__dropdown--open{display:flex;flex-direction:column}.squiz-rb-matrix-scope .chip-filter__dropdown .sds-form-field{margin-bottom:0}.squiz-rb-matrix-scope .chip-filter__dropdown .sds-form-control-item{padding:.5rem 0}.squiz-rb-matrix-scope .chip-filter__dropdown-btn-container{border-top:1px solid #e0e0e0;display:flex;gap:.5rem;margin-top:auto;padding:1.5rem 1rem;width:100%}.squiz-rb-matrix-scope .chip-filter__dropdown-btn-container--centered{display:flex}.squiz-rb-matrix-scope .chip-filter__dropdown-btn-container--centered>button{flex-grow:1}.squiz-rb-matrix-scope .chip-filter__dropdown-btn-container .button--content{justify-content:center}.squiz-rb-matrix-scope .chip-filter__btn-counter{align-items:center;background-color:#fff;border-radius:100%;color:#4f4f4f;display:flex;font-size:.8125rem;height:16px;justify-content:center;margin:0 .125rem;text-transform:capitalize;width:16px}@media screen and (min-width:576px){.squiz-rb-matrix-scope .chip-filter__dropdown{border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);height:unset;left:0;position:absolute;top:unset;width:220px;z-index:2}.squiz-rb-matrix-scope .chip-filter__dropdown-body h4,.squiz-rb-matrix-scope .chip-filter__dropdown-header{display:none}.squiz-rb-matrix-scope .chip-filter__dropdown-btn-container{justify-content:flex-end;margin-top:unset;padding:.5rem .75rem}.squiz-rb-matrix-scope .chip-filter__dropdown-btn--reset{display:none}}@media screen and (max-width:575px){.squiz-rb-matrix-scope .chip-filter__dropdown-btn-container button{width:100%}}.squiz-rb-matrix-scope .sds-code-snippet{display:flex;flex-direction:column;max-height:12.5rem;max-width:25rem}.squiz-rb-matrix-scope .sds-code-snippet__header{align-items:center;background-color:#4f4f4f;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}.squiz-rb-matrix-scope .sds-code-snippet__header svg{fill:#fff}.squiz-rb-matrix-scope .sds-code-snippet__title{color:#fff;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .sds-code-snippet__copy-btn{align-items:center;color:#d9d9d9;display:flex;gap:.5rem;margin-left:auto}.squiz-rb-matrix-scope .sds-code-snippet__copy-btn:hover{text-decoration:underline}.squiz-rb-matrix-scope .sds-code-snippet pre{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;margin:0;padding:.5rem;scrollbar-color:#d9d9d9 #2b2b2b;scrollbar-width:2.5rem}.squiz-rb-matrix-scope .sds-code-snippet pre::-webkit-scrollbar{background:#2b2b2b}.squiz-rb-matrix-scope .sds-code-snippet pre::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:.5rem;min-height:2.5rem}.squiz-rb-matrix-scope .sds-code-snippet pre::-webkit-scrollbar-thumb:hover{background:silver}.squiz-rb-matrix-scope .sds-code-snippet pre::-webkit-scrollbar-thumb:active{background:#a6a6a6}.squiz-rb-matrix-scope .sds-code-snippet pre::-webkit-scrollbar-corner{background:#2b2b2b}.squiz-rb-matrix-scope .sds-code-snippet code{font-size:.6875rem}.squiz-rb-matrix-scope .react-js-cron{align-items:flex-start;display:flex;flex-wrap:wrap}.squiz-rb-matrix-scope .react-js-cron-field,.squiz-rb-matrix-scope .react-js-cron>div{align-items:center;display:flex}.squiz-rb-matrix-scope .react-js-cron-field{margin-bottom:10px}.squiz-rb-matrix-scope .react-js-cron-field>span,.squiz-rb-matrix-scope div.react-js-cron-select{margin-left:5px}.squiz-rb-matrix-scope .react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}.squiz-rb-matrix-scope div.react-js-cron-error .react-js-cron-select .ant-select-selector{background:#fff6f6;border-color:#ff4d4f}.squiz-rb-matrix-scope div.react-js-cron-custom-select{min-width:70px;z-index:1}.squiz-rb-matrix-scope div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}.squiz-rb-matrix-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.squiz-rb-matrix-scope .react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}.squiz-rb-matrix-scope div.react-js-cron-custom-select .ant-select-selection-search{margin:0!important;width:0!important}.squiz-rb-matrix-scope div.react-js-cron-custom-select .ant-select-selection-placeholder{color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.squiz-rb-matrix-scope .react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.squiz-rb-matrix-scope .react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown{min-width:0!important;width:174px!important}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown .rc-virtual-list,.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:none!important}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{display:grid!important;grid-template-columns:repeat(4,1fr)}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.squiz-rb-matrix-scope .react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.squiz-rb-matrix-scope .react-js-cron-period>span:first-child{margin-left:0!important}.squiz-rb-matrix-scope .react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.squiz-rb-matrix-scope .react-js-cron-select-dropdown-period{min-width:0!important;width:auto!important}.squiz-rb-matrix-scope .react-js-cron-clear-button{margin-bottom:10px;margin-left:10px}.squiz-rb-matrix-scope .react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}.squiz-rb-matrix-scope div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{align-items:center;flex:initial}.squiz-rb-matrix-scope .sds-cron-editor-container{align-items:center}.squiz-rb-matrix-scope .sds-cron-editor-container .react-js-cron-field{margin-bottom:0}.squiz-rb-matrix-scope .cron-editor-default{align-items:center;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .cron-editor-default .cron-editor-default__label{color:#707070}.squiz-rb-matrix-scope .cron-editor-default>.sds-form-field{margin-left:.5rem;width:7.5rem}.squiz-rb-matrix-scope .cron-editor-default>.sds-form-field span{color:#949494;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .cron-editor-default>.sds-form-field .sds-select-option button{color:#707070}.squiz-rb-matrix-scope .react-js-cron-field.sds-cron-field .react-js-cron-select,.squiz-rb-matrix-scope .react-js-cron-field.sds-cron-field>span{margin-left:.5rem}.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>span,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>span,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>span,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>span,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>span,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>span{color:#707070;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-period.sds-cron-field.sds-cron-period>div>div>span{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-hours.sds-cron-field.sds-cron-hours>div>div>span.ant-select-selection-placeholder,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-minutes.sds-cron-field.sds-cron-minutes>div>div>span.ant-select-selection-placeholder,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-month-days.sds-cron-field.sds-cron-month-days>div>div>span.ant-select-selection-placeholder,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-months.sds-cron-field.sds-cron-months>div>div>span.ant-select-selection-placeholder,.squiz-rb-matrix-scope .react-js-cron-field.react-js-cron-week-days.sds-cron-field.sds-cron-week-days>div>div>span.ant-select-selection-placeholder{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;opacity:1}.squiz-rb-matrix-scope .sds-cron-hours .ant-select-selection-overflow-item,.squiz-rb-matrix-scope .sds-cron-minutes .ant-select-selection-overflow-item,.squiz-rb-matrix-scope .sds-cron-month-days .ant-select-selection-overflow-item,.squiz-rb-matrix-scope .sds-cron-months .ant-select-selection-overflow-item,.squiz-rb-matrix-scope .sds-cron-week-days .ant-select-selection-overflow-item{color:#4f4f4f;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .react-js-cron>div{flex-wrap:wrap}.squiz-rb-matrix-scope div.ant-select-dropdown .ant-select-item-option-content{color:#707070;font-family:Open Sans,Arial,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope div.react-js-cron-field.sds-cron-field>div.ant-select{height:2.25rem}.squiz-rb-matrix-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select .ant-select-selector{border:2px solid #e0e0e0;border-radius:.25rem}.squiz-rb-matrix-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open).ant-select-focused .ant-select-selector,.squiz-rb-matrix-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select:not(.ant-select-open):hover .ant-select-selector{border:2px solid #e0e0e0;box-shadow:none}.squiz-rb-matrix-scope div.react-js-cron-field.sds-cron-field .react-js-cron-select.sds-cron-select.ant-select-open .ant-select-selector{border-color:transparent;box-shadow:0 0 0 2px #0774d2}.squiz-rb-matrix-scope .sds-data-list{background:#fff;border-radius:.5rem;padding:1rem}.squiz-rb-matrix-scope .sds-data-list.data-list--lite{padding-bottom:0;padding-top:0}.squiz-rb-matrix-scope .sds-data-list.data-list--lite .sds-data-list__body{border:0;margin:0}.squiz-rb-matrix-scope .sds-data-list.data-list--lite .sds-data-list__row:last-child{border:0}.squiz-rb-matrix-scope .sds-data-list__header{display:flex;justify-content:space-between;padding:.25rem .5rem 1.25rem}.squiz-rb-matrix-scope .sds-data-list__body{border-top:1px solid #ededed;margin-bottom:.25rem}.squiz-rb-matrix-scope .sds-data-list__footer{display:flex;justify-content:center;padding:1rem .5rem .25rem 0}.squiz-rb-matrix-scope .sds-data-list__list{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-data-list__row{border-bottom:1px solid #ededed}.squiz-rb-matrix-scope .sds-data-list__item{align-items:center;display:flex;padding:1rem .5rem}.squiz-rb-matrix-scope button.sds-data-list__item{text-align:left;width:100%}.squiz-rb-matrix-scope button.sds-data-list__item:hover{background-color:#f7f7f7}.squiz-rb-matrix-scope .sds-data-list__icon{align-self:baseline;margin-right:.5rem}.squiz-rb-matrix-scope .sds-data-list__title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-data-list__title .svg-wrapper svg{fill:#3d3d3d}@media screen and (min-width:768px){.squiz-rb-matrix-scope .sds-data-list__icon+div{align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-rb-matrix-scope .sds-data-list__content{display:flex;width:100%}.squiz-rb-matrix-scope .sds-data-list__content>:first-child{flex-grow:1;margin-right:.5rem}.squiz-rb-matrix-scope .sds-data-list__content>:nth-child(2){flex-shrink:0}}.squiz-rb-matrix-scope .sds-datetime-picker .sds-text-field{position:relative}.squiz-rb-matrix-scope .sds-datetime-picker .sds-text-field input{padding-left:3rem}.squiz-rb-matrix-scope .sds-datetime-picker .sds-datetime-picker__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}@media screen and (min-width:576px){.squiz-rb-matrix-scope .sds-datetime-picker{max-width:23.8125rem}}.squiz-rb-matrix-scope .sds-dialog__container{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.squiz-rb-matrix-scope .sds-dialog{background:#fff;border-radius:.5rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);color:#2b2b2b;display:flex;flex-direction:column;max-height:100%;max-width:25rem;width:100%}.squiz-rb-matrix-scope .sds-dialog.sm-md{max-width:30rem}.squiz-rb-matrix-scope .sds-dialog.md{max-width:37.5rem}.squiz-rb-matrix-scope .sds-dialog.lg{max-width:50rem}.squiz-rb-matrix-scope .sds-dialog.xl{max-width:62.5rem}.squiz-rb-matrix-scope .sds-dialog.fullscreen{height:100%;max-width:100%;width:100%}.squiz-rb-matrix-scope .sds-dialog.md .sds-form,.squiz-rb-matrix-scope .sds-dialog.sm-md .sds-form{max-width:100%}.squiz-rb-matrix-scope .sds-dialog__header{padding:1.5rem 1.5rem 1rem;position:relative}.squiz-rb-matrix-scope .sds-dialog__action-buttons{display:flex;gap:.75rem;padding:.75rem;position:absolute;right:0;top:0}.squiz-rb-matrix-scope .sds-dialog__action-buttons button{background:none;border:0;color:#707070}.squiz-rb-matrix-scope .sds-dialog__action-buttons button:hover .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-dialog__heading{display:flex;margin:0 1.5rem .5rem 0}.squiz-rb-matrix-scope .sds-dialog__heading span{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-rb-matrix-scope .sds-dialog__heading span .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-dialog__icon{flex-shrink:0;margin-right:.75rem}.squiz-rb-matrix-scope .sds-dialog__icon svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-dialog__body{display:flex;flex-grow:1;padding:0 1.5rem}.squiz-rb-matrix-scope .sds-dialog__body.dialog--scroll{overflow-y:auto}.squiz-rb-matrix-scope .sds-dialog__body.dividers{border-bottom:1px solid #ededed;border-top:1px solid #ededed}.squiz-rb-matrix-scope .sds-dialog__body.dividers .sds-dialog__content{padding:1.5rem 0}.squiz-rb-matrix-scope .sds-dialog__loading{align-items:center;display:flex;flex-grow:1;min-height:5rem;padding-bottom:1.5rem}.squiz-rb-matrix-scope .sds-dialog__loading .sds-dialog__body{justify-content:center;overflow:hidden;width:100%}.squiz-rb-matrix-scope .sds-dialog__content{max-height:28.25rem;width:100%}.squiz-rb-matrix-scope .sds-dialog__footer{padding:0 1.5rem}.squiz-rb-matrix-scope .sds-dialog__error,.squiz-rb-matrix-scope .sds-dialog__footer-text{padding-top:1rem}.squiz-rb-matrix-scope .sds-dialog__actions{display:flex;justify-content:flex-end;padding:1.5rem 0}@media screen and (max-width:575px){.squiz-rb-matrix-scope .sds-dialog__container--full{padding:0}.squiz-rb-matrix-scope .sds-dialog__container--full .sds-dialog{border-radius:0;height:100%}.squiz-rb-matrix-scope .sds-dialog__container--sm .sds-dialog{border-radius:.25rem;height:-moz-fit-content;height:fit-content}.squiz-rb-matrix-scope .sds-dialog__fullscreen{display:none}.squiz-rb-matrix-scope .sds-dialog__body{flex-grow:1}}.squiz-rb-matrix-scope .sds-divider{align-items:center;display:flex;width:100%}.squiz-rb-matrix-scope .sds-divider:after,.squiz-rb-matrix-scope .sds-divider:before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px;position:relative;width:1px;z-index:0}.squiz-rb-matrix-scope .sds-divider:before{margin-right:1rem}.squiz-rb-matrix-scope .sds-divider:after{margin-left:1rem}.squiz-rb-matrix-scope .sds-divider span{z-index:1}.squiz-rb-matrix-scope .sds-divider--left:before,.squiz-rb-matrix-scope .sds-divider--right:after{content:none}.squiz-rb-matrix-scope .sds-divider--empty:before{margin:0}.squiz-rb-matrix-scope .sds-divider--empty:after{content:none}.squiz-rb-matrix-scope .sds-dropdown-wrapper{display:inline-block;position:relative}.squiz-rb-matrix-scope .sds-dropdown{background:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;flex-direction:column;min-width:7.25rem;padding:.5rem .75rem;position:absolute;top:calc(100% + .25rem);width:-moz-max-content;width:max-content;z-index:2}.squiz-rb-matrix-scope .sds-dropdown.sds-dropdown--left{left:0}.squiz-rb-matrix-scope .sds-dropdown.sds-dropdown--right{right:0}.squiz-rb-matrix-scope .sds-dropdown.active{display:inline-flex}.squiz-rb-matrix-scope .sds-dropdown-heading{border-bottom:1px solid #ededed;color:#707070;display:block;font-weight:700;margin-bottom:.25rem;padding:.5rem 0 .75rem;text-align:center;text-transform:uppercase}.squiz-rb-matrix-scope .sds-dropdown-section{border-bottom:1px solid #ededed;margin-bottom:.25rem;padding-bottom:.25rem}.squiz-rb-matrix-scope .sds-dropdown-section:last-child{border:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-dropdown-section__heading{background:#f5f5f5;border-radius:.25rem;color:#707070;font-weight:600;margin:.25rem 0;padding:.25rem .5rem;text-align:center}.squiz-rb-matrix-scope .sds-dropdown-heading+div>.sds-dropdown-section:first-child .sds-dropdown-section__heading{margin-top:0}.squiz-rb-matrix-scope .sds-dropdown-list{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-dropdown-button{align-items:center;color:#707070;display:flex;font-size:.875rem;text-align:left;width:100%}.squiz-rb-matrix-scope .sds-dropdown-button:hover{background:#f5f5f5;border-radius:.25rem;color:#2b2b2b}.squiz-rb-matrix-scope .sds-dropdown-button:disabled{cursor:default;opacity:.5;pointer-events:none}.squiz-rb-matrix-scope .sds-dropdown-icon{padding:0 .25rem}.squiz-rb-matrix-scope .sds-dropdown-label{display:block;padding:.5rem;word-break:break-word}.squiz-rb-matrix-scope .sds-empty-state-card{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;color:#707070;display:flex;flex-direction:column;font-size:1rem;font-weight:400;gap:1.25rem;letter-spacing:-.4px;line-height:1.5rem;padding:5rem 0;width:100%}.squiz-rb-matrix-scope .sds-empty-state-card--lite{border:none}.squiz-rb-matrix-scope .sds-empty-state-card__text{display:block;max-width:18rem;text-align:center}.squiz-rb-matrix-scope .sds-empty-state-card__title{color:#3d3d3d;font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:0;margin-top:1rem;text-align:center}.squiz-rb-matrix-scope .sds-empty-state-card__title .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-empty-state-card__icon>svg{height:11rem;width:auto}.squiz-rb-matrix-scope .sds-empty-state-card--with-cta .sds-empty-state-card__icon .svg-path-primary{fill:#057e91}.squiz-rb-matrix-scope .sds-error{align-items:center;color:#d72321;display:flex}.squiz-rb-matrix-scope .sds-error .svg-wrapper svg{fill:#d72321}.squiz-rb-matrix-scope .sds-error span{margin-left:.25rem}.squiz-rb-matrix-scope .sds-error--contained{background-color:#fff;border-radius:.5rem;padding:1rem}.squiz-rb-matrix-scope .sds-form{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;max-width:25rem;padding:1.5rem}.squiz-rb-matrix-scope .sds-form.form--lite{border:none;padding:0}.squiz-rb-matrix-scope .sds-form.form--dark{background:#ededed;border:none;border-radius:.5rem;padding:1.25rem}.squiz-rb-matrix-scope .sds-form.form--horizontal{max-width:none}.squiz-rb-matrix-scope .sds-form.form--horizontal .sds-form-footer{margin-top:.5rem}.squiz-rb-matrix-scope .sds-fieldset{border:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-form-group{border-bottom:1px solid #ededed;margin-bottom:1rem;padding-bottom:1rem}.squiz-rb-matrix-scope .sds-form-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.squiz-rb-matrix-scope .sds-form-error,.squiz-rb-matrix-scope .sds-form-footer{margin-top:.75rem}@media screen and (max-width:575px){.squiz-rb-matrix-scope .sds-form.form--horizontal .sds-button-list li{flex-grow:1}}@media screen and (min-width:576px){.squiz-rb-matrix-scope .sds-form.form--horizontal{align-items:flex-end;display:flex}.squiz-rb-matrix-scope .sds-form.form--horizontal .sds-fieldset{display:flex;flex-grow:1}.squiz-rb-matrix-scope .sds-form.form--horizontal .sds-form-field{flex-grow:1;margin-bottom:0;margin-right:.5rem}}.squiz-rb-matrix-scope .sds-checkbox-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-rb-matrix-scope .sds-checkbox-option__button.checked{background:#0774d2;border-color:#0774d2}.squiz-rb-matrix-scope .sds-checkbox-option__button.checked:after,.squiz-rb-matrix-scope .sds-checkbox-option__button.checked:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-rb-matrix-scope .sds-checkbox-option__button.checked:after{height:6px;transform:translate(-4.8px,-1px) rotate(-45deg)}.squiz-rb-matrix-scope .sds-checkbox-option__button.checked:before{height:12px;transform:translate(.3px,-6px) rotate(45deg)}.squiz-rb-matrix-scope .sds-radio-option__button{background:#fff;border:2px solid #e0e0e0;border-radius:100%;flex-shrink:0;height:1.25rem;margin-right:.75rem;position:relative;width:1.25rem}.squiz-rb-matrix-scope .sds-radio-option__button:focus{border-radius:100%}.squiz-rb-matrix-scope .sds-radio-option__button.checked{border-color:#0774d2}.squiz-rb-matrix-scope .sds-radio-option__button.checked:before{background:#0774d2;border-radius:100%;content:" ";height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625rem}.squiz-rb-matrix-scope .sds-radio-option__button.disabled{background-color:#ededed;cursor:not-allowed}.squiz-rb-matrix-scope .sds-multi-chip-list{min-height:2.75rem;padding:.25rem}.squiz-rb-matrix-scope .sds-multi-chip-list li{margin:.25rem}.squiz-rb-matrix-scope .sds-multi-chip-list .sds-chip{color:#3d3d3d;margin:0}.squiz-rb-matrix-scope .sds-multi-chip-list .sds-chip.chip--default{border:1px solid transparent}.squiz-rb-matrix-scope .sds-multi-chip-list .sds-chip.sds-chip--invalid{border:1px solid #d72321}.squiz-rb-matrix-scope .sds-multi-chip-list .sds-chip.sds-chip--warning{border:1px solid #e96900}.squiz-rb-matrix-scope .sds-multi-chip-list li:last-child{flex:1;min-width:33%}.squiz-rb-matrix-scope .sds-multi-chip-list .sds-text-field input{border:none;outline:none;padding-bottom:.25rem;padding-top:.25rem}.squiz-rb-matrix-scope .sds-multi-chip-list .sds-text-field input:focus{box-shadow:none}.squiz-rb-matrix-scope .sds-multi-chip-list__active{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2}.squiz-rb-matrix-scope .floating-text{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);color:#3d3d3d;cursor:pointer;margin-top:.5rem;padding:.5rem;position:absolute;z-index:1}.squiz-rb-matrix-scope .sds-select-field{border-radius:.25rem;display:grid;position:relative}.squiz-rb-matrix-scope .sds-select-field--custom{position:static}.squiz-rb-matrix-scope .sds-select-field.active{box-shadow:0 0 0 2px #0774d2}.squiz-rb-matrix-scope .sds-select-field.active svg{transform:rotate(90deg)}.squiz-rb-matrix-scope .sds-select-field button{padding-right:2.5rem;text-align:left}.squiz-rb-matrix-scope .sds-select-field .sds-select-field__button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem 1.5rem .375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-rb-matrix-scope .sds-select-field .sds-select-field__button:disabled{background:#ededed;border-radius:0;color:#949494}.squiz-rb-matrix-scope .sds-select-field .sds-select-field__button:disabled+.sds-select-field__icon svg{opacity:.3}.squiz-rb-matrix-scope .sds-select-field .sds-select-field__button.readonly{background:rgba(0,0,0,.04)}.squiz-rb-matrix-scope .sds-select-field .sds-select-field__button:not(.placeholder,.readonly){font-weight:600}.squiz-rb-matrix-scope .sds-select-field .sds-select-field__button.placeholder{color:#949494}.squiz-rb-matrix-scope .sds-select-field ul{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-select-field ul button{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-rb-matrix-scope .sds-select-field ul button:hover{background:#f5f5f5}.squiz-rb-matrix-scope .sds-select-field ul button:focus{z-index:1}.squiz-rb-matrix-scope .sds-select-field__icon{pointer-events:none;position:absolute;right:.25rem;top:.25rem}.squiz-rb-matrix-scope .sds-select-field__icon svg{transform:rotate(-90deg)}.squiz-rb-matrix-scope .sds-select-field__options{background-color:#fff;border-radius:.25rem;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);margin-top:6px;max-height:12rem;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.squiz-rb-matrix-scope .sds-text-field.sds-field-icon input{padding-left:3rem}.squiz-rb-matrix-scope .sds-text-field.sds-field-error input{padding-right:2rem}.squiz-rb-matrix-scope .sds-text-field label{color:#707070;display:block;font-weight:600;margin-bottom:.25rem}.squiz-rb-matrix-scope .sds-text-field input,.squiz-rb-matrix-scope .sds-text-field textarea{background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.375rem .5rem;width:100%}.squiz-rb-matrix-scope .sds-text-field input:disabled,.squiz-rb-matrix-scope .sds-text-field textarea:disabled{background:#ededed;border-radius:0;color:#949494;cursor:default;pointer-events:none}.squiz-rb-matrix-scope .sds-text-field textarea{resize:vertical}.squiz-rb-matrix-scope .sds-text-field .sds-field-error__icon,.squiz-rb-matrix-scope .sds-text-field .sds-text-field__copy-icon{align-items:center;display:flex;height:100%;padding:0 .25rem;position:absolute;right:0;top:0}.squiz-rb-matrix-scope .sds-text-field:has(.sds-text-field__copy-icon) input{padding-right:2rem}.squiz-rb-matrix-scope .sds-text-field.readonly input,.squiz-rb-matrix-scope .sds-text-field.readonly textarea{background:rgba(0,0,0,.04);color:#4f4f4f}.squiz-rb-matrix-scope .sds-text-field__icon{align-items:center;background:#f7f7f7;border-radius:.25rem 0 0 .25rem;display:flex;height:100%;left:0;padding:0 .5rem;position:absolute;top:0}.squiz-rb-matrix-scope span.sds-toggle-button{display:block;opacity:.5}.squiz-rb-matrix-scope .sds-toggle{background:#bababa;border-radius:.625rem;height:1.25rem;padding:0;position:relative;width:2.25rem}.squiz-rb-matrix-scope .sds-toggle.active{background:#0774d2}.squiz-rb-matrix-scope .sds-toggle.active .sds-toggle-check{height:1.25rem;left:.25rem;position:absolute;top:0;width:.75rem}.squiz-rb-matrix-scope .sds-toggle.active .sds-toggle-check:after,.squiz-rb-matrix-scope .sds-toggle.active .sds-toggle-check:before{background:#fff;border-radius:.125rem;content:"";left:50%;position:absolute;top:50%;width:.125rem}.squiz-rb-matrix-scope .sds-toggle.active .sds-toggle-check:after{height:6px;transform:translate(-4.2px,-1.8px) rotate(-45deg)}.squiz-rb-matrix-scope .sds-toggle.active .sds-toggle-check:before{height:10px;transform:translate(.3px,-5px) rotate(45deg)}.squiz-rb-matrix-scope .sds-toggle.active .sds-toggle-disc{left:calc(100% - 1.125rem)}.squiz-rb-matrix-scope button.sds-toggle-button{padding:.5rem}.squiz-rb-matrix-scope button.sds-toggle-button:focus{box-shadow:none}.squiz-rb-matrix-scope button.sds-toggle-button:focus .sds-toggle:after{border-radius:.75rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + .25rem);left:-2px;position:absolute;top:-2px;width:calc(100% + .25rem)}.squiz-rb-matrix-scope button.sds-toggle-button:focus:not(:focus-visible) .sds-toggle:after{content:none}.squiz-rb-matrix-scope .sds-toggle-disc{background:#fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);height:1rem;left:.125rem;position:absolute;top:.125rem;transition:all .3s ease;width:1rem}.squiz-rb-matrix-scope .sds-form-control-list{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-form-control-item{margin-bottom:.5rem}.squiz-rb-matrix-scope .sds-form-control-item:last-child{margin-bottom:0}.squiz-rb-matrix-scope .sds-form-control-option{display:flex}.squiz-rb-matrix-scope .sds-form-control-option.disabled .sds-form-control-label{opacity:.75}.squiz-rb-matrix-scope .sds-form-control-option.disabled .sds-checkbox-option__button,.squiz-rb-matrix-scope .sds-form-control-option.disabled .sds-radio-option__button,.squiz-rb-matrix-scope .sds-form-control-option.readOnly .sds-checkbox-option__button,.squiz-rb-matrix-scope .sds-form-control-option.readOnly .sds-radio-option__button{opacity:.5}.squiz-rb-matrix-scope .sds-form-control-heading{color:#2b2b2b;display:block;font-weight:600;margin-bottom:.25rem}.squiz-rb-matrix-scope .sds-form-control-text{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-form-control-label{color:#3d3d3d;flex-grow:1;text-align:left;word-break:break-word}.squiz-rb-matrix-scope .sds-form-control--prominent .sds-form-control-item{margin-bottom:1.25rem}.squiz-rb-matrix-scope .sds-form-control--prominent .sds-form-control-item:last-child{margin-bottom:0}.squiz-rb-matrix-scope ::-moz-placeholder{color:#949494}.squiz-rb-matrix-scope ::placeholder{color:#949494}.squiz-rb-matrix-scope .sds-field-container{background:#f5f5f5;border-radius:.25rem;padding:1rem}.squiz-rb-matrix-scope .sds-form-label{align-items:center;color:#707070;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-form-label.sds-form-label--visible{margin-bottom:.25rem}.squiz-rb-matrix-scope .form--dark .sds-form-label{color:#4f4f4f}.squiz-rb-matrix-scope .sds-form-field{margin-bottom:.75rem}.squiz-rb-matrix-scope .sds-form-field:last-child{margin-bottom:0}.squiz-rb-matrix-scope .sds-form-field[disabled] .sds-form-input{background:#ededed}.squiz-rb-matrix-scope .sds-form-field[icon] .sds-form-input{background:#f5f5f5}.squiz-rb-matrix-scope .sds-form-field.sds-form-field--inline{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-form-field.sds-form-field--inline .sds-form-label{margin-right:.75rem}.squiz-rb-matrix-scope .sds-form-field.sds-form-field--inline .sds-form-label.sds-form-label--visible{margin-bottom:0}.squiz-rb-matrix-scope .sds-form-input{background:#fff;border:2px solid #e0e0e0;border-radius:.25rem;position:relative}.squiz-rb-matrix-scope .sds-form-input--custom{position:static}.squiz-rb-matrix-scope .sds-form-input.readonly{border:transparent}.squiz-rb-matrix-scope .sds-form-toggle{display:flex}.squiz-rb-matrix-scope .sds-field-error__icon .svg-wrapper svg{fill:#d72321}.squiz-rb-matrix-scope .sds-field-error__message{color:#d72321;font-size:.8125rem;margin-top:.25rem}.squiz-rb-matrix-scope .sds-field-note{color:#707070;font-size:.8125rem;margin-top:.25rem}.squiz-rb-matrix-scope .sds-grid{display:grid;gap:1.25rem}.squiz-rb-matrix-scope .sds-link-wrapper{display:inline;position:relative}.squiz-rb-matrix-scope .sds-link-icon{height:100%;left:0;position:absolute;top:0}.squiz-rb-matrix-scope .sds-link-icon svg{height:100%}.squiz-rb-matrix-scope .sds-link-icon~span{padding-left:1.75rem}.squiz-rb-matrix-scope .sds-link.link--standalone{color:#707070;text-decoration:none}.squiz-rb-matrix-scope .sds-link.link--standalone:hover{text-decoration:underline}.squiz-rb-matrix-scope .sds-link.link--paragraph{color:currentcolor}.squiz-rb-matrix-scope .sds-link.link--paragraph:hover{text-decoration:none}.squiz-rb-matrix-scope .sds-link-list__heading{display:block;font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem;margin-bottom:.75rem}.squiz-rb-matrix-scope .sds-link-list__heading .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-link-list{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-link-list li{border-bottom:1px solid #e0e0e0}.squiz-rb-matrix-scope .sds-link-list li:first-child{border-top:1px solid #e0e0e0}.squiz-rb-matrix-scope .sds-link-list .sds-link-wrapper{display:flex}.squiz-rb-matrix-scope .sds-link-list .sds-link{color:#3d3d3d;padding:.75rem 0;text-decoration:none;width:100%}.squiz-rb-matrix-scope .sds-link-list .sds-link:hover{text-decoration:underline}.squiz-rb-matrix-scope .sds-link-list .sds-link-text{display:block}.squiz-rb-matrix-scope .sds-loader{align-items:center;display:flex;flex-direction:column}.squiz-rb-matrix-scope .sds-loader-message{max-width:15.75rem;padding-top:1.5rem;text-align:center}.squiz-rb-matrix-scope .sds-overlay{background:rgba(0,0,0,.5);height:calc(100vh - 56px);position:absolute;top:56px;width:100%;z-index:10}.squiz-rb-matrix-scope .sds-overlay.overlay--fullscreen{height:100vh;top:0}.squiz-rb-matrix-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__percentage{color:#d72321}.squiz-rb-matrix-scope .sds-progress-bar-container.sds-progress-bar-level--extreme .sds-progress-bar__indicator,.squiz-rb-matrix-scope .sds-progress-bar-container.sds-progress-bar-level--very-high .sds-progress-bar__indicator{background:#d72321}.squiz-rb-matrix-scope .sds-progress-bar-container.sds-progress-bar-level--high .sds-progress-bar__indicator{background:#e96900}.squiz-rb-matrix-scope .sds-progress-bar-container.sds-progress-bar-level--moderate .sds-progress-bar__indicator{background:#efb324}.squiz-rb-matrix-scope .sds-progress-bar-container.sds-progress-bar-level--low .sds-progress-bar__indicator{background:#098934}.squiz-rb-matrix-scope .sds-progress-bar{background:#ededed;border-radius:.5rem;height:.5rem;position:relative}.squiz-rb-matrix-scope .sds-progress-bar__indicator{border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:50%}.squiz-rb-matrix-scope .sds-progress-bar__stats{display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-rb-matrix-scope .sds-progress-bar__current-value,.squiz-rb-matrix-scope .sds-progress-bar__percentage{font-weight:700}.squiz-rb-matrix-scope .sds-row{background-color:#fff;border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);padding:1rem}.squiz-rb-matrix-scope .sds-row__title{color:#3d3d3d;display:block;font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:.75rem}.squiz-rb-matrix-scope .sds-row__title .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-row__title:last-child,.squiz-rb-matrix-scope .sds-row__title:only-child{margin-bottom:0}.squiz-rb-matrix-scope .sds-heading--level-1{font-size:1.625rem;font-weight:600;letter-spacing:-.2px;line-height:2rem;margin-bottom:1.75rem;margin-top:1.75rem}.squiz-rb-matrix-scope .sds-heading--level-1 .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-heading--level-2{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem}.squiz-rb-matrix-scope .sds-heading--level-2 .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-heading--level-3{font-size:1.125rem;font-weight:600;letter-spacing:-.2px;line-height:1.375rem}.squiz-rb-matrix-scope .sds-heading--level-3 .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-heading--level-4{font-size:1rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-heading--level-4 .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-heading--level-5{font-size:1rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-heading--level-5 .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-heading--level-6{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-heading--level-6 .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-text--sm-regular{font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .sds-text--sm-semibold{font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .sds-text--sm-bold{font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .sds-text--md-regular{font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-text--md-semibold{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-text--md-bold{font-size:.875rem;font-weight:700;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .sds-text--lg-regular{font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-matrix-scope .sds-text--lg-semibold{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-matrix-scope .sds-text--lg-bold{font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-matrix-scope .sds-text--xlg-regular{font-size:1.125rem;font-weight:400;letter-spacing:-.4px;line-height:1.75rem}.squiz-rb-matrix-scope .sds-text--xlg-semibold{font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem}.squiz-rb-matrix-scope .sds-text--xlg-bold{font-size:1.125rem;font-weight:700;letter-spacing:-.4px;line-height:1.6875rem}.squiz-rb-matrix-scope .sds-transition--fade{opacity:0;position:relative;transition:all 1s ease}.squiz-rb-matrix-scope .sds-transition--fade.sds-transition-fade-enter{opacity:0}.squiz-rb-matrix-scope .sds-transition--fade.sds-transition-fade-enter-active{opacity:1;transition:opacity .3s;z-index:100}.squiz-rb-matrix-scope .sds-transition--fade.sds-transition-fade-enter-done,.squiz-rb-matrix-scope .sds-transition--fade.sds-transition-fade-exit{opacity:1}.squiz-rb-matrix-scope .sds-transition--fade.sds-transition-fade-exit-active{opacity:0;transition:opacity .6s;z-index:100}.squiz-rb-matrix-scope .sds-transition--slide-from-top-fade{position:fixed;right:0;transition:all 1s ease;z-index:100}.squiz-rb-matrix-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter{top:-100%}.squiz-rb-matrix-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-active{top:0;transition:all .3s}.squiz-rb-matrix-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-enter-done{top:0}.squiz-rb-matrix-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit{opacity:1;top:0}.squiz-rb-matrix-scope .sds-transition--slide-from-top-fade.sds-transition-slide-from-top-fade-exit-active{opacity:0;top:0;transition:all .6s}.squiz-rb-matrix-scope .sds-search-filter input{padding:.5rem .5rem .5rem 3rem}.squiz-rb-matrix-scope .sds-sidenav-item.active{position:relative}.squiz-rb-matrix-scope .sds-sidenav-item.active:before{background:#2b2b2b;border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;width:3px;z-index:1}.squiz-rb-matrix-scope .sds-sidenav-item.active .sds-sidenav-link{color:#3d3d3d;font-weight:700}.squiz-rb-matrix-scope .sds-sidenav-item.active .sds-sidenav-link svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-sidenav-link{color:#707070;display:flex;margin:.125rem;padding:1rem 0 1rem 1rem;text-align:left;width:calc(100% - .25rem)}.squiz-rb-matrix-scope .sds-sidenav-link:focus,.squiz-rb-matrix-scope .sds-sidenav-link:hover{background:#ededed;border-radius:.25rem}.squiz-rb-matrix-scope .sds-sidenav-link .svg-wrapper{margin-right:.75rem}.squiz-rb-matrix-scope .sds-sidenav-link.active .sds-sidenav-submenu__toggle svg{transform:rotate(90deg)}.squiz-rb-matrix-scope .sds-sidenav-link.active+.sds-sidenav-submenu{display:block;height:auto}.squiz-rb-matrix-scope .sds-sidenav-label{display:inline-block;padding-right:1rem}.squiz-rb-matrix-scope .sds-sidenav-submenu__toggle--top{margin-left:auto}.squiz-rb-matrix-scope .sds-sidenav-submenu__toggle--sub{margin-top:.25rem}.squiz-rb-matrix-scope .sds-sidenav-submenu__toggle svg{transform:rotate(-90deg);transition:transform .3s ease}.squiz-rb-matrix-scope .sds-sidenav-submenu{display:none;height:0;list-style-type:none;margin:0;overflow:hidden;padding:0}.squiz-rb-matrix-scope .sds-sidenav-submenu .svg-wrapper{margin-right:.5rem}.squiz-rb-matrix-scope .sds-sidenav-submenu .svg-wrapper svg{height:1rem;width:1rem}.squiz-rb-matrix-scope .sds-sidenav-submenu .sds-sidenav-link{padding-left:3rem}.squiz-rb-matrix-scope .sds-sidenav-submenu .sds-sidenav-submenu .sds-sidenav-link{padding-left:4.5rem}@media screen and (max-width:1024px){.squiz-rb-matrix-scope .sds-sidenav-link{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}}@media screen and (min-width:1024px){.squiz-rb-matrix-scope .sds-sidenav-link{font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.5rem;padding:.625rem 0 .625rem 1rem}}.squiz-rb-matrix-scope .sds-sidenav-list{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-sidenav-section{align-items:center;display:flex;padding:1rem 1.25rem;text-transform:uppercase}.squiz-rb-matrix-scope .sds-sidenav{background:#f5f5f5;color:#707070;overflow-y:auto;padding:1rem 0}.squiz-rb-matrix-scope .sds-sidenav-mobile{left:0;position:fixed;top:56px;width:100%;z-index:10}.squiz-rb-matrix-scope .sds-sidenav-mobile .sds-sidenav{height:calc(100vh - 56px)}.squiz-rb-matrix-scope .sds-sidenav-tablet{background:rgba(0,0,0,.5);display:flex;height:calc(100vh - 56px);left:0;position:absolute;top:100%;width:100%;z-index:10}.squiz-rb-matrix-scope .sds-sidenav-tablet.sds-transition-enter .sds-sidenav{transform:translateX(-100%)}.squiz-rb-matrix-scope .sds-sidenav-tablet.sds-transition-enter-active .sds-sidenav{transform:translateX(0);transition:transform .3s}.squiz-rb-matrix-scope .sds-sidenav-tablet.sds-transition-enter-done .sds-sidenav,.squiz-rb-matrix-scope .sds-sidenav-tablet.sds-transition-exit .sds-sidenav{transform:translateX(0)}.squiz-rb-matrix-scope .sds-sidenav-tablet.sds-transition-exit-active .sds-sidenav{transform:translateX(-100%);transition:transform .6s}.squiz-rb-matrix-scope .sds-sidenav-tablet .sds-sidenav{border-top:1px solid #e0e0e0;flex-shrink:0}.squiz-rb-matrix-scope .sds-sidenav-bg{width:100%}@media screen and (min-width:768px){.squiz-rb-matrix-scope .sds-sidenav{height:100%;width:260px}}.squiz-rb-matrix-scope .sds-sidenav-launcher{align-items:center;display:flex;flex-direction:column}.squiz-rb-matrix-scope .sds-sidenav-launcher .sds-button.button--icon{margin:0;padding:0}.squiz-rb-matrix-scope .sds-sidenav-launcher>.sds-button.active rect,.squiz-rb-matrix-scope .sds-sidenav-launcher>.sds-button:hover rect{fill-opacity:.6}.squiz-rb-matrix-scope .sds-sidenav-launcher>.sds-button.active path,.squiz-rb-matrix-scope .sds-sidenav-launcher>.sds-button:hover path{fill-opacity:1}@media screen and (max-width:575px){.squiz-rb-matrix-scope .sds-sidenav-launcher{margin-left:.75rem;margin-right:0}}@media screen and (min-width:576px){.squiz-rb-matrix-scope .sds-sidenav-launcher{margin-left:.25rem;margin-right:.75rem}}.squiz-rb-matrix-scope .sds-skip-links__list{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-skip-links__button{color:#707070;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;padding:.75rem}.squiz-rb-matrix-scope .sds-skip-links__button:active,.squiz-rb-matrix-scope .sds-skip-links__button:focus,.squiz-rb-matrix-scope .sds-skip-links__button:focus-within,.squiz-rb-matrix-scope .sds-skip-links__button:hover{background:#ededed}.squiz-rb-matrix-scope .sds-sortable-list.presentation-only .sds-sortable-list__item-content{margin-right:unset}.squiz-rb-matrix-scope .sds-sortable-list__item{align-items:center;display:flex;gap:.5rem;position:relative}.squiz-rb-matrix-scope .sds-sortable-list__item:last-of-type:before{content:none}.squiz-rb-matrix-scope .sds-sortable-list__list{display:flex;flex-direction:column;gap:.5rem;list-style-type:none;padding:0}.squiz-rb-matrix-scope .sds-sortable-list__list--dragging .sds-sortable-list__item-dots{display:none}.squiz-rb-matrix-scope .sds-sortable-list__list--dragging .sds-tooltip{visibility:hidden}.squiz-rb-matrix-scope .sds-sortable-list__item-content{display:flex;flex-direction:row;gap:.5rem;width:100%}@media screen and (min-width:576px){.squiz-rb-matrix-scope .sds-sortable-list__item-content{gap:1rem}}.squiz-rb-matrix-scope .sds-sortable-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.squiz-rb-matrix-scope .sds-sortable-list .sds-tooltip__wrapper:has(.sds-sortable-list__item-remove){position:absolute;right:1rem;top:.75rem}.squiz-rb-matrix-scope .sds-sortable-list__item-drag-btn{align-self:baseline}.squiz-rb-matrix-scope .sds-sortable-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.squiz-rb-matrix-scope .sds-sortable-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.squiz-rb-matrix-scope .sds-sortable-list--presentation-grey-box .sds-sortable-list__item-content{background-color:#ededed;border-radius:.25rem;padding:.375rem .625rem}.squiz-rb-matrix-scope .sds-source-selector__item button{align-items:center;background:#fff;border:1px solid #ededed;border-bottom:none;border-radius:.25rem;border-radius:0;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;margin:0;padding:.625rem;width:100%}.squiz-rb-matrix-scope .sds-source-selector__item button:hover{background:#f5f5f5}.squiz-rb-matrix-scope .sds-source-selector__item button:focus{z-index:1}.squiz-rb-matrix-scope .sds-source-selector__item button span{margin-right:.75rem}.squiz-rb-matrix-scope .sds-source-selector__item:first-child button{border-radius:.25rem .25rem 0 0}.squiz-rb-matrix-scope .sds-source-selector__item:last-child button{border-bottom:1px solid #ededed;border-radius:0 0 .25rem .25rem}.squiz-rb-matrix-scope .sds-source-selector__item .sds-source-selector__icon{margin-right:.5rem}.squiz-rb-matrix-scope .sds-source-selector__item .sds-source-selector__check{margin-left:auto}.squiz-rb-matrix-scope .sds-source-selector__item .sds-source-selector__check svg{height:24px;width:24px}.squiz-rb-matrix-scope .sds-source-selector__item .sds-source-selector__check path{fill:#044985}.squiz-rb-matrix-scope .sds-source-selector__launcher{align-items:center;background:#fff;border:none;border-radius:.25rem;color:#4f4f4f;display:flex;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;margin:0;overflow:hidden;padding:.375rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.squiz-rb-matrix-scope .sds-source-selector__launcher .sds-source-selector__icon{margin-right:.75rem}.squiz-rb-matrix-scope .sds-source-selector__launcher .sds-source-selector__chevron{margin-left:auto;pointer-events:none}.squiz-rb-matrix-scope .sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(-90deg)}.squiz-rb-matrix-scope .sds-source-selector.active .sds-source-selector__launcher .sds-source-selector__chevron svg{transform:rotate(90deg)}.squiz-rb-matrix-scope .sds-source-selector{border-radius:.25rem;display:grid;position:relative}.squiz-rb-matrix-scope .sds-source-selector ul{list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-source-selector__panel{background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:.25rem;margin-top:6px;max-height:12rem;overflow-y:auto;padding:.5rem;position:absolute;top:100%;width:100%;z-index:1}@keyframes spinner-border{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.squiz-rb-matrix-scope .sds-spinner{align-items:center;animation:spinner-border .8s linear infinite both;border-radius:50%;color:currentcolor;display:flex}.squiz-rb-matrix-scope .sds-spinner.spinner--lg{border:.1875rem solid;border-right:.1875rem solid transparent;height:3rem;width:3rem}.squiz-rb-matrix-scope .sds-spinner.spinner--regular{border:.1875rem solid;border-right:.1875rem solid transparent;height:2rem;width:2rem}.squiz-rb-matrix-scope .sds-spinner.spinner--sm{border:.125rem solid;border-right:.125rem solid transparent;height:1.25rem;width:1.25rem}.squiz-rb-matrix-scope .sds-spinner.spinner--xs{border:.125rem solid;border-right:.125rem solid transparent;height:1rem;width:1rem}.squiz-rb-matrix-scope .sds-table__wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.25rem;overflow-x:auto;position:relative}.squiz-rb-matrix-scope .sds-table__wrapper.table--sortable .sds-table th:hover{background-color:#d4d4d4;border-radius:0;cursor:pointer}.squiz-rb-matrix-scope .sds-table__wrapper.table--slim .sds-table__th,.squiz-rb-matrix-scope .sds-table__wrapper.table--slim .sds-table__th-content{font-size:.8125rem;line-height:1rem}.squiz-rb-matrix-scope .sds-table__wrapper.table--slim .sds-table__pagination,.squiz-rb-matrix-scope .sds-table__wrapper.table--slim td,.squiz-rb-matrix-scope .sds-table__wrapper.table--slim th{padding-bottom:.5rem;padding-top:.5rem}.squiz-rb-matrix-scope .sds-table__wrapper.table--slim td{vertical-align:top}.squiz-rb-matrix-scope .sds-table__wrapper.table--slim .sds-table__pagination-options{height:1.25rem}.squiz-rb-matrix-scope .sds-table table{background:#fff;border:none;border-collapse:collapse;border-spacing:0;display:table;position:relative;width:100%}.squiz-rb-matrix-scope .sds-table thead{background:#ededed;color:#707070}.squiz-rb-matrix-scope .sds-table th{background:#ededed;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem;transition:all .3s ease}.squiz-rb-matrix-scope .sds-table th:focus{border-radius:0;box-shadow:none}.squiz-rb-matrix-scope .sds-table th:focus .sds-table__th-content:after{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;content:"";height:calc(100% + 2px);left:-2px;position:absolute;top:-1px;width:calc(100% + .25rem)}.squiz-rb-matrix-scope .sds-table th:focus:not(:focus-visible) .sds-table__th-content:after{content:none}.squiz-rb-matrix-scope .sds-table .sds-table__th-content{display:inline-flex;line-height:1.5rem;position:relative}.squiz-rb-matrix-scope .sds-table td,.squiz-rb-matrix-scope .sds-table th{border-bottom:1px solid #e0e0e0;color:#3d3d3d;padding:1.25rem 1rem;text-align:left}.squiz-rb-matrix-scope .sds-table tr:last-child td{border-bottom:none}.squiz-rb-matrix-scope .sds-table__pagination{align-items:center;background:#fff;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.squiz-rb-matrix-scope .sds-table__pagination-options{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-table__page-select{background:transparent;border:none;color:#707070;font-weight:600;margin-left:.5rem}.squiz-rb-matrix-scope .sds-table__navigator{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-table__navigator button[disabled]{opacity:.5;pointer-events:none}.squiz-rb-matrix-scope .sds-table__navigator button{border-radius:.25rem;transition:all .3s ease}.squiz-rb-matrix-scope .sds-table__navigator button svg{height:1.25rem}.squiz-rb-matrix-scope .sds-table__navigator button:hover{background:#e6e6e6}.squiz-rb-matrix-scope .sds-table__row-range{display:block;margin-right:.5rem}.squiz-rb-matrix-scope .sds-table__search{display:flex;margin-bottom:1rem}.squiz-rb-matrix-scope .sds-table__search .sds-form-field{width:15.625rem}@media screen and (max-width:575px){.squiz-rb-matrix-scope .sds-table__search .sds-form-field{width:100%}.squiz-rb-matrix-scope .sds-table__pagination{align-items:flex-start;flex-direction:column}.squiz-rb-matrix-scope .sds-table__pagination-options{margin-bottom:1rem}}.squiz-rb-matrix-scope .sds-tabs-outer-button{position:absolute;right:0;top:-3.4375rem}.squiz-rb-matrix-scope .sds-tabs-list{align-items:center;border-bottom:1px solid rgba(43,43,43,.1);display:flex;list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .sds-tabs-item{margin-right:.5rem}.squiz-rb-matrix-scope .sds-tabs-item button{color:#3d3d3d;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;padding:.5rem;position:relative}.squiz-rb-matrix-scope .sds-tabs-item button:after{background:transparent;border-radius:.125rem .125rem 0 0;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.squiz-rb-matrix-scope .sds-tabs-item button:hover:after{background:#bababa}.squiz-rb-matrix-scope .sds-tabs-item.active button{font-weight:700}.squiz-rb-matrix-scope .sds-tabs-item.active button:after{background:#2b2b2b}.squiz-rb-matrix-scope .sds-toast__container{padding:1rem;position:relative;right:0;top:57px;z-index:8}.squiz-rb-matrix-scope .sds-toast{align-items:center;background:#fff;border-radius:.25rem;box-shadow:0 0 4px rgba(0,0,0,.04),0 1px 12px rgba(0,0,0,.12);display:inline-flex;min-width:17rem;padding:.75rem}.squiz-rb-matrix-scope .sds-toast-icon{align-self:flex-start;margin-right:.875rem}.squiz-rb-matrix-scope .sds-toast-content{flex-grow:1}.squiz-rb-matrix-scope .sds-toast-message a{color:#0774d2;font-style:italic;text-decoration:none}.squiz-rb-matrix-scope .sds-toast-message a:hover{text-decoration:underline}.squiz-rb-matrix-scope .sds-toast-title{color:#3d3d3d;font-size:1rem;font-weight:700;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-matrix-scope .sds-toast-close{align-self:flex-start;margin-left:.75rem}.squiz-rb-matrix-scope .sds-toast-close:hover .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-toast-type--success .sds-toast-icon svg{fill:#098934}.squiz-rb-matrix-scope .sds-toast-type--info .sds-toast-icon svg{fill:#057e91}.squiz-rb-matrix-scope .sds-toast-type--warning .sds-toast-icon svg{fill:#e96900}.squiz-rb-matrix-scope .sds-toast-type--danger .sds-toast-icon svg{fill:#d72321}.squiz-rb-matrix-scope .sds-toast-type--loading .sds-toast-icon{margin-top:.125rem}@media screen and (max-width:575px){.squiz-rb-matrix-scope .sds-toast{width:100%}.squiz-rb-matrix-scope .sds-toast__container{padding:0;right:1.5rem;top:1.5rem;width:calc(100vw - 3rem)}}@media screen and (min-width:768px){.squiz-rb-matrix-scope .sds-toast__container{max-width:28.25rem}}.squiz-rb-matrix-scope .sds-toolbar{align-items:center;background:#26324b;display:flex;max-height:56px;padding:.5rem;position:relative}.squiz-rb-matrix-scope .sds-toolbar-branding{align-items:center;display:flex}.squiz-rb-matrix-scope .sds-toolbar-logo{margin-right:.75rem}.squiz-rb-matrix-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper{align-items:center;display:flex;height:2.125rem;justify-content:center;width:2.125rem}.squiz-rb-matrix-scope .sds-toolbar-logo .sds-toolbar-logo--plain.svg-wrapper svg{fill:none}.squiz-rb-matrix-scope .sds-toolbar-branding__text{color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-right:1rem;min-width:-moz-fit-content;min-width:fit-content}.squiz-rb-matrix-scope .sds-toolbar-client{color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;margin-left:1rem;position:relative}.squiz-rb-matrix-scope .sds-toolbar-client>div:before,.squiz-rb-matrix-scope .sds-toolbar-client>span:before{background-color:hsla(0,0%,100%,.2);border-radius:.25rem;content:"";height:1.875rem;left:-1rem;opacity:.4;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-rb-matrix-scope .sds-toolbar-content{flex-grow:1}.squiz-rb-matrix-scope .sds-toolbar-tools{align-items:center;background:rgba(29,155,226,.16);border-radius:.25rem;color:rgba(0,0,0,.7);display:flex;height:2.5rem;margin-left:.75rem}.squiz-rb-matrix-scope .sds-toolbar-tools .sds-dropdown{z-index:20}.squiz-rb-matrix-scope .sds-toolbar-menus .sds-button{padding:.5rem .375rem}.squiz-rb-matrix-scope .sds-toolbar-menus .sds-dropdown-wrapper{display:flex}.squiz-rb-matrix-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon svg,.squiz-rb-matrix-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon svg{fill:hsla(0,0%,100%,.6);transition:all .3s ease}.squiz-rb-matrix-scope .sds-toolbar-menus--help .sds-button.button--default.button--transparent .sds-button-icon:hover svg,.squiz-rb-matrix-scope .sds-toolbar-menus--settings .sds-button.button--default.button--transparent .sds-button-icon:hover svg{fill:#fff}.squiz-rb-matrix-scope .sds-toolbar-menus__list{align-items:center;display:flex;list-style-type:none;margin:0;padding:0 .375rem}.squiz-rb-matrix-scope .sds-toolbar-user__wrapper{position:relative}.squiz-rb-matrix-scope .sds-toolbar-user__wrapper:before{background-color:#26324b;border-radius:.25rem;content:"";height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.125rem}.squiz-rb-matrix-scope .sds-toolbar-user{margin-left:.125rem;padding:0 .375rem}.squiz-rb-matrix-scope .sds-toolbar-user .sds-avatar{background-color:#fff;color:#26324b}.squiz-rb-matrix-scope .sds-toolbar-user .sds-button{padding:.375rem}.squiz-rb-matrix-scope .sds-toolbar-user .sds-user-name{color:#fff}@media screen and (max-width:575px){.squiz-rb-matrix-scope .sds-toolbar{padding:.6875rem .75rem}.squiz-rb-matrix-scope .sds-toolbar-tools{display:none}}@media screen and (min-width:1024px){.squiz-rb-matrix-scope .sds-toolbar{padding-left:.75rem}}.squiz-rb-matrix-scope .sds-tooltip__wrapper{display:inline-block;position:relative}.squiz-rb-matrix-scope .sds-tooltip__wrapper:hover .sds-tooltip{display:block}.squiz-rb-matrix-scope .sds-tooltip{display:none;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;position:absolute;width:-moz-max-content;width:max-content}.squiz-rb-matrix-scope .sds-tooltip.position--bottom,.squiz-rb-matrix-scope .sds-tooltip.position--top{left:50%;transform:translateX(-50%)}.squiz-rb-matrix-scope .sds-tooltip.position--left,.squiz-rb-matrix-scope .sds-tooltip.position--right{top:50%;transform:translateY(-50%)}.squiz-rb-matrix-scope .sds-tooltip.position--bottom{padding-top:.25rem;top:100%}.squiz-rb-matrix-scope .sds-tooltip.position--left{padding-right:.25rem;right:100%}.squiz-rb-matrix-scope .sds-tooltip.position--right{left:100%;padding-left:.25rem}.squiz-rb-matrix-scope .sds-tooltip.position--top{bottom:100%;padding-bottom:.25rem}.squiz-rb-matrix-scope .sds-tooltip__label{background-color:#2b2b2b;border-radius:.25rem;color:#fff;padding:.125rem .5rem}.squiz-rb-matrix-scope .sds-user{align-items:center;display:flex;flex-direction:column}.squiz-rb-matrix-scope .sds-user-avatar+.sds-user-name{margin-top:.75rem}.squiz-rb-matrix-scope .sds-user-name{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem;overflow-x:hidden;text-align:center;text-overflow:ellipsis}.squiz-rb-matrix-scope .dashboard-summary{background:#ededed;border-radius:.5rem;margin-top:1rem;padding:1.25rem}.squiz-rb-matrix-scope .dashboard-summary__content{background:#fff;border-radius:.5rem;padding:1rem 1.5rem}.squiz-rb-matrix-scope .dashboard-summary__content-grid{display:grid;gap:32px 56px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.squiz-rb-matrix-scope .dashboard-summary-item hr{background:#e0e0e0;border:0;height:1px;margin:.75rem 0;padding:0}.squiz-rb-matrix-scope .dashboard-summary-item__title{align-items:center;display:flex;gap:.5rem;margin:0}.squiz-rb-matrix-scope .dashboard-summary-item__description{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-bottom:.5rem}.squiz-rb-matrix-scope .dashboard-summary-item__count{color:#3d3d3d;font-size:2rem;padding:.75rem 0;vertical-align:middle}.squiz-rb-matrix-scope .dashboard-summary-item__trend{align-items:center;display:flex;flex-wrap:wrap}.squiz-rb-matrix-scope .dashboard-summary-item__trend>:first-child{margin-right:.25rem}.squiz-rb-matrix-scope .dashboard-summary-item__trend>:nth-child(2){margin-right:.5rem}.squiz-rb-matrix-scope .dashboard-summary-item__trend-percentage{font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-matrix-scope .dashboard-summary-item__trend-icon{vertical-align:middle}.squiz-rb-matrix-scope .dashboard-summary-item__trend-icon svg{display:block}.squiz-rb-matrix-scope .dashboard-summary-item__trend-description{text-wrap:nowrap;color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .down.inverted .dashboard-summary-item__trend-icon svg,.squiz-rb-matrix-scope .down.inverted .dashboard-summary-item__trend-percentage,.squiz-rb-matrix-scope .up .dashboard-summary-item__trend-icon svg,.squiz-rb-matrix-scope .up .dashboard-summary-item__trend-percentage{fill:#098934;color:#098934}.squiz-rb-matrix-scope .down .dashboard-summary-item__trend-icon svg,.squiz-rb-matrix-scope .down .dashboard-summary-item__trend-percentage,.squiz-rb-matrix-scope .up.inverted .dashboard-summary-item__trend-icon svg,.squiz-rb-matrix-scope .up.inverted .dashboard-summary-item__trend-percentage{fill:#d72321;color:#d72321}.squiz-rb-matrix-scope .flat .dashboard-summary-item__trend-icon svg,.squiz-rb-matrix-scope .flat .dashboard-summary-item__trend-percentage{fill:#707070;color:#707070}.squiz-rb-matrix-scope .dashboard-summary-item__help-icon svg{background-color:#ededed;border-radius:100%;height:22px;padding:.125rem;width:22px}.squiz-rb-matrix-scope .sds-popover{display:inline-block;position:relative}.squiz-rb-matrix-scope .sds-popover:hover .sds-popover__content-wrapper{display:block}.squiz-rb-matrix-scope .sds-popover__content-wrapper{border-radius:.25rem;bottom:calc(100% + 1rem);box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);display:none;height:-moz-fit-content;height:fit-content;position:absolute;right:50%;transform:translateX(50%);z-index:2}.squiz-rb-matrix-scope .sds-popover__content-wrapper:before{background:#fff;bottom:0;box-shadow:0 0 2px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);content:"";height:15px;left:50%;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:15px;z-index:-1}.squiz-rb-matrix-scope .sds-popover__content{background-color:#fff;border-radius:.25rem;font-size:.875rem;font-weight:400;letter-spacing:-.2px;line-height:1.25rem;padding:1rem}.squiz-rb-matrix-scope .sds-popover__text{display:block;width:100%}.squiz-rb-matrix-scope .sds-popover__title{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.5rem;margin-bottom:1rem;margin-top:0}.squiz-rb-matrix-scope .sds-popover__title .svg-wrapper svg{fill:#3d3d3d}.squiz-rb-matrix-scope .sds-popover--left .sds-popover__content-wrapper{bottom:50%;right:calc(100% + 1rem);transform:translateY(50%)}.squiz-rb-matrix-scope .sds-popover--left .sds-popover__content-wrapper:before{left:unset;right:0;top:50%;transform:translate(50%,-50%) rotate(45deg)}.squiz-rb-matrix-scope .sds-popover--right .sds-popover__content-wrapper{bottom:50%;left:calc(100% + 1rem);transform:translateY(50%)}.squiz-rb-matrix-scope .sds-popover--right .sds-popover__content-wrapper:before{left:0;right:unset;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.squiz-rb-matrix-scope .sds-popover--bottom .sds-popover__content-wrapper{top:calc(100% + 1rem);transform:translateX(50%)}.squiz-rb-matrix-scope .sds-popover--bottom .sds-popover__content-wrapper:before{bottom:unset;left:50%;right:unset;top:0;transform:translate(-50%,-50%) rotate(45deg)}.squiz-rb-matrix-scope .sds-popover--small .sds-popover__content-wrapper{width:260px}.squiz-rb-matrix-scope .sds-popover--medium .sds-popover__content-wrapper{width:400px}.squiz-rb-matrix-scope .sds-sequence-list.presentation-only .sds-sequence-list__item-content{margin-right:unset}.squiz-rb-matrix-scope .sds-sequence-list__item{background-color:#ededed;border-radius:.25rem;display:flex;gap:.75rem;padding:.75rem 1rem;position:relative;transition:background-color .3s ease-in}.squiz-rb-matrix-scope .sds-sequence-list__item--dragging{background-color:#e0e0e0}.squiz-rb-matrix-scope .sds-sequence-list__item:last-of-type:before{content:none}.squiz-rb-matrix-scope .sds-sequence-list__list{display:flex;flex-direction:column;gap:.75rem;list-style-type:none}.squiz-rb-matrix-scope .sds-sequence-list__list--dragging .sds-sequence-list__item-dots{display:none}.squiz-rb-matrix-scope .sds-sequence-list__list--dragging .sds-tooltip{visibility:hidden}.squiz-rb-matrix-scope .sds-sequence-list__item-content{display:flex;flex-direction:column;gap:.5rem;margin-right:1.5rem;width:100%}@media screen and (min-width:576px){.squiz-rb-matrix-scope .sds-sequence-list__item-content{flex-direction:row;gap:1rem;justify-content:space-evenly}}.squiz-rb-matrix-scope .sds-sequence-list__item-content .sds-form-field{width:100%}.squiz-rb-matrix-scope .sds-sequence-list .sds-tooltip__wrapper{height:-moz-min-content;height:min-content}.squiz-rb-matrix-scope .sds-sequence-list .sds-tooltip__wrapper:has(.sds-sequence-list__item-remove){position:absolute;right:1rem;top:.75rem}.squiz-rb-matrix-scope .sds-sequence-list__item-remove--disabled{cursor:not-allowed;opacity:.5}.squiz-rb-matrix-scope .sds-sequence-list__item-dots{left:-30px;position:absolute;width:.25rem}.squiz-rb-matrix-scope .sds-sequence-list__item-index-mark{background-color:#f5bb8c;border-radius:100%;display:grid;font-size:.875rem;font-weight:400;height:2rem;left:-.75rem;letter-spacing:-.2px;line-height:1.25rem;place-items:center;position:absolute;top:50%;transform:translate(-100%,-50%);width:2rem}.squiz-rb-matrix-scope .sds-sequence-list__item-drag-btn{align-self:baseline}.squiz-rb-matrix-scope .sds-sequence-list__item-drag-btn svg{height:1.5rem;width:1.5rem}.squiz-rb-matrix-scope .sds-sequence-list__item-drag-btn--disabled{opacity:.5;pointer-events:none}.squiz-rb-matrix-scope .sds-sequence-list__add-item-btn{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;letter-spacing:-.2px;line-height:1.25rem;margin-left:3rem}.squiz-rb-matrix-scope .sds-sequence-list .simple-list{padding-inline-start:0}@tailwind base;@tailwind components;@tailwind utilities;.squiz-rb-matrix-scope *,.squiz-rb-matrix-scope :after,.squiz-rb-matrix-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-rb-matrix-scope :after,.squiz-rb-matrix-scope :before{--tw-content:""}.squiz-rb-matrix-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-rb-matrix-scope body{line-height:inherit;margin:0}.squiz-rb-matrix-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-rb-matrix-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-rb-matrix-scope h1,.squiz-rb-matrix-scope h2,.squiz-rb-matrix-scope h3,.squiz-rb-matrix-scope h4,.squiz-rb-matrix-scope h5,.squiz-rb-matrix-scope h6{font-size:inherit;font-weight:inherit}.squiz-rb-matrix-scope a{color:inherit;text-decoration:inherit}.squiz-rb-matrix-scope b,.squiz-rb-matrix-scope strong{font-weight:bolder}.squiz-rb-matrix-scope code,.squiz-rb-matrix-scope kbd,.squiz-rb-matrix-scope pre,.squiz-rb-matrix-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-rb-matrix-scope small{font-size:80%}.squiz-rb-matrix-scope sub,.squiz-rb-matrix-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-rb-matrix-scope sub{bottom:-.25em}.squiz-rb-matrix-scope sup{top:-.5em}.squiz-rb-matrix-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-rb-matrix-scope button,.squiz-rb-matrix-scope input,.squiz-rb-matrix-scope optgroup,.squiz-rb-matrix-scope select,.squiz-rb-matrix-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-rb-matrix-scope button,.squiz-rb-matrix-scope select{text-transform:none}.squiz-rb-matrix-scope [type=button],.squiz-rb-matrix-scope [type=reset],.squiz-rb-matrix-scope [type=submit],.squiz-rb-matrix-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-rb-matrix-scope :-moz-focusring{outline:auto}.squiz-rb-matrix-scope :-moz-ui-invalid{box-shadow:none}.squiz-rb-matrix-scope progress{vertical-align:baseline}.squiz-rb-matrix-scope ::-webkit-inner-spin-button,.squiz-rb-matrix-scope ::-webkit-outer-spin-button{height:auto}.squiz-rb-matrix-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-rb-matrix-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-rb-matrix-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-rb-matrix-scope summary{display:list-item}.squiz-rb-matrix-scope blockquote,.squiz-rb-matrix-scope dd,.squiz-rb-matrix-scope dl,.squiz-rb-matrix-scope figure,.squiz-rb-matrix-scope h1,.squiz-rb-matrix-scope h2,.squiz-rb-matrix-scope h3,.squiz-rb-matrix-scope h4,.squiz-rb-matrix-scope h5,.squiz-rb-matrix-scope h6,.squiz-rb-matrix-scope hr,.squiz-rb-matrix-scope p,.squiz-rb-matrix-scope pre{margin:0}.squiz-rb-matrix-scope fieldset{margin:0;padding:0}.squiz-rb-matrix-scope legend{padding:0}.squiz-rb-matrix-scope menu,.squiz-rb-matrix-scope ol,.squiz-rb-matrix-scope ul{list-style:none;margin:0;padding:0}.squiz-rb-matrix-scope textarea{resize:vertical}.squiz-rb-matrix-scope input::-moz-placeholder,.squiz-rb-matrix-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-rb-matrix-scope input::placeholder,.squiz-rb-matrix-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-rb-matrix-scope [role=button],.squiz-rb-matrix-scope button{cursor:pointer}.squiz-rb-matrix-scope :disabled{cursor:default}.squiz-rb-matrix-scope audio,.squiz-rb-matrix-scope canvas,.squiz-rb-matrix-scope embed,.squiz-rb-matrix-scope iframe,.squiz-rb-matrix-scope img,.squiz-rb-matrix-scope object,.squiz-rb-matrix-scope svg,.squiz-rb-matrix-scope video{display:block;vertical-align:middle}.squiz-rb-matrix-scope img,.squiz-rb-matrix-scope video{height:auto;max-width:100%}.squiz-rb-matrix-scope [hidden]{display:none}.squiz-rb-matrix-scope *,.squiz-rb-matrix-scope :after,.squiz-rb-matrix-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-rb-matrix-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-rb-matrix-scope .container{width:100%}@media(min-width:640px){.squiz-rb-matrix-scope .container{max-width:640px}}@media(min-width:768px){.squiz-rb-matrix-scope .container{max-width:768px}}@media(min-width:1024px){.squiz-rb-matrix-scope .container{max-width:1024px}}@media(min-width:1280px){.squiz-rb-matrix-scope .container{max-width:1280px}}@media(min-width:1536px){.squiz-rb-matrix-scope .container{max-width:1536px}}.squiz-rb-matrix-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-rb-matrix-scope .visible{visibility:visible}.squiz-rb-matrix-scope .collapse{visibility:collapse}.squiz-rb-matrix-scope .static{position:static}.squiz-rb-matrix-scope .fixed{position:fixed}.squiz-rb-matrix-scope .absolute{position:absolute}.squiz-rb-matrix-scope .relative{position:relative}.squiz-rb-matrix-scope .inset-0{inset:0}.squiz-rb-matrix-scope .-left-0{left:0}.squiz-rb-matrix-scope .-left-0\.5{left:-.125rem}.squiz-rb-matrix-scope .-right-8{right:-2rem}.squiz-rb-matrix-scope .bottom-0{bottom:0}.squiz-rb-matrix-scope .left-1{left:.25rem}.squiz-rb-matrix-scope .right-0{right:0}.squiz-rb-matrix-scope .right-2{right:.5rem}.squiz-rb-matrix-scope .right-3{right:.75rem}.squiz-rb-matrix-scope .right-4{right:1rem}.squiz-rb-matrix-scope .right-5{right:1.25rem}.squiz-rb-matrix-scope .top-0{top:0}.squiz-rb-matrix-scope .top-3{top:.75rem}.squiz-rb-matrix-scope .top-\[calc\(100\%\+5px\)\]{top:calc(100% + 5px)}.squiz-rb-matrix-scope .top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)}.squiz-rb-matrix-scope .z-10{z-index:10}.squiz-rb-matrix-scope .z-50{z-index:50}.squiz-rb-matrix-scope .z-\[9998\]{z-index:9998}.squiz-rb-matrix-scope .z-\[9999\]{z-index:9999}.squiz-rb-matrix-scope .col-start-2{grid-column-start:2}.squiz-rb-matrix-scope .col-end-2{grid-column-end:2}.squiz-rb-matrix-scope .m-1{margin:.25rem}.squiz-rb-matrix-scope .m-2{margin:.5rem}.squiz-rb-matrix-scope .m-20{margin:5rem}.squiz-rb-matrix-scope .m-3{margin:.75rem}.squiz-rb-matrix-scope .m-5{margin:1.25rem}.squiz-rb-matrix-scope .mx-2{margin-left:.5rem;margin-right:.5rem}.squiz-rb-matrix-scope .mx-20{margin-left:5rem;margin-right:5rem}.squiz-rb-matrix-scope .mx-4{margin-left:1rem;margin-right:1rem}.squiz-rb-matrix-scope .mx-5{margin-left:1.25rem;margin-right:1.25rem}.squiz-rb-matrix-scope .mx-6{margin-left:1.5rem;margin-right:1.5rem}.squiz-rb-matrix-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-rb-matrix-scope .my-5{margin-bottom:1.25rem;margin-top:1.25rem}.squiz-rb-matrix-scope .mb-1{margin-bottom:.25rem}.squiz-rb-matrix-scope .card-body>.sds-block,.squiz-rb-matrix-scope .mb-2{margin-bottom:.5rem}.squiz-rb-matrix-scope .component-header-details,.squiz-rb-matrix-scope .ml-1{margin-left:.25rem}.squiz-rb-matrix-scope .ml-2{margin-left:.5rem}.squiz-rb-matrix-scope .ml-4{margin-left:1rem}.squiz-rb-matrix-scope .ml-\[6px\]{margin-left:6px}.squiz-rb-matrix-scope .ml-auto{margin-left:auto}.squiz-rb-matrix-scope .mr-1{margin-right:.25rem}.sds-btn-action .squiz-rb-matrix-scope .dropdown-item>svg,.squiz-rb-matrix-scope .mr-2,.squiz-rb-matrix-scope .sds-btn-action .dropdown-item>svg{margin-right:.5rem}.squiz-rb-matrix-scope .mr-2\.5{margin-right:.625rem}.squiz-rb-matrix-scope .mr-3{margin-right:.75rem}.squiz-rb-matrix-scope .mr-4{margin-right:1rem}.squiz-rb-matrix-scope .mr-6{margin-right:1.5rem}.squiz-rb-matrix-scope .mr-7{margin-right:1.75rem}.squiz-rb-matrix-scope .mr-8{margin-right:2rem}.squiz-rb-matrix-scope .mr-\[6px\]{margin-right:6px}.squiz-rb-matrix-scope .mr-auto{margin-right:auto}.squiz-rb-matrix-scope .mt-1{margin-top:.25rem}.squiz-rb-matrix-scope .mt-2{margin-top:.5rem}.squiz-rb-matrix-scope .mt-20{margin-top:5rem}.squiz-rb-matrix-scope .mt-3{margin-top:.75rem}.squiz-rb-matrix-scope .mt-4{margin-top:1rem}.squiz-rb-matrix-scope .mt-7{margin-top:1.75rem}.squiz-rb-matrix-scope .line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.squiz-rb-matrix-scope .block{display:block}.squiz-rb-matrix-scope .inline-block{display:inline-block}.squiz-rb-matrix-scope .\!inline{display:inline!important}.squiz-rb-matrix-scope .inline{display:inline}.squiz-rb-matrix-scope .flex{display:flex}.squiz-rb-matrix-scope .inline-flex{display:inline-flex}.squiz-rb-matrix-scope .grid{display:grid}.squiz-rb-matrix-scope .contents{display:contents}.squiz-rb-matrix-scope .hidden{display:none}.squiz-rb-matrix-scope .\!h-4{height:1rem!important}.squiz-rb-matrix-scope .h-14{height:3.5rem}.squiz-rb-matrix-scope .h-2{height:.5rem}.squiz-rb-matrix-scope .h-3{height:.75rem}.squiz-rb-matrix-scope .h-36{height:9rem}.squiz-rb-matrix-scope .h-4{height:1rem}.squiz-rb-matrix-scope .h-6{height:1.5rem}.squiz-rb-matrix-scope .h-9{height:2.25rem}.squiz-rb-matrix-scope .h-\[36px\]{height:36px}.squiz-rb-matrix-scope .h-\[50vh\]{height:50vh}.squiz-rb-matrix-scope .h-\[56px\]{height:56px}.squiz-rb-matrix-scope .h-\[calc\(100vh-72px\)\]{height:calc(100vh - 72px)}.squiz-rb-matrix-scope .h-full{height:100%}.squiz-rb-matrix-scope .h-screen{height:100vh}.squiz-rb-matrix-scope .max-h-80{max-height:20rem}.squiz-rb-matrix-scope .min-h-\[290px\]{min-height:290px}.squiz-rb-matrix-scope .min-h-\[320px\]{min-height:320px}.squiz-rb-matrix-scope .min-h-\[44px\]{min-height:44px}.squiz-rb-matrix-scope .min-h-\[64px\]{min-height:64px}.squiz-rb-matrix-scope .min-h-\[68px\]{min-height:68px}.squiz-rb-matrix-scope .min-h-full{min-height:100%}.squiz-rb-matrix-scope .\!w-4{width:1rem!important}.squiz-rb-matrix-scope .w-1\/2{width:50%}.squiz-rb-matrix-scope .w-12{width:3rem}.squiz-rb-matrix-scope .w-14{width:3.5rem}.squiz-rb-matrix-scope .w-3{width:.75rem}.squiz-rb-matrix-scope .w-3\/4{width:75%}.squiz-rb-matrix-scope .w-36{width:9rem}.squiz-rb-matrix-scope .w-4{width:1rem}.squiz-rb-matrix-scope .w-6{width:1.5rem}.squiz-rb-matrix-scope .w-\[100\%\]{width:100%}.squiz-rb-matrix-scope .w-\[200px\]{width:200px}.squiz-rb-matrix-scope .w-\[204px\]{width:204px}.squiz-rb-matrix-scope .w-\[220px\]{width:220px}.squiz-rb-matrix-scope .w-\[224px\]{width:224px}.squiz-rb-matrix-scope .w-\[320px\]{width:320px}.squiz-rb-matrix-scope .w-\[400px\]{width:400px}.squiz-rb-matrix-scope .w-\[482px\]{width:482px}.squiz-rb-matrix-scope .w-\[56px\]{width:56px}.squiz-rb-matrix-scope .w-\[60px\]{width:60px}.squiz-rb-matrix-scope .w-\[calc\(100\%\+4px\)\]{width:calc(100% + 4px)}.squiz-rb-matrix-scope .w-\[calc\(100\%-2px\)\]{width:calc(100% - 2px)}.squiz-rb-matrix-scope .w-auto{width:auto}.squiz-rb-matrix-scope .w-full{width:100%}.squiz-rb-matrix-scope .w-screen{width:100vw}.squiz-rb-matrix-scope .min-w-\[24px\]{min-width:24px}.squiz-rb-matrix-scope .max-w-\[200px\]{max-width:200px}.squiz-rb-matrix-scope .max-w-\[400px\]{max-width:400px}.squiz-rb-matrix-scope .max-w-\[50rem\]{max-width:50rem}.squiz-rb-matrix-scope .max-w-\[52rem\]{max-width:52rem}.squiz-rb-matrix-scope .flex-1{flex:1 1 0%}.squiz-rb-matrix-scope .shrink-0{flex-shrink:0}.squiz-rb-matrix-scope .grow{flex-grow:1}.squiz-rb-matrix-scope .grow-\[3\]{flex-grow:3}.squiz-rb-matrix-scope .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.squiz-rb-matrix-scope .animate-spin{animation:spin 1s linear infinite}.squiz-rb-matrix-scope .cursor-not-allowed{cursor:not-allowed}.squiz-rb-matrix-scope .cursor-pointer{cursor:pointer}.squiz-rb-matrix-scope .resize{resize:both}.squiz-rb-matrix-scope .grid-cols-\[24px_1fr\]{grid-template-columns:24px 1fr}.squiz-rb-matrix-scope .grid-cols-\[24px_1fr_45px\]{grid-template-columns:24px 1fr 45px}.squiz-rb-matrix-scope .grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.squiz-rb-matrix-scope .flex-row{flex-direction:row}.squiz-rb-matrix-scope .flex-col{flex-direction:column}.squiz-rb-matrix-scope .flex-wrap{flex-wrap:wrap}.squiz-rb-matrix-scope .items-center{align-items:center}.squiz-rb-matrix-scope .items-stretch{align-items:stretch}.squiz-rb-matrix-scope .justify-end{justify-content:flex-end}.squiz-rb-matrix-scope .justify-center{justify-content:center}.squiz-rb-matrix-scope .gap-1{gap:.25rem}.squiz-rb-matrix-scope .gap-2{gap:.5rem}.squiz-rb-matrix-scope .gap-3{gap:.75rem}.squiz-rb-matrix-scope .self-start{align-self:flex-start}.squiz-rb-matrix-scope .self-center{align-self:center}.squiz-rb-matrix-scope .justify-self-start{justify-self:start}.squiz-rb-matrix-scope .overflow-hidden{overflow:hidden}.squiz-rb-matrix-scope .overflow-y-auto{overflow-y:auto}.squiz-rb-matrix-scope .overflow-y-hidden{overflow-y:hidden}.squiz-rb-matrix-scope .overflow-y-scroll{overflow-y:scroll}.squiz-rb-matrix-scope .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-rb-matrix-scope .break-words{overflow-wrap:break-word}.squiz-rb-matrix-scope .rounded{border-radius:4px}.squiz-rb-matrix-scope .rounded-full{border-radius:9999px}.squiz-rb-matrix-scope .card-icon,.squiz-rb-matrix-scope .card-thumbnail,.squiz-rb-matrix-scope .rounded-lg,.squiz-rb-matrix-scope .table-style-list .card,.table-style-list .squiz-rb-matrix-scope .card{border-radius:.5rem}.squiz-rb-matrix-scope .rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-rb-matrix-scope .rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-rb-matrix-scope .border{border-width:1px}.squiz-rb-matrix-scope .border-0,.squiz-rb-matrix-scope .card-horizontal{border-width:0}.squiz-rb-matrix-scope .border-1{border-width:1px}.squiz-rb-matrix-scope .border-2{border-width:2px}.squiz-rb-matrix-scope .border-b{border-bottom-width:1px}.squiz-rb-matrix-scope .border-b-0{border-bottom-width:0}.squiz-rb-matrix-scope .border-l{border-left-width:1px}.squiz-rb-matrix-scope .border-r{border-right-width:1px}.squiz-rb-matrix-scope .border-t{border-top-width:1px}.squiz-rb-matrix-scope .border-solid{border-style:solid}.squiz-rb-matrix-scope .border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.squiz-rb-matrix-scope .border-blue-100{--tw-border-opacity:1;border-color:rgb(230 241 250/var(--tw-border-opacity))}.squiz-rb-matrix-scope .border-blue-200{--tw-border-opacity:1;border-color:rgb(143 192 235/var(--tw-border-opacity))}.squiz-rb-matrix-scope .border-current{border-color:currentColor}.squiz-rb-matrix-scope .border-gray-200{--tw-border-opacity:1;border-color:rgb(237 237 237/var(--tw-border-opacity))}.squiz-rb-matrix-scope .border-gray-300{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-rb-matrix-scope .border-gray-400{--tw-border-opacity:1;border-color:rgb(186 186 186/var(--tw-border-opacity))}.squiz-rb-matrix-scope .border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.squiz-rb-matrix-scope .border-opacity-20{--tw-border-opacity:0.2}.squiz-rb-matrix-scope .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .bg-blue-100{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .bg-blue-300\/\[\.6\]{background-color:rgb(7 116 210/.6)}.squiz-rb-matrix-scope .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .bg-gray-200{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .bg-gray-50{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .bg-transparent{background-color:transparent}.squiz-rb-matrix-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .bg-opacity-10{--tw-bg-opacity:0.1}.squiz-rb-matrix-scope .fill-blue-300{fill:#0774d2}.squiz-rb-matrix-scope .fill-current{fill:currentColor}.squiz-rb-matrix-scope .object-cover{-o-object-fit:cover;object-fit:cover}.squiz-rb-matrix-scope .object-center{-o-object-position:center;object-position:center}.squiz-rb-matrix-scope .p-0,.squiz-rb-matrix-scope .sds-btn-close,.squiz-rb-matrix-scope .sds-btn-undo{padding:0}.squiz-rb-matrix-scope .p-1{padding:.25rem}.squiz-rb-matrix-scope .p-2{padding:.5rem}.squiz-rb-matrix-scope .p-2\.5{padding:.625rem}.squiz-rb-matrix-scope .p-3{padding:.75rem}.squiz-rb-matrix-scope .p-4{padding:1rem}.squiz-rb-matrix-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-rb-matrix-scope .px-1\.5{padding-left:.375rem;padding-right:.375rem}.squiz-rb-matrix-scope .px-2{padding-left:.5rem;padding-right:.5rem}.squiz-rb-matrix-scope .px-2\.5{padding-left:.625rem;padding-right:.625rem}.squiz-rb-matrix-scope .px-3{padding-left:.75rem;padding-right:.75rem}.squiz-rb-matrix-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-rb-matrix-scope .px-7{padding-left:1.75rem;padding-right:1.75rem}.squiz-rb-matrix-scope .py-0{padding-bottom:0;padding-top:0}.squiz-rb-matrix-scope .py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.squiz-rb-matrix-scope .py-2{padding-bottom:.5rem;padding-top:.5rem}.squiz-rb-matrix-scope .py-3{padding-bottom:.75rem;padding-top:.75rem}.squiz-rb-matrix-scope .py-4{padding-bottom:1rem;padding-top:1rem}.squiz-rb-matrix-scope .py-8{padding-bottom:2rem;padding-top:2rem}.squiz-rb-matrix-scope .pb-0{padding-bottom:0}.squiz-rb-matrix-scope .pb-2{padding-bottom:.5rem}.squiz-rb-matrix-scope .pb-3{padding-bottom:.75rem}.squiz-rb-matrix-scope .pb-4{padding-bottom:1rem}.squiz-rb-matrix-scope .pb-4\.5{padding-bottom:1.125rem}.squiz-rb-matrix-scope .pb-6{padding-bottom:1.5rem}.squiz-rb-matrix-scope .pl-1{padding-left:.25rem}.squiz-rb-matrix-scope .pl-2{padding-left:.5rem}.squiz-rb-matrix-scope .pl-4{padding-left:1rem}.squiz-rb-matrix-scope .pl-4\.5{padding-left:1.125rem}.squiz-rb-matrix-scope .pl-5{padding-left:1.25rem}.squiz-rb-matrix-scope .pl-6{padding-left:1.5rem}.squiz-rb-matrix-scope .pr-1{padding-right:.25rem}.squiz-rb-matrix-scope .pr-10{padding-right:2.5rem}.squiz-rb-matrix-scope .pr-2{padding-right:.5rem}.squiz-rb-matrix-scope .pr-4{padding-right:1rem}.squiz-rb-matrix-scope .pr-4\.5{padding-right:1.125rem}.squiz-rb-matrix-scope .pr-6{padding-right:1.5rem}.squiz-rb-matrix-scope .pt-2{padding-top:.5rem}.squiz-rb-matrix-scope .pt-3{padding-top:.75rem}.squiz-rb-matrix-scope .pt-4{padding-top:1rem}.squiz-rb-matrix-scope .text-left{text-align:left}.squiz-rb-matrix-scope .text-center{text-align:center}.squiz-rb-matrix-scope .text-right{text-align:right}.squiz-rb-matrix-scope .align-\[-0\.125em\]{vertical-align:-.125em}.squiz-rb-matrix-scope .text-base{font-size:1rem}.squiz-rb-matrix-scope .text-md{font-size:.875rem}.squiz-rb-matrix-scope .text-sm{font-size:.8125rem}.squiz-rb-matrix-scope .text-xl{font-size:1.25rem;line-height:1.75rem}.squiz-rb-matrix-scope .font-bold{font-weight:700}.squiz-rb-matrix-scope .font-normal{font-weight:400}.squiz-rb-matrix-scope .font-semibold{font-weight:600}.squiz-rb-matrix-scope .uppercase{text-transform:uppercase}.squiz-rb-matrix-scope .italic{font-style:italic}.squiz-rb-matrix-scope .leading-4{line-height:1rem}.squiz-rb-matrix-scope .leading-5{line-height:1.25rem}.squiz-rb-matrix-scope .leading-6{line-height:1.5rem}.squiz-rb-matrix-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-blue-400{--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-gray-500{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-gray-700{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-gray-800{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-gray-900{--tw-text-opacity:1;color:rgb(43 43 43/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-inherit{color:inherit}.squiz-rb-matrix-scope .text-red-300{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-rb-matrix-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-rb-matrix-scope .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.squiz-rb-matrix-scope .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.squiz-rb-matrix-scope .opacity-40{opacity:.4}.squiz-rb-matrix-scope .shadow,.squiz-rb-matrix-scope .shadow-md{--tw-shadow:0 0 0 1px rgba(0,0,0,.04),0 1px 12px 4px rgba(0,0,0,.12);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color),0 1px 12px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.squiz-rb-matrix-scope .outline-none{outline:2px solid transparent;outline-offset:2px}.squiz-rb-matrix-scope .outline{outline-style:solid}.squiz-rb-matrix-scope .outline-0{outline-width:0}.squiz-rb-matrix-scope .blur{--tw-blur:blur(8px)}.squiz-rb-matrix-scope .blur,.squiz-rb-matrix-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-rb-matrix-scope .resource-picker{--tw-bg-opacity:1;--tw-border-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:rgb(148 148 148/var(--tw-text-opacity));display:grid;gap:.5rem;grid-template-columns:24px 1fr;padding:.5rem}.squiz-rb-matrix-scope .resource-picker-info{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-radius:6px;color:rgb(43 43 43/var(--tw-text-opacity));font-size:.875rem;font-weight:600;padding:.5rem;width:100%}.squiz-rb-matrix-scope .resource-picker-info__layout{display:grid;gap:.5rem;grid-template-columns:auto 1fr auto;justify-items:center}.squiz-rb-matrix-scope .resource-picker--disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border-width:0;cursor:not-allowed}.squiz-rb-matrix-scope .inline-launch-button{display:inline-block;position:relative}.squiz-rb-matrix-scope .inline-launch-button__button{all:unset;border:2px solid rgba(0,0,0,.16);border-radius:8px;cursor:pointer;padding:2px}.squiz-rb-matrix-scope .inline-launch-button__label{background:#2b2b2b;border-radius:4px;box-sizing:border-box;color:#fff;display:none;font-size:.875rem;padding:2px 8px;position:absolute;top:calc(100% + 2px);transform:translateX(calc(-50% + 13px));white-space:nowrap}.squiz-rb-matrix-scope .inline-launch-button:focus-within .inline-launch-button__label,.squiz-rb-matrix-scope .inline-launch-button:hover .inline-launch-button__label{display:flex}.squiz-rb-matrix-scope .inline-launch-button:focus-within .inline-launch-button__button,.squiz-rb-matrix-scope .inline-launch-button:hover .inline-launch-button__button{background:#e6f1fa;border-color:#0774d2}.squiz-rb-matrix-scope .inline-launch-button:focus-within .inline-launch-button__button svg path,.squiz-rb-matrix-scope .inline-launch-button:hover .inline-launch-button__button svg path{fill:#044985}.squiz-rb-matrix-scope .checkbox-filter{border:1px solid #e0e0e0;border-radius:.5rem;color:#3d3d3d;padding:.5rem}.squiz-rb-matrix-scope .checkbox-filter input:focus{box-shadow:0 0 0 2px #0774d2;outline:0}.squiz-rb-matrix-scope .sds-form-control-item button[aria-checked=true]+.sds-form-control-item{background-color:#e6f1fa}.squiz-rb-matrix-scope .sds-form-control-item:has(button[aria-checked=true]){background-color:#e6f1fa;color:#044985}.squiz-rb-matrix-scope .sds-form-control-item:has(button[aria-checked=true]) .sds-form-control-text{color:#044985}.squiz-rb-matrix-scope .sds-form-control-text{font-size:.875rem;line-height:1.25rem}.squiz-rb-matrix-scope .checkbox-filter__collapse{align-items:center;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:30px;margin-top:.5rem;padding-left:.5rem}.squiz-rb-matrix-scope .checkbox-filter__collapse p{padding-top:5px}.squiz-rb-matrix-scope .checkbox-filter__collapse:hover{cursor:pointer}.squiz-rb-matrix-scope .checkbox-filter__collapse .show-less-icon,.squiz-rb-matrix-scope .checkbox-filter__collapse .show-more-icon{margin-right:.25rem;padding-top:.5rem}.squiz-rb-matrix-scope .checkbox-filter__collapse .show-less-icon svg,.squiz-rb-matrix-scope .checkbox-filter__collapse .show-more-icon svg{height:18px;width:18px}.squiz-rb-matrix-scope .checkbox-filter__collapse .show-less-icon svg path,.squiz-rb-matrix-scope .checkbox-filter__collapse .show-more-icon svg path{fill:#707070}.squiz-rb-matrix-scope .checkbox-filter__header{align-items:center;display:flex;height:20px;margin-bottom:.5rem}.squiz-rb-matrix-scope .sds-form-control-item{padding:.25rem 0 .25rem .5rem}.squiz-rb-matrix-scope .sds-form-control-item:hover{background-color:#f5f5f5;border-radius:.25rem}.squiz-rb-matrix-scope .checkbox-filter__heading{color:#4f4f4f;font-size:.875rem!important;line-height:1.25rem!important;margin:0}.squiz-rb-matrix-scope .checkbox-filter__clear{margin-left:auto}.squiz-rb-matrix-scope .checkbox-filter__clear button{background:transparent;border:none;color:#707070;color:#0774d2;cursor:pointer;font-size:13px;font-weight:400;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-rb-matrix-scope .checkbox-filter__clear button:hover{text-decoration:underline}.squiz-rb-matrix-scope .checkbox-filter__search{margin-bottom:.75rem}.squiz-rb-matrix-scope .checkbox-filter__options{line-height:normal;overflow-y:auto;padding-top:.5rem}.squiz-rb-matrix-scope .checkbox-filter__options li{margin-bottom:.25rem}.squiz-rb-matrix-scope .checkbox-filter__options button:not([role=checkbox]){background:transparent;border:none;color:#707070;color:#3d3d3d;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-rb-matrix-scope .checkbox-filter__empty{display:block}.squiz-rb-matrix-scope .filter-list__heading{color:#3d3d3d;display:block;margin-bottom:1rem;margin-top:0}.squiz-rb-matrix-scope .filter-list__item{margin-bottom:1rem}.squiz-rb-matrix-scope .image-card{background-color:#f7f7f7;border:none;border-radius:0 0 10px 10px;cursor:pointer;max-width:240px;overflow:hidden;padding:0;position:relative;width:100%}.squiz-rb-matrix-scope .image-card:disabled{cursor:not-allowed}.squiz-rb-matrix-scope .image-card--selected{background-color:#e6f1fa}.squiz-rb-matrix-scope .image-card__img-container{background-color:#ededed;min-height:100px;padding:10px 0;position:relative;width:100%}.squiz-rb-matrix-scope .image-card img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-rb-matrix-scope .image-card__info{display:flex;flex-direction:column;padding:.5rem;width:100%}.squiz-rb-matrix-scope .image-card__title{margin-bottom:.25rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.squiz-rb-matrix-scope .image-card__details{align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-rb-matrix-scope .image-card__type{margin-bottom:.25rem;text-align:left;text-transform:uppercase}.squiz-rb-matrix-scope .image-card--selected .image-card__title,.squiz-rb-matrix-scope .image-card--selected .image-card__type{color:#044985}.squiz-rb-matrix-scope .image-card__checkmark svg path{fill:#044985}.squiz-rb-matrix-scope .selection-list{border:1px solid #e0e0e0;border-radius:.5rem;list-style:none;margin:0;overflow:hidden;padding:0}.squiz-rb-matrix-scope .selection-list__item{border-bottom:1px solid #e0e0e0;display:flex;margin:.25rem .5rem}.squiz-rb-matrix-scope .selection-list__item:first-child{margin-top:8px}.squiz-rb-matrix-scope .selection-list__item:last-child{border-bottom:none}.squiz-rb-matrix-scope .selection-list__item-button{background:none;border:none;border-radius:.25rem;cursor:pointer;margin-bottom:.25rem;outline:none;padding:.25rem .5rem;text-align:left;width:100%}.squiz-rb-matrix-scope .selection-list__item-button:focus,.squiz-rb-matrix-scope .selection-list__item-button:hover{background-color:#f5f5f5}.squiz-rb-matrix-scope .selection-list__item--selected path{fill:#044985!important}.squiz-rb-matrix-scope .selection-list__item--selected .sds-text{color:#044985!important}.squiz-rb-matrix-scope .selection-list__item--selected .selection-list__item-button{background-color:#e6f1fa}.squiz-rb-matrix-scope .skeleton-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));list-style-type:none;margin:0;padding:0}.squiz-rb-matrix-scope .skeleton-grid:focus-visible{outline-width:0}.squiz-rb-matrix-scope .skeleton-grid .skeleton-item{margin-bottom:.25rem;min-width:50px}.squiz-rb-matrix-scope .skeleton-grid .skeleton-item__animate{animation:pulse 2s linear infinite}.squiz-rb-matrix-scope .skeleton-grid .skeleton-item__container{align-items:center;display:flex;flex-direction:column;height:136px}.squiz-rb-matrix-scope .skeleton-grid .skeleton-item__image{background-color:#e0e0e0;border-radius:.25rem;height:100px;margin-bottom:14px;width:100%}.squiz-rb-matrix-scope .skeleton-grid .skeleton-item__description{background-color:#e0e0e0;border-radius:.5rem;height:8px;width:88%}.squiz-rb-matrix-scope .skeleton-list{display:flex;flex-direction:column;list-style-type:none;margin:1rem 0;padding:0 1.75rem}.squiz-rb-matrix-scope .skeleton-list:focus-visible{outline-width:0}.squiz-rb-matrix-scope .skeleton-list .skeleton-item{align-items:center;border:solid #ededed;border-width:1px 1px 0;display:flex;padding:.25rem}.squiz-rb-matrix-scope .skeleton-list .skeleton-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-top:0}.squiz-rb-matrix-scope .skeleton-list .skeleton-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-width:1px}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__animate{animation:pulse 2s linear infinite}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__container{border-radius:.25rem;display:grid;grid-template-columns:24px 1fr 45px;padding:1rem;width:100%}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__icon{background-color:#ededed;border-radius:9999px;height:24px;width:24px}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__body{margin:0 1rem;width:100%}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__text{background-color:#ededed;border-radius:.25rem;height:8px;margin-bottom:.25rem;width:50%}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__text:first-child{width:75%}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__text:last-child{margin-bottom:0}.squiz-rb-matrix-scope .skeleton-list .skeleton-item__link{background-color:#ededed;border-radius:.25rem;height:8px;margin-left:auto;margin-right:1rem;width:48px}.squiz-rb-matrix-scope .sourceLauncher{margin-bottom:.5rem}.squiz-rb-matrix-scope .sourceLauncher__top-row{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-rb-matrix-scope .sourceLauncher__title{color:#4f4f4f;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-rb-matrix-scope .sourceLauncher__browse-group{align-items:center;display:flex}.squiz-rb-matrix-scope .sourceLauncher__or{align-items:center;border-radius:36px;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:24px;justify-content:center;letter-spacing:0;line-height:1rem;margin-right:.5rem;width:24px}.squiz-rb-matrix-scope .sourceLauncher__browse{all:unset;align-items:center;color:#4f4f4f;cursor:pointer;display:flex;font-size:14px;font-weight:600;line-height:20px}.squiz-rb-matrix-scope .sourceLauncher__browse-icon{margin-right:.25rem}.squiz-rb-matrix-scope .sourceLauncher__input-group{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:.5rem;display:flex;justify-content:center;margin-top:.75rem;padding:7px 8px}.squiz-rb-matrix-scope .sourceLauncher__input{all:unset;flex:1 1 0;font-size:14px;font-weight:400;line-height:20px;margin-left:.25rem;margin-right:.25rem}.squiz-rb-matrix-scope .sourceLauncher__input::-moz-placeholder{color:#949494}.squiz-rb-matrix-scope .sourceLauncher__input::placeholder{color:#949494}.squiz-rb-matrix-scope .sourceLauncher__input-icon{height:24px;width:24px}.squiz-rb-matrix-scope .sourceLauncher__input-arrow{height:18px;width:18px}.squiz-rb-matrix-scope .sourceLauncher__search{all:unset;cursor:pointer;display:flex}.squiz-rb-matrix-scope .sourceLauncher__search:focus path,.squiz-rb-matrix-scope .sourceLauncher__search:hover path{fill:#4f4f4f}.squiz-rb-matrix-scope .searchListing{padding:1.25rem 0 1.25rem 1rem}.squiz-rb-matrix-scope .searchListing__header{padding-right:16px}.squiz-rb-matrix-scope .searchListing__title-group{border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.squiz-rb-matrix-scope .searchListing__title{color:#4f4f4f;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem;margin-bottom:.25rem}.squiz-rb-matrix-scope .searchListing__sub-title{color:#707070;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-rb-matrix-scope .searchListing__sorter{display:flex;justify-content:flex-end;margin:.5rem 0;position:relative}.squiz-rb-matrix-scope .searchListing__sort-label{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-right:.25rem}.squiz-rb-matrix-scope .searchListing__sort-select{all:unset;color:#3d3d3d;cursor:pointer;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem;padding-right:18px}.squiz-rb-matrix-scope .searchListing__sort-icon{pointer-events:none;position:absolute}.squiz-rb-matrix-scope .searchListing__list{all:unset}.squiz-rb-matrix-scope .searchItem{all:unset;border-bottom:1px solid #ededed;display:block;padding:.25rem 0}.squiz-rb-matrix-scope .searchItem.searchItem--selected .searchItem__button{background-color:#e6f1fa;border-radius:.5rem}.squiz-rb-matrix-scope .searchItem.searchItem--selected .searchItem__label{color:#044985}.squiz-rb-matrix-scope .searchItem.searchItem--selected:focus .searchItem__button,.squiz-rb-matrix-scope .searchItem.searchItem--selected:focus-within .searchItem__button,.squiz-rb-matrix-scope .searchItem.searchItem--selected:hover .searchItem__button{background-color:#e6f1fa}.squiz-rb-matrix-scope .searchItem.searchItem--selected:focus .searchItem__label,.squiz-rb-matrix-scope .searchItem.searchItem--selected:focus-within .searchItem__label,.squiz-rb-matrix-scope .searchItem.searchItem--selected:hover .searchItem__label{color:#044985}.squiz-rb-matrix-scope .searchItem:focus .searchItem__button,.squiz-rb-matrix-scope .searchItem:focus-within .searchItem__button,.squiz-rb-matrix-scope .searchItem:hover .searchItem__button{background-color:#f5f5f5;border-radius:.5rem}.squiz-rb-matrix-scope .searchItem:focus .searchItem__label,.squiz-rb-matrix-scope .searchItem:focus-within .searchItem__label,.squiz-rb-matrix-scope .searchItem:hover .searchItem__label{color:#4f4f4f}.squiz-rb-matrix-scope .searchItem__button{all:unset;align-items:center;cursor:pointer;display:flex;padding:.25rem .5rem;width:calc(100% - 16px)}.squiz-rb-matrix-scope .searchItem__button--disabled{cursor:not-allowed;opacity:.4}.squiz-rb-matrix-scope .searchItem__icon{height:24px;margin-right:1rem;width:24px}.squiz-rb-matrix-scope .searchItem__label{color:#4f4f4f;flex:1 1 0;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-rb-matrix-scope .searchItem__details{flex:0 1 0}.squiz-rb-matrix-scope .no-search-result-container{align-items:center;color:#949494;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:24px;margin:auto;text-align:center;width:288px}.squiz-rb-matrix-scope .no-search-result-container .no-result-message{margin-top:1rem}.squiz-rb-matrix-scope .no-search-result-container .search-term{color:#4f4f4f;font-weight:600}.squiz-rb-matrix-scope .no-search-result-container svg{margin:auto}.squiz-rb-matrix-scope .error{align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-rb-matrix-scope .error__info-text{margin:1rem 0;max-width:288px;text-align:center}.squiz-rb-matrix-scope .error__alert-icon{align-items:center;height:64px;justify-content:center;width:64px}.squiz-rb-matrix-scope .image-info{align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-rb-matrix-scope .image-info__image-container{background-color:#ededed;height:150px;margin:1.25rem 0;min-height:150px;position:relative;width:250px}.squiz-rb-matrix-scope .image-info__divider{padding:0 1.25rem;width:100%}.squiz-rb-matrix-scope .image-info__image-container img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-rb-matrix-scope .image-info__title{color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-rb-matrix-scope .image-info__details{color:#707070;margin:1rem 0}.squiz-rb-matrix-scope .image-info__details-item{display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-rb-matrix-scope .image-info__details-label{color:#707070;display:flex;width:60px}.squiz-rb-matrix-scope .image-info__details-value{color:#3d3d3d;margin-left:20px}.squiz-rb-matrix-scope .image-variant__list{margin-bottom:1rem;padding:0 1.25rem;width:100%}.squiz-rb-matrix-scope .image-variant__item{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.squiz-rb-matrix-scope .selection-list__item:focus-visible{outline-width:0}.squiz-rb-matrix-scope .selection-list__item--selected .image-variant__checkmark{visibility:visible}.squiz-rb-matrix-scope .image-variant__checkmark{margin-left:.5rem;visibility:hidden}.squiz-rb-matrix-scope .image-variant__checkmark path{fill:#044985}.squiz-rb-matrix-scope .image-variant__info{align-items:center;color:#3d3d3d;display:flex}.squiz-rb-matrix-scope .image-info__footer{align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;margin-top:auto}.squiz-rb-matrix-scope .image-info__select-button{margin:1.25rem}.squiz-rb-matrix-scope .image-info__select{padding-bottom:1rem;padding-top:1.5rem}.squiz-rb-matrix-scope .image-info__select svg{height:72px;width:72px}.squiz-rb-matrix-scope .image-info__select svg path{fill:#bababa}.squiz-rb-matrix-scope .image-info__empty-text{padding-left:1.25rem;padding-right:1.25rem}.squiz-rb-matrix-scope .image-info__loading{margin-top:80px}.squiz-rb-matrix-scope .divider{padding:0 1.25rem;width:100%}.squiz-rb-matrix-scope .empty-wrapper{align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-rb-matrix-scope .empty-text{padding-left:1.25rem;padding-right:1.25rem}.squiz-rb-matrix-scope .empty-text__select{padding-bottom:1rem;padding-top:1.5rem}.squiz-rb-matrix-scope .empty-text__select svg{height:72px;width:72px}.squiz-rb-matrix-scope .empty-text__select svg path{fill:#bababa}.squiz-rb-matrix-scope .image-info__details-list,.squiz-rb-matrix-scope .info__details-list{display:flex;flex-direction:column;margin:1rem 0;padding:0 1.25rem;width:270px;width:100%}.squiz-rb-matrix-scope .info__details-item{display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-rb-matrix-scope .info__details-label{color:#707070;display:flex;width:60px}.squiz-rb-matrix-scope .info__details-value{color:#3d3d3d;margin-left:20px}.squiz-rb-matrix-scope .info__title{color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-rb-matrix-scope .loader__container{align-items:center;color:#949494;display:flex;height:100%;justify-content:center;width:100%}.squiz-rb-matrix-scope #release-locks-wrapper.loading:after,.squiz-rb-matrix-scope .spinner,.squiz-rb-matrix-scope .spinner-lg-screen,.squiz-rb-matrix-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-rb-matrix-scope .swal2-toast:before{animation:spin 1s linear infinite;border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block;vertical-align:-.125em}@media(prefers-reduced-motion:reduce){.squiz-rb-matrix-scope #release-locks-wrapper.loading:after,.squiz-rb-matrix-scope .spinner,.squiz-rb-matrix-scope .spinner-lg-screen,.squiz-rb-matrix-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-rb-matrix-scope .swal2-toast:before{animation:spin 1.5s linear infinite}}.squiz-rb-matrix-scope #release-locks-wrapper.loading:after,.squiz-rb-matrix-scope .spinner,.squiz-rb-matrix-scope .spinner-lg-screen,.squiz-rb-matrix-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-rb-matrix-scope .swal2-toast:before{height:20px;width:20px}.squiz-rb-matrix-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-rb-matrix-scope .browse-to-select.spinner__wrapper+.matrix-search-bar{width:550px}.squiz-rb-matrix-scope .spinner--md{height:32px;width:32px}.squiz-rb-matrix-scope .animate-skeleton-pulse{animation:pulse 2s linear infinite}.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__label{cursor:pointer;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__label:focus,.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__label:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}@media(min-width:768px){.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__label{max-width:90px}}.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__item:nth-child(n+3){display:none}.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__item:nth-last-child(-n+2){display:flex}@media not all and (min-width:768px){.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__item:nth-last-child(-n+2){display:none}}.squiz-rb-matrix-scope .resource-breadcrumb--collapsed .resource-breadcrumb__item:last-child{display:flex}.squiz-rb-matrix-scope .resource-breadcrumb--expanded .resource-breadcrumb__expander{display:none}.squiz-rb-matrix-scope .resource-breadcrumb--expanded .resource-breadcrumb__item:last-child{display:flex}.squiz-rb-matrix-scope .checkered-bg{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.squiz-rb-matrix-scope .browse-to-select.flex+.matrix-search-bar{width:550px}.squiz-rb-matrix-scope .matrixSourceLauncher{width:100%}.squiz-rb-matrix-scope .matrixSourceLauncher__recent-list{border:1px solid #e0e0e0;border-radius:.5rem}.squiz-rb-matrix-scope .matrixSourceLauncher__recent-list li:last-child button{border:none}.squiz-rb-matrix-scope .matrixSourceLauncher__recent-button{all:unset;align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;display:flex;padding:10px 8px;width:calc(100% - 16px)}.squiz-rb-matrix-scope .matrixSourceLauncher__recent-label{flex:1 0 0;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-left:.5rem}.squiz-rb-matrix-scope .matrixSourceLauncher__type-icon{height:18px;width:18px}.squiz-rb-matrix-scope .matrixSourceLauncher__recent-empty{align-items:center;background:#ededed;border:1px solid #e0e0e0;border-radius:.5rem;display:flex;height:191px;justify-content:center}.squiz-rb-matrix-scope .matrixSourceLauncher__recent-empty-text{color:#4f4f4f;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;text-align:center;width:180px}.squiz-rb-matrix-scope .sds-grid-item{border-left:.5px solid #e0e0e0;border-right:.5px solid #e0e0e0}.squiz-rb-matrix-scope .search-filter-panel-container{overflow:auto;padding:1.25rem 1rem}@media(min-width:1024px){.squiz-rb-matrix-scope .search-filter-panel-container{height:calc(100vh - 14rem)}}.squiz-rb-matrix-scope .search-details-wrapper{display:flex;flex-direction:column;height:calc(100vh - 72px);justify-content:space-between}@media(min-width:1024px){.squiz-rb-matrix-scope .search-details-wrapper{height:calc(100vh - 14rem)}}.squiz-rb-matrix-scope .matrix-search-container-wrapper{display:flex;height:calc(100vh - 72px);max-width:1200px;overflow:hidden;width:100vw}@media(min-width:1024px){.squiz-rb-matrix-scope .matrix-search-container-wrapper{height:calc(100vh - 14rem)}}.squiz-rb-matrix-scope .matrix-search-container{width:100%}.squiz-rb-matrix-scope .matrix-search-container .sds-grid{height:100%}.squiz-rb-matrix-scope .searchListing__sort-select{max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}.squiz-rb-matrix-scope .load-more-button{display:flex;margin:.75rem auto}.squiz-rb-matrix-scope .search-details-panel-container{font-size:.875rem;overflow:auto}.squiz-rb-matrix-scope .search-details-panel-container .more-info-container{padding-top:80px}.squiz-rb-matrix-scope .select-button-container{border-top:1px solid #e0e0e0;display:flex;height:77px;justify-content:flex-end}.squiz-rb-matrix-scope .search-results-panel{height:calc(100vh - 132px)}@media(min-width:1024px){.squiz-rb-matrix-scope .search-results-panel{height:calc(100vh - 14rem - 60px)}}.squiz-rb-matrix-scope .search-results-panel.no-result{align-items:center;display:flex;justify-content:center}.squiz-rb-matrix-scope .searchListing{height:100%}.squiz-rb-matrix-scope .searchListing__list{display:block;height:calc(100% - 17px);overflow:auto;padding-right:16px}.squiz-rb-matrix-scope .search-details-panel{font-size:.875rem}.squiz-rb-matrix-scope .search-details-panel .more-info-container{align-items:center;display:flex;flex-direction:column;text-align:center}.squiz-rb-matrix-scope .search-details-panel .more-info-container .more-info-text{color:#707070;font-weight:400;line-height:20px;margin-top:1.25rem;width:180px}.squiz-rb-matrix-scope .error-container{align-items:center;display:flex;height:100%;justify-content:center}.squiz-rb-matrix-scope .searchItem--selected .MatrixResultDetail__asset-hash,.squiz-rb-matrix-scope .searchItem--selected .MatrixResultDetail__header-row,.squiz-rb-matrix-scope .searchItem--selected .MatrixResultDetail__updated{background-color:#e6f1fa!important;color:#044985!important}.squiz-rb-matrix-scope .searchItem:focus .MatrixResultDetail__asset-hash,.squiz-rb-matrix-scope .searchItem:focus .MatrixResultDetail__header-row,.squiz-rb-matrix-scope .searchItem:focus .MatrixResultDetail__updated,.squiz-rb-matrix-scope .searchItem:focus-within .MatrixResultDetail__asset-hash,.squiz-rb-matrix-scope .searchItem:focus-within .MatrixResultDetail__header-row,.squiz-rb-matrix-scope .searchItem:focus-within .MatrixResultDetail__updated,.squiz-rb-matrix-scope .searchItem:hover .MatrixResultDetail__asset-hash,.squiz-rb-matrix-scope .searchItem:hover .MatrixResultDetail__header-row,.squiz-rb-matrix-scope .searchItem:hover .MatrixResultDetail__updated{background-color:#f5f5f5!important;color:#707070!important}.squiz-rb-matrix-scope .searchItem:focus .MatrixResultDetail__asset-hash,.squiz-rb-matrix-scope .searchItem:focus-within .MatrixResultDetail__asset-hash,.squiz-rb-matrix-scope .searchItem:hover .MatrixResultDetail__asset-hash{color:#949494}.squiz-rb-matrix-scope .searchItem:focus .MatrixResultDetail__updated,.squiz-rb-matrix-scope .searchItem:focus-within .MatrixResultDetail__updated,.squiz-rb-matrix-scope .searchItem:hover .MatrixResultDetail__updated{color:#4f4f4f!important}.squiz-rb-matrix-scope .searchItem__details .MatrixResultDetail{display:flex;flex-direction:column;width:77px}.squiz-rb-matrix-scope .searchItem__details .MatrixResultDetail__header{align-items:center;display:flex;justify-content:flex-end}.squiz-rb-matrix-scope .searchItem__details .MatrixResultDetail__header .MatrixResultDetail__status{align-items:center;background:#fff;border-radius:12px;display:flex;margin-left:4px;padding-left:1px}.squiz-rb-matrix-scope .searchItem__details .MatrixResultDetail__header .MatrixResultDetail__asset-hash{color:#949494;margin-right:2px}.squiz-rb-matrix-scope .searchItem__details .MatrixResultDetail__header-row{background:#f5f5f5;border-radius:12px;color:#707070;display:flex;font-size:13px;font-style:italic;line-height:16px;padding-left:6px}.squiz-rb-matrix-scope .searchItem__details .MatrixResultDetail__updated{color:#4f4f4f;font-family:Open Sans;font-size:13px;font-weight:400;line-height:16px;margin-top:2px;text-align:right}.squiz-rb-matrix-scope *,.squiz-rb-matrix-scope button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}.squiz-rb-matrix-scope svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-rb-matrix-scope .p-4\.5{padding:18px}.squiz-rb-matrix-scope .break-word{overflow-wrap:anywhere;word-break:break-word}.squiz-rb-matrix-scope .placeholder\:font-normal::-moz-placeholder{font-weight:400}.squiz-rb-matrix-scope .placeholder\:font-normal::placeholder{font-weight:400}.squiz-rb-matrix-scope .placeholder\:text-gray-600::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-rb-matrix-scope .placeholder\:text-gray-600::placeholder{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-rb-matrix-scope .before\:fixed:before{content:var(--tw-content);position:fixed}.squiz-rb-matrix-scope .before\:absolute:before{content:var(--tw-content);position:absolute}.squiz-rb-matrix-scope .before\:inset-0:before{content:var(--tw-content);inset:0}.squiz-rb-matrix-scope .before\:-left-1:before{content:var(--tw-content);left:-.25rem}.squiz-rb-matrix-scope .before\:top-1:before{content:var(--tw-content);top:.25rem}.squiz-rb-matrix-scope .before\:top-1\.5:before{content:var(--tw-content);top:.375rem}.squiz-rb-matrix-scope .before\:top-2\/4:before{content:var(--tw-content);top:50%}.squiz-rb-matrix-scope .before\:z-0:before{content:var(--tw-content);z-index:0}.squiz-rb-matrix-scope .before\:z-40:before{content:var(--tw-content);z-index:40}.squiz-rb-matrix-scope .before\:mr-2:before{content:var(--tw-content);margin-right:.5rem}.squiz-rb-matrix-scope .before\:h-\[calc\(100\%-0\.75rem\)\]:before{content:var(--tw-content);height:calc(100% - .75rem)}.squiz-rb-matrix-scope .before\:h-px:before{content:var(--tw-content);height:1px}.squiz-rb-matrix-scope .before\:w-full:before{content:var(--tw-content);width:100%}.squiz-rb-matrix-scope .before\:w-px:before{content:var(--tw-content);width:1px}.squiz-rb-matrix-scope .before\:bg-black:before{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-rb-matrix-scope .before\:bg-gray-200:before{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-rb-matrix-scope .before\:bg-gray-300:before{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity));content:var(--tw-content)}.squiz-rb-matrix-scope .before\:bg-opacity-25:before{--tw-bg-opacity:0.25;content:var(--tw-content)}.squiz-rb-matrix-scope .before\:content-\[\'\/\'\]:before{--tw-content:"/";content:var(--tw-content)}.squiz-rb-matrix-scope .first\:mt-0:first-child{margin-top:0}.squiz-rb-matrix-scope .first\:rounded-t:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.squiz-rb-matrix-scope .first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.squiz-rb-matrix-scope .last\:rounded-b:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.squiz-rb-matrix-scope .last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.squiz-rb-matrix-scope .last\:border-b:last-child{border-bottom-width:1px}.squiz-rb-matrix-scope .hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-rb-matrix-scope .hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .hover\:bg-transparent:hover{background-color:transparent}.squiz-rb-matrix-scope .hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(4 73 133/var(--tw-text-opacity))}.squiz-rb-matrix-scope .hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-rb-matrix-scope .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-rb-matrix-scope .focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.squiz-rb-matrix-scope .focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.squiz-rb-matrix-scope .focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity))}.squiz-rb-matrix-scope .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.squiz-rb-matrix-scope .focus-visible\:outline-0:focus-visible{outline-width:0}.squiz-rb-matrix-scope .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.squiz-rb-matrix-scope .disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}@media(prefers-reduced-motion:reduce){.squiz-rb-matrix-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{animation:spin 1.5s linear infinite}}@media not all and (min-width:768px){.squiz-rb-matrix-scope .max-md\:hidden{display:none}}@media not all and (min-width:640px){.squiz-rb-matrix-scope .max-sm\:hidden{display:none}}@media(min-width:640px){.squiz-rb-matrix-scope .sm\:flex-1{flex:1 1 0%}.squiz-rb-matrix-scope .sm\:grow-\[2\]{flex-grow:2}.squiz-rb-matrix-scope .sm\:overflow-y-scroll{overflow-y:scroll}}@media(min-width:768px){.squiz-rb-matrix-scope .md\:font-semibold{font-weight:600}}@media(min-width:1024px){.squiz-rb-matrix-scope .lg\:h-\[calc\(100vh-14rem\)\]{height:calc(100vh - 14rem)}.squiz-rb-matrix-scope .lg\:h-\[calc\(100vh-9rem\)\]{height:calc(100vh - 9rem)}.squiz-rb-matrix-scope .lg\:w-\[668px\]{width:668px}}/*!
 * @license
 * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
 *//*! Bundled license information:

@squiz/sds/lib/package.css:
  (*!
   * @license
   * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
   *)
*/@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.45}to{opacity:1}}.squiz-dam-scope .checkbox-filter{border:1px solid #e0e0e0;border-radius:.5rem;color:#3d3d3d;padding:.5rem}.squiz-dam-scope .checkbox-filter input:focus{box-shadow:0 0 0 2px #0774d2;outline:0}.squiz-dam-scope .sds-form-control-item button[aria-checked=true]+.sds-form-control-item{background-color:#e6f1fa}.squiz-dam-scope .sds-form-control-item:has(button[aria-checked=true]){background-color:#e6f1fa;color:#044985}.squiz-dam-scope .sds-form-control-item:has(button[aria-checked=true]) .sds-form-control-text{color:#044985}.squiz-dam-scope .sds-form-control-text{font-size:.875rem;line-height:1.25rem}.squiz-dam-scope .checkbox-filter__collapse{align-items:center;border-top:1px solid #e0e0e0;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:30px;margin-top:.5rem;padding-left:.5rem}.squiz-dam-scope .checkbox-filter__collapse p{padding-top:5px}.squiz-dam-scope .checkbox-filter__collapse:hover{cursor:pointer}.squiz-dam-scope .checkbox-filter__collapse .show-less-icon,.squiz-dam-scope .checkbox-filter__collapse .show-more-icon{margin-right:.25rem;padding-top:.5rem}.squiz-dam-scope .checkbox-filter__collapse .show-less-icon svg,.squiz-dam-scope .checkbox-filter__collapse .show-more-icon svg{height:18px;width:18px}.squiz-dam-scope .checkbox-filter__collapse .show-less-icon svg path,.squiz-dam-scope .checkbox-filter__collapse .show-more-icon svg path{fill:#707070}.squiz-dam-scope .checkbox-filter__header{align-items:center;display:flex;height:20px;margin-bottom:.5rem}.squiz-dam-scope .sds-form-control-item{padding:.25rem 0 .25rem .5rem}.squiz-dam-scope .sds-form-control-item:hover{background-color:#f5f5f5;border-radius:.25rem}.squiz-dam-scope .checkbox-filter__heading{color:#4f4f4f;font-size:.875rem!important;line-height:1.25rem!important;margin:0}.squiz-dam-scope .checkbox-filter__clear{margin-left:auto}.squiz-dam-scope .checkbox-filter__clear button{background:transparent;border:none;color:#707070;color:#0774d2;cursor:pointer;font-size:13px;font-weight:400;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-dam-scope .checkbox-filter__clear button:hover{text-decoration:underline}.squiz-dam-scope .checkbox-filter__search{margin-bottom:.75rem}.squiz-dam-scope .checkbox-filter__options{line-height:normal;overflow-y:auto;padding-top:.5rem}.squiz-dam-scope .checkbox-filter__options li{margin-bottom:.25rem}.squiz-dam-scope .checkbox-filter__options button:not([role=checkbox]){background:transparent;border:none;color:#707070;color:#3d3d3d;cursor:pointer;letter-spacing:inherit;line-height:inherit;padding:0;position:relative}.squiz-dam-scope .checkbox-filter__empty{display:block}.squiz-dam-scope .filter-list__heading{color:#3d3d3d;display:block;margin-bottom:1rem;margin-top:0}.squiz-dam-scope .filter-list__item{margin-bottom:1rem}.squiz-dam-scope .image-card{background-color:#f7f7f7;border:none;border-radius:0 0 10px 10px;cursor:pointer;max-width:240px;overflow:hidden;padding:0;position:relative;width:100%}.squiz-dam-scope .image-card:disabled{cursor:not-allowed}.squiz-dam-scope .image-card--selected{background-color:#e6f1fa}.squiz-dam-scope .image-card__img-container{background-color:#ededed;min-height:100px;padding:10px 0;position:relative;width:100%}.squiz-dam-scope .image-card img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-dam-scope .image-card__info{display:flex;flex-direction:column;padding:.5rem;width:100%}.squiz-dam-scope .image-card__title{margin-bottom:.25rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.squiz-dam-scope .image-card__details{align-items:center;display:flex;justify-content:space-between;width:100%}.squiz-dam-scope .image-card__type{margin-bottom:.25rem;text-align:left;text-transform:uppercase}.squiz-dam-scope .image-card--selected .image-card__title,.squiz-dam-scope .image-card--selected .image-card__type{color:#044985}.squiz-dam-scope .image-card__checkmark svg path{fill:#044985}.squiz-dam-scope .selection-list{border:1px solid #e0e0e0;border-radius:.5rem;list-style:none;margin:0;overflow:hidden;padding:0}.squiz-dam-scope .selection-list__item{border-bottom:1px solid #e0e0e0;display:flex;margin:.25rem .5rem}.squiz-dam-scope .selection-list__item:first-child{margin-top:8px}.squiz-dam-scope .selection-list__item:last-child{border-bottom:none}.squiz-dam-scope .selection-list__item-button{background:none;border:none;border-radius:.25rem;cursor:pointer;margin-bottom:.25rem;outline:none;padding:.25rem .5rem;text-align:left;width:100%}.squiz-dam-scope .selection-list__item-button:focus,.squiz-dam-scope .selection-list__item-button:hover{background-color:#f5f5f5}.squiz-dam-scope .selection-list__item--selected path{fill:#044985!important}.squiz-dam-scope .selection-list__item--selected .sds-text{color:#044985!important}.squiz-dam-scope .selection-list__item--selected .selection-list__item-button{background-color:#e6f1fa}.squiz-dam-scope .skeleton-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));list-style-type:none;margin:0;padding:0}.squiz-dam-scope .skeleton-grid:focus-visible{outline-width:0}.squiz-dam-scope .skeleton-grid .skeleton-item{margin-bottom:.25rem;min-width:50px}.squiz-dam-scope .skeleton-grid .skeleton-item__animate{animation:pulse 2s linear infinite}.squiz-dam-scope .skeleton-grid .skeleton-item__container{align-items:center;display:flex;flex-direction:column;height:136px}.squiz-dam-scope .skeleton-grid .skeleton-item__image{background-color:#e0e0e0;border-radius:.25rem;height:100px;margin-bottom:14px;width:100%}.squiz-dam-scope .skeleton-grid .skeleton-item__description{background-color:#e0e0e0;border-radius:.5rem;height:8px;width:88%}.squiz-dam-scope .skeleton-list{display:flex;flex-direction:column;list-style-type:none;margin:1rem 0;padding:0 1.75rem}.squiz-dam-scope .skeleton-list:focus-visible{outline-width:0}.squiz-dam-scope .skeleton-list .skeleton-item{align-items:center;border:solid #ededed;border-width:1px 1px 0;display:flex;padding:.25rem}.squiz-dam-scope .skeleton-list .skeleton-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-top:0}.squiz-dam-scope .skeleton-list .skeleton-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-width:1px}.squiz-dam-scope .skeleton-list .skeleton-item__animate{animation:pulse 2s linear infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.45}to{opacity:1}}.squiz-dam-scope .skeleton-list .skeleton-item__container{border-radius:.25rem;display:grid;grid-template-columns:24px 1fr 45px;padding:1rem;width:100%}.squiz-dam-scope .skeleton-list .skeleton-item__icon{background-color:#ededed;border-radius:9999px;height:24px;width:24px}.squiz-dam-scope .skeleton-list .skeleton-item__body{margin:0 1rem;width:100%}.squiz-dam-scope .skeleton-list .skeleton-item__text{background-color:#ededed;border-radius:.25rem;height:8px;margin-bottom:.25rem;width:50%}.squiz-dam-scope .skeleton-list .skeleton-item__text:first-child{width:75%}.squiz-dam-scope .skeleton-list .skeleton-item__text:last-child{margin-bottom:0}.squiz-dam-scope .skeleton-list .skeleton-item__link{background-color:#ededed;border-radius:.25rem;height:8px;margin-left:auto;margin-right:1rem;width:48px}.squiz-dam-scope .sourceLauncher{margin-bottom:.5rem}.squiz-dam-scope .sourceLauncher__top-row{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:.5rem}.squiz-dam-scope .sourceLauncher__title{color:#4f4f4f;font-size:1rem;font-weight:600;letter-spacing:-.4px;line-height:1.5rem}.squiz-dam-scope .sourceLauncher__browse-group{align-items:center;display:flex}.squiz-dam-scope .sourceLauncher__or{align-items:center;border-radius:36px;color:#707070;display:flex;font-size:.8125rem;font-weight:600;height:24px;justify-content:center;letter-spacing:0;line-height:1rem;margin-right:.5rem;width:24px}.squiz-dam-scope .sourceLauncher__browse{all:unset;align-items:center;color:#4f4f4f;cursor:pointer;display:flex;font-size:14px;font-weight:600;line-height:20px}.squiz-dam-scope .sourceLauncher__browse-icon{margin-right:.25rem}.squiz-dam-scope .sourceLauncher__input-group{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:.5rem;display:flex;justify-content:center;margin-top:.75rem;padding:7px 8px}.squiz-dam-scope .sourceLauncher__input{all:unset;flex:1 1 0;font-size:14px;font-weight:400;line-height:20px;margin-left:.25rem;margin-right:.25rem}.squiz-dam-scope .sourceLauncher__input::-moz-placeholder{color:#949494}.squiz-dam-scope .sourceLauncher__input::placeholder{color:#949494}.squiz-dam-scope .sourceLauncher__input-icon{height:24px;width:24px}.squiz-dam-scope .sourceLauncher__input-arrow{height:18px;width:18px}.squiz-dam-scope .sourceLauncher__search{all:unset;cursor:pointer;display:flex}.squiz-dam-scope .sourceLauncher__search:focus path,.squiz-dam-scope .sourceLauncher__search:hover path{fill:#4f4f4f}.squiz-dam-scope .searchListing{padding:1.25rem 0 1.25rem 1rem}.squiz-dam-scope .searchListing__header{padding-right:16px}.squiz-dam-scope .searchListing__title-group{border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.squiz-dam-scope .searchListing__title{color:#4f4f4f;font-size:1.125rem;font-weight:600;letter-spacing:-.4px;line-height:1.6875rem;margin-bottom:.25rem}.squiz-dam-scope .searchListing__sub-title{color:#707070;font-size:.8125rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1rem}.squiz-dam-scope .searchListing__sorter{display:flex;justify-content:flex-end;margin:.5rem 0;position:relative}.squiz-dam-scope .searchListing__sort-label{color:#707070;font-size:.8125rem;font-weight:400;letter-spacing:0;line-height:1rem;margin-right:.25rem}.squiz-dam-scope .searchListing__sort-select{all:unset;color:#3d3d3d;cursor:pointer;font-size:.8125rem;font-weight:700;letter-spacing:0;line-height:1rem;padding-right:18px}.squiz-dam-scope .searchListing__sort-icon{pointer-events:none;position:absolute}.squiz-dam-scope .searchListing__list{all:unset}.squiz-dam-scope .searchItem{all:unset;border-bottom:1px solid #ededed;display:block;padding:.25rem 0}.squiz-dam-scope .searchItem.searchItem--selected .searchItem__button{background-color:#e6f1fa;border-radius:.5rem}.squiz-dam-scope .searchItem.searchItem--selected .searchItem__label{color:#044985}.squiz-dam-scope .searchItem.searchItem--selected:focus .searchItem__button,.squiz-dam-scope .searchItem.searchItem--selected:focus-within .searchItem__button,.squiz-dam-scope .searchItem.searchItem--selected:hover .searchItem__button{background-color:#e6f1fa}.squiz-dam-scope .searchItem.searchItem--selected:focus .searchItem__label,.squiz-dam-scope .searchItem.searchItem--selected:focus-within .searchItem__label,.squiz-dam-scope .searchItem.searchItem--selected:hover .searchItem__label{color:#044985}.squiz-dam-scope .searchItem:focus .searchItem__button,.squiz-dam-scope .searchItem:focus-within .searchItem__button,.squiz-dam-scope .searchItem:hover .searchItem__button{background-color:#f5f5f5;border-radius:.5rem}.squiz-dam-scope .searchItem:focus .searchItem__label,.squiz-dam-scope .searchItem:focus-within .searchItem__label,.squiz-dam-scope .searchItem:hover .searchItem__label{color:#4f4f4f}.squiz-dam-scope .searchItem__button{all:unset;align-items:center;cursor:pointer;display:flex;padding:.25rem .5rem;width:calc(100% - 16px)}.squiz-dam-scope .searchItem__button--disabled{cursor:not-allowed;opacity:.4}.squiz-dam-scope .searchItem__icon{height:24px;margin-right:1rem;width:24px}.squiz-dam-scope .searchItem__label{color:#4f4f4f;flex:1 1 0;font-size:.875rem;font-weight:600;letter-spacing:-.2px;line-height:1.25rem}.squiz-dam-scope .searchItem__details{flex:0 1 0}.squiz-dam-scope .no-search-result-container{align-items:center;color:#949494;font-size:1rem;font-weight:400;letter-spacing:-.4px;line-height:24px;margin:auto;text-align:center;width:288px}.squiz-dam-scope .no-search-result-container .no-result-message{margin-top:1rem}.squiz-dam-scope .no-search-result-container .search-term{color:#4f4f4f;font-weight:600}.squiz-dam-scope .no-search-result-container svg{margin:auto}.squiz-dam-scope .error{align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-dam-scope .error__info-text{margin:1rem 0;max-width:288px;text-align:center}.squiz-dam-scope .error__alert-icon{align-items:center;height:64px;justify-content:center;width:64px}.squiz-dam-scope .image-info{align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-dam-scope .image-info__image-container{background-color:#ededed;height:150px;margin:1.25rem 0;min-height:150px;position:relative;width:250px}.squiz-dam-scope .image-info__divider{padding:0 1.25rem;width:100%}.squiz-dam-scope .checkered-bg{@apply bg-white;background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.squiz-dam-scope .image-info__image-container img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.squiz-dam-scope .image-info__title{color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-dam-scope .image-info__details{color:#707070;margin:1rem 0}.squiz-dam-scope .image-info__details-item{display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-dam-scope .image-info__details-label{color:#707070;display:flex;width:60px}.squiz-dam-scope .image-info__details-value{color:#3d3d3d;margin-left:20px}.squiz-dam-scope .image-variant__list{margin-bottom:1rem;padding:0 1.25rem;width:100%}.squiz-dam-scope .image-variant__item{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.squiz-dam-scope .selection-list__item:focus-visible{outline-width:0}.squiz-dam-scope .selection-list__item--selected .image-variant__checkmark{visibility:visible}.squiz-dam-scope .image-variant__checkmark{margin-left:.5rem;visibility:hidden}.squiz-dam-scope .image-variant__checkmark path{fill:#044985}.squiz-dam-scope .image-variant__info{align-items:center;color:#3d3d3d;display:flex}.squiz-dam-scope .image-info__footer{align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;margin-top:auto}.squiz-dam-scope .image-info__select-button{margin:1.25rem}.squiz-dam-scope .image-info__select{padding-bottom:1rem;padding-top:1.5rem}.squiz-dam-scope .image-info__select svg{height:72px;width:72px}.squiz-dam-scope .image-info__select svg path{fill:#bababa}.squiz-dam-scope .image-info__empty-text{padding-left:1.25rem;padding-right:1.25rem}.squiz-dam-scope .image-info__loading{margin-top:80px}.squiz-dam-scope .divider{padding:0 1.25rem;width:100%}.squiz-dam-scope .empty-wrapper{align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-dam-scope .empty-text{padding-left:1.25rem;padding-right:1.25rem}.squiz-dam-scope .empty-text__select{padding-bottom:1rem;padding-top:1.5rem}.squiz-dam-scope .empty-text__select svg{height:72px;width:72px}.squiz-dam-scope .empty-text__select svg path{fill:#bababa}.squiz-dam-scope .image-info__details-list,.squiz-dam-scope .info__details-list{display:flex;flex-direction:column;margin:1rem 0;padding:0 1.25rem;width:270px;width:100%}.squiz-dam-scope .info__details-item{display:flex;margin-bottom:.5rem;padding-left:.25rem}.squiz-dam-scope .info__details-label{color:#707070;display:flex;width:60px}.squiz-dam-scope .info__details-value{color:#3d3d3d;margin-left:20px}.squiz-dam-scope .info__title{color:#3d3d3d;margin:1rem 0;padding:0 2.2rem}.squiz-dam-scope .loader__container{align-items:center;color:#949494;display:flex;height:100%;justify-content:center;width:100%}.squiz-dam-scope .dam-browser{height:calc(100vh - 60px);max-width:1200px;width:100vw}.squiz-dam-scope .dam-browser *{box-sizing:border-box;font-family:Open Sans}@media(min-width:1024px){.squiz-dam-scope .dam-browser{height:calc(100vh - 14rem)}}.squiz-dam-scope .loginContainer{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.squiz-dam-scope .loginContainer__icon,.squiz-dam-scope .loginContainer__message{margin-bottom:16px}.squiz-dam-scope .loginContainer__button{background-color:#e0e0e0;border-radius:.25rem}.squiz-dam-scope .loginContainer__button .sds-button-label{color:#4f4f4f;font-weight:700}.squiz-dam-scope .details-panel{display:flex;flex-direction:column;justify-content:space-between}@media(min-width:1024px){.squiz-dam-scope .details-panel{height:calc(100vh - 14rem)}}.squiz-dam-scope .details-panel .image-info{overflow:auto}.squiz-dam-scope .details-panel__asset-info{align-items:center;color:#707070;display:flex;flex-direction:column}.squiz-dam-scope .details-panel__asset-info .asset-icon{height:3rem;margin:1.25rem 0;width:3rem}.squiz-dam-scope .details-panel__select-button{border-top:1px solid #e0e0e0;display:flex;height:77px;justify-content:flex-end}.squiz-dam-scope .filters-panel{display:none;padding:1.25rem 1rem}.squiz-dam-scope .filters-panel__loading{margin-top:80px}@media(min-width:768px){.squiz-dam-scope .filters-panel{display:block}}@media(min-width:1024px){.squiz-dam-scope .filters-panel{height:calc(100vh - 14rem);overflow-y:auto}}.squiz-dam-scope .result-panel{height:50vh;overflow-y:auto;padding:1.25rem 1rem}.squiz-dam-scope .result-panel input:focus{border-radius:.25rem;box-shadow:0 0 0 2px #0774d2;outline:0}.squiz-dam-scope .load-more-button{left:50%;transform:translateX(-50%)}@media(min-width:768px){.squiz-dam-scope .result-panel{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;height:calc(100vh - 60px)}}@media(min-width:1024px){.squiz-dam-scope .result-panel{height:calc(100vh - 14rem)}}.squiz-dam-scope .SearchResultDetail{display:flex;flex-direction:column;width:77px}.squiz-dam-scope .SearchResultDetail__header{align-items:center;display:flex;justify-content:flex-end}.squiz-dam-scope .SearchResultDetail__header .SearchResultDetail__status{align-items:center;background:#fff;border-radius:12px;display:flex;margin-left:4px;padding-left:1px}.squiz-dam-scope .SearchResultDetail__header .SearchResultDetail__asset-hash{color:#949494;margin-right:2px}.squiz-dam-scope .SearchResultDetail__header-row{background:#f5f5f5;border-radius:12px;color:#707070;display:flex;font-size:13px;font-style:italic;line-height:16px;padding-left:6px}.squiz-dam-scope .SearchResultDetail__updated{color:#4f4f4f;font-family:Open Sans;font-size:13px;font-weight:400;line-height:16px;margin-top:2px;text-align:right}.squiz-dam-scope .resource-grid__wrapper{margin-top:1.25rem}.squiz-dam-scope .resource-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));list-style-type:none;margin:0;padding:0}.squiz-dam-scope .selectedResource{align-self:center;justify-self:start;overflow:hidden;overflow-wrap:break-word;width:100%}.squiz-dam-scope .selectedResource__hidden{display:none}.squiz-dam-scope .selectedResource__label{color:#707070}.squiz-dam-scope .selectedResource__icon{align-self:flex-start;display:flex;height:1.25rem;margin-top:.25rem;width:1rem}.squiz-dam-scope .damSourceLauncher{width:100%}.squiz-dam-scope .resource-list{margin:1.25rem 0}.squiz-dam-scope .searchListing{padding:0}.squiz-dam-scope .searchListing__header{padding-right:0}.squiz-dam-scope .searchItem__button{width:100%}.squiz-dam-scope .sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.squiz-dam-scope .sr-only.sr-reveal:focus{clip:auto;height:auto;margin:2px;overflow:visible;position:static;width:auto}/*!
 * @license
 * Copyright Squiz Australia Pty Ltd. All Rights Reserved.
 */.squiz-jv-scope *,.squiz-jv-scope :after,.squiz-jv-scope :before{border:0 solid #ededed;box-sizing:border-box}.squiz-jv-scope :after,.squiz-jv-scope :before{--tw-content:""}.squiz-jv-scope html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.squiz-jv-scope body{line-height:inherit;margin:0}.squiz-jv-scope hr{border-top-width:1px;color:inherit;height:0}.squiz-jv-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.squiz-jv-scope h1,.squiz-jv-scope h2,.squiz-jv-scope h3,.squiz-jv-scope h4,.squiz-jv-scope h5,.squiz-jv-scope h6{font-size:inherit;font-weight:inherit}.squiz-jv-scope a{color:inherit;text-decoration:inherit}.squiz-jv-scope b,.squiz-jv-scope strong{font-weight:bolder}.squiz-jv-scope code,.squiz-jv-scope kbd,.squiz-jv-scope pre,.squiz-jv-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.squiz-jv-scope small{font-size:80%}.squiz-jv-scope sub,.squiz-jv-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.squiz-jv-scope sub{bottom:-.25em}.squiz-jv-scope sup{top:-.5em}.squiz-jv-scope table{border-collapse:collapse;border-color:inherit;text-indent:0}.squiz-jv-scope button,.squiz-jv-scope input,.squiz-jv-scope optgroup,.squiz-jv-scope select,.squiz-jv-scope textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}.squiz-jv-scope button,.squiz-jv-scope select{text-transform:none}.squiz-jv-scope [type=button],.squiz-jv-scope [type=reset],.squiz-jv-scope [type=submit],.squiz-jv-scope button{-webkit-appearance:button;background-color:transparent;background-image:none}.squiz-jv-scope :-moz-focusring{outline:auto}.squiz-jv-scope :-moz-ui-invalid{box-shadow:none}.squiz-jv-scope progress{vertical-align:baseline}.squiz-jv-scope ::-webkit-inner-spin-button,.squiz-jv-scope ::-webkit-outer-spin-button{height:auto}.squiz-jv-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.squiz-jv-scope ::-webkit-search-decoration{-webkit-appearance:none}.squiz-jv-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.squiz-jv-scope summary{display:list-item}.squiz-jv-scope blockquote,.squiz-jv-scope dd,.squiz-jv-scope dl,.squiz-jv-scope figure,.squiz-jv-scope h1,.squiz-jv-scope h2,.squiz-jv-scope h3,.squiz-jv-scope h4,.squiz-jv-scope h5,.squiz-jv-scope h6,.squiz-jv-scope hr,.squiz-jv-scope p,.squiz-jv-scope pre{margin:0}.squiz-jv-scope fieldset{margin:0;padding:0}.squiz-jv-scope legend{padding:0}.squiz-jv-scope menu,.squiz-jv-scope ol,.squiz-jv-scope ul{list-style:none;margin:0;padding:0}.squiz-jv-scope textarea{resize:vertical}.squiz-jv-scope input::-moz-placeholder,.squiz-jv-scope textarea::-moz-placeholder{color:#bababa;opacity:1}.squiz-jv-scope input::placeholder,.squiz-jv-scope textarea::placeholder{color:#bababa;opacity:1}.squiz-jv-scope [role=button],.squiz-jv-scope button{cursor:pointer}.squiz-jv-scope :disabled{cursor:default}.squiz-jv-scope audio,.squiz-jv-scope canvas,.squiz-jv-scope embed,.squiz-jv-scope iframe,.squiz-jv-scope img,.squiz-jv-scope object,.squiz-jv-scope svg,.squiz-jv-scope video{display:block;vertical-align:middle}.squiz-jv-scope img,.squiz-jv-scope video{height:auto;max-width:100%}.squiz-jv-scope [hidden]{display:none}.squiz-jv-scope *,.squiz-jv-scope :after,.squiz-jv-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-jv-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-jv-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-jv-scope .absolute{position:absolute}.squiz-jv-scope .m-3{margin:.75rem}.squiz-jv-scope .ml-2{margin-left:.5rem}.squiz-jv-scope .flex{display:flex}.squiz-jv-scope .contents{display:contents}.squiz-jv-scope .h-\[24px\]{height:24px}.squiz-jv-scope .w-full{width:100%}.squiz-jv-scope .min-w-\[140px\]{min-width:140px}.squiz-jv-scope .flex-1{flex:1 1 0%}.squiz-jv-scope .shrink-0{flex-shrink:0}.squiz-jv-scope .flex-row-reverse{flex-direction:row-reverse}.squiz-jv-scope .items-center{align-items:center}.squiz-jv-scope .justify-center{justify-content:center}.squiz-jv-scope .rounded{border-radius:4px}.squiz-jv-scope .card-icon,.squiz-jv-scope .card-thumbnail,.squiz-jv-scope .rounded-lg,.squiz-jv-scope .table-style-list .card,.table-style-list .squiz-jv-scope .card{border-radius:.5rem}.squiz-jv-scope .bg-blue-300{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-jv-scope .bg-gray-300{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity))}.squiz-jv-scope .bg-status-green{--tw-bg-opacity:1;background-color:rgb(231 244 236/var(--tw-bg-opacity))}.squiz-jv-scope .bg-status-red{--tw-bg-opacity:1;background-color:rgb(250 233 232/var(--tw-bg-opacity))}.squiz-jv-scope .p-1{padding:.25rem}.squiz-jv-scope .p-1\.5{padding:.375rem}.squiz-jv-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-jv-scope .py-1{padding-bottom:.25rem;padding-top:.25rem}.squiz-jv-scope .py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.squiz-jv-scope .text-md{font-size:.875rem}.squiz-jv-scope .font-bold{font-weight:700}.squiz-jv-scope .text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.squiz-jv-scope .text-blue-300{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-jv-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.squiz-jv-scope .opacity-50{opacity:.5}.squiz-jv-scope #release-locks-wrapper.loading:after,.squiz-jv-scope .spinner,.squiz-jv-scope .spinner-lg-screen,.squiz-jv-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-jv-scope .swal2-toast:before{border:2px solid;border-radius:9999px;border-right:2px solid transparent;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}.squiz-jv-scope #release-locks-wrapper.loading:after,.squiz-jv-scope .spinner,.squiz-jv-scope .spinner-lg-screen,.squiz-jv-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-jv-scope .swal2-toast:before{animation:spin 1s linear infinite;vertical-align:-.125em}@media(prefers-reduced-motion:reduce){.squiz-jv-scope #release-locks-wrapper.loading:after,.squiz-jv-scope .spinner,.squiz-jv-scope .spinner-lg-screen,.squiz-jv-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-jv-scope .swal2-toast:before{animation:spin 1.5s linear infinite}}.squiz-jv-scope #release-locks-wrapper.loading:after,.squiz-jv-scope .spinner,.squiz-jv-scope .spinner-lg-screen,.squiz-jv-scope body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .swal2-toast:before,body .swal2-container.swal2-top-end.matrix-toast.toast-type-loading .squiz-jv-scope .swal2-toast:before{height:20px;width:20px}.squiz-jv-scope .spinner__wrapper{align-items:center;display:flex;justify-content:center}.squiz-jv-scope .spinner--md{height:32px;width:32px}.squiz-jv-scope .sds-dialog__body,.squiz-jv-scope .sds-dialog__body.dividers .sds-dialog__content,.squiz-jv-scope .sds-dialog__content{padding:0}.squiz-jv-scope .sds-dialog__actions:has(.sds-validation-message){display:block}.squiz-jv-scope .sds-dialog__actions:has(.sds-validation-message) .sds-button-list li:has(.sds-validation-message){margin-right:auto}.squiz-jv-scope .sds-dialog__close{padding:.75rem}.squiz-jv-scope *,.squiz-jv-scope button{letter-spacing:-.02em}.squiz-ce-scope *,.squiz-ce-scope :after,.squiz-ce-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-ce-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.squiz-ce-scope .container{width:100%}@media(min-width:640px){.squiz-ce-scope .container{max-width:640px}}@media(min-width:768px){.squiz-ce-scope .container{max-width:768px}}@media(min-width:1024px){.squiz-ce-scope .container{max-width:1024px}}@media(min-width:1280px){.squiz-ce-scope .container{max-width:1280px}}@media(min-width:1536px){.squiz-ce-scope .container{max-width:1536px}}.squiz-ce-scope .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.squiz-ce-scope .visible{visibility:visible}.squiz-ce-scope .fixed{position:fixed}.squiz-ce-scope .m-4{margin:1rem}.squiz-ce-scope .mx-2{margin-left:.5rem;margin-right:.5rem}.squiz-ce-scope .my-1{margin-bottom:.25rem;margin-top:.25rem}.squiz-ce-scope .my-10{margin-bottom:2.5rem;margin-top:2.5rem}.squiz-ce-scope .my-4{margin-bottom:1rem;margin-top:1rem}.squiz-ce-scope .\!mb-0{margin-bottom:0!important}.squiz-ce-scope .mb-0{margin-bottom:0}.squiz-ce-scope .mb-1{margin-bottom:.25rem}.squiz-ce-scope .card-body>.sds-block,.squiz-ce-scope .mb-2{margin-bottom:.5rem}.squiz-ce-scope .mb-3{margin-bottom:.75rem}.squiz-ce-scope .mr-1{margin-right:.25rem}.squiz-ce-scope .mt-1{margin-top:.25rem}.squiz-ce-scope .block{display:block}.squiz-ce-scope .inline{display:inline}.squiz-ce-scope .flex{display:flex}.squiz-ce-scope .table{display:table}.squiz-ce-scope .hidden{display:none}.squiz-ce-scope .w-full{width:100%}.squiz-ce-scope .flex-col{flex-direction:column}.squiz-ce-scope .items-start{align-items:flex-start}.squiz-ce-scope .items-center{align-items:center}.squiz-ce-scope .justify-center{justify-content:center}.squiz-ce-scope .gap-2{gap:.5rem}.squiz-ce-scope .gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.squiz-ce-scope .border-0,.squiz-ce-scope .card-horizontal{border-width:0}.squiz-ce-scope .border-b{border-bottom-width:1px}.squiz-ce-scope .border-b-gray-300{--tw-border-opacity:1;border-bottom-color:rgb(224 224 224/var(--tw-border-opacity))}.squiz-ce-scope .bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-ce-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.squiz-ce-scope .\!p-0{padding:0!important}.squiz-ce-scope .p-4{padding:1rem}.squiz-ce-scope .px-1{padding-left:.25rem;padding-right:.25rem}.squiz-ce-scope .px-4{padding-left:1rem;padding-right:1rem}.squiz-ce-scope .pb-2{padding-bottom:.5rem}.squiz-ce-scope .pl-0{padding-left:0}.squiz-ce-scope .text-center{text-align:center}.squiz-ce-scope .text-md{font-size:.875rem}.squiz-ce-scope .text-sm{font-size:.8125rem}.squiz-ce-scope .font-normal{font-weight:400}.squiz-ce-scope .italic{font-style:italic}.squiz-ce-scope .text-gray-600{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-ce-scope .blur{--tw-blur:blur(8px)}.squiz-ce-scope .blur,.squiz-ce-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.squiz-ce-scope .transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.squiz-ce-scope .accordion{--tw-border-opacity:1;border-bottom:1px;border-color:rgb(224 224 224/var(--tw-border-opacity));border-style:solid;margin-top:.75rem;padding-bottom:.75rem;position:relative;width:100%}.squiz-ce-scope .field-object:last-child>.form-group>.accordion{border-bottom:none}.squiz-ce-scope .accordion__header{--tw-text-opacity:1;align-items:center;background-color:transparent;color:rgb(61 61 61/var(--tw-text-opacity));display:flex;font-size:.875rem;font-weight:600;margin-top:.75rem;position:static;width:100%}.squiz-ce-scope .accordion__icon{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));transition:all .3s ease}.squiz-ce-scope .accordion__content{height:0;transition:height .3s ease;visibility:hidden}.squiz-ce-scope .accordion--expanded .accordion__content{height:auto;padding-top:.75rem;visibility:visible}.squiz-ce-scope .accordion--expanded .accordion__icon{transform:rotate(90deg)}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle,.sq-notification-box .squiz-ce-scope .close,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.squiz-ce-scope .btn,.squiz-ce-scope .btn-more-info,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled,.squiz-ce-scope .matrix-modal>button.swal2-close,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle,.squiz-ce-scope .sds-btn-add,.squiz-ce-scope .sds-btn-close,.squiz-ce-scope .sds-btn-icon-solo,.squiz-ce-scope .sds-btn-undo,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle,.squiz-ce-scope .sq-notification-box .close,.squiz-ce-scope .toolbar .nav-link,.toolbar .squiz-ce-scope .nav-link{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity));border-color:transparent;border-radius:4px;border-width:1px;color:rgb(79 79 79/var(--tw-text-opacity));cursor:pointer;display:inline-block;font-size:.875rem;font-weight:700;margin-bottom:0;padding:.5rem 1rem;text-align:center;vertical-align:middle}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-blue:hover,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:focus,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:hover,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:hover,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:hover,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:focus,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:hover,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:focus,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:hover,.sq-notification-box .squiz-ce-scope .close:focus,.sq-notification-box .squiz-ce-scope .close:hover,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:focus,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:hover,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:focus,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:hover,.squiz-ce-scope .btn-more-info:focus,.squiz-ce-scope .btn-more-info:hover,.squiz-ce-scope .btn:focus,.squiz-ce-scope .btn:hover,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:focus,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:hover,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:focus,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:hover,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:focus,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:hover,.squiz-ce-scope .matrix-modal>button.swal2-close:focus,.squiz-ce-scope .matrix-modal>button.swal2-close:hover,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:focus,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:hover,.squiz-ce-scope .sds-btn-add:focus,.squiz-ce-scope .sds-btn-add:hover,.squiz-ce-scope .sds-btn-close:focus,.squiz-ce-scope .sds-btn-close:hover,.squiz-ce-scope .sds-btn-icon-solo:focus,.squiz-ce-scope .sds-btn-icon-solo:hover,.squiz-ce-scope .sds-btn-undo:focus,.squiz-ce-scope .sds-btn-undo:hover,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:hover,.squiz-ce-scope .sq-notification-box .close:focus,.squiz-ce-scope .sq-notification-box .close:hover,.squiz-ce-scope .toolbar .nav-link:focus,.squiz-ce-scope .toolbar .nav-link:hover,.toolbar .squiz-ce-scope .nav-link:focus,.toolbar .squiz-ce-scope .nav-link:hover{background-color:#e6e6e6;color:#333;text-decoration:none}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-blue:active,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-blue:focus,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:active,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:active,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:focus,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:active,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:active,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:focus,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:active,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:focus,.sq-notification-box .squiz-ce-scope .close:active,.sq-notification-box .squiz-ce-scope .close:focus,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:active,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:focus,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:active,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:focus,.squiz-ce-scope .btn-more-info:active,.squiz-ce-scope .btn-more-info:focus,.squiz-ce-scope .btn:active,.squiz-ce-scope .btn:focus,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:active,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:focus,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:active,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:focus,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:active,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:focus,.squiz-ce-scope .matrix-modal>button.swal2-close:active,.squiz-ce-scope .matrix-modal>button.swal2-close:focus,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:active,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:focus,.squiz-ce-scope .sds-btn-add:active,.squiz-ce-scope .sds-btn-add:focus,.squiz-ce-scope .sds-btn-close:active,.squiz-ce-scope .sds-btn-close:focus,.squiz-ce-scope .sds-btn-icon-solo:active,.squiz-ce-scope .sds-btn-icon-solo:focus,.squiz-ce-scope .sds-btn-undo:active,.squiz-ce-scope .sds-btn-undo:focus,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:active,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus,.squiz-ce-scope .sq-notification-box .close:active,.squiz-ce-scope .sq-notification-box .close:focus,.squiz-ce-scope .toolbar .nav-link:active,.squiz-ce-scope .toolbar .nav-link:focus,.toolbar .squiz-ce-scope .nav-link:active,.toolbar .squiz-ce-scope .nav-link:focus{outline:0}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.disabled.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.disabled.Matrix-Viper-commentdialog-button-grey,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a[disabled].Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a[disabled].Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .disabled.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope [disabled].swal2-confirm,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .disabled.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .disabled.swal2-styled,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope [disabled].swal2-cancel,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope [disabled].swal2-styled,.screen-header .screen-navigation .squiz-ce-scope .disabled.dropdown-toggle,.screen-header .screen-navigation .squiz-ce-scope [disabled].dropdown-toggle,.sq-notification-box .squiz-ce-scope .disabled.close,.sq-notification-box .squiz-ce-scope [disabled].close,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-blue,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-grey,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a[disabled].Matrix-Viper-commentdialog-button-blue,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a[disabled].Matrix-Viper-commentdialog-button-grey,.squiz-ce-scope .btn.disabled,.squiz-ce-scope .btn[disabled],.squiz-ce-scope .disabled.btn-more-info,.squiz-ce-scope .disabled.sds-btn-add,.squiz-ce-scope .disabled.sds-btn-close,.squiz-ce-scope .disabled.sds-btn-icon-solo,.squiz-ce-scope .disabled.sds-btn-undo,.squiz-ce-scope .disabled.sds-matrix-btn-circular-icon-toggle,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .disabled.swal2-confirm,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper [disabled].swal2-confirm,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .disabled.swal2-cancel,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .disabled.swal2-styled,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper [disabled].swal2-cancel,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper [disabled].swal2-styled,.squiz-ce-scope .matrix-modal>button.disabled.swal2-close,.squiz-ce-scope .matrix-modal>button[disabled].swal2-close,.squiz-ce-scope .screen-header .screen-navigation .disabled.dropdown-toggle,.squiz-ce-scope .screen-header .screen-navigation [disabled].dropdown-toggle,.squiz-ce-scope .sq-notification-box .disabled.close,.squiz-ce-scope .sq-notification-box [disabled].close,.squiz-ce-scope .toolbar .disabled.nav-link,.squiz-ce-scope .toolbar [disabled].nav-link,.squiz-ce-scope [disabled].btn-more-info,.squiz-ce-scope [disabled].sds-btn-add,.squiz-ce-scope [disabled].sds-btn-close,.squiz-ce-scope [disabled].sds-btn-icon-solo,.squiz-ce-scope [disabled].sds-btn-undo,.squiz-ce-scope [disabled].sds-matrix-btn-circular-icon-toggle,.toolbar .squiz-ce-scope .disabled.nav-link,.toolbar .squiz-ce-scope [disabled].nav-link{--tw-text-opacity:1;background-color:rgba(0,0,0,.1);color:rgb(79 79 79/var(--tw-text-opacity));cursor:default;opacity:.5}.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope input:focus+label.swal2-confirm,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope input:focus+label.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope input:focus+label.swal2-styled,.screen-header .screen-navigation .squiz-ce-scope input:focus+label.dropdown-toggle,.sq-notification-box .squiz-ce-scope input:focus+label.close,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper input:focus+label.swal2-confirm,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper input:focus+label.swal2-cancel,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper input:focus+label.swal2-styled,.squiz-ce-scope .screen-header .screen-navigation input:focus+label.dropdown-toggle,.squiz-ce-scope .sq-notification-box input:focus+label.close,.squiz-ce-scope .toolbar input:focus+label.nav-link,.squiz-ce-scope input:focus+label.btn,.squiz-ce-scope input:focus+label.btn-more-info,.squiz-ce-scope input:focus+label.sds-btn-add,.squiz-ce-scope input:focus+label.sds-btn-close,.squiz-ce-scope input:focus+label.sds-btn-icon-solo,.squiz-ce-scope input:focus+label.sds-btn-undo,.squiz-ce-scope input:focus+label.sds-matrix-btn-circular-icon-toggle,.toolbar .squiz-ce-scope input:focus+label.nav-link{background-color:rgba(0,0,0,.2)}.squiz-ce-scope .btn-reset{background-color:transparent;border:0;margin:0;padding:0}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey,.squiz-ce-scope .btn-default,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled,.squiz-ce-scope .matrix-modal>button.swal2-close,.squiz-ce-scope .sds-btn-close,.squiz-ce-scope .sds-btn-undo{--tw-text-opacity:1;background-color:rgba(0,0,0,.1);color:rgb(79 79 79/var(--tw-text-opacity))}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:hover:disabled,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:hover:disabled,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:hover:disabled,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:hover:disabled,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:hover:disabled,.squiz-ce-scope .btn-default:hover:disabled,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:hover:disabled,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:hover:disabled,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:hover:disabled,.squiz-ce-scope .matrix-modal>button.swal2-close:hover:disabled,.squiz-ce-scope .sds-btn-close:hover:disabled,.squiz-ce-scope .sds-btn-undo:hover:disabled{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity))}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:focus,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:hover:not(:disabled),.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a[aria-expanded=true].Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:focus,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:hover:not(:disabled),.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope [aria-expanded=true].swal2-confirm,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:focus,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:hover:not(:disabled),.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:focus,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:hover:not(:disabled),.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope [aria-expanded=true].swal2-cancel,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope [aria-expanded=true].swal2-styled,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:focus,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:hover:not(:disabled),.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a[aria-expanded=true].Matrix-Viper-commentdialog-button-grey,.squiz-ce-scope .btn-default:focus,.squiz-ce-scope .btn-default:hover:not(:disabled),.squiz-ce-scope .btn-default[aria-expanded=true],.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:focus,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:hover:not(:disabled),.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper [aria-expanded=true].swal2-confirm,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:focus,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:hover:not(:disabled),.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:focus,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:hover:not(:disabled),.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper [aria-expanded=true].swal2-cancel,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper [aria-expanded=true].swal2-styled,.squiz-ce-scope .matrix-modal>button.swal2-close:focus,.squiz-ce-scope .matrix-modal>button.swal2-close:hover:not(:disabled),.squiz-ce-scope .matrix-modal>button[aria-expanded=true].swal2-close,.squiz-ce-scope .sds-btn-close:focus,.squiz-ce-scope .sds-btn-close:hover:not(:disabled),.squiz-ce-scope .sds-btn-undo:focus,.squiz-ce-scope .sds-btn-undo:hover:not(:disabled),.squiz-ce-scope [aria-expanded=true].sds-btn-close,.squiz-ce-scope [aria-expanded=true].sds-btn-undo{background-color:rgba(0,0,0,.2)}.squiz-ce-scope .btn-default-lighter,.squiz-ce-scope .sds-btn-add{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity));color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-ce-scope .btn-default-lighter:hover:disabled,.squiz-ce-scope .sds-btn-add:hover:disabled{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-ce-scope .btn-default-lighter:focus,.squiz-ce-scope .btn-default-lighter:hover:not(:disabled),.squiz-ce-scope .btn-default-lighter[aria-expanded=true],.squiz-ce-scope .sds-btn-add:focus,.squiz-ce-scope .sds-btn-add:hover:not(:disabled),.squiz-ce-scope [aria-expanded=true].sds-btn-add{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity));color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-ce-scope .btn-muted{background-color:transparent}.squiz-ce-scope .btn-muted,.squiz-ce-scope .btn-muted:focus:disabled,.squiz-ce-scope .btn-muted:hover:disabled{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity))}.squiz-ce-scope .btn-muted:focus:not(:disabled),.squiz-ce-scope .btn-muted:hover:not(:disabled){--tw-text-opacity:1;background-color:transparent;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-ce-scope .btn-muted-extreme{background-color:transparent}.squiz-ce-scope .btn-muted-extreme,.squiz-ce-scope .btn-muted-extreme:focus:disabled,.squiz-ce-scope .btn-muted-extreme:hover:disabled{--tw-text-opacity:1;color:rgb(186 186 186/var(--tw-text-opacity))}.squiz-ce-scope .btn-muted-extreme:focus:not(:disabled),.squiz-ce-scope .btn-muted-extreme:hover:not(:disabled){--tw-text-opacity:1;background-color:transparent;color:rgb(148 148 148/var(--tw-text-opacity))}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle,.squiz-ce-scope .btn-default-transparent,.squiz-ce-scope .btn-more-info,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle{--tw-text-opacity:1;background-color:transparent;color:rgb(112 112 112/var(--tw-text-opacity));font-weight:600}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:hover:disabled,.squiz-ce-scope .btn-default-transparent:hover:disabled,.squiz-ce-scope .btn-more-info:hover:disabled,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:hover:disabled{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:focus,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:hover:not(:disabled),.screen-header .screen-navigation .squiz-ce-scope [aria-expanded=true].dropdown-toggle,.squiz-ce-scope .btn-default-transparent:focus,.squiz-ce-scope .btn-default-transparent:hover:not(:disabled),.squiz-ce-scope .btn-default-transparent[aria-expanded=true],.squiz-ce-scope .btn-more-info:focus,.squiz-ce-scope .btn-more-info:hover:not(:disabled),.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:focus,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:hover:not(:disabled),.squiz-ce-scope .screen-header .screen-navigation [aria-expanded=true].dropdown-toggle,.squiz-ce-scope [aria-expanded=true].btn-more-info{--tw-text-opacity:1;background-color:rgba(0,0,0,.04);color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-ce-scope .btn-pink-transparent{background-color:transparent;font-weight:600}.squiz-ce-scope .btn-pink-transparent,.squiz-ce-scope .btn-pink-transparent:hover:disabled{--tw-text-opacity:1;color:rgb(185 61 169/var(--tw-text-opacity))}.squiz-ce-scope .btn-pink-transparent:focus,.squiz-ce-scope .btn-pink-transparent:hover:not(:disabled),.squiz-ce-scope .btn-pink-transparent[aria-expanded=true]{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(248 235 246/var(--tw-bg-opacity));color:rgb(185 61 169/var(--tw-text-opacity))}.sq-notification-box .squiz-ce-scope .close,.squiz-ce-scope .btn-link,.squiz-ce-scope .sq-notification-box .close,.squiz-ce-scope .toolbar .nav-link,.toolbar .squiz-ce-scope .nav-link{--tw-text-opacity:1;background-color:transparent;color:rgb(7 116 210/var(--tw-text-opacity));font-weight:400;text-decoration:none}.sq-notification-box .squiz-ce-scope .close:active,.sq-notification-box .squiz-ce-scope .close:focus,.sq-notification-box .squiz-ce-scope .close:hover,.squiz-ce-scope .btn-link:active,.squiz-ce-scope .btn-link:focus,.squiz-ce-scope .btn-link:hover,.squiz-ce-scope .sq-notification-box .close:active,.squiz-ce-scope .sq-notification-box .close:focus,.squiz-ce-scope .sq-notification-box .close:hover,.squiz-ce-scope .toolbar .nav-link:active,.squiz-ce-scope .toolbar .nav-link:focus,.squiz-ce-scope .toolbar .nav-link:hover,.toolbar .squiz-ce-scope .nav-link:active,.toolbar .squiz-ce-scope .nav-link:focus,.toolbar .squiz-ce-scope .nav-link:hover{--tw-text-opacity:1;background-color:transparent;color:rgb(4 73 133/var(--tw-text-opacity));text-decoration:underline}.sq-notification-box .squiz-ce-scope .close:disabled,.squiz-ce-scope .btn-link:disabled,.squiz-ce-scope .sq-notification-box .close:disabled,.squiz-ce-scope .toolbar .nav-link:disabled,.toolbar .squiz-ce-scope .nav-link:disabled{--tw-text-opacity:1;background-color:transparent;color:rgb(79 79 79/var(--tw-text-opacity));pointer-events:none}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle,.squiz-ce-scope .btn-icon,.squiz-ce-scope .btn-more-info,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle,.squiz-ce-scope .sds-btn-add,.squiz-ce-scope .sds-btn-close,.squiz-ce-scope .sds-btn-icon-solo,.squiz-ce-scope .sds-btn-undo,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{align-items:center;display:inline-flex;padding:.315rem .75rem}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle,.squiz-ce-scope .btn-icon-solo,.squiz-ce-scope .btn-more-info,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle,.squiz-ce-scope .sds-btn-add,.squiz-ce-scope .sds-btn-close,.squiz-ce-scope .sds-btn-icon-solo,.squiz-ce-scope .sds-btn-undo,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{border:0;padding:.375rem}.screen-header .screen-navigation .sq-notification-box .squiz-ce-scope .dropdown-toggle.close,.screen-header .screen-navigation .squiz-ce-scope .btn-sm.dropdown-toggle,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle.btn-more-info,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle.sds-btn-add,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle.sds-matrix-btn-circular-icon-toggle,.sq-notification-box .screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle.close,.sq-notification-box .squiz-ce-scope .btn-icon-solo.close,.sq-notification-box .squiz-ce-scope .sds-btn-close.close,.sq-notification-box .squiz-ce-scope .sds-btn-icon-solo.close,.sq-notification-box .squiz-ce-scope .sds-btn-undo.close,.squiz-ce-scope .btn-icon-solo.btn-sm,.squiz-ce-scope .btn-more-info,.squiz-ce-scope .btn-sm.sds-btn-close,.squiz-ce-scope .btn-sm.sds-btn-icon-solo,.squiz-ce-scope .btn-sm.sds-btn-undo,.squiz-ce-scope .screen-header .screen-navigation .btn-sm.dropdown-toggle,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle.btn-more-info,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle.sds-btn-add,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle.sds-matrix-btn-circular-icon-toggle,.squiz-ce-scope .screen-header .screen-navigation .sq-notification-box .dropdown-toggle.close,.squiz-ce-scope .sds-btn-add,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle,.squiz-ce-scope .sq-notification-box .btn-icon-solo.close,.squiz-ce-scope .sq-notification-box .screen-header .screen-navigation .dropdown-toggle.close,.squiz-ce-scope .sq-notification-box .sds-btn-close.close,.squiz-ce-scope .sq-notification-box .sds-btn-icon-solo.close,.squiz-ce-scope .sq-notification-box .sds-btn-undo.close{padding:.25rem}.screen-header .screen-navigation .squiz-ce-scope .btn-lg.dropdown-toggle,.squiz-ce-scope .btn-icon-solo.btn-lg,.squiz-ce-scope .btn-lg.btn-more-info,.squiz-ce-scope .btn-lg.sds-btn-add,.squiz-ce-scope .btn-lg.sds-btn-close,.squiz-ce-scope .btn-lg.sds-btn-icon-solo,.squiz-ce-scope .btn-lg.sds-btn-undo,.squiz-ce-scope .btn-lg.sds-matrix-btn-circular-icon-toggle,.squiz-ce-scope .screen-header .screen-navigation .btn-lg.dropdown-toggle{padding:.5rem}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle .icon,.squiz-ce-scope .btn-icon .icon,.squiz-ce-scope .btn-more-info .icon,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle .icon,.squiz-ce-scope .sds-btn-add .icon,.squiz-ce-scope .sds-btn-close .icon,.squiz-ce-scope .sds-btn-icon-solo .icon,.squiz-ce-scope .sds-btn-undo .icon,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle .icon{fill:currentColor;stroke:currentColor;stroke-width:0;box-sizing:content-box;display:inline-block;flex:none;height:18px;width:18px}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle .icon+:not(.sr-only),.squiz-ce-scope .btn-icon .icon+:not(.sr-only),.squiz-ce-scope .btn-more-info .icon+:not(.sr-only),.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle .icon+:not(.sr-only),.squiz-ce-scope .sds-btn-add .icon+:not(.sr-only),.squiz-ce-scope .sds-btn-close .icon+:not(.sr-only),.squiz-ce-scope .sds-btn-icon-solo .icon+:not(.sr-only),.squiz-ce-scope .sds-btn-undo .icon+:not(.sr-only),.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle .icon+:not(.sr-only){padding-left:.5rem}.squiz-ce-scope .btn-icon-sm svg,.squiz-ce-scope .btn-more-info svg{height:1.125rem;width:1.125rem}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle svg.icon,.squiz-ce-scope .btn-icon svg.icon,.squiz-ce-scope .btn-more-info svg.icon,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle svg.icon,.squiz-ce-scope .sds-btn-add svg.icon,.squiz-ce-scope .sds-btn-close svg.icon,.squiz-ce-scope .sds-btn-icon-solo svg.icon,.squiz-ce-scope .sds-btn-undo svg.icon,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg.icon{height:18px;width:18px}.screen-header .screen-navigation .squiz-ce-scope .is-loading.dropdown-toggle svg,.squiz-ce-scope .btn-icon.is-loading svg,.squiz-ce-scope .is-loading.btn-more-info svg,.squiz-ce-scope .is-loading.sds-btn-add svg,.squiz-ce-scope .is-loading.sds-btn-close svg,.squiz-ce-scope .is-loading.sds-btn-icon-solo svg,.squiz-ce-scope .is-loading.sds-btn-undo svg,.squiz-ce-scope .is-loading.sds-matrix-btn-circular-icon-toggle svg,.squiz-ce-scope .screen-header .screen-navigation .is-loading.dropdown-toggle svg{animation:spinner-border .6s linear infinite both}.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle svg,.squiz-ce-scope .btn-icon-solo svg,.squiz-ce-scope .btn-more-info svg,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle svg,.squiz-ce-scope .sds-btn-add svg,.squiz-ce-scope .sds-btn-close svg,.squiz-ce-scope .sds-btn-icon-solo svg,.squiz-ce-scope .sds-btn-undo svg,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg{height:18px;width:18px}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope .btn-group a.Matrix-Viper-commentdialog-button-blue:not(:last-child),.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope .btn-group a.Matrix-Viper-commentdialog-button-grey:not(:last-child),.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .btn-group .swal2-confirm:not(:last-child),.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .btn-group .swal2-cancel:not(:last-child),.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .btn-group .swal2-styled:not(:last-child),.screen-header .screen-navigation .squiz-ce-scope .btn-group .dropdown-toggle:not(:last-child),.sq-notification-box .squiz-ce-scope .btn-group .close:not(:last-child),.squiz-ce-scope .btn-group .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:not(:last-child),.squiz-ce-scope .btn-group .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:not(:last-child),.squiz-ce-scope .btn-group .btn-more-info:not(:last-child),.squiz-ce-scope .btn-group .btn:not(:last-child),.squiz-ce-scope .btn-group .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:not(:last-child),.squiz-ce-scope .btn-group .matrix-modal>.swal2-buttonswrapper .swal2-cancel:not(:last-child),.squiz-ce-scope .btn-group .matrix-modal>.swal2-buttonswrapper .swal2-styled:not(:last-child),.squiz-ce-scope .btn-group .matrix-modal>button.swal2-close:not(:last-child),.squiz-ce-scope .btn-group .screen-header .screen-navigation .dropdown-toggle:not(:last-child),.squiz-ce-scope .btn-group .sds-btn-add:not(:last-child),.squiz-ce-scope .btn-group .sds-btn-close:not(:last-child),.squiz-ce-scope .btn-group .sds-btn-icon-solo:not(:last-child),.squiz-ce-scope .btn-group .sds-btn-undo:not(:last-child),.squiz-ce-scope .btn-group .sds-matrix-btn-circular-icon-toggle:not(:last-child),.squiz-ce-scope .btn-group .sq-notification-box .close:not(:last-child),.squiz-ce-scope .btn-group .toolbar .nav-link:not(:last-child),.toolbar .squiz-ce-scope .btn-group .nav-link:not(:last-child){margin-right:.5rem}.squiz-ce-scope .btn-insert-component{animation-duration:.3s;animation-fill-mode:forwards;animation-name:fadeIn}.squiz-ce-scope .btn-insert-component.active,.squiz-ce-scope .btn-insert-component:active{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-ce-scope .btn-insert-component.active:hover,.squiz-ce-scope .btn-insert-component:active:hover{--tw-bg-opacity:1;background-color:rgb(4 73 133/var(--tw-bg-opacity))}.squiz-ce-scope .btn-insert-component.active svg,.squiz-ce-scope .btn-insert-component:active svg{transform:rotate(45deg)}.squiz-ce-scope .btn-insert-component svg{transform:rotate(0deg);transition:transform .2s ease-out}.squiz-ce-scope .btn-more-info{--tw-text-opacity:1;color:rgb(148 148 148/var(--tw-text-opacity));transition:color .1s ease-out;visibility:hidden}.squiz-ce-scope .sds-btn-add:disabled{opacity:.5}.squiz-ce-scope .sds-btn-close,.squiz-ce-scope .sds-btn-undo{padding:0}.squiz-ce-scope .sds-btn-action>button{border-radius:50%;padding:0}.squiz-ce-scope .sds-btn-action.dropdown .dropdown-menu{padding:.15rem}.squiz-ce-scope .sds-btn-action>.btn-transparent{fill:currentColor;--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.squiz-ce-scope .sds-btn-action .dropdown-item>svg{margin-right:.5rem}.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-width:2px;transition:none}.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle svg{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));height:1.25rem;width:1.25rem}.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:focus,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:hover{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity))}.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 241 250/var(--tw-bg-opacity));color:rgb(143 192 235/var(--tw-text-opacity))}.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on svg{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on:focus,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.is-on:hover{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle.inactive{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border:0;cursor:default;opacity:1}.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-blue:disabled,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.Matrix-Viper-commentdialog-button-grey:disabled,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.disabled.Matrix-Viper-commentdialog-button-blue,.Matrix-Viper-commentdialog-buttonArea .squiz-ce-scope a.disabled.Matrix-Viper-commentdialog-button-grey,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .disabled.swal2-confirm,.matrix-modal.matrix-modal-error>.swal2-buttonswrapper .squiz-ce-scope .swal2-confirm:disabled,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .disabled.swal2-cancel,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .disabled.swal2-styled,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-cancel:disabled,.matrix-modal>.swal2-buttonswrapper .squiz-ce-scope .swal2-styled:disabled,.screen-header .screen-navigation .squiz-ce-scope .disabled.dropdown-toggle,.screen-header .screen-navigation .squiz-ce-scope .dropdown-toggle:disabled,.sq-notification-box .squiz-ce-scope .close:disabled,.sq-notification-box .squiz-ce-scope .disabled.close,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-blue:disabled,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.Matrix-Viper-commentdialog-button-grey:disabled,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-blue,.squiz-ce-scope .Matrix-Viper-commentdialog-buttonArea a.disabled.Matrix-Viper-commentdialog-button-grey,.squiz-ce-scope .btn-more-info:disabled,.squiz-ce-scope .btn.disabled,.squiz-ce-scope .btn:disabled,.squiz-ce-scope .disabled.btn-more-info,.squiz-ce-scope .disabled.sds-btn-add,.squiz-ce-scope .disabled.sds-btn-close,.squiz-ce-scope .disabled.sds-btn-icon-solo,.squiz-ce-scope .disabled.sds-btn-undo,.squiz-ce-scope .disabled.sds-matrix-btn-circular-icon-toggle,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .disabled.swal2-confirm,.squiz-ce-scope .matrix-modal.matrix-modal-error>.swal2-buttonswrapper .swal2-confirm:disabled,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .disabled.swal2-cancel,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .disabled.swal2-styled,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-cancel:disabled,.squiz-ce-scope .matrix-modal>.swal2-buttonswrapper .swal2-styled:disabled,.squiz-ce-scope .matrix-modal>button.disabled.swal2-close,.squiz-ce-scope .matrix-modal>button.swal2-close:disabled,.squiz-ce-scope .screen-header .screen-navigation .disabled.dropdown-toggle,.squiz-ce-scope .screen-header .screen-navigation .dropdown-toggle:disabled,.squiz-ce-scope .sds-btn-add:disabled,.squiz-ce-scope .sds-btn-close:disabled,.squiz-ce-scope .sds-btn-icon-solo:disabled,.squiz-ce-scope .sds-btn-undo:disabled,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle:disabled,.squiz-ce-scope .sq-notification-box .close:disabled,.squiz-ce-scope .sq-notification-box .disabled.close,.squiz-ce-scope .toolbar .disabled.nav-link,.squiz-ce-scope .toolbar .nav-link:disabled,.toolbar .squiz-ce-scope .disabled.nav-link,.toolbar .squiz-ce-scope .nav-link:disabled{cursor:not-allowed}.squiz-ce-scope .btn-circle,.squiz-ce-scope .btn-more-info,.squiz-ce-scope .sds-btn-add,.squiz-ce-scope .sds-btn-close,.squiz-ce-scope .sds-btn-undo,.squiz-ce-scope .sds-matrix-btn-circular-icon-toggle{border-radius:50%}.squiz-ce-scope .btn-no-events{pointer-events:none}.squiz-ce-scope .btn-drag-handle{padding:.25rem 0;position:relative}.squiz-ce-scope .btn-drag-handle:not(.disabled):focus{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.squiz-ce-scope .btn-drag-handle:not(.disabled):focus,.squiz-ce-scope .btn-drag-handle:not(.disabled):focus svg{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@font-face{font-family:Material Icons Two Tone;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconstwotone/v111/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0NjbrHg.woff2) format("woff2")}.component-service__component-icon,.squiz-ce-scope body{--google-font-color-materialiconstwotone:none}.component-service__component-icon{word-wrap:normal;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-background-clip:text!important;background-clip:text!important;color:transparent;direction:ltr;display:inline-block;font-display:block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;height:24px;letter-spacing:normal;line-height:1;overflow:hidden;text-transform:none;white-space:nowrap;width:24px}.component-service__component-icon.component-service__component-icon--color-gray{--tw-bg-opacity:1;background-color:rgb(79 79 79/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-default{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-grey-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-purple{--tw-bg-opacity:1;background-color:rgb(107 71 180/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-blue{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-green{--tw-bg-opacity:1;background-color:rgb(9 137 52/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-yellow{--tw-bg-opacity:1;background-color:rgb(239 179 36/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-orange{--tw-bg-opacity:1;background-color:rgb(233 105 0/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-red{--tw-bg-opacity:1;background-color:rgb(215 35 33/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-pink{--tw-bg-opacity:1;background-color:rgb(185 61 169/var(--tw-bg-opacity))}.component-service__component-icon.component-service__component-icon--color-teal{--tw-bg-opacity:1;background-color:rgb(5 126 145/var(--tw-bg-opacity))}.squiz-ce-scope .tippy-box{--tw-bg-opacity:1;background-color:rgb(43 43 43/var(--tw-bg-opacity));border-radius:4px;outline:0;padding:.125rem .5rem;position:relative;transition:opacity .07s ease-out!important;transition-property:transform,visibility,opacity}.squiz-ce-scope .tippy-box[data-state=hidden]{opacity:0}.squiz-ce-scope .tippy-box[data-state=visible]{opacity:1}.squiz-ce-scope .tippy-box .tippy-content{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:.875rem;line-height:20px;position:relative;text-align:center;z-index:1}.squiz-ce-scope .tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.squiz-ce-scope .tippy-box[data-placement^=top]{bottom:-6px}.squiz-ce-scope .tippy-box[data-placement^=right]{left:-6px}.squiz-ce-scope .tippy-box[data-placement^=bottom]{top:-6px}.squiz-ce-scope .tippy-box[data-placement^=left]{right:-6px}.squiz-ce-scope [data-tippy-root]{position:absolute!important}.squiz-ce-scope *,.squiz-ce-scope :after,.squiz-ce-scope :before{--tw-border-opacity:1;border:0 solid rgb(224 224 224/var(--tw-border-opacity));box-sizing:border-box}.squiz-ce-scope .squiz-ce-form{font-size:16px;line-height:1.25}.squiz-ce-scope hr{margin-bottom:.5rem;margin-top:.25rem}.squiz-ce-scope hr.bg-secondary{--tw-bg-opacity:1!important;background-color:rgb(224 224 224/var(--tw-bg-opacity))!important}.squiz-ce-scope small{font-size:.8125rem}.squiz-ce-scope .form-group{margin-bottom:0}.squiz-ce-scope .form-group .form-group-heading,.squiz-ce-scope .form-group>label{display:inline-block}.squiz-ce-scope .form-group .form-check-label,.squiz-ce-scope .form-group .form-label{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.8125rem;font-weight:600;line-height:1rem;margin-bottom:.25rem}.squiz-ce-scope .form-group .form-group-heading,.squiz-ce-scope .form-group label.form-label--large{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity));font-size:.875rem;font-weight:600;line-height:1.25rem;margin:0}.squiz-ce-scope .form-group button:disabled,.squiz-ce-scope .form-group input:disabled,.squiz-ce-scope .form-group select:disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border:0;cursor:not-allowed;pointer-events:all;text-decoration:none}.squiz-ce-scope .form-section>.form-group,.squiz-ce-scope .panel>.form-group{margin-bottom:12px}.squiz-ce-scope .form-section>.form-group:last-child,.squiz-ce-scope .panel>.form-group:last-child{margin-bottom:0}.squiz-ce-scope form button[type=submit]{margin-top:12px}.squiz-ce-scope .form-add{width:48px}.sq-asset-finder-wrapper .squiz-ce-scope .asset-finder__inner-wrapper,.sq-backend-data .squiz-ce-scope input[type=password],.sq-option-list .sq-option-list-row .squiz-ce-scope input[type=text],.squiz-ce-scope #toolbar_root_node_select,.squiz-ce-scope .form-control,.squiz-ce-scope .select2-selection__rendered,.squiz-ce-scope .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.squiz-ce-scope .sq-backend-data input[type=password],.squiz-ce-scope .sq-option-list .sq-option-list-row input[type=text],.squiz-ce-scope .table input.basicCell,.squiz-ce-scope .table input.disabledCell,.squiz-ce-scope .table input.titleCell,.squiz-ce-scope select.sq-form-field,.table .squiz-ce-scope input.basicCell,.table .squiz-ce-scope input.disabledCell,.table .squiz-ce-scope input.titleCell{--tw-border-opacity:1;background-clip:padding-box;background-color:#fff;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:#4f4f4f;display:block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem .5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:21rem}.sq-asset-finder-wrapper .squiz-ce-scope .asset-finder__inner-wrapper:focus,.sq-backend-data .squiz-ce-scope input[type=password]:focus,.sq-option-list .sq-option-list-row .squiz-ce-scope input[type=text]:focus,.squiz-ce-scope #toolbar_root_node_select:focus,.squiz-ce-scope .form-control:focus,.squiz-ce-scope .select2-selection__rendered:focus,.squiz-ce-scope .sq-asset-finder-wrapper .asset-finder__inner-wrapper:focus,.squiz-ce-scope .sq-backend-data input[type=password]:focus,.squiz-ce-scope .sq-option-list .sq-option-list-row input[type=text]:focus,.squiz-ce-scope .table input.basicCell:focus,.squiz-ce-scope .table input.disabledCell:focus,.squiz-ce-scope .table input.titleCell:focus,.squiz-ce-scope select.sq-form-field:focus,.table .squiz-ce-scope input.basicCell:focus,.table .squiz-ce-scope input.disabledCell:focus,.table .squiz-ce-scope input.titleCell:focus{--tw-border-opacity:1;--tw-text-opacity:1;background-color:#fff;border-color:rgb(7 116 210/var(--tw-border-opacity));box-shadow:none;color:rgb(79 79 79/var(--tw-text-opacity));outline:0}.sq-asset-finder-wrapper .squiz-ce-scope .asset-finder__inner-wrapper:disabled,.sq-asset-finder-wrapper .squiz-ce-scope .is-disabled.asset-finder__inner-wrapper,.sq-backend-data .squiz-ce-scope input.is-disabled[type=password],.sq-backend-data .squiz-ce-scope input[type=password]:disabled,.sq-option-list .sq-option-list-row .squiz-ce-scope input.is-disabled[type=text],.sq-option-list .sq-option-list-row .squiz-ce-scope input[type=text]:disabled,.squiz-ce-scope #toolbar_root_node_select:disabled,.squiz-ce-scope .form-control.is-disabled,.squiz-ce-scope .form-control:disabled,.squiz-ce-scope .is-disabled#toolbar_root_node_select,.squiz-ce-scope .is-disabled.select2-selection__rendered,.squiz-ce-scope .select2-selection__rendered:disabled,.squiz-ce-scope .sq-asset-finder-wrapper .asset-finder__inner-wrapper:disabled,.squiz-ce-scope .sq-asset-finder-wrapper .is-disabled.asset-finder__inner-wrapper,.squiz-ce-scope .sq-backend-data input.is-disabled[type=password],.squiz-ce-scope .sq-backend-data input[type=password]:disabled,.squiz-ce-scope .sq-option-list .sq-option-list-row input.is-disabled[type=text],.squiz-ce-scope .sq-option-list .sq-option-list-row input[type=text]:disabled,.squiz-ce-scope .table input.basicCell:disabled,.squiz-ce-scope .table input.disabledCell:disabled,.squiz-ce-scope .table input.is-disabled.basicCell,.squiz-ce-scope .table input.is-disabled.disabledCell,.squiz-ce-scope .table input.is-disabled.titleCell,.squiz-ce-scope .table input.titleCell:disabled,.squiz-ce-scope select.is-disabled.sq-form-field,.squiz-ce-scope select.sq-form-field:disabled,.table .squiz-ce-scope input.basicCell:disabled,.table .squiz-ce-scope input.disabledCell:disabled,.table .squiz-ce-scope input.is-disabled.basicCell,.table .squiz-ce-scope input.is-disabled.disabledCell,.table .squiz-ce-scope input.is-disabled.titleCell,.table .squiz-ce-scope input.titleCell:disabled{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity));border:0;cursor:not-allowed;pointer-events:all;text-decoration:none}.sq-asset-finder-wrapper .squiz-ce-scope textarea.asset-finder__inner-wrapper,.squiz-ce-scope .sq-asset-finder-wrapper textarea.asset-finder__inner-wrapper,.squiz-ce-scope textarea#toolbar_root_node_select,.squiz-ce-scope textarea.form-control,.squiz-ce-scope textarea.select2-selection__rendered{height:auto;max-height:20rem}.squiz-ce-scope .form-group>.form-check{margin:.5rem 0}.squiz-ce-scope .form-group>.form-check:last-child{margin:0}.squiz-ce-scope .form-group>.form-check input[type=radio]{margin-left:0;margin-right:.5rem;position:relative;visibility:hidden}.squiz-ce-scope .form-group>.form-check input[type=radio]+label{font-size:14px;font-weight:400;height:20px;line-height:20px;margin:0 0 0 .5rem;min-width:20px}.squiz-ce-scope .form-group>.form-check input[type=radio]+label:before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:100%;border-width:2px;content:"";height:20px;left:0;position:absolute;width:20px}.squiz-ce-scope .form-group>.form-check input[type=radio]:disabled{opacity:0}.squiz-ce-scope .form-group>.form-check input[type=radio]:disabled+label:before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(224 224 224/var(--tw-border-opacity));cursor:not-allowed}.squiz-ce-scope .form-group>.form-check input[type=radio]:checked+label:before{--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-ce-scope .form-group>.form-check input[type=radio]:checked+label:after{--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));border-radius:100%;content:"";height:10px;left:0;position:absolute;top:0;transform:translate(50%,50%);width:10px}.squiz-ce-scope .form-group>.form-check input[type=radio]:checked:disabled+label:after,.squiz-ce-scope .form-group>.form-check input[type=radio]:checked:disabled+label:before{opacity:.5}.squiz-ce-scope .form-check{align-items:center;display:block;display:flex;padding-left:0;position:relative}.squiz-ce-scope .form-check-label{display:inline-block;font-size:13px;font-weight:400;margin-bottom:0;margin-left:.5rem}.squiz-ce-scope .custom-checkbox-input,.squiz-ce-scope input.custom-checkbox-input{--tw-border-opacity:1;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:contain;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;cursor:pointer;height:20px;vertical-align:top;width:20px}.squiz-ce-scope .custom-checkbox-input:focus:not(:checked),.squiz-ce-scope input.custom-checkbox-input:focus:not(:checked){--tw-border-opacity:1;border-color:rgb(7 116 210/var(--tw-border-opacity));border-width:2px;opacity:.5;outline:0}.squiz-ce-scope .custom-checkbox-input:checked,.squiz-ce-scope input.custom-checkbox-input:checked{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(7 116 210/var(--tw-bg-opacity));border-color:rgb(7 116 210/var(--tw-border-opacity))}.squiz-ce-scope .custom-checkbox-input:checked[type=checkbox],.squiz-ce-scope input.custom-checkbox-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.172 3.667a.997.997 0 0 0-.706.292l-6.35 6.345-2.078-2.078a.997.997 0 1 0-1.412 1.411l2.787 2.787a.997.997 0 0 0 1.411 0l7.053-7.053a.997.997 0 0 0-.705-1.704Z' fill='%23fff'/%3E%3C/svg%3E");background-size:1rem}.squiz-ce-scope .custom-checkbox-input:disabled,.squiz-ce-scope input.custom-checkbox-input:disabled{background-color:#fff;border:2px solid #e0e0e0;filter:none;opacity:.5;pointer-events:none}.squiz-ce-scope .custom-checkbox-input:disabled:checked,.squiz-ce-scope input.custom-checkbox-input:disabled:checked{background-color:#0774d2;border-color:#0774d2}.squiz-ce-scope .custom-select{--tw-border-opacity:1;--tw-text-opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .5rem center/8px 10px no-repeat;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:4px;border-width:2px;color:rgb(79 79 79/var(--tw-text-opacity));display:block;font-size:.875rem;font-weight:400;height:2.25rem;line-height:1.25;padding:.375rem 1.5rem .375rem .5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;width:21rem}.squiz-ce-scope .custom-select:focus{--tw-text-opacity:1;color:rgb(7 116 210/var(--tw-text-opacity))}.squiz-ce-scope .custom-select[multiple]{height:auto}.squiz-ce-scope .hide-labels .form-check-label,.squiz-ce-scope .hide-labels .form-label{display:none}.squiz-ce-scope .hide-labels .field-SquizLink>.form-group>.component-group label{display:block}.sq-asset-finder-wrapper .squiz-ce-scope .field-string.has-error .asset-finder__inner-wrapper,.sq-asset-finder-wrapper .squiz-ce-scope .is-invalid.asset-finder__inner-wrapper,.sq-backend-data .squiz-ce-scope .field-string.has-error input[type=password],.sq-backend-data .squiz-ce-scope input.is-invalid[type=password],.sq-option-list .sq-option-list-row .squiz-ce-scope .field-string.has-error input[type=text],.sq-option-list .sq-option-list-row .squiz-ce-scope input.is-invalid[type=text],.squiz-ce-scope .custom-select.is-invalid,.squiz-ce-scope .field-string.has-error #toolbar_root_node_select,.squiz-ce-scope .field-string.has-error .form-control,.squiz-ce-scope .field-string.has-error .select2-selection__rendered,.squiz-ce-scope .field-string.has-error .sq-asset-finder-wrapper .asset-finder__inner-wrapper,.squiz-ce-scope .field-string.has-error .sq-backend-data input[type=password],.squiz-ce-scope .field-string.has-error .sq-option-list .sq-option-list-row input[type=text],.squiz-ce-scope .field-string.has-error .table input.basicCell,.squiz-ce-scope .field-string.has-error .table input.disabledCell,.squiz-ce-scope .field-string.has-error .table input.titleCell,.squiz-ce-scope .field-string.has-error select.sq-form-field,.squiz-ce-scope .form-control.is-invalid,.squiz-ce-scope .has-error .resource-picker,.squiz-ce-scope .is-invalid#toolbar_root_node_select,.squiz-ce-scope .is-invalid.select2-selection__rendered,.squiz-ce-scope .sq-asset-finder-wrapper .is-invalid.asset-finder__inner-wrapper,.squiz-ce-scope .sq-backend-data input.is-invalid[type=password],.squiz-ce-scope .sq-option-list .sq-option-list-row input.is-invalid[type=text],.squiz-ce-scope .table input.is-invalid.basicCell,.squiz-ce-scope .table input.is-invalid.disabledCell,.squiz-ce-scope .table input.is-invalid.titleCell,.squiz-ce-scope select.is-invalid.sq-form-field,.table .squiz-ce-scope .field-string.has-error input.basicCell,.table .squiz-ce-scope .field-string.has-error input.disabledCell,.table .squiz-ce-scope .field-string.has-error input.titleCell,.table .squiz-ce-scope input.is-invalid.basicCell,.table .squiz-ce-scope input.is-invalid.disabledCell,.table .squiz-ce-scope input.is-invalid.titleCell{--tw-border-opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0ibm9uZSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik00LjQ3IDIxaDE1LjA2YzEuNTQgMCAyLjUtMS42NyAxLjczLTNMMTMuNzMgNC45OWMtLjc3LTEuMzMtMi42OS0xLjMzLTMuNDYgMEwyLjc0IDE4Yy0uNzcgMS4zMy4xOSAzIDEuNzMgM3pNMTIgMTRjLS41NSAwLTEtLjQ1LTEtMXYtMmMwLS41NS40NS0xIDEtMXMxIC40NSAxIDF2MmMwIC41NS0uNDUgMS0xIDF6bTEgNGgtMnYtMmgydjJ6IiBjbGFzcz0ic2VsZWN0ZWQiIGZpbGw9IiNkNzIzMjEiLz48L2c+PC9zdmc+);background-position:center right 4px;background-repeat:no-repeat;background-size:24px;border-color:rgb(215 35 33/var(--tw-border-opacity))}.sq-asset-finder-wrapper .squiz-ce-scope .field-string.has-error .asset-finder__inner-wrapper:focus,.sq-asset-finder-wrapper .squiz-ce-scope .is-invalid.asset-finder__inner-wrapper:focus,.sq-backend-data .squiz-ce-scope .field-string.has-error input[type=password]:focus,.sq-backend-data .squiz-ce-scope input.is-invalid[type=password]:focus,.sq-option-list .sq-option-list-row .squiz-ce-scope .field-string.has-error input[type=text]:focus,.sq-option-list .sq-option-list-row .squiz-ce-scope input.is-invalid[type=text]:focus,.squiz-ce-scope .custom-select.is-invalid:focus,.squiz-ce-scope .field-string.has-error #toolbar_root_node_select:focus,.squiz-ce-scope .field-string.has-error .form-control:focus,.squiz-ce-scope .field-string.has-error .select2-selection__rendered:focus,.squiz-ce-scope .field-string.has-error .sq-asset-finder-wrapper .asset-finder__inner-wrapper:focus,.squiz-ce-scope .field-string.has-error .sq-backend-data input[type=password]:focus,.squiz-ce-scope .field-string.has-error .sq-option-list .sq-option-list-row input[type=text]:focus,.squiz-ce-scope .field-string.has-error .table input.basicCell:focus,.squiz-ce-scope .field-string.has-error .table input.disabledCell:focus,.squiz-ce-scope .field-string.has-error .table input.titleCell:focus,.squiz-ce-scope .field-string.has-error select.sq-form-field:focus,.squiz-ce-scope .form-control.is-invalid:focus,.squiz-ce-scope .has-error .resource-picker:focus,.squiz-ce-scope .is-invalid#toolbar_root_node_select:focus,.squiz-ce-scope .is-invalid.select2-selection__rendered:focus,.squiz-ce-scope .sq-asset-finder-wrapper .is-invalid.asset-finder__inner-wrapper:focus,.squiz-ce-scope .sq-backend-data input.is-invalid[type=password]:focus,.squiz-ce-scope .sq-option-list .sq-option-list-row input.is-invalid[type=text]:focus,.squiz-ce-scope .table input.is-invalid.basicCell:focus,.squiz-ce-scope .table input.is-invalid.disabledCell:focus,.squiz-ce-scope .table input.is-invalid.titleCell:focus,.squiz-ce-scope select.is-invalid.sq-form-field:focus,.table .squiz-ce-scope .field-string.has-error input.basicCell:focus,.table .squiz-ce-scope .field-string.has-error input.disabledCell:focus,.table .squiz-ce-scope .field-string.has-error input.titleCell:focus,.table .squiz-ce-scope input.is-invalid.basicCell:focus,.table .squiz-ce-scope input.is-invalid.disabledCell:focus,.table .squiz-ce-scope input.is-invalid.titleCell:focus{box-shadow:none}.squiz-ce-scope .resource-picker{max-width:100%;width:21rem}.squiz-ce-scope .form-label.text-danger,.squiz-ce-scope .form-text.text-danger{color:inherit!important}.squiz-ce-scope .error-container{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}.squiz-ce-scope .error-container .error-item{--tw-text-opacity:1;color:rgb(215 35 33/var(--tw-text-opacity))}.squiz-ce-scope .error-container .error-item:first-letter{text-transform:uppercase}.squiz-ce-scope .field-object>.error-container,.squiz-ce-scope .field-object>.form-group>.error-container{display:none}.squiz-ce-scope .component-group{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.squiz-ce-scope .component-group .component-group{background-color:#fff}.squiz-ce-scope .component-group{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity));border-radius:8px;border-width:1px;margin-bottom:.5rem;position:relative}.squiz-ce-scope .component-group h5:first-of-type{margin-bottom:0}.squiz-ce-scope .component-group [id$=title] h5,.squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]{margin:0 1.75rem .5rem}.squiz-ce-scope .component-group [id$=title] h5+hr,.squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]+hr{display:none}.squiz-ce-scope .component-group>.component-group-body>.form-group>.form-group>label[id$=title]{margin-bottom:.75rem;margin-top:.3125rem}.squiz-ce-scope .component-group-header{display:flex;justify-content:space-between;justify-items:center;padding:.5rem;position:relative}.squiz-ce-scope .component-group-header .btn-drag-handle,.squiz-ce-scope .component-group-header .sds-btn-icon-solo{padding:1px}.squiz-ce-scope .component-group-heading{margin-bottom:2rem}.squiz-ce-scope .component-group-body{align-items:flex-end;display:flex;margin-top:-2.625rem;padding:.5rem}.squiz-ce-scope .field-array{width:100%}.squiz-ce-scope .field-array .array-item>.component-group-body>.field-array>.form-group>header h5{margin:0 1.75rem .5rem}.squiz-ce-scope .field-array .field-object{width:100%}.squiz-ce-scope .field-array .array-item>.field-formatted-text{flex-grow:1;max-width:calc(100% - 62px)}.squiz-ce-scope .primitive-array-group .array-item .btn-drag-handle,.squiz-ce-scope .primitive-array-group .array-item .sds-btn-icon-solo{margin-top:.25rem}.squiz-ce-scope .is-dragging-over{--tw-border-opacity:1;border:2px dashed rgb(7 116 210/var(--tw-border-opacity));border-radius:8px;padding:.25rem}.squiz-ce-scope .is-dragging-over .component-group:last-of-type{margin-bottom:0}.squiz-ce-scope .is-dragging{margin-bottom:.5rem;opacity:.8}.squiz-ce-scope .is-dragging .form-group .container-fluid,.squiz-ce-scope .is-dragging .form-group .container-lg,.squiz-ce-scope .is-dragging .form-group .container-md,.squiz-ce-scope .is-dragging .form-group .container-sm,.squiz-ce-scope .is-dragging .form-group .container-xl{display:none}.squiz-ce-scope .is-dragging .hide-while-drag{display:none!important}.squiz-ce-scope .is-dragging .component-group-body{padding-bottom:0}.squiz-ce-scope .is-dragging [id$=title] h5{margin-bottom:0}.squiz-ce-scope .component-squiz-link{padding:.5rem}.squiz-ce-scope .component-squiz-link label{display:block}.squiz-ce-scope .array-item>.component-group-body>.form-group>.form-group>.component-squiz-link{background-color:transparent;border:none;padding:0}.squiz-ce-scope .viperReact{margin-top:4px}.squiz-ce-scope .viperReact .viperReactToolbar .Viper-button{box-sizing:content-box}.squiz-ce-scope .viper-quick-edit{position:relative}.squiz-ce-scope .viper-quick-edit .form-label{margin-right:102px}.squiz-ce-scope .viper-quick-edit .viperReact{margin:0 1px}.squiz-ce-scope .viper-quick-edit .viperReact.viperReact--bordered{border-width:1px}.squiz-ce-scope .viper-quick-edit .viperReact.viperReact--focused,.squiz-ce-scope .viper-quick-edit .viperReactToolbar .ViperTP-bar{box-shadow:none}.squiz-ce-scope .viper-quick-edit .viperReactToolbar .ViperTP-bar{border-radius:6px 6px 0 0}.squiz-ce-scope .viper-quick-edit .viperReactInput{max-height:364px;overflow-y:auto}.squiz-ce-scope .form-group .component-quick-edit{margin-top:4px}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text{--tw-text-opacity:1;background-color:rgba(0,0,0,.04);border-radius:4px;color:rgb(112 112 112/var(--tw-text-opacity));display:flex;font-size:.8125rem;min-height:52px;padding:.5rem .5rem .75rem;width:100%}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text .icon{height:18px;margin-right:.5rem;width:18px}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text span{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow:hidden;text-align:left;text-overflow:ellipsis;word-break:break-word}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__text span em{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity));font-size:.8125rem}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button{background-color:transparent;font-size:.8125rem;font-weight:400;justify-content:center;line-height:1rem;padding:0;position:absolute;right:0;top:1px}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button .icon+:not(.sr-only){padding-left:.25rem}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:disabled,.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:hover{background-color:transparent}.squiz-ce-scope .form-group .component-quick-edit .component-quick-edit__button:disabled{opacity:.5}.squiz-ce-scope .viper-quick-edit__item.array-item .btn-drag-handle,.squiz-ce-scope .viper-quick-edit__item.array-item .sds-btn-icon-solo{margin-top:1.5rem}.squiz-ce-scope .viper-quick-edit__item.array-item .viper-quick-edit{padding-top:1.25rem}.sds-dialog__container,.sds-transition--fade.sds-transition-fade-enter-active,.sds-transition--fade.sds-transition-fade-exit-active{z-index:1200}.sds-dialog__action-buttons button{padding:0}.pb-container .chip-filter .sds-form-control-item .sds-form-control-option>button.sds-form-control-label,.pb-preview-toolbar .chip-filter .sds-form-control-item .sds-form-control-option>button.sds-form-control-label{background-color:transparent;border:0;box-sizing:border-box;padding:0}div[data-react=global-sds-modal] .sds-dialog__container{background:rgba(0,0,0,.3);z-index:9999}div[data-react=global-sds-modal] .sds-transition--fade{opacity:1;position:relative;transition:none;z-index:9999}:root{--page-builder-top-space:calc(56px + 6.7375rem)}.squiz-fte-scope__editor:not(.squiz-fte-scope__editor--focused-with-children) .remirror-table-delete-inner-button.remirror-table-delete-table-inner-button,.squiz-fte-scope__editor:not(.squiz-fte-scope__editor--focused-with-children) .remirror-table-insert-button.remirror-controllers-toggle,.squiz-fte-scope__editor:not(.squiz-fte-scope__editor--focused-with-children) button.remirror-table-delete-inner-button.remirror-table-delete-row-column-inner-button{margin-top:35px}.squiz-fte-scope__editor--focused-with-children .remirror-table-delete-inner-button.remirror-table-delete-table-inner-button,.squiz-fte-scope__editor--focused-with-children .remirror-table-insert-button.remirror-controllers-toggle,.squiz-fte-scope__editor--focused-with-children button.remirror-table-delete-inner-button.remirror-table-delete-row-column-inner-button{margin-top:110px}:root{--rmr-color-table-default-border:#e0e0e0;--rmr-color-table-selected-cell:transparent;--rmr-color-table-selected-border:#0774d2;--rmr-color-table-selected-controller:#0774d2;--rmr-hue-blue-7:#0774d2;--rmr-color-table-mark:#f5f5f5;--rmr-color-table-default-controller:#f7f7f7;--rmr-color-table-predelete-cell:transparent;--rmr-color-table-predelete-border:#d72321;--rmr-color-table-predelete-controller:#d72321}