@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);/*!
 * 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)*0.8);animation-duration:calc(var(--animate-duration)*0.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-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!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-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}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-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}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)}}@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-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-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-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-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-name:heartBeat;animation-name: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-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.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)*0.75);animation-duration:calc(var(--animate-duration)*0.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)*0.75);animation-duration:calc(var(--animate-duration)*0.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-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.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%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}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%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}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{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.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{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.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{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.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{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.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{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.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{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.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-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.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%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;-o-object-fit:contain;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translateY(100px)}to{transform:translate(0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;transition:opacity .3s ease-out}.modal-video-effect-exit{opacity:0}.modal-video-effect-exit .modal-video-movie-wrap{transform:translateY(100px)}.modal-video-body{max-width:960px;margin:0 auto;padding:0 10px;box-sizing:border-box}.modal-video-body,.modal-video-inner{width:100%;height:100%;display:flex;justify-content:center}.modal-video-inner{align-items:center}@media(orientation:landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media(orientation:landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}/*!
 * Bootstrap v4.3.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)
 */:root{--breakpoint-xs:0}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}/*!
 * Bootstrap v4.3.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)
 */:root{--blue:#00cfff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#fe5a58;--orange:#fbaa29;--yellow:#ffc107;--green:#203445;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#475467;--gray-dark:#1d2939;--primary:#203444;--secondary:#667085;--success:#28c29b;--info:#17a2b8;--warning:#ffc107;--danger:#fe5a58;--light:#f5f5f5;--dark:#1d2939;--breakpoint-xxs:0;--breakpoint-xs:320px;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1400px;--breakpoint-xxxl:1550px;--breakpoint-xxxxl:1700px;--font-family-sans-serif:"Helvetica Neue",Helvetica,Arial,sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:400;line-height:1.6;text-align:left;background-color:#f9fafb}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-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{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#203444;text-decoration:none;background-color:transparent}a:hover{color:#304c63;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#101828;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}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{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.25rem}.h2,h2{font-size:1.8rem}.h3,h3{font-size:1.575rem}.h4,h4{font-size:1.35rem}.h5,h5{font-size:1.125rem}.h6,h6{font-size:.9rem}.lead{font-size:1.125rem;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{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.125rem}.blockquote-footer{display:block;font-size:80%;color:#475467}.blockquote-footer:before{content:"\2014\A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#f9fafb;border:1px solid #d0d5dd;border-radius:8px}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#475467}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#101828;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#101828}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:0}@media(min-width:320px){.container{max-width:320px}}@media(min-width:576px){.container{max-width:576px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:992px){.container{max-width:992px}}@media(min-width:1200px){.container{max-width:1200px}}@media(min-width:1400px){.container{max-width:1400px}}@media(min-width:1550px){.container{max-width:1500px}}@media(min-width:1700px){.container{max-width:1700px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.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-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.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-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.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-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.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-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto,.col-xxxl,.col-xxxl-1,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-auto,.col-xxxxl,.col-xxxxl-1,.col-xxxxl-2,.col-xxxxl-3,.col-xxxxl-4,.col-xxxxl-5,.col-xxxxl-6,.col-xxxxl-7,.col-xxxxl-8,.col-xxxxl-9,.col-xxxxl-10,.col-xxxxl-11,.col-xxxxl-12,.col-xxxxl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.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:320px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex:0 0 100%;max-width:100%}.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.3333333333%}.offset-xs-2{margin-left:16.6666666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.3333333333%}.offset-xs-5{margin-left:41.6666666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.3333333333%}.offset-xs-8{margin-left:66.6666666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.3333333333%}.offset-xs-11{margin-left:91.6666666667%}}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.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%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.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:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.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:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.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%}}@media(min-width:1400px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}}@media(min-width:1550px){.col-xxxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxxl-3{flex:0 0 25%;max-width:25%}.col-xxxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxxl-6{flex:0 0 50%;max-width:50%}.col-xxxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxxl-9{flex:0 0 75%;max-width:75%}.col-xxxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxxl-12{flex:0 0 100%;max-width:100%}.order-xxxl-first{order:-1}.order-xxxl-last{order:13}.order-xxxl-0{order:0}.order-xxxl-1{order:1}.order-xxxl-2{order:2}.order-xxxl-3{order:3}.order-xxxl-4{order:4}.order-xxxl-5{order:5}.order-xxxl-6{order:6}.order-xxxl-7{order:7}.order-xxxl-8{order:8}.order-xxxl-9{order:9}.order-xxxl-10{order:10}.order-xxxl-11{order:11}.order-xxxl-12{order:12}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.3333333333%}.offset-xxxl-2{margin-left:16.6666666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.3333333333%}.offset-xxxl-5{margin-left:41.6666666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.3333333333%}.offset-xxxl-8{margin-left:66.6666666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.3333333333%}.offset-xxxl-11{margin-left:91.6666666667%}}@media(min-width:1700px){.col-xxxxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxxxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxxxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxxxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxxxl-3{flex:0 0 25%;max-width:25%}.col-xxxxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxxxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxxxl-6{flex:0 0 50%;max-width:50%}.col-xxxxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxxxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxxxl-9{flex:0 0 75%;max-width:75%}.col-xxxxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxxxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxxxl-12{flex:0 0 100%;max-width:100%}.order-xxxxl-first{order:-1}.order-xxxxl-last{order:13}.order-xxxxl-0{order:0}.order-xxxxl-1{order:1}.order-xxxxl-2{order:2}.order-xxxxl-3{order:3}.order-xxxxl-4{order:4}.order-xxxxl-5{order:5}.order-xxxxl-6{order:6}.order-xxxxl-7{order:7}.order-xxxxl-8{order:8}.order-xxxxl-9{order:9}.order-xxxxl-10{order:10}.order-xxxxl-11{order:11}.order-xxxxl-12{order:12}.offset-xxxxl-0{margin-left:0}.offset-xxxxl-1{margin-left:8.3333333333%}.offset-xxxxl-2{margin-left:16.6666666667%}.offset-xxxxl-3{margin-left:25%}.offset-xxxxl-4{margin-left:33.3333333333%}.offset-xxxxl-5{margin-left:41.6666666667%}.offset-xxxxl-6{margin-left:50%}.offset-xxxxl-7{margin-left:58.3333333333%}.offset-xxxxl-8{margin-left:66.6666666667%}.offset-xxxxl-9{margin-left:75%}.offset-xxxxl-10{margin-left:83.3333333333%}.offset-xxxxl-11{margin-left:91.6666666667%}}.table{width:100%;margin-bottom:1rem;color:#101828}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #d0d5dd}.table thead th{vertical-align:bottom;border-bottom:2px solid #d0d5dd}.table tbody+tbody{border-top:2px solid #d0d5dd}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #d0d5dd}.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{color:#101828;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:rgb(192.56,198.16,202.64)}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:rgb(139.04,149.44,157.76)}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b3babf}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:rgb(212.16,214.96,220.84)}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:rgb(175.44,180.64,191.56)}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:rgb(197.9727272727,201.7,209.5272727273)}.table-success,.table-success>td,.table-success>th{background-color:rgb(194.8,237.92,227)}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:rgb(143.2,223.28,203)}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:rgb(174.9358695652,232.2841304348,217.7608695652)}.table-info,.table-info>td,.table-info>th{background-color:rgb(190.04,228.96,235.12)}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:rgb(134.36,206.64,218.08)}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:rgb(255,237.64,185.56)}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:rgb(255,222.76,126.04)}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:rgb(255,231.265,160.06)}.table-danger,.table-danger>td,.table-danger>th{background-color:rgb(254.72,208.8,208.24)}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:rgb(254.48,169.2,168.16)}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffb8b7}.table-light,.table-light>td,.table-light>th{background-color:rgb(252.2,252.2,252.2)}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:rgb(249.8,249.8,249.8)}.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:rgb(191.72,195.08,199.56)}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:rgb(137.48,143.72,152.04)}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b2b6bc}.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{color:#fff;background-color:#1d2939;border-color:rgb(41.898255814,59.2354651163,82.351744186)}.table .thead-light th{color:#344054;background-color:#e4e7ec;border-color:#d0d5dd}.table-dark{color:#fff;background-color:#1d2939}.table-dark td,.table-dark th,.table-dark thead th{border-color:rgb(41.898255814,59.2354651163,82.351744186)}.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{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:319.98px){.table-responsive-xs{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xs>.table-bordered{border:0}}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media(max-width:1399.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}@media(max-width:1549.98px){.table-responsive-xxxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxxl>.table-bordered{border:0}}@media(max-width:1699.98px){.table-responsive-xxxxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxxxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.6em + .75rem + 2px);padding:.375rem .75rem;font-size:.9rem;font-weight:400;line-height:1.6;color:#344054;background-color:#fff;background-clip:padding-box;border:1px solid #98a2b3;border-radius:8px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#344054;background-color:#fff;border-color:rgba(32,52,68,.75);outline:0;box-shadow:0 0 0 .2rem rgba(32,52,68,.25)}.form-control::-moz-placeholder{color:#475467;opacity:1}.form-control::placeholder{color:#475467;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e4e7ec;opacity:1}select.form-control:focus::-ms-value{color:#344054;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.6}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.125rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.7875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.6;color:#101828;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.7875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#101828}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28c29b}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.7875rem;line-height:1.6;color:#fff;background-color:rgba(40,194,155,.9);border-radius:8px}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28c29b;padding-right:calc(1.6em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328c29b' d='M2.3 6.73L.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-repeat:no-repeat;background-position:100% calc(.4em + .1875rem);background-size:calc(.8em + .375rem) calc(.8em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28c29b;box-shadow:0 0 0 .2rem rgba(40,194,155,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.6em + .75rem);background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28c29b;padding-right:calc((3em + 2.25rem)/4 + 1.75rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231D2939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328c29b' d='M2.3 6.73L.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") #fff no-repeat center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28c29b;box-shadow:0 0 0 .2rem rgba(40,194,155,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28c29b}.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:#28c29b}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28c29b}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:rgb(68.4615384615,216.5384615385,179.0384615385);background-color:rgb(68.4615384615,216.5384615385,179.0384615385)}.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 .2rem rgba(40,194,155,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28c29b}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28c29b;box-shadow:0 0 0 .2rem rgba(40,194,155,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#fe5a58}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.7875rem;line-height:1.6;color:#fff;background-color:rgba(254,90,88,.9);border-radius:8px}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#fe5a58;padding-right:calc(1.6em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fe5a58' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23fe5a58' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% calc(.4em + .1875rem);background-size:calc(.8em + .375rem) calc(.8em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#fe5a58;box-shadow:0 0 0 .2rem rgba(254,90,88,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.6em + .75rem);background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#fe5a58;padding-right:calc((3em + 2.25rem)/4 + 1.75rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231D2939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fe5a58' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23fe5a58' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#fe5a58;box-shadow:0 0 0 .2rem rgba(254,90,88,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#fe5a58}.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:#fe5a58}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#fe5a58}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#fe8c8b;background-color:#fe8c8b}.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 .2rem rgba(254,90,88,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#fe5a58}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#fe5a58;box-shadow:0 0 0 .2rem rgba(254,90,88,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#101828;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:.9rem;line-height:1.6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#101828;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(32,52,68,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#203444;border-color:#203444}.btn-primary:hover{color:#fff;background-color:rgb(19.76,32.11,41.99);border-color:rgb(15.68,25.48,33.32)}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(65.45,82.45,96.05,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#203444;border-color:#203444}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:rgb(15.68,25.48,33.32);border-color:rgb(11.6,18.85,24.65)}.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 .2rem rgba(65.45,82.45,96.05,.5)}.btn-secondary{color:#fff;background-color:#667085;border-color:#667085}.btn-secondary:hover{color:#fff;background-color:rgb(85.3978723404,93.770212766,111.3521276596);border-color:rgb(79.8638297872,87.6936170213,104.1361702128)}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(124.95,133.45,151.3,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#667085;border-color:#667085}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:rgb(79.8638297872,87.6936170213,104.1361702128);border-color:rgb(74.329787234,81.6170212766,96.920212766)}.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 .2rem rgba(124.95,133.45,151.3,.5)}.btn-success{color:#fff;background-color:#28c29b;border-color:#28c29b}.btn-success:hover{color:#fff;background-color:rgb(33.4615384615,162.2884615385,129.6634615385);border-color:rgb(31.2820512821,151.7179487179,121.2179487179)}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72.25,203.15,170,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28c29b;border-color:#28c29b}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:rgb(31.2820512821,151.7179487179,121.2179487179);border-color:rgb(29.1025641026,141.1474358974,112.7724358974)}.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 .2rem rgba(72.25,203.15,170,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:rgb(18.75,132.0652173913,150);border-color:rgb(17.3333333333,122.0869565217,138.6666666667)}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(57.8,175.95,194.65,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:rgb(17.3333333333,122.0869565217,138.6666666667);border-color:rgb(15.9166666667,112.1086956522,127.3333333333)}.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 .2rem rgba(57.8,175.95,194.65,.5)}.btn-warning{color:#101828;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#101828;background-color:rgb(223.75,167.8125,0);border-color:rgb(211,158.25,0)}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(219.15,167.65,11.95,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#101828;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#101828;background-color:rgb(211,158.25,0);border-color:rgb(198.25,148.6875,0)}.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 .2rem rgba(219.15,167.65,11.95,.5)}.btn-danger{color:#fff;background-color:#fe5a58;border-color:#fe5a58}.btn-danger:hover{color:#fff;background-color:#fe3432;border-color:#fe2825}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(254.15,114.75,113.05,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#fe5a58;border-color:#fe5a58}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#fe2825;border-color:#fe1b19}.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 .2rem rgba(254.15,114.75,113.05,.5)}.btn-light{color:#101828;background-color:#f5f5f5;border-color:#f5f5f5}.btn-light:hover{color:#101828;background-color:#e2e2e2;border-color:rgb(219.5,219.5,219.5)}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(210.65,211.85,214.25,.5)}.btn-light.disabled,.btn-light:disabled{color:#101828;background-color:#f5f5f5;border-color:#f5f5f5}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#101828;background-color:rgb(219.5,219.5,219.5);border-color:#d5d5d5}.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 .2rem rgba(210.65,211.85,214.25,.5)}.btn-dark{color:#fff;background-color:#1d2939;border-color:#1d2939}.btn-dark:hover{color:#fff;background-color:rgb(16.101744186,22.7645348837,31.648255814);border-color:rgb(11.8023255814,16.6860465116,23.1976744186)}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(62.9,73.1,86.7,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#1d2939;border-color:#1d2939}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:rgb(11.8023255814,16.6860465116,23.1976744186);border-color:rgb(7.5029069767,10.6075581395,14.7470930233)}.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 .2rem rgba(62.9,73.1,86.7,.5)}.btn-outline-primary{color:#203444;border-color:#203444}.btn-outline-primary:hover{color:#fff;background-color:#203444;border-color:#203444}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(32,52,68,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#203444;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#203444;border-color:#203444}.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 .2rem rgba(32,52,68,.5)}.btn-outline-secondary{color:#667085;border-color:#667085}.btn-outline-secondary:hover{color:#fff;background-color:#667085;border-color:#667085}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(102,112,133,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#667085;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#667085;border-color:#667085}.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 .2rem rgba(102,112,133,.5)}.btn-outline-success{color:#28c29b;border-color:#28c29b}.btn-outline-success:hover{color:#fff;background-color:#28c29b;border-color:#28c29b}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,194,155,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28c29b;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28c29b;border-color:#28c29b}.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 .2rem rgba(40,194,155,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.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 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#101828;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#101828;background-color:#ffc107;border-color:#ffc107}.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 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#fe5a58;border-color:#fe5a58}.btn-outline-danger:hover{color:#fff;background-color:#fe5a58;border-color:#fe5a58}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(254,90,88,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#fe5a58;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#fe5a58;border-color:#fe5a58}.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 .2rem rgba(254,90,88,.5)}.btn-outline-light{color:#f5f5f5;border-color:#f5f5f5}.btn-outline-light:hover{color:#101828;background-color:#f5f5f5;border-color:#f5f5f5}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96.1%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f5f5f5;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#101828;background-color:#f5f5f5;border-color:#f5f5f5}.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 .2rem hsla(0,0%,96.1%,.5)}.btn-outline-dark{color:#1d2939;border-color:#1d2939}.btn-outline-dark:hover{color:#fff;background-color:#1d2939;border-color:#1d2939}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(29,41,57,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1d2939;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#1d2939;border-color:#1d2939}.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 .2rem rgba(29,41,57,.5)}.btn-link{font-weight:400;color:#203444;text-decoration:none}.btn-link:hover{color:#304c63;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#475467;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.7875rem;line-height:1.5;border-radius:.2rem}.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{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.9rem;color:#101828;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:8px}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:320px){.dropdown-menu-xs-left{right:auto;left:0}.dropdown-menu-xs-right{right:0;left:auto}}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}@media(min-width:1550px){.dropdown-menu-xxxl-left{right:auto;left:0}.dropdown-menu-xxxl-right{right:0;left:auto}}@media(min-width:1700px){.dropdown-menu-xxxxl-left{right:auto;left:0}.dropdown-menu-xxxxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.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]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e4e7ec}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#101828;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#090d16;text-decoration:none;background-color:#f5f5f5}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#203444}.dropdown-item.disabled,.dropdown-item:disabled{color:#475467;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.7875rem;color:#475467;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#101828}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:.9rem;font-weight:400;line-height:1.6;color:#344054;text-align:center;white-space:nowrap;background-color:#e4e7ec;border:1px solid #98a2b3;border-radius:8px}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.7875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.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:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.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:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.44rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#203444;background-color:#203444}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(32,52,68,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:rgba(32,52,68,.75)}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:rgb(97.58,143.88,180.92);border-color:rgb(97.58,143.88,180.92)}.custom-control-input:disabled~.custom-control-label{color:#475467}.custom-control-input:disabled~.custom-control-label:before{background-color:#e4e7ec}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #667085}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.22rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:8px}.custom-checkbox .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' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#203444;background-color:#203444}.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' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(32,52,68,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(32,52,68,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.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' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(32,52,68,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.22rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#667085;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(32,52,68,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.6em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:.9rem;font-weight:400;line-height:1.6;color:#344054;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231D2939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #98a2b3;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:rgba(32,52,68,.75);outline:0;box-shadow:0 0 0 .2rem rgba(32,52,68,.25)}.custom-select:focus::-ms-value{color:#344054;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#475467;background-color:#e4e7ec}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.7875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.125rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.6em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:rgba(32,52,68,.75);box-shadow:0 0 0 .2rem rgba(32,52,68,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e4e7ec}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.6em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #98a2b3;border-radius:8px}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.6;color:#344054}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.6em + .75rem);content:"Browse";background-color:#e4e7ec;border-left:inherit;border-radius:0 8px 8px 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f9fafb,0 0 0 .2rem rgba(32,52,68,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f9fafb,0 0 0 .2rem rgba(32,52,68,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f9fafb,0 0 0 .2rem rgba(32,52,68,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#203444;border:0;border-radius:1rem;-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;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:rgb(97.58,143.88,180.92)}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#d0d5dd;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#203444;border:0;border-radius: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;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:rgb(97.58,143.88,180.92)}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#d0d5dd;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#203444;border:0;border-radius:1rem;-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;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:rgb(97.58,143.88,180.92)}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#d0d5dd;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#667085}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#667085}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#667085}.custom-control-label:before,.custom-file-label,.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){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#475467;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #d0d5dd}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:8px;border-top-right-radius:8px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e4e7ec #e4e7ec #d0d5dd}.nav-tabs .nav-link.disabled{color:#475467;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#344054;background-color:#f9fafb;border-color:#d0d5dd #d0d5dd #f9fafb}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:8px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#203444}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.32rem;padding-bottom:.32rem;margin-right:1rem;font-size:1.125rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.125rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:8px}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media(max-width:319.98px){.navbar-expand-xs>.container,.navbar-expand-xs>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:320px){.navbar-expand-xs{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xs .navbar-nav{flex-direction:row}.navbar-expand-xs .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xs .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xs>.container,.navbar-expand-xs>.container-fluid{flex-wrap:nowrap}.navbar-expand-xs .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xs .navbar-toggler{display:none}}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left: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-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.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{padding-right:0;padding-left: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-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:992px){.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-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1200px){.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-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media(max-width:1399.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1400px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}@media(max-width:1549.98px){.navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1550px){.navbar-expand-xxxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}}@media(max-width:1699.98px){.navbar-expand-xxxxl>.container,.navbar-expand-xxxxl>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1700px){.navbar-expand-xxxxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxxxl>.container,.navbar-expand-xxxxl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xxxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.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{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.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{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:8px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.card-body{flex:1 1 auto;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{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:7px 7px 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 7px 7px}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:7px}.card-img-top{width:100%;border-top-left-radius:7px;border-top-right-radius:7px}.card-img-bottom{width:100%;border-bottom-right-radius:7px;border-bottom-left-radius:7px}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-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-top-left-radius:0;border-bottom-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>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e4e7ec;border-radius:8px}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#475467;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#475467}.pagination{display:flex;padding-left:0;list-style:none;border-radius:8px}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#203444;background-color:#fff;border:1px solid #d0d5dd}.page-link:hover{z-index:2;color:#304c63;text-decoration:none;background-color:#e4e7ec;border-color:#d0d5dd}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(32,52,68,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:8px;border-bottom-left-radius:8px}.page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#203444;border-color:#203444}.page-item.disabled .page-link{color:#475467;pointer-events:none;cursor:auto;background-color:#fff;border-color:#d0d5dd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.7875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;white-space:nowrap;vertical-align:baseline;border-radius:8px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#203444}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:rgb(15.68,25.48,33.32)}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(32,52,68,.5)}.badge-secondary{color:#fff;background-color:#667085}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:rgb(79.8638297872,87.6936170213,104.1361702128)}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(102,112,133,.5)}.badge-success{color:#fff;background-color:#28c29b}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:rgb(31.2820512821,151.7179487179,121.2179487179)}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,194,155,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:rgb(17.3333333333,122.0869565217,138.6666666667)}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#101828;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#101828;background-color:rgb(211,158.25,0)}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#fe5a58}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#fe2825}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(254,90,88,.5)}.badge-light{color:#101828;background-color:#f5f5f5}a.badge-light:focus,a.badge-light:hover{color:#101828;background-color:rgb(219.5,219.5,219.5)}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem hsla(0,0%,96.1%,.5)}.badge-dark{color:#fff;background-color:#1d2939}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:rgb(11.8023255814,16.6860465116,23.1976744186)}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(29,41,57,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e4e7ec;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:8px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.85rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgb(16.64,27.04,35.36);background-color:rgb(210.4,214.4,217.6);border-color:rgb(192.56,198.16,202.64)}.alert-primary hr{border-top-color:#b3babf}.alert-primary .alert-link{color:rgb(.32,.52,.68)}.alert-secondary{color:rgb(53.04,58.24,69.16);background-color:rgb(224.4,226.4,230.6);border-color:rgb(212.16,214.96,220.84)}.alert-secondary hr{border-top-color:rgb(197.9727272727,201.7,209.5272727273)}.alert-secondary .alert-link{color:rgb(30.9038297872,33.9336170213,40.2961702128)}.alert-success{color:rgb(20.8,100.88,80.6);background-color:rgb(212,242.8,235);border-color:rgb(194.8,237.92,227)}.alert-success hr{border-top-color:rgb(174.9358695652,232.2841304348,217.7608695652)}.alert-success .alert-link{color:rgb(12.0820512821,58.5979487179,46.8179487179)}.alert-info{color:rgb(11.96,84.24,95.68);background-color:rgb(208.6,236.4,240.8);border-color:rgb(190.04,228.96,235.12)}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:rgb(6.2933333333,44.3269565217,50.3466666667)}.alert-warning{color:rgb(132.6,100.36,3.64);background-color:rgb(255,242.6,205.4);border-color:rgb(255,237.64,185.56)}.alert-warning hr{border-top-color:rgb(255,231.265,160.06)}.alert-warning .alert-link{color:#533f02}.alert-danger{color:rgb(132.08,46.8,45.76);background-color:rgb(254.8,222,221.6);border-color:rgb(254.72,208.8,208.24)}.alert-danger hr{border-top-color:#ffb8b7}.alert-danger .alert-link{color:rgb(94.2028070175,33.3789473684,32.6371929825)}.alert-light{color:rgb(127.4,127.4,127.4);background-color:#fdfdfd;border-color:rgb(252.2,252.2,252.2)}.alert-light hr{border-top-color:#efefef}.alert-light .alert-link{color:rgb(101.9,101.9,101.9)}.alert-dark{color:rgb(15.08,21.32,29.64);background-color:rgb(209.8,212.2,215.4);border-color:rgb(191.72,195.08,199.56)}.alert-dark hr{border-top-color:#b2b6bc}.alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.675rem;background-color:#e4e7ec;border-radius:8px}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#203444;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#344054;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#344054;text-decoration:none;background-color:#f5f5f5}.list-group-item-action:active{color:#101828;background-color:#e4e7ec}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.list-group-item.disabled,.list-group-item:disabled{color:#475467;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#203444;border-color:#203444}.list-group-horizontal{flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}@media(min-width:320px){.list-group-horizontal-xs{flex-direction:row}.list-group-horizontal-xs .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xs .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-xs .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xxl .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-xxl .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}@media(min-width:1550px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xxxl .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-xxxl .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}@media(min-width:1700px){.list-group-horizontal-xxxxl{flex-direction:row}.list-group-horizontal-xxxxl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xxxxl .list-group-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0}.list-group-horizontal-xxxxl .list-group-item:last-child{margin-right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:rgb(16.64,27.04,35.36);background-color:rgb(192.56,198.16,202.64)}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:rgb(16.64,27.04,35.36);background-color:#b3babf}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(16.64,27.04,35.36);border-color:rgb(16.64,27.04,35.36)}.list-group-item-secondary{color:rgb(53.04,58.24,69.16);background-color:rgb(212.16,214.96,220.84)}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:rgb(53.04,58.24,69.16);background-color:rgb(197.9727272727,201.7,209.5272727273)}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(53.04,58.24,69.16);border-color:rgb(53.04,58.24,69.16)}.list-group-item-success{color:rgb(20.8,100.88,80.6);background-color:rgb(194.8,237.92,227)}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:rgb(20.8,100.88,80.6);background-color:rgb(174.9358695652,232.2841304348,217.7608695652)}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(20.8,100.88,80.6);border-color:rgb(20.8,100.88,80.6)}.list-group-item-info{color:rgb(11.96,84.24,95.68);background-color:rgb(190.04,228.96,235.12)}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:rgb(11.96,84.24,95.68);background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(11.96,84.24,95.68);border-color:rgb(11.96,84.24,95.68)}.list-group-item-warning{color:rgb(132.6,100.36,3.64);background-color:rgb(255,237.64,185.56)}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:rgb(132.6,100.36,3.64);background-color:rgb(255,231.265,160.06)}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(132.6,100.36,3.64);border-color:rgb(132.6,100.36,3.64)}.list-group-item-danger{color:rgb(132.08,46.8,45.76);background-color:rgb(254.72,208.8,208.24)}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:rgb(132.08,46.8,45.76);background-color:#ffb8b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(132.08,46.8,45.76);border-color:rgb(132.08,46.8,45.76)}.list-group-item-light{color:rgb(127.4,127.4,127.4);background-color:rgb(252.2,252.2,252.2)}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:rgb(127.4,127.4,127.4);background-color:#efefef}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(127.4,127.4,127.4);border-color:rgb(127.4,127.4,127.4)}.list-group-item-dark{color:rgb(15.08,21.32,29.64);background-color:rgb(191.72,195.08,199.56)}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:rgb(15.08,21.32,29.64);background-color:#b2b6bc}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(15.08,21.32,29.64);border-color:rgb(15.08,21.32,29.64)}.close{float:right;font-size:1.35rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#475467;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);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{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #d0d5dd;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.6}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #d0d5dd;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.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)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:8px}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.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{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.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{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.9rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#101828}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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:#203444!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:rgb(15.68,25.48,33.32)!important}.bg-secondary{background-color:#667085!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:rgb(79.8638297872,87.6936170213,104.1361702128)!important}.bg-success{background-color:#28c29b!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:rgb(31.2820512821,151.7179487179,121.2179487179)!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:rgb(17.3333333333,122.0869565217,138.6666666667)!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:rgb(211,158.25,0)!important}.bg-danger{background-color:#fe5a58!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#fe2825!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:rgb(219.5,219.5,219.5)!important}.bg-dark{background-color:#1d2939!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:rgb(11.8023255814,16.6860465116,23.1976744186)!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #d0d5dd!important}.border-top{border-top:1px solid #d0d5dd!important}.border-right{border-right:1px solid #d0d5dd!important}.border-bottom{border-bottom:1px solid #d0d5dd!important}.border-left{border-left:1px solid #d0d5dd!important}.border-0{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:#203444!important}.border-secondary{border-color:#667085!important}.border-success{border-color:#28c29b!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#fe5a58!important}.border-light{border-color:#f5f5f5!important}.border-dark{border-color:#1d2939!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:8px!important}.rounded-top{border-top-left-radius:8px!important}.rounded-right,.rounded-top{border-top-right-radius:8px!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:8px!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:8px!important}.rounded-left{border-top-left-radius:8px!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.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:320px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-table{display:table!important}.d-xs-table-row{display:table-row!important}.d-xs-table-cell{display:table-cell!important}.d-xs-flex{display:flex!important}.d-xs-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:992px){.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:1200px){.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(min-width:1400px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}}@media(min-width:1550px){.d-xxxl-none{display:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}}@media(min-width:1700px){.d-xxxxl-none{display:none!important}.d-xxxxl-inline{display:inline!important}.d-xxxxl-inline-block{display:inline-block!important}.d-xxxxl-block{display:block!important}.d-xxxxl-table{display:table!important}.d-xxxxl-table-row{display:table-row!important}.d-xxxxl-table-cell{display:table-cell!important}.d-xxxxl-flex{display:flex!important}.d-xxxxl-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{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.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:320px){.flex-xs-row{flex-direction:row!important}.flex-xs-column{flex-direction:column!important}.flex-xs-row-reverse{flex-direction:row-reverse!important}.flex-xs-column-reverse{flex-direction:column-reverse!important}.flex-xs-wrap{flex-wrap:wrap!important}.flex-xs-nowrap{flex-wrap:nowrap!important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xs-fill{flex:1 1 auto!important}.flex-xs-grow-0{flex-grow:0!important}.flex-xs-grow-1{flex-grow:1!important}.flex-xs-shrink-0{flex-shrink:0!important}.flex-xs-shrink-1{flex-shrink:1!important}.justify-content-xs-start{justify-content:flex-start!important}.justify-content-xs-end{justify-content:flex-end!important}.justify-content-xs-center{justify-content:center!important}.justify-content-xs-between{justify-content:space-between!important}.justify-content-xs-around{justify-content:space-around!important}.align-items-xs-start{align-items:flex-start!important}.align-items-xs-end{align-items:flex-end!important}.align-items-xs-center{align-items:center!important}.align-items-xs-baseline{align-items:baseline!important}.align-items-xs-stretch{align-items:stretch!important}.align-content-xs-start{align-content:flex-start!important}.align-content-xs-end{align-content:flex-end!important}.align-content-xs-center{align-content:center!important}.align-content-xs-between{align-content:space-between!important}.align-content-xs-around{align-content:space-around!important}.align-content-xs-stretch{align-content:stretch!important}.align-self-xs-auto{align-self:auto!important}.align-self-xs-start{align-self:flex-start!important}.align-self-xs-end{align-self:flex-end!important}.align-self-xs-center{align-self:center!important}.align-self-xs-baseline{align-self:baseline!important}.align-self-xs-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:992px){.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:1200px){.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}}@media(min-width:1400px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}@media(min-width:1550px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}}@media(min-width:1700px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:320px){.float-xs-left{float:left!important}.float-xs-right{float:right!important}.float-xs-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:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media(min-width:1400px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}@media(min-width:1550px){.float-xxxl-left{float:left!important}.float-xxxl-right{float:right!important}.float-xxxl-none{float:none!important}}@media(min-width:1700px){.float-xxxxl-left{float:left!important}.float-xxxxl-right{float:right!important}.float-xxxxl-none{float: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{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!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}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.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}.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{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{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:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{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:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{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:320px){.m-xs-0{margin:0!important}.mt-xs-0,.my-xs-0{margin-top:0!important}.mr-xs-0,.mx-xs-0{margin-right:0!important}.mb-xs-0,.my-xs-0{margin-bottom:0!important}.ml-xs-0,.mx-xs-0{margin-left:0!important}.m-xs-1{margin:.25rem!important}.mt-xs-1,.my-xs-1{margin-top:.25rem!important}.mr-xs-1,.mx-xs-1{margin-right:.25rem!important}.mb-xs-1,.my-xs-1{margin-bottom:.25rem!important}.ml-xs-1,.mx-xs-1{margin-left:.25rem!important}.m-xs-2{margin:.5rem!important}.mt-xs-2,.my-xs-2{margin-top:.5rem!important}.mr-xs-2,.mx-xs-2{margin-right:.5rem!important}.mb-xs-2,.my-xs-2{margin-bottom:.5rem!important}.ml-xs-2,.mx-xs-2{margin-left:.5rem!important}.m-xs-3{margin:1rem!important}.mt-xs-3,.my-xs-3{margin-top:1rem!important}.mr-xs-3,.mx-xs-3{margin-right:1rem!important}.mb-xs-3,.my-xs-3{margin-bottom:1rem!important}.ml-xs-3,.mx-xs-3{margin-left:1rem!important}.m-xs-4{margin:1.5rem!important}.mt-xs-4,.my-xs-4{margin-top:1.5rem!important}.mr-xs-4,.mx-xs-4{margin-right:1.5rem!important}.mb-xs-4,.my-xs-4{margin-bottom:1.5rem!important}.ml-xs-4,.mx-xs-4{margin-left:1.5rem!important}.m-xs-5{margin:3rem!important}.mt-xs-5,.my-xs-5{margin-top:3rem!important}.mr-xs-5,.mx-xs-5{margin-right:3rem!important}.mb-xs-5,.my-xs-5{margin-bottom:3rem!important}.ml-xs-5,.mx-xs-5{margin-left:3rem!important}.p-xs-0{padding:0!important}.pt-xs-0,.py-xs-0{padding-top:0!important}.pr-xs-0,.px-xs-0{padding-right:0!important}.pb-xs-0,.py-xs-0{padding-bottom:0!important}.pl-xs-0,.px-xs-0{padding-left:0!important}.p-xs-1{padding:.25rem!important}.pt-xs-1,.py-xs-1{padding-top:.25rem!important}.pr-xs-1,.px-xs-1{padding-right:.25rem!important}.pb-xs-1,.py-xs-1{padding-bottom:.25rem!important}.pl-xs-1,.px-xs-1{padding-left:.25rem!important}.p-xs-2{padding:.5rem!important}.pt-xs-2,.py-xs-2{padding-top:.5rem!important}.pr-xs-2,.px-xs-2{padding-right:.5rem!important}.pb-xs-2,.py-xs-2{padding-bottom:.5rem!important}.pl-xs-2,.px-xs-2{padding-left:.5rem!important}.p-xs-3{padding:1rem!important}.pt-xs-3,.py-xs-3{padding-top:1rem!important}.pr-xs-3,.px-xs-3{padding-right:1rem!important}.pb-xs-3,.py-xs-3{padding-bottom:1rem!important}.pl-xs-3,.px-xs-3{padding-left:1rem!important}.p-xs-4{padding:1.5rem!important}.pt-xs-4,.py-xs-4{padding-top:1.5rem!important}.pr-xs-4,.px-xs-4{padding-right:1.5rem!important}.pb-xs-4,.py-xs-4{padding-bottom:1.5rem!important}.pl-xs-4,.px-xs-4{padding-left:1.5rem!important}.p-xs-5{padding:3rem!important}.pt-xs-5,.py-xs-5{padding-top:3rem!important}.pr-xs-5,.px-xs-5{padding-right:3rem!important}.pb-xs-5,.py-xs-5{padding-bottom:3rem!important}.pl-xs-5,.px-xs-5{padding-left:3rem!important}.m-xs-n1{margin:-.25rem!important}.mt-xs-n1,.my-xs-n1{margin-top:-.25rem!important}.mr-xs-n1,.mx-xs-n1{margin-right:-.25rem!important}.mb-xs-n1,.my-xs-n1{margin-bottom:-.25rem!important}.ml-xs-n1,.mx-xs-n1{margin-left:-.25rem!important}.m-xs-n2{margin:-.5rem!important}.mt-xs-n2,.my-xs-n2{margin-top:-.5rem!important}.mr-xs-n2,.mx-xs-n2{margin-right:-.5rem!important}.mb-xs-n2,.my-xs-n2{margin-bottom:-.5rem!important}.ml-xs-n2,.mx-xs-n2{margin-left:-.5rem!important}.m-xs-n3{margin:-1rem!important}.mt-xs-n3,.my-xs-n3{margin-top:-1rem!important}.mr-xs-n3,.mx-xs-n3{margin-right:-1rem!important}.mb-xs-n3,.my-xs-n3{margin-bottom:-1rem!important}.ml-xs-n3,.mx-xs-n3{margin-left:-1rem!important}.m-xs-n4{margin:-1.5rem!important}.mt-xs-n4,.my-xs-n4{margin-top:-1.5rem!important}.mr-xs-n4,.mx-xs-n4{margin-right:-1.5rem!important}.mb-xs-n4,.my-xs-n4{margin-bottom:-1.5rem!important}.ml-xs-n4,.mx-xs-n4{margin-left:-1.5rem!important}.m-xs-n5{margin:-3rem!important}.mt-xs-n5,.my-xs-n5{margin-top:-3rem!important}.mr-xs-n5,.mx-xs-n5{margin-right:-3rem!important}.mb-xs-n5,.my-xs-n5{margin-bottom:-3rem!important}.ml-xs-n5,.mx-xs-n5{margin-left:-3rem!important}.m-xs-auto{margin:auto!important}.mt-xs-auto,.my-xs-auto{margin-top:auto!important}.mr-xs-auto,.mx-xs-auto{margin-right:auto!important}.mb-xs-auto,.my-xs-auto{margin-bottom:auto!important}.ml-xs-auto,.mx-xs-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:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{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:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{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:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{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:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{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:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{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:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{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:992px){.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:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{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:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{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:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{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:1200px){.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:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{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:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{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:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{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}}@media(min-width:1400px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media(min-width:1550px){.m-xxxl-0{margin:0!important}.mt-xxxl-0,.my-xxxl-0{margin-top:0!important}.mr-xxxl-0,.mx-xxxl-0{margin-right:0!important}.mb-xxxl-0,.my-xxxl-0{margin-bottom:0!important}.ml-xxxl-0,.mx-xxxl-0{margin-left:0!important}.m-xxxl-1{margin:.25rem!important}.mt-xxxl-1,.my-xxxl-1{margin-top:.25rem!important}.mr-xxxl-1,.mx-xxxl-1{margin-right:.25rem!important}.mb-xxxl-1,.my-xxxl-1{margin-bottom:.25rem!important}.ml-xxxl-1,.mx-xxxl-1{margin-left:.25rem!important}.m-xxxl-2{margin:.5rem!important}.mt-xxxl-2,.my-xxxl-2{margin-top:.5rem!important}.mr-xxxl-2,.mx-xxxl-2{margin-right:.5rem!important}.mb-xxxl-2,.my-xxxl-2{margin-bottom:.5rem!important}.ml-xxxl-2,.mx-xxxl-2{margin-left:.5rem!important}.m-xxxl-3{margin:1rem!important}.mt-xxxl-3,.my-xxxl-3{margin-top:1rem!important}.mr-xxxl-3,.mx-xxxl-3{margin-right:1rem!important}.mb-xxxl-3,.my-xxxl-3{margin-bottom:1rem!important}.ml-xxxl-3,.mx-xxxl-3{margin-left:1rem!important}.m-xxxl-4{margin:1.5rem!important}.mt-xxxl-4,.my-xxxl-4{margin-top:1.5rem!important}.mr-xxxl-4,.mx-xxxl-4{margin-right:1.5rem!important}.mb-xxxl-4,.my-xxxl-4{margin-bottom:1.5rem!important}.ml-xxxl-4,.mx-xxxl-4{margin-left:1.5rem!important}.m-xxxl-5{margin:3rem!important}.mt-xxxl-5,.my-xxxl-5{margin-top:3rem!important}.mr-xxxl-5,.mx-xxxl-5{margin-right:3rem!important}.mb-xxxl-5,.my-xxxl-5{margin-bottom:3rem!important}.ml-xxxl-5,.mx-xxxl-5{margin-left:3rem!important}.p-xxxl-0{padding:0!important}.pt-xxxl-0,.py-xxxl-0{padding-top:0!important}.pr-xxxl-0,.px-xxxl-0{padding-right:0!important}.pb-xxxl-0,.py-xxxl-0{padding-bottom:0!important}.pl-xxxl-0,.px-xxxl-0{padding-left:0!important}.p-xxxl-1{padding:.25rem!important}.pt-xxxl-1,.py-xxxl-1{padding-top:.25rem!important}.pr-xxxl-1,.px-xxxl-1{padding-right:.25rem!important}.pb-xxxl-1,.py-xxxl-1{padding-bottom:.25rem!important}.pl-xxxl-1,.px-xxxl-1{padding-left:.25rem!important}.p-xxxl-2{padding:.5rem!important}.pt-xxxl-2,.py-xxxl-2{padding-top:.5rem!important}.pr-xxxl-2,.px-xxxl-2{padding-right:.5rem!important}.pb-xxxl-2,.py-xxxl-2{padding-bottom:.5rem!important}.pl-xxxl-2,.px-xxxl-2{padding-left:.5rem!important}.p-xxxl-3{padding:1rem!important}.pt-xxxl-3,.py-xxxl-3{padding-top:1rem!important}.pr-xxxl-3,.px-xxxl-3{padding-right:1rem!important}.pb-xxxl-3,.py-xxxl-3{padding-bottom:1rem!important}.pl-xxxl-3,.px-xxxl-3{padding-left:1rem!important}.p-xxxl-4{padding:1.5rem!important}.pt-xxxl-4,.py-xxxl-4{padding-top:1.5rem!important}.pr-xxxl-4,.px-xxxl-4{padding-right:1.5rem!important}.pb-xxxl-4,.py-xxxl-4{padding-bottom:1.5rem!important}.pl-xxxl-4,.px-xxxl-4{padding-left:1.5rem!important}.p-xxxl-5{padding:3rem!important}.pt-xxxl-5,.py-xxxl-5{padding-top:3rem!important}.pr-xxxl-5,.px-xxxl-5{padding-right:3rem!important}.pb-xxxl-5,.py-xxxl-5{padding-bottom:3rem!important}.pl-xxxl-5,.px-xxxl-5{padding-left:3rem!important}.m-xxxl-n1{margin:-.25rem!important}.mt-xxxl-n1,.my-xxxl-n1{margin-top:-.25rem!important}.mr-xxxl-n1,.mx-xxxl-n1{margin-right:-.25rem!important}.mb-xxxl-n1,.my-xxxl-n1{margin-bottom:-.25rem!important}.ml-xxxl-n1,.mx-xxxl-n1{margin-left:-.25rem!important}.m-xxxl-n2{margin:-.5rem!important}.mt-xxxl-n2,.my-xxxl-n2{margin-top:-.5rem!important}.mr-xxxl-n2,.mx-xxxl-n2{margin-right:-.5rem!important}.mb-xxxl-n2,.my-xxxl-n2{margin-bottom:-.5rem!important}.ml-xxxl-n2,.mx-xxxl-n2{margin-left:-.5rem!important}.m-xxxl-n3{margin:-1rem!important}.mt-xxxl-n3,.my-xxxl-n3{margin-top:-1rem!important}.mr-xxxl-n3,.mx-xxxl-n3{margin-right:-1rem!important}.mb-xxxl-n3,.my-xxxl-n3{margin-bottom:-1rem!important}.ml-xxxl-n3,.mx-xxxl-n3{margin-left:-1rem!important}.m-xxxl-n4{margin:-1.5rem!important}.mt-xxxl-n4,.my-xxxl-n4{margin-top:-1.5rem!important}.mr-xxxl-n4,.mx-xxxl-n4{margin-right:-1.5rem!important}.mb-xxxl-n4,.my-xxxl-n4{margin-bottom:-1.5rem!important}.ml-xxxl-n4,.mx-xxxl-n4{margin-left:-1.5rem!important}.m-xxxl-n5{margin:-3rem!important}.mt-xxxl-n5,.my-xxxl-n5{margin-top:-3rem!important}.mr-xxxl-n5,.mx-xxxl-n5{margin-right:-3rem!important}.mb-xxxl-n5,.my-xxxl-n5{margin-bottom:-3rem!important}.ml-xxxl-n5,.mx-xxxl-n5{margin-left:-3rem!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media(min-width:1700px){.m-xxxxl-0{margin:0!important}.mt-xxxxl-0,.my-xxxxl-0{margin-top:0!important}.mr-xxxxl-0,.mx-xxxxl-0{margin-right:0!important}.mb-xxxxl-0,.my-xxxxl-0{margin-bottom:0!important}.ml-xxxxl-0,.mx-xxxxl-0{margin-left:0!important}.m-xxxxl-1{margin:.25rem!important}.mt-xxxxl-1,.my-xxxxl-1{margin-top:.25rem!important}.mr-xxxxl-1,.mx-xxxxl-1{margin-right:.25rem!important}.mb-xxxxl-1,.my-xxxxl-1{margin-bottom:.25rem!important}.ml-xxxxl-1,.mx-xxxxl-1{margin-left:.25rem!important}.m-xxxxl-2{margin:.5rem!important}.mt-xxxxl-2,.my-xxxxl-2{margin-top:.5rem!important}.mr-xxxxl-2,.mx-xxxxl-2{margin-right:.5rem!important}.mb-xxxxl-2,.my-xxxxl-2{margin-bottom:.5rem!important}.ml-xxxxl-2,.mx-xxxxl-2{margin-left:.5rem!important}.m-xxxxl-3{margin:1rem!important}.mt-xxxxl-3,.my-xxxxl-3{margin-top:1rem!important}.mr-xxxxl-3,.mx-xxxxl-3{margin-right:1rem!important}.mb-xxxxl-3,.my-xxxxl-3{margin-bottom:1rem!important}.ml-xxxxl-3,.mx-xxxxl-3{margin-left:1rem!important}.m-xxxxl-4{margin:1.5rem!important}.mt-xxxxl-4,.my-xxxxl-4{margin-top:1.5rem!important}.mr-xxxxl-4,.mx-xxxxl-4{margin-right:1.5rem!important}.mb-xxxxl-4,.my-xxxxl-4{margin-bottom:1.5rem!important}.ml-xxxxl-4,.mx-xxxxl-4{margin-left:1.5rem!important}.m-xxxxl-5{margin:3rem!important}.mt-xxxxl-5,.my-xxxxl-5{margin-top:3rem!important}.mr-xxxxl-5,.mx-xxxxl-5{margin-right:3rem!important}.mb-xxxxl-5,.my-xxxxl-5{margin-bottom:3rem!important}.ml-xxxxl-5,.mx-xxxxl-5{margin-left:3rem!important}.p-xxxxl-0{padding:0!important}.pt-xxxxl-0,.py-xxxxl-0{padding-top:0!important}.pr-xxxxl-0,.px-xxxxl-0{padding-right:0!important}.pb-xxxxl-0,.py-xxxxl-0{padding-bottom:0!important}.pl-xxxxl-0,.px-xxxxl-0{padding-left:0!important}.p-xxxxl-1{padding:.25rem!important}.pt-xxxxl-1,.py-xxxxl-1{padding-top:.25rem!important}.pr-xxxxl-1,.px-xxxxl-1{padding-right:.25rem!important}.pb-xxxxl-1,.py-xxxxl-1{padding-bottom:.25rem!important}.pl-xxxxl-1,.px-xxxxl-1{padding-left:.25rem!important}.p-xxxxl-2{padding:.5rem!important}.pt-xxxxl-2,.py-xxxxl-2{padding-top:.5rem!important}.pr-xxxxl-2,.px-xxxxl-2{padding-right:.5rem!important}.pb-xxxxl-2,.py-xxxxl-2{padding-bottom:.5rem!important}.pl-xxxxl-2,.px-xxxxl-2{padding-left:.5rem!important}.p-xxxxl-3{padding:1rem!important}.pt-xxxxl-3,.py-xxxxl-3{padding-top:1rem!important}.pr-xxxxl-3,.px-xxxxl-3{padding-right:1rem!important}.pb-xxxxl-3,.py-xxxxl-3{padding-bottom:1rem!important}.pl-xxxxl-3,.px-xxxxl-3{padding-left:1rem!important}.p-xxxxl-4{padding:1.5rem!important}.pt-xxxxl-4,.py-xxxxl-4{padding-top:1.5rem!important}.pr-xxxxl-4,.px-xxxxl-4{padding-right:1.5rem!important}.pb-xxxxl-4,.py-xxxxl-4{padding-bottom:1.5rem!important}.pl-xxxxl-4,.px-xxxxl-4{padding-left:1.5rem!important}.p-xxxxl-5{padding:3rem!important}.pt-xxxxl-5,.py-xxxxl-5{padding-top:3rem!important}.pr-xxxxl-5,.px-xxxxl-5{padding-right:3rem!important}.pb-xxxxl-5,.py-xxxxl-5{padding-bottom:3rem!important}.pl-xxxxl-5,.px-xxxxl-5{padding-left:3rem!important}.m-xxxxl-n1{margin:-.25rem!important}.mt-xxxxl-n1,.my-xxxxl-n1{margin-top:-.25rem!important}.mr-xxxxl-n1,.mx-xxxxl-n1{margin-right:-.25rem!important}.mb-xxxxl-n1,.my-xxxxl-n1{margin-bottom:-.25rem!important}.ml-xxxxl-n1,.mx-xxxxl-n1{margin-left:-.25rem!important}.m-xxxxl-n2{margin:-.5rem!important}.mt-xxxxl-n2,.my-xxxxl-n2{margin-top:-.5rem!important}.mr-xxxxl-n2,.mx-xxxxl-n2{margin-right:-.5rem!important}.mb-xxxxl-n2,.my-xxxxl-n2{margin-bottom:-.5rem!important}.ml-xxxxl-n2,.mx-xxxxl-n2{margin-left:-.5rem!important}.m-xxxxl-n3{margin:-1rem!important}.mt-xxxxl-n3,.my-xxxxl-n3{margin-top:-1rem!important}.mr-xxxxl-n3,.mx-xxxxl-n3{margin-right:-1rem!important}.mb-xxxxl-n3,.my-xxxxl-n3{margin-bottom:-1rem!important}.ml-xxxxl-n3,.mx-xxxxl-n3{margin-left:-1rem!important}.m-xxxxl-n4{margin:-1.5rem!important}.mt-xxxxl-n4,.my-xxxxl-n4{margin-top:-1.5rem!important}.mr-xxxxl-n4,.mx-xxxxl-n4{margin-right:-1.5rem!important}.mb-xxxxl-n4,.my-xxxxl-n4{margin-bottom:-1.5rem!important}.ml-xxxxl-n4,.mx-xxxxl-n4{margin-left:-1.5rem!important}.m-xxxxl-n5{margin:-3rem!important}.mt-xxxxl-n5,.my-xxxxl-n5{margin-top:-3rem!important}.mr-xxxxl-n5,.mx-xxxxl-n5{margin-right:-3rem!important}.mb-xxxxl-n5,.my-xxxxl-n5{margin-bottom:-3rem!important}.ml-xxxxl-n5,.mx-xxxxl-n5{margin-left:-3rem!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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:320px){.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}.text-xs-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:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1550px){.text-xxxl-left{text-align:left!important}.text-xxxl-right{text-align:right!important}.text-xxxl-center{text-align:center!important}}@media(min-width:1700px){.text-xxxxl-left{text-align:left!important}.text-xxxxl-right{text-align:right!important}.text-xxxxl-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:#203444!important}a.text-primary:focus,a.text-primary:hover{color:rgb(7.52,12.22,15.98)!important}.text-secondary{color:#667085!important}a.text-secondary:focus,a.text-secondary:hover{color:rgb(68.7957446809,75.5404255319,89.7042553191)!important}.text-success{color:#28c29b!important}a.text-success:focus,a.text-success:hover{color:rgb(26.9230769231,130.5769230769,104.3269230769)!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:rgb(14.5,102.1304347826,116)!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:rgb(185.5,139.125,0)!important}.text-danger{color:#fe5a58!important}a.text-danger:focus,a.text-danger:hover{color:#fe0f0c!important}.text-light{color:#f5f5f5!important}a.text-light:focus,a.text-light:hover{color:#cfcfcf!important}.text-dark{color:#1d2939!important}a.text-dark:focus,a.text-dark:hover{color:rgb(3.2034883721,4.5290697674,6.2965116279)!important}.text-body,.text-muted{color:#101828!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #667085;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #d0d5dd!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#d0d5dd}.table .thead-dark th{color:inherit;border-color:#d0d5dd}}body,html{overflow-x:hidden}html{width:100vw}button i.fa,button i.fab,button i.fal,button i.far,button i.fas{margin-right:.5em}.button-icon i.fa,.button-icon i.fab,.button-icon i.fal,.button-icon i.far,.button-icon i.fas{margin-right:0}.mark{padding:0;background:transparent;color:inherit;font-weight:700}.divider{color:rgb(152.49,159.19,173.26);margin:0 .5rem}@media screen and (min-width:0px){.divider{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.divider{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.divider{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.divider{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.divider:after{content:"|"}.hidden{display:none!important}.center{text-align:center}.right{text-align:right}.info{color:#667085}@media screen and (min-width:0px){.info{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.info{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.info{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.info{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.code{font-family:Courier New,Courier,monospace}.error-page{padding:1em}.error-page img{margin-top:2em;max-width:900px;width:100%}.justify-l{justify-content:flex-start!important}.justify-r{justify-content:flex-end!important}.justify-c{justify-content:center!important}.justify-sb{justify-content:space-between!important}.justify-sa{justify-content:space-around!important}.layout.layout-nav-side{display:flex;height:100vh;flex-direction:column;overflow:hidden}@media(min-width:768px){.layout.layout-nav-side{flex-direction:row;justify-content:space-between}}.layout.layout-share,.layout.layout-upload{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto}.layout.layout-external-auth,.layout.layout-login,.layout.layout-register{background-color:#203444;height:100vh;overflow-x:hidden;overflow-y:auto}.account-usage-info-bar,.trial-info-bar{padding:.75rem 0;background-color:#28c29c;color:#fff}.account-usage-info-bar>.col,.trial-info-bar>.col{display:flex;align-items:baseline;justify-content:center}.account-usage-info-bar p:last-of-type,.trial-info-bar p:last-of-type{margin-bottom:0}.account-usage-info-bar h5,.trial-info-bar h5{display:inline-block}@media(max-width:767.98px){.account-usage-info-bar h5,.trial-info-bar h5{display:block}}.account-usage-info-bar a.btn,.trial-info-bar a.btn{color:#28c29c;border-color:#fff;background-color:#fff}@media(min-width:576px){.account-usage-info-bar a.btn,.trial-info-bar a.btn{margin-left:1em}}.account-usage-info-bar a.btn:hover,.trial-info-bar a.btn:hover{color:#fff;background-color:#28c29c}.account-usage-info-bar.subscription-expired,.account-usage-info-bar.trial-ended,.trial-info-bar.subscription-expired,.trial-info-bar.trial-ended{background-color:#fe5a58}.account-usage-info-bar.subscription-expired h5,.account-usage-info-bar.trial-ended h5,.trial-info-bar.subscription-expired h5,.trial-info-bar.trial-ended h5{margin:0}.account-usage-info-bar.subscription-expired a.btn,.account-usage-info-bar.trial-ended a.btn,.trial-info-bar.subscription-expired a.btn,.trial-info-bar.trial-ended a.btn{color:#fe5a58}.account-usage-info-bar.subscription-expired a.btn:hover,.account-usage-info-bar.trial-ended a.btn:hover,.trial-info-bar.subscription-expired a.btn:hover,.trial-info-bar.trial-ended a.btn:hover{color:#fff;background-color:#fe5a58}.main-container{background-color:#fff;display:flex;flex-direction:column;width:100%;overflow:hidden;transition:width .2s ease-in}@media(min-width:768px){.main-container{overflow-y:auto;margin:12px;border-radius:12px;box-shadow:-2px 1px 14.6px 0 rgba(16,24,40,.1019607843)}.main-container.main-container-second-sidebar-open{width:calc(100% - 300px)}}.main-container .main-content{flex-grow:1;overflow-y:auto;position:relative;z-index:8}@media(min-width:768px){.main-container .main-content{overflow-y:inherit}}.main-container .main-content.collection-groups h3{padding-left:15px}.main-container .main-content.split-content{overflow-y:hidden}.main-container .main-content.split-content.split-content-active .split-content-wrapper>div.container-fluid{width:calc(100% - 111px)}@media(min-width:576px){.main-container .main-content.split-content.split-content-active .split-content-wrapper>div.container-fluid{width:calc(100% - 166px)}}@media(min-width:992px){.main-container .main-content.split-content.split-content-active .split-content-wrapper>div.container-fluid{width:calc(100% - 211px)}}.main-container .main-content.split-content.split-content-active .split-content-wrapper>div.collection-preview{display:flex;opacity:1}.main-container .main-content.split-content .split-content-wrapper{display:flex;height:100%;width:100%}.main-container .main-content.split-content .split-content-wrapper-archive{background-color:#f5f5f5}.main-container .main-content.split-content .split-content-wrapper>div{width:100%}.main-container .main-content.split-content .split-content-wrapper>div.container-fluid{margin-left:0;overflow-y:auto;width:100%}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview{background-color:#667085;border-left:1px solid #e4e7ec;display:none;flex-direction:column;flex-shrink:0;opacity:0;overflow-y:auto;right:0;width:111px;transition:all .3s ease}@media(min-width:576px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview{width:161px}}@media(min-width:992px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview{height:100%;width:266px}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header{display:flex;justify-content:space-between;background-color:#fff;border-bottom:1px solid #e4e7ec;font-weight:500;line-height:1.2;padding:1rem 10px}@media screen and (min-width:0px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}@media(min-width:576px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header{padding:1rem 30px}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header #collection-preview-select{color:#203444}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-header #collection-preview-select:hover{color:#304c63}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content{background-color:rgb(244.2,245.4,247.4);flex-grow:1}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form{padding:10px}@media(min-width:576px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form{padding:20px 30px}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select{display:flex;border-bottom:1px solid #e4e7ec;margin-bottom:.5em;padding-bottom:1em}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link{display:inline-block;margin:0 auto;width:100%}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link i{font-size:18px;margin-right:.5em}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link span{color:#101828;font-weight:500}@media screen and (min-width:0px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link span{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link span{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select .collection-preview-link:hover{text-decoration:none}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-select #collection-preview-clear{margin-left:.75em}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .form-group{display:flex;justify-content:flex-end;width:100%;margin-bottom:0}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .form-group a{color:#667085;margin-left:.75em}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .form-group a:hover{color:#203444}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .form-group a i{margin:0}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions{display:flex;flex-wrap:wrap;justify-content:space-between}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-files{white-space:nowrap}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-actions-list{list-style:none;padding:0;margin:0;white-space:nowrap}@media(min-width:992px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-actions-list{margin-left:1em}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-actions-list li{display:inline-block;margin-left:.75em}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-actions-list li:first-child{margin-left:0}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-actions-list li a{color:#667085}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-actions-list li a:hover{color:#203444}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-form .collection-preview-actions .collection-preview-actions-list li a.nav-link{padding:0}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery{padding:0 10px 10px}@media(min-width:576px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery{padding:0 30px 30px}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list{display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0}@media(min-width:992px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list{justify-content:space-between}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list .collection-preview-gallery-item{list-style:none;margin-bottom:10px;max-width:90px;position:relative;width:100%}@media(min-width:576px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list .collection-preview-gallery-item{margin-bottom:20px}}@media(min-width:992px){.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list .collection-preview-gallery-item{width:calc(50% - 10px)}}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list .collection-preview-gallery-item:hover .collection-preview-file-remove{display:block;opacity:1}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list .collection-preview-gallery-item:hover .collection-preview-file-remove a{background-color:rgb(244.2,245.4,247.4);border-radius:50%}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list .collection-preview-gallery-item img{display:block;max-height:60px;max-width:90px;width:100%}.main-container .main-content.split-content .split-content-wrapper>div.collection-preview .collection-preview-content .collection-preview-gallery .collection-preview-gallery-list .collection-preview-gallery-item .collection-preview-file-remove{display:none;opacity:0;right:0;top:0;position:absolute;transform:translate(50%,-50%)}.main-container .main-content.top{z-index:9999}.main-container .main-content .content-wrapper{padding:0 15px 30px}.main-container .main-content .content-wrapper.onboarding-wrapper{padding-bottom:0}.main-container .main-content .content-wrapper .group-group-container{margin-bottom:1em}.main-container .main-content .content-wrapper .group-group-container.dragging>.card{border:1px dashed #e5e5e5}.main-container .main-content .content-wrapper .group-group-container.dragging>.card>.card-body,.main-container .main-content .content-wrapper .group-group-container.dragging>.card>.card-header{opacity:0}.main-container .main-content .content-wrapper .group-group-container.draggable .card-header{cursor:move}.main-container .main-content .content-wrapper .group-group-container .table-wrapper{border-top:none}.main-container .main-content .content-wrapper .group-group-container .table-wrapper .group-actions label{margin-left:1em}.main-container .archive-content{background-color:#f5f5f5}.main-container .archive-content .tag{border:1px solid #d0d5dd}.main-container .switch-second-sidebar-button{overflow:hidden}.main-container .switch-second-sidebar-button i{transition:transform .15s ease-in-out;position:relative}.main-container .switch-second-sidebar-button:focus{box-shadow:none}.main-container .switch-second-sidebar-button:hover i{transform:translateX(3px)}.main-container.main-container-second-sidebar-open .switch-second-sidebar-button:hover i{transform:translateX(-3px)}.row.gutter-0{margin-left:0;margin-right:0}.row.gutter-0 [class*=col-]{padding-left:0;padding-right:0}.row.gutter-10{margin-left:-5px;margin-right:-5px}.row.gutter-10 [class*=col-]{padding-left:5px;padding-right:5px}.row.gutter-20{margin-left:-10px;margin-right:-10px}.row.gutter-20 [class*=col-]{padding-left:10px;padding-right:10px}.collection-details,.collectiongroup-details,.file-details{color:#98a2b3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:0px){.collection-details,.collectiongroup-details,.file-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.collection-details,.collectiongroup-details,.file-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.collection-details,.collectiongroup-details,.file-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.collection-details,.collectiongroup-details,.file-details{font-size:.8125rem;line-height:1.25rem;letter-spacing:0}}.collection-details>span:after,.collectiongroup-details>span:after,.file-details>span:after{content:"|";color:#e4e7ec;margin:0 .5em}.collection-details>span.file-original-name:after,.collection-details>span.file-views:after,.collectiongroup-details>span.file-original-name:after,.collectiongroup-details>span.file-views:after,.file-details>span.file-original-name:after,.file-details>span.file-views:after{content:"\A";white-space:pre}.collection-details>span.file-original-name a,.collection-details>span.file-original-name span,.collection-details>span.file-uuid a,.collection-details>span.file-uuid span,.collectiongroup-details>span.file-original-name a,.collectiongroup-details>span.file-original-name span,.collectiongroup-details>span.file-uuid a,.collectiongroup-details>span.file-uuid span,.file-details>span.file-original-name a,.file-details>span.file-original-name span,.file-details>span.file-uuid a,.file-details>span.file-uuid span{margin-left:.5em}.collection-details>span:last-child:after,.collectiongroup-details>span:last-child:after,.file-details>span:last-child:after{display:none}.collection-details>span a,.collectiongroup-details>span a,.file-details>span a{color:#98a2b3}.collection-details .btn.open-in-figma,.collectiongroup-details .btn.open-in-figma,.file-details .btn.open-in-figma{background-color:#000;color:#fff;height:32px;border-radius:16px;padding:.25rem .9rem}.collection-details .btn.open-in-figma:hover,.collectiongroup-details .btn.open-in-figma:hover,.file-details .btn.open-in-figma:hover{background-color:#3a3a3a}.collection-details .btn.open-in-figma img,.collectiongroup-details .btn.open-in-figma img,.file-details .btn.open-in-figma img{height:20px;margin-right:.4rem}.collection-details .btn.open-in-figma span,.collectiongroup-details .btn.open-in-figma span,.file-details .btn.open-in-figma span{vertical-align:middle}.file-like{align-items:center;background-color:#fff;border:1px solid #e4e7ec;border-radius:4px;display:flex;font-weight:500;height:32px;line-height:1;padding:0 .5rem}.file-like .file-like-btn{color:rgb(178.5,183.5,194);cursor:pointer;transition:color .15s ease}.file-like .file-like-btn.file-liked,.file-like .file-like-btn:hover{color:#fe5a58}.file-like .file-like-btn+button{margin-left:.5em}.file-like .btn.file-likes-no,.file-like button.file-likes-no{background-color:transparent;border:none;color:#101828;font-weight:500;padding:0}@media screen and (min-width:0px){.file-like .btn.file-likes-no,.file-like button.file-likes-no{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-like .btn.file-likes-no,.file-like button.file-likes-no{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-like .btn.file-likes-no,.file-like button.file-likes-no{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-like .btn.file-likes-no,.file-like button.file-likes-no{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.file-like .btn.file-likes-no:active,.file-like .btn.file-likes-no:focus,.file-like button.file-likes-no:active,.file-like button.file-likes-no:focus{background-color:transparent;box-shadow:none;color:#101828;outline:none}.file-like .btn.file-likes-no:active:active,.file-like .btn.file-likes-no:focus:active,.file-like button.file-likes-no:active:active,.file-like button.file-likes-no:focus:active{box-shadow:none}.file-like .btn.file-likes-no:hover,.file-like button.file-likes-no:hover{background-color:transparent;text-decoration:underline}.file-like .btn.file-likes-no.file-likes-no-disabled,.file-like button.file-likes-no.file-likes-no-disabled{cursor:default}.file-like .btn.file-likes-no.file-likes-no-disabled:hover,.file-like button.file-likes-no.file-likes-no-disabled:hover{text-decoration:none}.navigation-file-comments{list-style:none;margin-left:1rem}.navigation-file-comments .file-comments{align-items:center;border:1px solid #e4e7ec;border-radius:4px;display:flex;font-weight:500;height:32px;line-height:1;padding:0 .5rem;background-color:#fff}.navigation-file-comments .file-comments .file-comments-btn{display:flex;align-items:center;color:rgb(178.5,183.5,194)}.navigation-file-comments .file-comments .file-comments-no{margin-left:.5rem}.navigation-file-comments .file-comments:hover{text-decoration:none;color:rgb(178.5,183.5,194)}.navigation-file-comments .file-comments:hover .file-comments-btn{color:#203444}.error,.error a{color:#fe5a58}.error a{text-decoration:underline}.error a:hover{color:#fe5a58;text-decoration:none}.file-validation-error{color:#fbaa29}.file-validation-error a{color:#fbaa29;text-decoration:underline}.file-validation-error a:hover{color:#fbaa29;text-decoration:none}.table-wrapper{border:1px solid #e4e7ec;border-radius:12px;margin-bottom:.8em}.table-wrapper table{margin-bottom:0;border-radius:12px}.table-wrapper table thead th{border-top:0}.table-wrapper table th{padding:1.125rem .75rem}.table-wrapper table th.th-min-content{width:-moz-min-content;width:min-content}.pagination{border:1px solid #e4e7ec;border-radius:4px;display:inline-block;margin-bottom:50px}.pagination a,.pagination span{border-left:1px solid #e4e7ec;display:inline-block;font-weight:500;padding:.375rem .75rem}.pagination a:first-child,.pagination span:first-child{border-left:none}.pagination span{cursor:default;color:#667085}.pagination a{color:#203444;text-decoration:none}.pagination a:hover{color:#667085}.connect-wrapper{text-align:center;color:#667085}@media(min-width:576px){.connect-wrapper{margin-top:5em}}.connect-wrapper.bottom{margin-top:0;margin-bottom:5em}.connect-wrapper img{margin-top:2em;width:100%}.file-sizes-list{list-style:none;padding:0}.file-sizes-list>li{display:flex}@media screen and (min-width:0px){.file-sizes-list>li span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-sizes-list>li span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-sizes-list>li span{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-sizes-list>li span{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.file-sizes-list .checkbox-label{display:flex;align-items:center}.file-sizes-list .checkbox-label label{cursor:pointer;display:inline-block;margin-left:.5em;font-weight:400;margin-bottom:0}.file-sizes-list .checkbox-label label span{margin-left:.5rem}.confirm-tooltip-cancel{color:#e4e7ec}.confirm-tooltip-cancel:hover{color:#667085}.upload-drop-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:9999;text-align:center}.upload-drop-overlay .upload-drop-overlay-content{color:#fff;position:absolute;top:0;left:0;width:100%;height:100%}.upload-drop-overlay .upload-drop-overlay-content h1{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);padding:0}a.help-icon{color:#203444!important}a.help-icon i{font-size:1rem!important}a.help-icon:hover{color:#304c63!important}.created-date-help-icon-inner a{color:#fff;text-decoration:underline}.created-date-help-icon-inner a:hover{color:#fff;text-decoration:none}.badge.collection-group-badge{margin-left:.5em;border-radius:4px;text-transform:uppercase;font-size:60%;min-width:auto}.upgrade-notice{text-transform:uppercase;font-size:11px;font-weight:700}.collection-tools{display:flex;justify-content:space-between;padding:0 15px}.collection-tools+.collection-tools{margin-top:20px}.collection-tools .list-switch a,.collection-tools .list-switch span{color:#101828;font-weight:500;text-decoration:none}@media screen and (min-width:0px){.collection-tools .list-switch a,.collection-tools .list-switch span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.collection-tools .list-switch a,.collection-tools .list-switch span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.collection-tools .list-switch a,.collection-tools .list-switch span{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.collection-tools .list-switch a,.collection-tools .list-switch span{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.collection-tools .list-switch a:hover{color:#667085}.collection-tools .list-switch a i{color:#667085;margin-left:5px}.collection-tools .list-select{display:flex;align-items:center}@media screen and (min-width:0px){.collection-tools .list-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.collection-tools .list-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.collection-tools .list-select{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.collection-tools .list-select{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.collection-tools .list-select label{color:#1d2939;cursor:pointer;font-weight:500;margin:0 .8em 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.collection-tools .list-select.select-all-collections .select-all-button,.collection-tools .list-select.select-all-files .select-all-button{background-color:#fff;border:1px solid #e4e7ec;color:#667085}.collection-tools .list-select.select-all-collections .select-all-button:after,.collection-tools .list-select.select-all-files .select-all-button:after{margin-left:0}.date-picker-container{position:relative}.date-picker-container.disabled{pointer-events:none}.date-picker-container.disabled .form-control.flatpickr-input[readonly]{background-color:#f5f5f5;border:1px solid #d0d5dd}.date-picker-container.error input{border-color:#fe5a58}.date-picker-container .input-clear{position:absolute;line-height:42px;top:0;right:.75em}.date-picker-container .input-clear i{color:rgb(152.49,159.19,173.26);font-size:18px}.selection-area{background:rgba(46,115,252,.11);border:2px solid rgba(98,155,255,.81);border-radius:.1em;z-index:999999}.main-content.page-collections,.main-content.page-files .main-wrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}#drag-layer{display:flex;position:fixed;margin-left:auto;z-index:9999;width:220px;border:2px solid #667085}#drag-layer .drag-layer-title{position:absolute;background:#667085;color:#fff;text-transform:uppercase;font-weight:700;padding:2px 4px}@media screen and (min-width:0px){#drag-layer .drag-layer-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){#drag-layer .drag-layer-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){#drag-layer .drag-layer-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){#drag-layer .drag-layer-title{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}#drag-layer img{max-width:100%}.file-access-select__control--is-focused,.file-status-select__control--is-focused,.file-watermarked-select__control--is-focused,.filter-select__control--is-focused,.prefix-suffix-select__control--is-focused,.search-query-type-select__control--is-focused,.select-user-role__control--is-focused,.taxonomy-select__control--is-focused,.user-select__control--is-focused{background-color:#fff!important;border-color:#203444!important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(32,52,68,.25)!important}.file-access-select__option,.file-status-select__option,.file-watermarked-select__option,.filter-select__option,.prefix-suffix-select__option,.search-query-type-select__option,.select-user-role__option,.taxonomy-select__option,.user-select__option{background-color:#fff!important;color:#475467!important}.file-access-select__option--is-focused,.file-status-select__option--is-focused,.file-watermarked-select__option--is-focused,.filter-select__option--is-focused,.prefix-suffix-select__option--is-focused,.search-query-type-select__option--is-focused,.select-user-role__option--is-focused,.taxonomy-select__option--is-focused,.user-select__option--is-focused{background-color:#f5f5f5!important}.file-access-select__option--is-disabled,.file-status-select__option--is-disabled,.file-watermarked-select__option--is-disabled,.filter-select__option--is-disabled,.prefix-suffix-select__option--is-disabled,.search-query-type-select__option--is-disabled,.select-user-role__option--is-disabled,.taxonomy-select__option--is-disabled,.user-select__option--is-disabled{color:#98a2b3!important}.file-access-select__option--is-selected,.file-status-select__option--is-selected,.file-watermarked-select__option--is-selected,.filter-select__option--is-selected,.prefix-suffix-select__option--is-selected,.search-query-type-select__option--is-selected,.select-user-role__option--is-selected,.taxonomy-select__option--is-selected,.user-select__option--is-selected{background:#203444!important;color:#fff!important}.file-access-select__option--is-selected span,.file-status-select__option--is-selected span,.file-watermarked-select__option--is-selected span,.filter-select__option--is-selected span,.prefix-suffix-select__option--is-selected span,.search-query-type-select__option--is-selected span,.select-user-role__option--is-selected span,.taxonomy-select__option--is-selected span,.user-select__option--is-selected span{color:#fff!important}.password-access{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 30px}.password-access .invalid-feedback{text-align:center}.password-access .lock-wrapper{margin:30px 0}.password-access .lock-wrapper i{font-size:86px;color:#98a2b3}.password-access .password-acccess-input-container{margin-top:15px;display:flex}.password-access .password-acccess-input-container button{margin-left:.5rem;display:flex;justify-content:center;align-items:center;min-width:110px}.watermark-dropdown{flex-direction:column;align-items:flex-start}.watermark-dropdown.disabled{pointer-events:auto;cursor:default}.watermark-dropdown span{display:block}@media screen and (min-width:0px){.watermark-dropdown span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.watermark-dropdown span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.watermark-dropdown span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.watermark-dropdown span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.dropdown-item.inactive{color:#667085;cursor:default}.dropdown-menu-action-more{line-height:1.1rem}.actions-wrapper{align-items:flex-end;display:flex;justify-content:space-between;flex-wrap:wrap}.actions-wrapper .actions-filters{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.actions-wrapper .actions-filters select{width:auto}.actions-wrapper .actions-filters .inline-search{flex-shrink:0}.actions-wrapper .actions-filters .inline-search input{border-radius:8px}.required-asterisk{color:#fe5a58;margin-left:.25rem}.disclaimer{color:#667085}@media screen and (min-width:0px){.disclaimer{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.disclaimer{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.disclaimer{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.disclaimer{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.drop-overlay,.lock-overlay{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;left:0;top:0;width:100%;height:100%;z-index:99;border-radius:4px;background:rgba(0,0,0,.8);color:#fff}.drop-overlay h5,.lock-overlay h5{margin-bottom:1em}.drop-overlay .lock-overlay-content,.lock-overlay .lock-overlay-content{position:absolute;top:250px}.select-template-menu{display:flex;justify-content:space-between;font-size:.85rem;color:#667085}.select-template-menu button{padding:0}.select-template-menu button i{margin-right:.25rem}.search-input-searches-wrapper{padding:1rem}.search-input-searches-wrapper h3{font-size:1rem}.search-input-searches-wrapper h4{font-size:.8rem}.search-input-searches-wrapper .search-input-pinned-searches-header{display:flex;align-items:center;margin-bottom:.25rem}.search-input-searches-wrapper .search-input-pinned-searches-header-spaced{margin-top:.25rem}.search-input-searches-wrapper .search-input-pinned-searches-header h3,.search-input-searches-wrapper .search-input-pinned-searches-header h4{margin-bottom:0}.search-input-searches-wrapper .search-input-pinned-searches-header button{margin-left:.5rem;color:#667085;font-weight:400}.search-input-searches-wrapper .search-input-pinned-searches-header button:hover{color:#203444}.search-input-searches-wrapper .search-input-pinned-searches{display:flex;flex-wrap:wrap;gap:.5rem}.search-input-searches-wrapper .tag{cursor:pointer;transition:background-color .2s ease}.search-input-searches-wrapper .tag .pinned-search-icon{margin-left:.25rem;margin-right:.5rem;font-size:.9rem}.search-input-searches-wrapper .tag:not(.tag-transparent):hover{background-color:#203444;color:#fff}.search-input-searches-wrapper .tag-transparent:hover{background-color:transparent;color:inherit;text-decoration:underline}.action-more .dropdown-item:not(.dropdown-with-notice),.action-more .dropdown-with-notice>div:first-of-type,.dropdown-menu .dropdown-item:not(.dropdown-with-notice),.dropdown-menu .dropdown-with-notice>div:first-of-type,.list-item-actions-list .dropdown-item:not(.dropdown-with-notice),.list-item-actions-list .dropdown-with-notice>div:first-of-type{display:flex;gap:.5em;align-items:center}.action-more .dropdown-item:not(.dropdown-with-notice) i,.action-more .dropdown-with-notice>div:first-of-type i,.dropdown-menu .dropdown-item:not(.dropdown-with-notice) i,.dropdown-menu .dropdown-with-notice>div:first-of-type i,.list-item-actions-list .dropdown-item:not(.dropdown-with-notice) i,.list-item-actions-list .dropdown-with-notice>div:first-of-type i{margin-right:0}.action-more .dropdown-notice,.action-more .dropdown-notice a,.dropdown-menu .dropdown-notice,.dropdown-menu .dropdown-notice a,.list-item-actions-list .dropdown-notice,.list-item-actions-list .dropdown-notice a{font-size:.85rem!important}.actionbar .dropdown-with-notice a,.dropdown-with-notice a{color:#203444}.actionbar .dropdown-with-notice a:hover,.dropdown-with-notice a:hover{color:#203444;text-decoration:underline}.file-status-field label{margin:0}.file-status-field .invalid-feedback{margin-top:0;margin-bottom:.25rem}.file-status-field .new-status-link{margin-bottom:.5rem}@media screen and (min-width:0px){.file-status-field .new-status-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-status-field .new-status-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-status-field .new-status-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-status-field .new-status-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.file-status-field .new-status-link a{color:#667085}.expiration-date-field .invalid-feedback,.expiration-date-field label{margin:0}.expiration-date-field .date-picker-container{margin-top:.5rem}@media(min-width:768px){.md-up{display:none}}.violet{color:#7a5af8}.green{color:#12b76a}.dropdown-menu{border-radius:12px;z-index:9999}@media(min-width:576px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:50%}}@media(min-width:768px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:100%}}@media(min-width:860px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:33.3333%}}@media(min-width:1200px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:25%}}@media(min-width:1350px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:20%}}@media(min-width:1800px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:16.66666667%}}@media(min-width:2100px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:14.28571429%}}@media(min-width:2400px){.main-container-second-sidebar-closed .collections .collections-item,.main-container-second-sidebar-closed .files-grid .grid-item{max-width:12.5%}}.video-showcase{cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);display:flex;align-items:center;justify-content:center;position:relative}.video-showcase-small{border-radius:8px}.video-showcase img{max-width:100%;max-height:100%;transition:transform 175ms ease-in-out}.video-showcase:hover img{transform:scale(1.05)}.video-showcase .video-showcase-icon-wrapper{position:absolute;color:#fff;text-shadow:0 4px 8px rgba(16,24,40,.3),0 2px 4px rgba(16,24,40,.3)}.file-access-select__control,.file-status-select__control,.prefix-suffix-select__control,.taxonomy-select__control,.user-select__control{border-radius:8px!important;border:1px solid #d0d5dd!important}.taxonomy-select__multi-value{background-color:#e4e7ec!important;border-radius:8px!important}.file-access-select__menu,.file-status-select__menu,.prefix-suffix-select__menu,.taxonomy-select__menu{overflow:hidden!important;border:1px solid #d0d5dd!important;border-radius:12px!important}.light-tooltip .tooltip.show{opacity:1}.light-tooltip .tooltip.show .tooltip-inner{background-color:#f9fafb!important;color:#475467;border:1px solid #e4e7ec}.light-tooltip .tooltip.show .tooltip-inner a{color:#203444}.light-tooltip .bs-tooltip-auto[x-placement^=top] .arrow:before,.light-tooltip .bs-tooltip-top .arrow:before{border-top-color:#f9fafb!important;bottom:1px}.light-tooltip .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.light-tooltip .bs-tooltip-bottom .arrow:before{border-bottom-color:#f9fafb!important;top:1px}.light-tooltip .bs-tooltip-auto[x-placement^=left] .arrow:before,.light-tooltip .bs-tooltip-left .arrow:before{border-left-color:#f9fafb!important}.light-tooltip .bs-tooltip-auto[x-placement^=right] .arrow:before,.light-tooltip .bs-tooltip-right .arrow:before{border-right-color:#f9fafb!important}.file-collections-popover .popover{border-radius:12px;border:1px solid #e4e7ec;width:375px;max-width:375px;margin:.75rem .25rem}@media(max-width:991.98px){.file-collections-popover .popover{width:90vw;max-width:90vw;margin:.25rem}}.file-collections-popover .popover .popover-header{border-top-left-radius:12px;border-top-right-radius:12px;padding:.25rem 1.5rem;cursor:default}.file-collections-popover .popover .popover-inner .popover-body{display:flex;flex-direction:column;gap:.75rem;padding:0}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list{max-height:50vh;overflow:auto;padding-left:0;margin-bottom:0;padding-bottom:.25rem;padding-top:.25rem}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a:hover{text-decoration:none}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li{padding:.25rem 1.5rem;transition:background-color 175ms ease-in-out}@media screen and (min-width:0px){.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li:hover{background-color:#f5f5f5;text-decoration:none}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li:hover .collections-breadcrumbs,.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li:hover .collections-breadcrumbs a{text-decoration:none}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li .collections-breadcrumbs{display:flex;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;align-items:center;gap:.25rem}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li .collections-breadcrumbs,.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li .collections-breadcrumbs a{font-size:.85rem;color:#98a2b3;pointer-events:none;overflow:hidden;text-overflow:ellipsis}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li .file-collections-list-name{font-weight:500}.file-collections-popover .popover .popover-inner .popover-body .file-collections-list a li .file-collections-list-user{font-size:.85rem;color:#98a2b3;margin-left:.5rem}@media screen and (min-width:0px){.sub-label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.sub-label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.sub-label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.sub-label{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.alert{border-radius:12px}.alert.alert-light{background-color:#f9fafb;border:1px solid #e4e7ec;color:#475467}.select-is-invalid>div,.select-is-invalid>div:hover{border-color:#fe5a58;box-shadow:none!important}.powered-by-wrapper{position:sticky;display:flex;align-items:flex-end;bottom:0;left:0;right:0}.powered-by-wrapper .powered-by{position:absolute;border:1px solid #e4e7ec;bottom:1.25rem;right:1.75rem;height:50px;display:flex;gap:.75rem;padding:.75rem 1.5rem;background-color:#fff;border-radius:25px;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);align-items:center;justify-content:center;color:#667085;transition:all 175ms ease-in}@media screen and (min-width:0px){.powered-by-wrapper .powered-by{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.powered-by-wrapper .powered-by{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.powered-by-wrapper .powered-by{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.powered-by-wrapper .powered-by{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.powered-by-wrapper .powered-by:hover{text-decoration:none;color:#7a5af8;background-color:#f4f3ff;border:1px solid #9b8afb}.powered-by-wrapper .powered-by img{max-height:100%;max-width:100%}.like-what-you-see{margin-top:1rem;margin-bottom:1rem;border:1px solid #e4e7ec;padding:1rem;border-radius:8px;display:flex;gap:.5rem;flex-direction:column}.like-what-you-see img{height:32px;align-self:flex-start;margin-bottom:.5rem}.like-what-you-see h3{margin-bottom:0}@media screen and (min-width:0px){.like-what-you-see h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.like-what-you-see h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.like-what-you-see h3{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.like-what-you-see h3{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.like-what-you-see a,.like-what-you-see p{margin-bottom:0}@media screen and (min-width:0px){.like-what-you-see a,.like-what-you-see p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.like-what-you-see a,.like-what-you-see p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.like-what-you-see a,.like-what-you-see p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.like-what-you-see a,.like-what-you-see p{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.text-glow-violet{display:inline-block;background:linear-gradient(80deg,#4a1fb8,#6938ef 40%,#7a5af8 50%,#bdb4fe 55%,#7a5af8 60%,#4a1fb8);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:pulse-violet 3s ease-in-out infinite}.bg-glow-violet{background:linear-gradient(45deg,#4a1fb8,#6938ef 40%,#7a5af8 50%,#bdb4fe 55%,#7a5af8 60%,#4a1fb8);background-size:200% auto;animation:pulse-violet 5s ease-in infinite}@keyframes pulse-violet{0%,to{background-position:0}50%{background-position:200%}}.btn.btn-secondary.smart-collection-button,.smart-collection-button{padding:.25rem .5rem;border:1px solid transparent;border-radius:12px;background-color:#fff;margin-left:-.5rem;margin-right:.1rem;cursor:pointer}.btn.btn-secondary.smart-collection-button span i,.smart-collection-button span i{margin-right:0}.btn.btn-secondary.smart-collection-button:hover,.smart-collection-button:hover{background-color:#f4f3ff;border:1px solid #d9d6fe}.btn.btn-secondary.smart-collection-badge,.smart-collection-badge{margin-left:.5rem;margin-right:.5rem;margin-bottom:.25rem;cursor:pointer;height:18px;border-radius:9px;background-color:#7a5af8;border:1px solid #6938ef;color:#fff;padding:0 .5rem;display:inline-block;font-weight:500;font-size:.75rem;line-height:1rem}.btn.btn-secondary.smart-collection-badge span i,.smart-collection-badge span i{margin-right:0;color:#fff}.btn.btn-secondary.smart-collection-badge:hover,.smart-collection-badge:hover{background-color:#f4f3ff;color:#fff}.smart-collection-filters-badge-tooltip{background-color:#fff;padding:.5rem}.smart-collection-filters-badge-tooltip .tooltip.show{opacity:1!important}.smart-collection-filters-badge-tooltip .tooltip .smart-collection-filters-badge-tooltip-inner,.smart-collection-filters-badge-tooltip .tooltip .tooltip-inner{background-color:#fff}.smart-collection-filters-badge-tooltip .tooltip .tooltip-inner{border:1px solid #7a5af8;border-radius:12px}.smart-collection-filters-badge-tooltip .bs-tooltip-auto[x-placement^=top] .arrow:before,.smart-collection-filters-badge-tooltip .bs-tooltip-top .arrow:before{border-top-color:#f5f5f5!important}.smart-collection-filters-badge-tooltip .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.smart-collection-filters-badge-tooltip .bs-tooltip-bottom .arrow:before{border-bottom-color:#f5f5f5!important}.smart-collection-filters-badge-tooltip .bs-tooltip-auto[x-placement^=left] .arrow:before,.smart-collection-filters-badge-tooltip .bs-tooltip-left .arrow:before{border-left-color:#f5f5f5!important}.smart-collection-filters-badge-tooltip .bs-tooltip-auto[x-placement^=right] .arrow:before,.smart-collection-filters-badge-tooltip .bs-tooltip-right .arrow:before{border-right-color:#f5f5f5!important}.image-gallery.slider-clickable .image-gallery-slide{cursor:pointer}.processing-icon{margin-left:.5em}.page-header{display:flex;flex-direction:column;padding:30px 15px;align-items:center}@media screen and (min-width:0px){.page-header h2{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.page-header h2{font-size:.825rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.page-header h2{font-size:1.05875rem;line-height:1.25125rem;letter-spacing:0}}@media screen and (min-width:1024px){.page-header h2{font-size:1.375rem;line-height:1.625rem;letter-spacing:0}}@media(min-width:576px){.page-header{align-items:center;flex-direction:row;flex-wrap:nowrap}}.page-header.with-upgrade-button{align-items:center;gap:1em}.page-header.report-page-header{justify-content:space-between}.page-header .page-header-title{display:flex;align-items:center;margin-bottom:.5rem}.page-header .page-header-title .avatar-stack{margin-left:2em}.page-header .page-title{margin-bottom:0}@media(max-width:991.98px){.page-header .page-title{font-size:1.35rem;line-height:1.2}}@media(min-width:576px){.page-header .page-title{min-width:auto}}.page-header .page-title.archived{color:#667085}.page-header .page-title span:not(.collection-title-content){display:block}@media screen and (min-width:0px){.page-header .page-title span:not(.collection-title-content){font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.page-header .page-title span:not(.collection-title-content){font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.page-header .page-title span:not(.collection-title-content){font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.page-header .page-title span:not(.collection-title-content){font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.page-header .page-title span:not(.collection-title-content).page-subtitle{color:#667085}.page-header .page-title i.fa,.page-header .page-title i.fal,.page-header .page-title i.far,.page-header .page-title i.fas{color:#203444;margin-right:.5em}.page-header .page-title .smart-collection-badge i.fa,.page-header .page-title .smart-collection-badge i.fal,.page-header .page-title .smart-collection-badge i.far,.page-header .page-title .smart-collection-badge i.fas{color:#fff}.page-header .page-title.collection-title{display:inline-block;align-items:flex-start;flex-direction:column}.page-header .page-header-left.with-upgrade-button{align-items:center;gap:1em;display:flex}.page-header .page-header-left .collections-breadcrumbs{align-items:center;gap:.25rem;display:flex;color:#667085}@media screen and (min-width:0px){.page-header .page-header-left .collections-breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.page-header .page-header-left .collections-breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.page-header .page-header-left .collections-breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.page-header .page-header-left .collections-breadcrumbs{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.page-header .page-header-left .collections-breadcrumbs>a{color:#667085;text-decoration:none}.page-header .page-header-left .collections-breadcrumbs>a:hover{color:#203444}.page-header .page-header-left .collections-breadcrumbs .collections-breadcrumbs-active{font-weight:700;color:#203444}.page-header .page-header-left .dropdown{display:inline-block;margin:0 5px}.page-header .page-header-left .dropdown .collections-breadcrumbs-dots{cursor:pointer;padding:.25rem;border-radius:8px;transition:background-color 175ms ease-in}.page-header .page-header-left .dropdown .collections-breadcrumbs-dots:hover{background-color:#f5f5f5}.page-header .header-actions{align-items:center;display:flex;flex-wrap:wrap;flex-grow:1;justify-content:flex-end}@media screen and (min-width:0px){.page-header .header-actions{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.page-header .header-actions{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.page-header .header-actions{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.page-header .header-actions{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}@media(min-width:576px){.page-header .header-actions{flex-wrap:nowrap;margin-left:.8em}}.page-header .header-actions>div{margin-right:.8em;margin-bottom:.8em}.page-header .header-actions>div:last-child{margin-right:0}.page-header .header-actions>div.files-displaying{white-space:nowrap}.page-header .header-actions>.button-wrapper>.btn,.page-header .header-actions>.button-wrapper>button,.page-header .header-actions>.dropdown>.btn,.page-header .header-actions>.dropdown>button{line-height:30px!important;padding:0 1rem;white-space:nowrap}@media screen and (min-width:0px){.page-header .header-actions>.button-wrapper>.btn,.page-header .header-actions>.button-wrapper>button,.page-header .header-actions>.dropdown>.btn,.page-header .header-actions>.dropdown>button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.page-header .header-actions>.button-wrapper>.btn,.page-header .header-actions>.button-wrapper>button,.page-header .header-actions>.dropdown>.btn,.page-header .header-actions>.dropdown>button{font-size:.75rem;line-height:1.2rem;letter-spacing:0}}@media screen and (min-width:768px){.page-header .header-actions>.button-wrapper>.btn,.page-header .header-actions>.button-wrapper>button,.page-header .header-actions>.dropdown>.btn,.page-header .header-actions>.dropdown>button{font-size:.75rem;line-height:1.54rem;letter-spacing:0}}@media screen and (min-width:1024px){.page-header .header-actions>.button-wrapper>.btn,.page-header .header-actions>.button-wrapper>button,.page-header .header-actions>.dropdown>.btn,.page-header .header-actions>.dropdown>button{font-size:.875rem;line-height:2rem;letter-spacing:0}}.page-header .header-actions>.button-wrapper>.btn.btn-secondary,.page-header .header-actions>.button-wrapper>button.btn-secondary,.page-header .header-actions>.dropdown>.btn.btn-secondary,.page-header .header-actions>.dropdown>button.btn-secondary{background-color:#fff;border:1px solid #e4e7ec;color:#667085}.page-header .header-actions>.button-wrapper>.btn.collection-actions i,.page-header .header-actions>.button-wrapper>.btn.files-group-actions i,.page-header .header-actions>.button-wrapper>button.collection-actions i,.page-header .header-actions>.button-wrapper>button.files-group-actions i,.page-header .header-actions>.dropdown>.btn.collection-actions i,.page-header .header-actions>.dropdown>.btn.files-group-actions i,.page-header .header-actions>.dropdown>button.collection-actions i,.page-header .header-actions>.dropdown>button.files-group-actions i{margin:0}.page-header .header-actions>.button-wrapper>.btn i,.page-header .header-actions>.button-wrapper>button i,.page-header .header-actions>.dropdown>.btn i,.page-header .header-actions>.dropdown>button i{font-size:16px}.page-header .header-actions .items-displaying span{font-weight:500}.page-header .header-actions .items-displaying span .sub{color:#667085}.page-header .header-actions .header-link-icon{margin-left:2rem}@media(max-width:991.98px){.page-header .header-actions .header-link-icon{margin-left:1rem}}.page-header .header-actions .header-link-icon:first-child{margin-left:0}.page-header .header-actions .header-link-icon h5{margin:0}@media screen and (min-width:0px){.page-header .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.page-header .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.page-header .header-actions .header-link-icon h5{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.page-header .header-actions .header-link-icon h5{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.page-header .header-actions .header-link-icon a{display:flex;align-items:center;color:#101828}.page-header .header-actions .header-link-icon a:hover{text-decoration:none;color:#203444}.page-header .header-actions .header-link-icon a i{margin-right:.5rem;background-color:#203444;color:#fff;height:45px;width:45px;font-size:22px;line-height:45px;border-radius:50%;text-align:center}@media(max-width:1199.98px){.page-header .header-actions .header-link-icon a i{height:36px;width:36px;font-size:18px;line-height:36px;height:32px;width:32px;font-size:17px;line-height:32px}}@media(max-width:767.98px){.page-header .header-actions .header-link-icon a i{height:30px;width:30px;font-size:16px;line-height:30px}}.page-header .header-actions.files-actions .files-displaying label{color:#1d2939;cursor:pointer;font-weight:500;margin:0 .8em 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page-header .header-actions.files-actions .files-displaying.select-all-files-collections .select-all-button{background-color:#fff;border:1px solid #e4e7ec;color:#667085}.page-header .header-actions.files-actions .files-displaying.select-all-files-collections .select-all-button:after{margin-left:0}.page-header .header-actions.collections-actions .collections-displaying span{font-weight:500}.archive-header{background-color:#7a5af8;color:#fff;padding:1em;text-align:center;font-weight:700}.archive-header a{margin-left:1em;color:#fff;text-decoration:underline}.archive-header a:hover{color:#d0d5dd}.table-filters{display:inline-block;padding:0 15px 10px}.table-filters .user-select{width:300px;max-width:100%}.table-filters .filter{float:left;margin-right:1em}.table-filters .filter.shares-scope-filter-container{line-height:38px}.table-filters .filter.shares-scope-filter-container label{margin-right:1em}.breadcrumbs{color:#667085;padding:30px 15px 15px}@media screen and (min-width:0px){.breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.breadcrumbs{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.breadcrumbs{font-size:.9375rem;line-height:1.5rem;letter-spacing:0}}.breadcrumbs a{color:#667085}.breadcrumbs a:hover{color:rgb(81.6,89.6,106.4);text-decoration:none}.breadcrumbs span{display:inline-block;margin:0 5px}.breadcrumbs+.page-header{padding-top:0}.go-back-to-list-wrapper{padding:0 15px}.go-back-to-list-wrapper .go-back-to-list-button{margin-top:.5rem}.download-requests-content .go-back-to-list-wrapper{margin-top:1.5rem}@media(max-width:767.98px){.page-header{padding:15px 8px}.page-header.report-page-header .page-title{align-self:flex-start;margin-bottom:.5em}.page-header .page-header-left{width:100%}.page-header .filters-switch-wrapper{display:flex;width:100%;margin-bottom:1rem}.page-header .header-actions.collections-actions .collections-displaying{display:none}.page-header .header-actions .button-wrapper .btn,.page-header .header-actions .dropdown .btn{padding-left:0;padding-right:0;height:40px;width:45px}.page-header .header-actions .button-wrapper .btn i,.page-header .header-actions .dropdown .btn i{margin:0}.page-header .header-actions .button-wrapper .btn span,.page-header .header-actions .dropdown .btn span{display:none}.reports-content .page-header{align-items:flex-start;margin-left:.5em}.taxonomies-content .page-header{align-items:center!important}.taxonomies-content .page-header .header-actions .button-wrapper{margin:0}.downloads-content .page-header,.shares-content .page-header,.taxonomies-content .page-header,.uploads-content .page-header{flex-direction:row;align-items:center;justify-content:space-between}.downloads-content .page-header .header-actions,.downloads-content .page-header .page-title,.shares-content .page-header .header-actions,.shares-content .page-header .page-title,.taxonomies-content .page-header .header-actions,.taxonomies-content .page-header .page-title,.uploads-content .page-header .header-actions,.uploads-content .page-header .page-title{width:100%}.downloads-content .page-header .header-actions .items-displaying,.shares-content .page-header .header-actions .items-displaying,.taxonomies-content .page-header .header-actions .items-displaying,.uploads-content .page-header .header-actions .items-displaying{margin:0}.downloads-content .table-filters,.shares-content .table-filters,.taxonomies-content .table-filters,.uploads-content .table-filters{flex-direction:column;width:100%}.downloads-content .table-filters .users-filter-container,.shares-content .table-filters .users-filter-container,.taxonomies-content .table-filters .users-filter-container,.uploads-content .table-filters .users-filter-container{margin:auto auto .5em;width:100%}.downloads-content .table-filters .users-filter-container .user-select,.shares-content .table-filters .users-filter-container .user-select,.taxonomies-content .table-filters .users-filter-container .user-select,.uploads-content .table-filters .users-filter-container .user-select{width:100%}.custom-pages-content .page-header,.download-requests-content .page-header,.ftp-accounts-content .page-header,.ftp-queue-content .page-header,.request-reasons .page-header,.upload-pages-content .page-header{align-items:flex-start;gap:0}.custom-pages-content .page-header .header-actions,.download-requests-content .page-header .header-actions,.ftp-accounts-content .page-header .header-actions,.ftp-queue-content .page-header .header-actions,.request-reasons .page-header .header-actions,.upload-pages-content .page-header .header-actions{justify-content:space-between;width:100%}.custom-pages-content .page-header .header-actions .button-wrapper .btn span,.download-requests-content .page-header .header-actions .button-wrapper .btn span,.ftp-accounts-content .page-header .header-actions .button-wrapper .btn span,.ftp-queue-content .page-header .header-actions .button-wrapper .btn span,.request-reasons .page-header .header-actions .button-wrapper .btn span,.upload-pages-content .page-header .header-actions .button-wrapper .btn span{display:none}.custom-pages-content .inline-search,.download-requests-content .inline-search,.ftp-accounts-content .inline-search,.ftp-queue-content .inline-search,.request-reasons .inline-search,.upload-pages-content .inline-search{display:block!important}.custom-pages-content .inline-search input,.download-requests-content .inline-search input,.ftp-accounts-content .inline-search input,.ftp-queue-content .inline-search input,.request-reasons .inline-search input,.upload-pages-content .inline-search input{max-width:100%}.custom-pages-content .table-filters,.download-requests-content .table-filters,.ftp-accounts-content .table-filters,.ftp-queue-content .table-filters,.request-reasons .table-filters,.upload-pages-content .table-filters{flex-direction:column;width:100%}.custom-pages-content .table-filters .filter,.download-requests-content .table-filters .filter,.ftp-accounts-content .table-filters .filter,.ftp-queue-content .table-filters .filter,.request-reasons .table-filters .filter,.upload-pages-content .table-filters .filter{margin:0 0 .5em;width:100%}.custom-pages-content .table-filters .filter .user-select,.download-requests-content .table-filters .filter .user-select,.ftp-accounts-content .table-filters .filter .user-select,.ftp-queue-content .table-filters .filter .user-select,.request-reasons .table-filters .filter .user-select,.upload-pages-content .table-filters .filter .user-select{width:100%}.custom-pages-content .table-filters .inline-search,.download-requests-content .table-filters .inline-search,.ftp-accounts-content .table-filters .inline-search,.ftp-queue-content .table-filters .inline-search,.request-reasons .table-filters .inline-search,.upload-pages-content .table-filters .inline-search{display:block;width:100%}.custom-pages-content .content-wrapper p,.download-requests-content .content-wrapper p,.ftp-accounts-content .content-wrapper p,.ftp-queue-content .content-wrapper p,.request-reasons .content-wrapper p,.upload-pages-content .content-wrapper p{margin-bottom:0}.download-requests-content .inline-search label{margin-right:.5em}.download-requests-content .content-wrapper,.download-requests-content .page-header{padding-bottom:1em!important}#duplicates-content .duplicates-header .header-actions{gap:.5em;width:100%;justify-content:flex-end;margin-top:1em}#duplicates-content .duplicates-header .header-actions label{margin:0}#duplicates-content .duplicates-header .header-actions .dropdown{margin:0!important}#duplicates-content .duplicates-header .header-actions .dropdown .dropdown-toggle{justify-content:center}#duplicates-content .duplicates-header .header-actions .dropdown .dropdown-toggle span{display:none}#duplicates-content .content-wrapper{padding-bottom:0}#sizes-list-header{flex-direction:row;align-items:center}#sizes-list-header .header-actions>div{margin-bottom:0}}.header-back-link-container{margin-top:-15px;padding:0 15px 15px}@media screen and (min-width:0px){.header-back-link-container a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.header-back-link-container a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.header-back-link-container a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.header-back-link-container a{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.header-back-link-container a i{margin-right:.2rem}.toolbar{border-bottom:1px solid #e4e7ec;border-top:1px solid #e4e7ec;z-index:1049;background-color:#fff}.toolbar.transparent{background-color:transparent}@media(min-width:768px){.toolbar{border-top:none}}.toolbar .header-divider{width:2px;height:40px;background-color:rgb(152.49,159.19,173.26);margin:0 .5rem}.toolbar .container-fluid .navbar{gap:.5rem;flex-wrap:wrap;align-items:normal}@media(min-width:576px)and (max-width:991.98px){.toolbar .container-fluid .navbar{padding-top:20px;flex-wrap:nowrap}}@media(min-width:768px)and (max-width:1199.98px){.toolbar .container-fluid .navbar{flex-wrap:wrap}}@media(min-width:768px){.toolbar .container-fluid .navbar{padding-bottom:30px;padding-top:30px}}@media(min-width:992px){.toolbar .container-fluid .navbar{flex-wrap:nowrap}}.toolbar .container-fluid .navbar .btn-link:not(.btn-link-common){border:1px solid #e4e7ec;color:#667085}.toolbar .container-fluid .navbar .btn-link:not(.btn-link-common):hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828}.toolbar .toolbar-forms{align-items:center;display:flex;flex-grow:1;width:100%}@media(min-width:576px)and (max-width:991.98px){.toolbar .toolbar-forms{width:auto}}@media(min-width:768px)and (max-width:1199.98px){.toolbar .toolbar-forms{width:100%}}@media(min-width:992px){.toolbar .toolbar-forms{width:auto}}.toolbar .toolbar-buttons,.toolbar .toolbar-buttons .toolbar-all-buttons{display:flex;gap:.5rem}.toolbar .toolbar-buttons-left{gap:.25rem}.toolbar .toolbar-buttons .btn-link{padding-left:0;padding-right:0;width:45px}.toolbar .toolbar-buttons .btn-link-common{padding:0;background-color:none;font-size:1.25rem;color:#98a2b3;border-radius:8px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;width:40px}.toolbar .toolbar-buttons .btn-link-common a{padding:0;color:#98a2b3;width:100%;height:100%;text-align:center;border-radius:8px}.toolbar .toolbar-buttons .btn-link-common a i{vertical-align:middle}.toolbar .toolbar-buttons .btn-link-common.active,.toolbar .toolbar-buttons .btn-link-common:active,.toolbar .toolbar-buttons .btn-link-common:hover{color:#101828;background-color:#f9fafb;border:1px solid #edf0f4;text-decoration:none}.toolbar .toolbar-buttons .btn-link-common.active a,.toolbar .toolbar-buttons .btn-link-common:active a,.toolbar .toolbar-buttons .btn-link-common:hover a{color:#101828}.toolbar .toolbar-buttons .btn-link-common:focus{text-decoration:none;border:1px solid transparent;background-color:none;color:#101828}.toolbar .toolbar-buttons .btn-link-common i{margin-right:0}.toolbar .toolbar-buttons .switch-sidebar-collection-button{box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.toolbar .toolbar-buttons .switch-sidebar-collection-button i{font-size:18px;margin-right:0}.toolbar .toolbar-buttons .switch-sidebar-collection-button.active{color:#101828;background-color:#edf0f4;border:1px solid #d0d5dd}.toolbar .toolbar-buttons .upload-btn-wrapper{display:flex;white-space:nowrap;gap:.5rem}@media(min-width:768px){.toolbar .toolbar-buttons .upload-btn-wrapper{white-space:nowrap}}@media(min-width:768px)and (max-width:1199.98px){.toolbar .toolbar-buttons .upload-btn-wrapper{margin-right:0}}.toolbar .toolbar-buttons .upload-btn-wrapper span{display:none}@media(min-width:1200px){.toolbar .toolbar-buttons .upload-btn-wrapper span{display:inline-block}}.toolbar .toolbar-buttons .upload-btn-wrapper i{font-size:1.1rem;margin-right:0}@media(min-width:1200px){.toolbar .toolbar-buttons .upload-btn-wrapper i{margin-right:.5em}}.toolbar .toolbar-buttons .upload-btn-wrapper .link-card-button{box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.toolbar .toolbar-buttons .upload-btn-wrapper .link-card-button i{margin-right:0}.toolbar .toolbar-buttons .nav-actions{flex-grow:1;justify-content:flex-end;margin-bottom:10px;width:auto}@media(min-width:576px)and (max-width:991.98px){.toolbar .toolbar-buttons .nav-actions{flex-grow:0;margin-bottom:0}}@media(min-width:768px)and (max-width:1199.98px){.toolbar .toolbar-buttons .nav-actions{flex-grow:1;justify-content:flex-end;margin-bottom:10px}}@media(min-width:992px){.toolbar .toolbar-buttons .nav-actions{flex-grow:0;margin-bottom:0}}@media(max-width:767.98px){.toolbar .toolbar-buttons .nav-actions>ul.ml-auto{margin-left:0!important}}@media(min-width:768px)and (max-width:1199.98px){.toolbar .toolbar-buttons .nav-actions>ul.ml-auto{margin-left:0!important}}.toolbar .toolbar-buttons .nav-actions .navbar-nav{align-items:center}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.show>a{color:#203444}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a{color:#667085;padding:0 .25rem}@media(min-width:576px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a{padding:.5rem}}@media(min-width:768px)and (max-width:1199.98px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a{padding:0 .5rem}}@media(min-width:992px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a{padding:0 .25rem}}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a.active,.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a:hover{color:#203444;text-decoration:none}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a.nav-profile{padding-right:0}@media(max-width:991.98px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a.nav-profile img{height:30px;width:30px}}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a>i{display:inherit;font-size:20px;line-height:1}@media(min-width:576px)and (max-width:991.98px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a>i{line-height:40px}}@media(min-width:992px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item>a>i{font-size:30px;line-height:40px}}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item .badge{transform:translateX(-65%);vertical-align:top}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-support .dropdown-item i.far{margin-right:.5em;width:20px}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu{width:300px;padding-bottom:0}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu h6{color:#000}@media screen and (min-width:0px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu h6{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu h6{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu h6{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu h6{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item{font-weight:500;margin:.75em 0}@media screen and (min-width:0px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item{font-size:1rem;line-height:1.125rem;letter-spacing:0}}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item .icon-gray{display:inline-block;background-color:#bbb;height:40px;width:40px;line-height:40px;border-radius:50%;text-align:center;margin-right:.5em}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item .icon-gray i{color:#fff;font-size:18px;line-height:40px;margin:0}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item:hover{background:#fff;color:#203444}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item.nav-add-menu .dropdown-menu .dropdown-item:hover .icon-gray{background:#203444}.toolbar .toolbar-buttons .nav-actions .navbar-nav .nav-item .help-tooltips-disabled{color:#d0d5dd}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-file{display:none}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-button{height:100%}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-button i{transition:transform .2s ease-in-out}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-button:hover{background-color:rgba(32,52,68,.95)}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-button:hover i{transform:translateY(-2px)}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu{width:250px;padding-bottom:0}@media(min-width:576px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu{left:-90px!important}}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu h6{color:#000}@media screen and (min-width:0px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu h6{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu h6{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu h6{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu h6{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item{font-weight:500;margin:.75em 0;display:flex;align-items:center;padding-top:0;padding-bottom:0}@media screen and (min-width:0px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item{font-size:1rem;line-height:1.125rem;letter-spacing:0}}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item .icon-gray{display:flex;align-items:center;background-color:transparent;height:32px;width:32px;line-height:32px;text-align:center;margin-right:.75em}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item .icon-gray.icon-image{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item .icon-gray i{font-size:24px;line-height:24px;margin:0}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item:hover{background:transparent;color:#203444}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item:hover .icon-gray{background-color:transparent!important}.toolbar .toolbar-buttons .upload-btn-wrapper .upload-button-dropdown .dropdown-menu .dropdown-item:hover .icon-gray.icon-image{background-color:transparent}.toolbar .toolbar-buttons .upgrade-button{display:flex;align-items:center;background-color:#7a5af8;border:0}.toolbar .toolbar-buttons .upgrade-button i{transition:transform .2s ease-in-out}.toolbar .toolbar-buttons .upgrade-button.btn:hover{background-color:rgb(109.8,81,223.2)}.toolbar .toolbar-buttons .upgrade-button.btn:hover i{transform:rotate(45deg)}@media(max-width:767.98px){.toolbar .navbar{padding-right:.5em;padding-left:.5em}.toolbar .navbar .toolbar-buttons-left{display:none}.toolbar .nav-search{width:100%}.toolbar .nav-search .label-search{left:.75em}.toolbar .nav-search .search-input__control{padding-left:calc(.75em + 20px)}.toolbar .nav-search .search-query-type-container .search-query-type-select__control{padding-left:2px;width:auto}.toolbar .nav-search .search-query-type-container .search-query-type-select__menu{width:180px}.toolbar .nav-search .search-query-type-container .search-query-type-select__indicator-separator,.toolbar .nav-search .search-query-type-container .search-query-type-select__value-container{display:none}.toolbar-buttons{justify-content:space-between;width:100%}.toolbar-buttons .nav-actions .watch-tour{display:none}.toolbar-buttons .toolbar-navbar-toggler .navbar-toggler{display:flex;align-items:center;background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5);height:40px}.toolbar-buttons .toolbar-navbar-toggler .navbar-toggler.active,.toolbar-buttons .toolbar-navbar-toggler .navbar-toggler:hover{background:#203444;color:#fff}.toolbar-buttons .toolbar-navbar-toggler .navbar-toggler:focus{box-shadow:none!important}.toolbar-buttons .toolbar-navbar-toggler .navbar-toggler i{margin-right:0}.toolbar-buttons .toolbar-all-buttons{display:flex;gap:.5em}.toolbar-buttons .toolbar-all-buttons .nav-actions{margin-bottom:0}.toolbar-buttons .toolbar-all-buttons .nav-actions #watch-tour-icon{display:flex;align-items:center;height:40px;width:40px;border:1px solid #7a5af8;border-radius:8px;background:#7a5af8;color:#fff;justify-content:center}}.actionbar{background-color:#203444;bottom:0;color:#fff;display:none;height:0;opacity:0;position:fixed;width:100%;transform:translateY(80px);transition:all .2s ease;z-index:9;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (min-width:0px){.actionbar{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.actionbar{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.actionbar{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.actionbar{font-size:1rem;line-height:1.125rem;letter-spacing:0}}@media(min-width:768px){.actionbar{position:relative}}.actionbar.active{display:block;height:80px;opacity:1;transform:translateY(0)}.actionbar a{color:#fff}.actionbar a:hover:not(.disabled){color:hsla(0,0%,100%,.8);text-decoration:none}.actionbar a.disabled{pointer-events:all}.actionbar .dropdown-with-notice a{color:#203444}.actionbar .dropdown-with-notice a:hover{color:#203444;text-decoration:underline}.actionbar .btn-link{border:none;color:#fff;font-weight:500;padding:0}@media screen and (min-width:0px){.actionbar .btn-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.actionbar .btn-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.actionbar .btn-link{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.actionbar .btn-link{font-size:1rem;line-height:1.125rem;letter-spacing:0}}.actionbar .btn-link:hover{color:hsla(0,0%,100%,.8);text-decoration:none}.actionbar .navbar{height:80px}.actionbar .navbar .files-selected{align-items:center;display:none;font-weight:500}@media(min-width:768px){.actionbar .navbar .files-selected{display:flex}}.actionbar .navbar .files-selected>span:after{color:hsla(0,0%,100%,.8);content:"|";margin:0 1rem;vertical-align:top}@media screen and (min-width:0px){.actionbar .navbar .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.actionbar .navbar .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.actionbar .navbar .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.actionbar .navbar .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.actionbar .navbar .files-selected>span:last-child:after{display:none}.actionbar .navbar .nav-actions .navbar-nav{margin-right:auto}@media(min-width:768px){.actionbar .navbar .nav-actions .navbar-nav{margin-right:0}}.actionbar .navbar .nav-actions .navbar-nav .nav-item a>i{font-size:20px}.actionbar .navbar .nav-actions .navbar-nav .nav-item a.disabled{color:hsla(0,0%,100%,.5)}.actionbar .navbar .nav-actions .navbar-nav .nav-item.action-more>a:before{color:hsla(0,0%,100%,.8);content:"|";margin:0 1.5rem 0 .5rem;vertical-align:top}@media screen and (min-width:0px){.actionbar .navbar .nav-actions .navbar-nav .nav-item.action-more>a:before{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.actionbar .navbar .nav-actions .navbar-nav .nav-item.action-more>a:before{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.actionbar .navbar .nav-actions .navbar-nav .nav-item.action-more>a:before{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.actionbar .navbar .nav-actions .navbar-nav .nav-item.action-more>a:before{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.tab-filters .action-clear{border:none;color:#667085;font-weight:400;padding:.8rem 0}@media screen and (min-width:0px){.tab-filters .action-clear{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.tab-filters .action-clear{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.tab-filters .action-clear{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.tab-filters .action-clear{font-size:.8125rem;line-height:1.25rem;letter-spacing:0}}.tab-filters .action-clear.invisible{visibility:hidden}.tab-filters .action-clear:hover{color:#203444;text-decoration:none}.tab-filters .action-clear:focus{box-shadow:none}.filters-header{align-items:center;border-bottom:2px solid #e4e7ec;display:flex;justify-content:space-between;padding:0 1.5rem}.filters-header .filters-title{color:#203444;margin-bottom:0}.filters-header .filters-title i{margin-right:.5rem}.files-filters .files-filter .filter-header{align-items:center;border-bottom:1px solid #e4e7ec;border-right:1px solid #e4e7ec;display:flex;justify-content:space-between;padding:0 1.5rem}.files-filters .files-filter .filter-header .filter-title{display:flex;align-items:center;background-color:transparent;border:none;color:#667085;font-weight:400;padding:.8rem 0}.files-filters .files-filter .filter-header .filter-title:focus{box-shadow:none}.files-filters .files-filter .filter-header .filter-title i{font-size:20px}.files-filters .files-filter .filter-header .filter-title span{text-align:left}.files-filters .files-filter .filter-header .filter-title .badge{top:0;margin-left:.5em;text-align:center}.files-filters .files-filter .filter-body{border-bottom:1px solid #e4e7ec}.files-filters .files-filter .filter-form{margin:0;padding:2rem 1.5rem}@media screen and (min-width:0px){.files-filters .files-filter .filter-form.file-term-filter-form,.files-filters .files-filter .filter-form.file-users-filter-form{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.files-filters .files-filter .filter-form.file-term-filter-form,.files-filters .files-filter .filter-form.file-users-filter-form{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.files-filters .files-filter .filter-form.file-term-filter-form,.files-filters .files-filter .filter-form.file-users-filter-form{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.files-filters .files-filter .filter-form.file-term-filter-form,.files-filters .files-filter .filter-form.file-users-filter-form{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu>div>div,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu>div>div{position:relative}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu>div>div>div,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu>div>div>div{width:auto!important;min-width:100%}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu>div>div>div>div,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu>div>div>div>div{width:100%}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-terms-select-item,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-terms-select-item{overflow:hidden;white-space:nowrap}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__menu-notice--no-options,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-select__menu-notice--no-options{max-width:220px}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__option,.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__option .user-item,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-select__option,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-select__option .user-item{display:flex;align-items:center}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__option .user-item .user-avatar,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-select__option .user-item .user-avatar{width:auto}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__option .user-item .user-avatar .avatar,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-select__option .user-item .user-avatar .avatar{height:30px;width:30px;line-height:30px}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__option .user-item .user-item-body,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-select__option .user-item .user-item-body{margin-left:.75em}.files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__option .user-item .user-item-body .user-item-title,.files-filters .files-filter .filter-form.file-users-filter-form .filter-select__menu .filter-select__option .user-item .user-item-body .user-item-title{margin-bottom:0}.files-filters .files-filter .filter-form.categories-filter-form label,.files-filters .files-filter .filter-form.tags-filter-form label{width:100%}.files-filters .files-filter .filter-form .form-group{margin-bottom:0}.files-filters .files-filter .filter-form .form-group label{color:#667085;font-weight:400;margin-bottom:0}@media screen and (min-width:0px){.files-filters .files-filter .filter-form .form-group label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.files-filters .files-filter .filter-form .form-group label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.files-filters .files-filter .filter-form .form-group label{font-size:.75rem;line-height:1.44375rem;letter-spacing:0}}@media screen and (min-width:1024px){.files-filters .files-filter .filter-form .form-group label{font-size:.875rem;line-height:1.875rem;letter-spacing:0}}.files-filters .files-filter .filter-form .form-group label input:checked+span{color:#203444}.files-filters .files-filter .filter-form .form-group label.form-check-label{align-items:center;display:flex}.files-filters .files-filter .filter-form .form-group label.form-check-label input{margin-right:.5rem}.files-filters .files-filter .filter-form .form-group.upload-time-range{display:flex;justify-content:space-between;padding-top:.5rem}.files-filters .files-filter .filter-form .form-group.upload-time-range label{width:calc(50% - .25rem)}.files-filters .files-filter .filter-form .file-search-filter-form-input-wrapper{display:flex;align-items:center;gap:.5rem}.files-filters .files-filter .filter-form .file-search-filter-form-input-wrapper input.disabled{background-color:#f5f5f5;color:#98a2b3;border:1px solid #d0d5dd}.files-filters .files-filter .filter-form .file-search-filter-form-input-wrapper input.disabled::-moz-placeholder{color:#98a2b3}.files-filters .files-filter .filter-form .file-search-filter-form-input-wrapper input.disabled::placeholder{color:#98a2b3}.files-filters .files-filter.file-no-collections-filter label{font-size:.9rem;margin-left:2px}.files-filters .files-filter.file-no-collections-filter label span{margin-left:11px}.files-filters .files-filter.pinned-searches-filter{color:#667085}.files-filters .files-filter.pinned-searches-filter .pinned-searches-filter-collapse{padding:2rem 1.5rem}.files-filters .files-filter.pinned-searches-filter .pinned-searches-filter-collapse .no-pinned-searches{font-size:.8rem;text-align:center}.files-filters .files-filter.pinned-searches-filter .pinned-search-filter-badge{height:8px;width:8px;border-radius:50%;background-color:#203444;margin-left:.25rem;margin-right:.25rem;display:inline-block}.files-filters .files-filter.pinned-searches-filter ul{padding-left:0;list-style:none;margin-bottom:0}.files-filters .files-filter.pinned-searches-filter .pinned-search-icon{margin-left:.25rem;margin-right:.5rem;font-size:.9rem}.files-filters .files-filter.pinned-searches-filter .pinned-search-matching{color:#203444}.files-filters .files-filter.pinned-searches-filter .pinned-search-name{cursor:pointer}.files-filters .files-filter.pinned-searches-filter .pinned-search-name:hover{text-decoration:underline}.files-filters-modal .files-filter .filter-header{border-left:1px solid #e4e7ec;border-top:0}.files-filters-modal .files-filter .filter-body{border-left:1px solid #e4e7ec;border-right:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec}.files-filters-modal .files-filter:first-of-type .filter-header{border-top:1px solid #e4e7ec}.files-filters.no-files{color:#667085;text-align:center;padding-top:1em}.files-filters .files-filter .DateRangePickerInput{align-items:center;display:flex;justify-content:space-between}.files-filters .files-filter .DateRangePickerInput_calendarIcon{padding:10px 0;margin:0 .5em 0 0}.files-filters .files-filter .DateInput{width:100px;text-align:center}.files-filters .files-filter .DateInput_input{border:1px solid #98a2b3;border-radius:8px;color:#667085;font-weight:400;font-size:.9rem;line-height:1.6;padding:.375rem .75rem}.files-filters .files-filter .DateInput_input__focused{border-color:#203444}.files-filters .files-filter .DateRangePickerInput_arrow{padding:0 .5rem}.files-filters .files-filter .DateRangePickerInput_arrow i{color:#999}.DateRangePicker_picker{z-index:9999!important}.DateRangePicker_picker .DateRangePicker_picker{background-color:#667085;border:1px solid #667085}.DateRangePicker_picker .CalendarMonth .CalendarMonth_caption .form-control-sm{height:calc(1em + .5rem + 2px);padding:0 .3rem}.DateRangePicker_picker .CalendarDay__selected,.DateRangePicker_picker .CalendarDay__selected:active,.DateRangePicker_picker .CalendarDay__selected:hover{background-color:#203444;border:1px solid #203444}.DateRangePicker_picker .CalendarDay__selected:focus{outline:none}.DateRangePicker_picker .CalendarDay__selected_span{background-color:rgb(178.5,183.5,194);border:1px solid rgb(140.25,147.75,163.5)}.DateRangePicker_picker .CalendarDay__selected_span:active,.DateRangePicker_picker .CalendarDay__selected_span:hover{background-color:rgb(140.25,147.75,163.5);border:1px solid rgb(140.25,147.75,163.5)}.DateRangePicker_picker .CalendarDay__hovered_span{background-color:rgb(216.75,219.25,224.5);border:1px solid rgb(140.25,147.75,163.5);color:#203444}.DateRangePicker_picker .CalendarDay__hovered_span:active,.DateRangePicker_picker .CalendarDay__hovered_span:hover{background-color:#203444;border:1px solid #203444;color:#fff}.btn{font-weight:600;border-radius:8px}.btn:hover{background-color:#304c63;border-color:#304c63}.btn.btn-secondary{color:#fff}.btn.btn-secondary:hover{background-color:rgb(84.66,92.96,110.39);border-color:rgb(84.66,92.96,110.39)}.btn.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(102,112,133,.5)}.btn.btn-primary:not(:disabled):not(.disabled).active,.btn.btn-primary:not(:disabled):not(.disabled):active{background-color:#304c63;border-color:#304c63}.btn.btn-rb{background-color:#3173cd;border-color:#3173cd;color:#fff}.btn.btn-rb:hover{background-color:rgb(40.67,95.45,170.15);border-color:rgb(40.67,95.45,170.15)}.btn.btn-rb:focus{box-shadow:0 0 0 .2rem rgba(49,115,205,.5)}.btn.btn-link,.btn.btn-link:hover{border-color:transparent}.btn.btn-link:hover{background-color:transparent}.show>.btn-primary.dropdown-toggle{background-color:#304c63;border-color:#304c63}.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(32,52,68,.5)}form{margin:30px 0}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group label{font-weight:500}.form-group label.form-check-label{display:flex;align-items:center}.form-group-password{position:relative}.form-group-password .password-visibility-switch{color:#667085;position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-group-password .password-visibility-switch:focus{box-shadow:none}.form-group-password .password-visibility-switch i{margin:0}.form-control{color:#101828;font-size:1rem;border-color:#d0d5dd}.form-control:focus{color:#101828}.form-control.flatpickr-input[readonly]{background-color:transparent}input.input-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #e4e7ec;cursor:pointer;margin:0;outline:none;position:relative;transition:background-image .15s ease}input.input-check:checked{background-position:50%;background-repeat:no-repeat}input.input-check.no-margin{margin-left:-1.25rem}input.input-check.check-l{border-radius:4px;height:32px;width:32px}input.input-check.check-l:checked{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23203444' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");background-size:16px auto}input.input-check.check-m{border-radius:3px;height:24px;width:24px}input.input-check.check-m:checked{background-color:#203444;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");background-size:13px auto;border-color:#203444}input.input-check.check-s{border-radius:2px;height:14px;width:14px}input.input-check.check-s:checked{background-color:#203444;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");background-size:9px auto;border-color:#203444}input.input-radio{cursor:pointer;margin:0;outline:none;position:relative;transition:background-image .15s ease}input.input-radio+span{vertical-align:middle;margin-left:.5rem}.checkbox-wrapper input,.input-wrapper input,.radio-wrapper input{display:block}.checkbox-wrapper-upgrade{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.checkbox-wrapper-upgrade-l{height:32px;width:32px}.checkbox-wrapper-upgrade-m{height:24px;width:24px}.checkbox-wrapper-upgrade-s{height:14px;width:14px}select.custom-select{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.437 407.437'%3E%3Cpath d='M386.258 91.567l-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px}select.custom-select.form-control-sm{height:calc(1.5em + .5rem + 2px);line-height:1.2em!important}@media screen and (min-width:0px){.invalid-feedback{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.invalid-feedback{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.invalid-feedback{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.invalid-feedback{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.progress{height:6px}.progress,.progress .progress-bar{border-radius:3px}body{color:#101828;font-size:1rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{transition:color .15s ease}.badge{border-radius:9px;line-height:18px;min-width:18px;padding:0 .4em;text-align:center}.tooltip{z-index:9999}.tooltip>.tooltip-inner{background-color:rgba(16,24,40,.9)}.tooltip.likes-tooltip .tooltip-inner{text-align:left}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:rgba(16,24,40,.9)!important}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:rgba(16,24,40,.9)!important}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:rgba(16,24,40,.9)!important}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:rgba(16,24,40,.9)!important}.group-avatar,.user-avatar{display:inline-block}.user-avatar div.avatar{background-position:50%;background-size:contain}.avatar,a.avatar{border-radius:50%;display:inline-block}.avatar.avatar-50,a.avatar.avatar-50{height:50px;width:50px;line-height:50px}.avatar.avatar-50.outline-avatar,.avatar.avatar-50.outline-avatar.icon-avatar i,a.avatar.avatar-50.outline-avatar,a.avatar.avatar-50.outline-avatar.icon-avatar i{line-height:44px}.avatar.avatar-50.icon-avatar i,a.avatar.avatar-50.icon-avatar i{font-size:20px;line-height:50px}.avatar.avatar-40,a.avatar.avatar-40{height:40px;width:40px;line-height:40px}.avatar.avatar-40.outline-avatar,.avatar.avatar-40.outline-avatar.icon-avatar i,a.avatar.avatar-40.outline-avatar,a.avatar.avatar-40.outline-avatar.icon-avatar i{line-height:34px}.avatar.avatar-40.icon-avatar i,a.avatar.avatar-40.icon-avatar i{font-size:18px;line-height:40px}.avatar.avatar-30,a.avatar.avatar-30{height:30px!important;width:30px!important;line-height:30px}.avatar.avatar-30.outline-avatar,.avatar.avatar-30.outline-avatar.icon-avatar i,a.avatar.avatar-30.outline-avatar,a.avatar.avatar-30.outline-avatar.icon-avatar i{line-height:24px}.avatar.avatar-30.icon-avatar i,a.avatar.avatar-30.icon-avatar i{font-size:14px;line-height:30px}.avatar.avatar-25,a.avatar.avatar-25{height:25px;width:25px;line-height:20px}.avatar.avatar-25.outline-avatar,.avatar.avatar-25.outline-avatar.icon-avatar i,a.avatar.avatar-25.outline-avatar,a.avatar.avatar-25.outline-avatar.icon-avatar i{line-height:20px}.avatar.avatar-25.icon-avatar i,a.avatar.avatar-25.icon-avatar i{font-size:12px;line-height:25px}.avatar.avatar-20,a.avatar.avatar-20{height:20px;width:20px;line-height:16px}.avatar.avatar-20.outline-avatar,.avatar.avatar-20.outline-avatar.icon-avatar i,a.avatar.avatar-20.outline-avatar,a.avatar.avatar-20.outline-avatar.icon-avatar i{line-height:16px}.avatar.avatar-20.icon-avatar i,a.avatar.avatar-20.icon-avatar i{font-size:12px;line-height:20px}.avatar.avatar-200,a.avatar.avatar-200{height:200px;width:200px;line-height:200px}.avatar.avatar-200.outline-avatar,a.avatar.avatar-200.outline-avatar{line-height:24px}.avatar.avatar-200.outline-avatar.icon-avatar i,a.avatar.avatar-200.outline-avatar.icon-avatar i{line-height:194px}.avatar.avatar-200.icon-avatar i,a.avatar.avatar-200.icon-avatar i{font-size:72px;line-height:200px}.avatar.icon-avatar,a.avatar.icon-avatar{text-align:center}.avatar.primary,a.avatar.primary{background-color:#203444;color:#fff!important}.avatar.primary.outline-avatar,a.avatar.primary.outline-avatar{background-color:transparent}.avatar.light-gray,a.avatar.light-gray{background-color:rgb(205.2,207.9,212.4);color:#fff!important}.avatar.light-gray.outline-avatar,a.avatar.light-gray.outline-avatar{background-color:transparent}.avatar.gray,a.avatar.gray{background-color:#98a2b3;color:#fff!important}.avatar.gray.outline-avatar,a.avatar.gray.outline-avatar{background-color:transparent}.avatar.outline-avatar,a.avatar.outline-avatar{background-color:transparent;border-style:solid;border-width:3px}.avatar.outline-avatar.primary,a.avatar.outline-avatar.primary{color:#203444!important}.avatar.outline-avatar.light-gray,a.avatar.outline-avatar.light-gray{color:rgb(205.2,207.9,212.4)!important}.avatar.outline-avatar.gray,a.avatar.outline-avatar.gray{color:#667085!important}.avatar-stack{display:flex;cursor:pointer}.avatar-stack .user-avatar{display:flex;align-items:center}.avatar-stack .user-avatar .outline-avatar{color:#fff!important;border-color:#fff;border-width:2px}.avatar-stack .user-avatar .outline-avatar.gray{background-color:#667085!important}.avatar-component{display:inline-block;margin-right:.5em}.avatar-component.expandable .user-avatar{cursor:pointer}.avatar-component.expandable .user-avatar-pointer-none{cursor:unset}.avatar-popover .popover-body{padding:0}.avatar-popover .popover-body img{max-width:100%}.avatar-popover .popover-body .btn{width:100%;border-top-left-radius:0;border-top-right-radius:0}.avatar-popover .popover-body .btn:focus{box-shadow:none}.avatar-popover .popover-body a.avatar-popover-close{color:#101828;position:absolute;right:5px;top:3px}@media screen and (min-width:0px){.avatar-popover .popover-body a.avatar-popover-close{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.avatar-popover .popover-body a.avatar-popover-close{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.avatar-popover .popover-body a.avatar-popover-close{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.avatar-popover .popover-body a.avatar-popover-close{font-size:1.125rem;line-height:1.125rem;letter-spacing:0}}.avatar-popover .popover-body a.avatar-popover-close:hover{color:#203444}.avatar-popover .popover-body .avatar-popover-container{padding:1em}.avatar-popover .popover-body .avatar-popover-container .user-profile-header{border-bottom:1px solid #e4e7ec;padding-bottom:1rem;margin-bottom:1rem}.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title h3{margin-bottom:0}@media screen and (min-width:0px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title h3{font-size:.9625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title h3{font-size:1.25rem;line-height:1.375rem;letter-spacing:0}}.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title .job-title{color:#667085;margin-bottom:0;margin-top:.5rem}@media screen and (min-width:0px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title .job-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title .job-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title .job-title{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.avatar-popover .popover-body .avatar-popover-container .user-profile-header .user-profile-title .job-title{font-size:1rem;line-height:1.125rem;letter-spacing:0}}.avatar-popover .popover-body .avatar-popover-container .user-profile-details ul.user-profile-details-list{display:flex;flex-direction:column;list-style:none;padding:0;margin-bottom:0}.avatar-popover .popover-body .avatar-popover-container .user-profile-details ul.user-profile-details-list li{color:#667085;margin-right:2rem}.avatar-popover .popover-body .avatar-popover-container .user-profile-details ul.user-profile-details-list li i{margin-right:.5rem}.avatar-popover .popover-body .avatar-popover-container .user-profile-details ul.user-profile-details-list li a{color:#667085}.avatar-popover .popover-body .avatar-popover-container .user-profile-details ul.user-profile-details-list li a:hover{color:#203444}.avatar-popover-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20;overflow:auto}.modal .modal-content{border-radius:12px}.modal .modal-header{flex-shrink:0;border-bottom:1px solid #f5f5f5}.modal .modal-header-center .modal-title{flex-grow:1;text-align:center}.modal .modal-header .close{position:absolute;right:1rem}.modal .modal-subheader{position:sticky;background-color:#fff;z-index:99999;padding:1rem 2rem .25rem}.modal .modal-body{height:auto;max-height:500px;overflow-y:auto;padding:2rem}.modal .modal-body-center{flex-grow:1;text-align:center}.modal .modal-body .modal-body-unsaved-info{padding-top:.5rem;padding-bottom:.5rem;color:#fff;background-color:#203444;font-weight:600;font-size:.9rem;text-align:center}.modal .modal-body .modal-body-unsaved-info p{margin-bottom:0}.modal .modal-g2-review,.modal .modal-image-editor{max-width:90vw;height:100%;max-height:calc(100vh - 80px)}.modal .modal-g2-review .modal-content,.modal .modal-image-editor .modal-content{height:100%}.modal .modal-g2-review .modal-content .modal-body,.modal .modal-image-editor .modal-content .modal-body{padding:0;max-height:unset;overflow-y:hidden}.modal .modal-g2-review{max-height:calc(100vh - 60px)}.modal .modal-g2-review .loader-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal .modal-g2-review iframe{border:none;height:100%;width:100%}.modal .modal-footer{flex-shrink:0;border-top:1px solid #f5f5f5}.modal .modal-footer-center{justify-content:center}.modal .modal-footer .buttons-group{display:flex}.modal .modal-footer .buttons-group button{display:flex;align-items:center;margin-left:.5em}.modal .modal-footer .buttons-group button:first-child{margin-left:0}.modal .modal-footer .buttons-group button.btn-link{align-items:baseline;border:1px solid #e4e7ec;color:#667085}.modal .modal-footer .buttons-group button.btn-link i{color:#667085}.modal .modal-footer .buttons-group button.btn-link:hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}@media(max-width:991.98px){.modal .modal-footer .btn-group-lg>button.btn,.modal .modal-footer button.btn-lg{font-size:1rem}}@media(max-width:767.98px){.modal .modal-footer .btn-group-lg>button.btn,.modal .modal-footer button.btn-lg{font-size:.9rem;padding:.4rem .75rem}}.modal .modal-footer button.btn-link{align-items:baseline;border:1px solid #e4e7ec;color:#667085}.modal .modal-footer button.btn-link i{color:#667085}.modal .modal-footer button.btn-link:hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}.modal .modal-xl{height:calc(100% - 1rem);max-width:calc(100% - 1rem)}@media(min-width:576px){.modal .modal-xl{height:calc(100% - 3.5rem);max-width:calc(100% - 3rem)}}.modal .modal-xl .modal-content{height:100%}.modal .modal-xl .modal-content .modal-header .modal-title{flex-grow:1;text-align:center}.modal .modal-xl .modal-content .modal-body{max-height:none;overflow-y:auto}.modal .modal-xl .modal-content .modal-body.modal-body-split{display:flex;padding:0}.modal .modal-xl .modal-content .modal-body .modal-body-sidebar{border-right:1px solid #e4e7ec;max-width:500px;width:50%}.modal .modal-xl .modal-content .modal-body .modal-body-content{flex-grow:1;overflow-y:auto;overflow-x:hidden}.modal .modal-share button:focus{box-shadow:none}.modal .modal-share .modal-header{padding:0;align-items:center}.modal .modal-share .modal-header.modal-header-editing-mode{border-bottom:0}.modal .modal-share .modal-header .modal-header-wrapper{padding:1rem}.modal .modal-share .modal-footer{padding:0}.modal .modal-share .modal-footer.modal-footer-editing-mode{border-top:0}.modal .modal-share .modal-footer .modal-footer-wrapper{padding:1rem;width:100%;display:inherit;justify-content:inherit;align-items:inherit}.modal .modal-share .modal-header-editing-mode{border-top:5px solid #203444;border-left:5px solid #203444;border-right:5px solid #203444}.modal .modal-share .modal-header-editing-mode .modal-header-wrapper{border-bottom:1px solid #e4e7ec}.modal .modal-share .modal-body-editing-mode,.modal .modal-share .modal-footer-editing-mode{border-left:5px solid #203444;border-right:5px solid #203444}.modal .modal-share .modal-footer-editing-mode{border-bottom:5px solid #203444}.modal .modal-share .modal-footer-editing-mode .modal-footer-wrapper{border-top:1px solid #e4e7ec}.modal .modal-share .modal-body{padding:0}.modal .modal-share .file-status-setting,.modal .modal-share .share-allow-comments,.modal .modal-share .share-allow-download,.modal .modal-share .share-allow-favoriting,.modal .modal-share .share-allow-versions,.modal .modal-share .share-color,.modal .modal-share .share-hide-file-details,.modal .modal-share .share-logo,.modal .modal-share .share-password-protect,.modal .modal-share .share-require-login,.modal .modal-share .share-select-file-sizes,.modal .modal-share .share-select-require-email-for-download,.modal .modal-share .share-status-change,.modal .modal-share .share-watermark{border-bottom:1px solid #e4e7ec;padding:20px 30px}.modal .modal-share .file-status-setting label,.modal .modal-share .share-allow-comments label,.modal .modal-share .share-allow-download label,.modal .modal-share .share-allow-favoriting label,.modal .modal-share .share-allow-versions label,.modal .modal-share .share-color label,.modal .modal-share .share-hide-file-details label,.modal .modal-share .share-logo label,.modal .modal-share .share-password-protect label,.modal .modal-share .share-require-login label,.modal .modal-share .share-select-file-sizes label,.modal .modal-share .share-select-require-email-for-download label,.modal .modal-share .share-status-change label,.modal .modal-share .share-watermark label{font-weight:500;display:flex;justify-content:space-between}.modal .modal-share .file-status-setting .restricted-files-notice,.modal .modal-share .file-status-setting .restricted-notice,.modal .modal-share .file-status-setting .watermark-notice,.modal .modal-share .share-allow-comments .restricted-files-notice,.modal .modal-share .share-allow-comments .restricted-notice,.modal .modal-share .share-allow-comments .watermark-notice,.modal .modal-share .share-allow-download .restricted-files-notice,.modal .modal-share .share-allow-download .restricted-notice,.modal .modal-share .share-allow-download .watermark-notice,.modal .modal-share .share-allow-favoriting .restricted-files-notice,.modal .modal-share .share-allow-favoriting .restricted-notice,.modal .modal-share .share-allow-favoriting .watermark-notice,.modal .modal-share .share-allow-versions .restricted-files-notice,.modal .modal-share .share-allow-versions .restricted-notice,.modal .modal-share .share-allow-versions .watermark-notice,.modal .modal-share .share-color .restricted-files-notice,.modal .modal-share .share-color .restricted-notice,.modal .modal-share .share-color .watermark-notice,.modal .modal-share .share-hide-file-details .restricted-files-notice,.modal .modal-share .share-hide-file-details .restricted-notice,.modal .modal-share .share-hide-file-details .watermark-notice,.modal .modal-share .share-logo .restricted-files-notice,.modal .modal-share .share-logo .restricted-notice,.modal .modal-share .share-logo .watermark-notice,.modal .modal-share .share-password-protect .restricted-files-notice,.modal .modal-share .share-password-protect .restricted-notice,.modal .modal-share .share-password-protect .watermark-notice,.modal .modal-share .share-require-login .restricted-files-notice,.modal .modal-share .share-require-login .restricted-notice,.modal .modal-share .share-require-login .watermark-notice,.modal .modal-share .share-select-file-sizes .restricted-files-notice,.modal .modal-share .share-select-file-sizes .restricted-notice,.modal .modal-share .share-select-file-sizes .watermark-notice,.modal .modal-share .share-select-require-email-for-download .restricted-files-notice,.modal .modal-share .share-select-require-email-for-download .restricted-notice,.modal .modal-share .share-select-require-email-for-download .watermark-notice,.modal .modal-share .share-status-change .restricted-files-notice,.modal .modal-share .share-status-change .restricted-notice,.modal .modal-share .share-status-change .watermark-notice,.modal .modal-share .share-watermark .restricted-files-notice,.modal .modal-share .share-watermark .restricted-notice,.modal .modal-share .share-watermark .watermark-notice{color:#667085}@media screen and (min-width:0px){.modal .modal-share .file-status-setting .restricted-files-notice,.modal .modal-share .file-status-setting .restricted-notice,.modal .modal-share .file-status-setting .watermark-notice,.modal .modal-share .share-allow-comments .restricted-files-notice,.modal .modal-share .share-allow-comments .restricted-notice,.modal .modal-share .share-allow-comments .watermark-notice,.modal .modal-share .share-allow-download .restricted-files-notice,.modal .modal-share .share-allow-download .restricted-notice,.modal .modal-share .share-allow-download .watermark-notice,.modal .modal-share .share-allow-favoriting .restricted-files-notice,.modal .modal-share .share-allow-favoriting .restricted-notice,.modal .modal-share .share-allow-favoriting .watermark-notice,.modal .modal-share .share-allow-versions .restricted-files-notice,.modal .modal-share .share-allow-versions .restricted-notice,.modal .modal-share .share-allow-versions .watermark-notice,.modal .modal-share .share-color .restricted-files-notice,.modal .modal-share .share-color .restricted-notice,.modal .modal-share .share-color .watermark-notice,.modal .modal-share .share-hide-file-details .restricted-files-notice,.modal .modal-share .share-hide-file-details .restricted-notice,.modal .modal-share .share-hide-file-details .watermark-notice,.modal .modal-share .share-logo .restricted-files-notice,.modal .modal-share .share-logo .restricted-notice,.modal .modal-share .share-logo .watermark-notice,.modal .modal-share .share-password-protect .restricted-files-notice,.modal .modal-share .share-password-protect .restricted-notice,.modal .modal-share .share-password-protect .watermark-notice,.modal .modal-share .share-require-login .restricted-files-notice,.modal .modal-share .share-require-login .restricted-notice,.modal .modal-share .share-require-login .watermark-notice,.modal .modal-share .share-select-file-sizes .restricted-files-notice,.modal .modal-share .share-select-file-sizes .restricted-notice,.modal .modal-share .share-select-file-sizes .watermark-notice,.modal .modal-share .share-select-require-email-for-download .restricted-files-notice,.modal .modal-share .share-select-require-email-for-download .restricted-notice,.modal .modal-share .share-select-require-email-for-download .watermark-notice,.modal .modal-share .share-status-change .restricted-files-notice,.modal .modal-share .share-status-change .restricted-notice,.modal .modal-share .share-status-change .watermark-notice,.modal .modal-share .share-watermark .restricted-files-notice,.modal .modal-share .share-watermark .restricted-notice,.modal .modal-share .share-watermark .watermark-notice{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .file-status-setting .restricted-files-notice,.modal .modal-share .file-status-setting .restricted-notice,.modal .modal-share .file-status-setting .watermark-notice,.modal .modal-share .share-allow-comments .restricted-files-notice,.modal .modal-share .share-allow-comments .restricted-notice,.modal .modal-share .share-allow-comments .watermark-notice,.modal .modal-share .share-allow-download .restricted-files-notice,.modal .modal-share .share-allow-download .restricted-notice,.modal .modal-share .share-allow-download .watermark-notice,.modal .modal-share .share-allow-favoriting .restricted-files-notice,.modal .modal-share .share-allow-favoriting .restricted-notice,.modal .modal-share .share-allow-favoriting .watermark-notice,.modal .modal-share .share-allow-versions .restricted-files-notice,.modal .modal-share .share-allow-versions .restricted-notice,.modal .modal-share .share-allow-versions .watermark-notice,.modal .modal-share .share-color .restricted-files-notice,.modal .modal-share .share-color .restricted-notice,.modal .modal-share .share-color .watermark-notice,.modal .modal-share .share-hide-file-details .restricted-files-notice,.modal .modal-share .share-hide-file-details .restricted-notice,.modal .modal-share .share-hide-file-details .watermark-notice,.modal .modal-share .share-logo .restricted-files-notice,.modal .modal-share .share-logo .restricted-notice,.modal .modal-share .share-logo .watermark-notice,.modal .modal-share .share-password-protect .restricted-files-notice,.modal .modal-share .share-password-protect .restricted-notice,.modal .modal-share .share-password-protect .watermark-notice,.modal .modal-share .share-require-login .restricted-files-notice,.modal .modal-share .share-require-login .restricted-notice,.modal .modal-share .share-require-login .watermark-notice,.modal .modal-share .share-select-file-sizes .restricted-files-notice,.modal .modal-share .share-select-file-sizes .restricted-notice,.modal .modal-share .share-select-file-sizes .watermark-notice,.modal .modal-share .share-select-require-email-for-download .restricted-files-notice,.modal .modal-share .share-select-require-email-for-download .restricted-notice,.modal .modal-share .share-select-require-email-for-download .watermark-notice,.modal .modal-share .share-status-change .restricted-files-notice,.modal .modal-share .share-status-change .restricted-notice,.modal .modal-share .share-status-change .watermark-notice,.modal .modal-share .share-watermark .restricted-files-notice,.modal .modal-share .share-watermark .restricted-notice,.modal .modal-share .share-watermark .watermark-notice{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .file-status-setting .restricted-files-notice,.modal .modal-share .file-status-setting .restricted-notice,.modal .modal-share .file-status-setting .watermark-notice,.modal .modal-share .share-allow-comments .restricted-files-notice,.modal .modal-share .share-allow-comments .restricted-notice,.modal .modal-share .share-allow-comments .watermark-notice,.modal .modal-share .share-allow-download .restricted-files-notice,.modal .modal-share .share-allow-download .restricted-notice,.modal .modal-share .share-allow-download .watermark-notice,.modal .modal-share .share-allow-favoriting .restricted-files-notice,.modal .modal-share .share-allow-favoriting .restricted-notice,.modal .modal-share .share-allow-favoriting .watermark-notice,.modal .modal-share .share-allow-versions .restricted-files-notice,.modal .modal-share .share-allow-versions .restricted-notice,.modal .modal-share .share-allow-versions .watermark-notice,.modal .modal-share .share-color .restricted-files-notice,.modal .modal-share .share-color .restricted-notice,.modal .modal-share .share-color .watermark-notice,.modal .modal-share .share-hide-file-details .restricted-files-notice,.modal .modal-share .share-hide-file-details .restricted-notice,.modal .modal-share .share-hide-file-details .watermark-notice,.modal .modal-share .share-logo .restricted-files-notice,.modal .modal-share .share-logo .restricted-notice,.modal .modal-share .share-logo .watermark-notice,.modal .modal-share .share-password-protect .restricted-files-notice,.modal .modal-share .share-password-protect .restricted-notice,.modal .modal-share .share-password-protect .watermark-notice,.modal .modal-share .share-require-login .restricted-files-notice,.modal .modal-share .share-require-login .restricted-notice,.modal .modal-share .share-require-login .watermark-notice,.modal .modal-share .share-select-file-sizes .restricted-files-notice,.modal .modal-share .share-select-file-sizes .restricted-notice,.modal .modal-share .share-select-file-sizes .watermark-notice,.modal .modal-share .share-select-require-email-for-download .restricted-files-notice,.modal .modal-share .share-select-require-email-for-download .restricted-notice,.modal .modal-share .share-select-require-email-for-download .watermark-notice,.modal .modal-share .share-status-change .restricted-files-notice,.modal .modal-share .share-status-change .restricted-notice,.modal .modal-share .share-status-change .watermark-notice,.modal .modal-share .share-watermark .restricted-files-notice,.modal .modal-share .share-watermark .restricted-notice,.modal .modal-share .share-watermark .watermark-notice{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .file-status-setting .restricted-files-notice,.modal .modal-share .file-status-setting .restricted-notice,.modal .modal-share .file-status-setting .watermark-notice,.modal .modal-share .share-allow-comments .restricted-files-notice,.modal .modal-share .share-allow-comments .restricted-notice,.modal .modal-share .share-allow-comments .watermark-notice,.modal .modal-share .share-allow-download .restricted-files-notice,.modal .modal-share .share-allow-download .restricted-notice,.modal .modal-share .share-allow-download .watermark-notice,.modal .modal-share .share-allow-favoriting .restricted-files-notice,.modal .modal-share .share-allow-favoriting .restricted-notice,.modal .modal-share .share-allow-favoriting .watermark-notice,.modal .modal-share .share-allow-versions .restricted-files-notice,.modal .modal-share .share-allow-versions .restricted-notice,.modal .modal-share .share-allow-versions .watermark-notice,.modal .modal-share .share-color .restricted-files-notice,.modal .modal-share .share-color .restricted-notice,.modal .modal-share .share-color .watermark-notice,.modal .modal-share .share-hide-file-details .restricted-files-notice,.modal .modal-share .share-hide-file-details .restricted-notice,.modal .modal-share .share-hide-file-details .watermark-notice,.modal .modal-share .share-logo .restricted-files-notice,.modal .modal-share .share-logo .restricted-notice,.modal .modal-share .share-logo .watermark-notice,.modal .modal-share .share-password-protect .restricted-files-notice,.modal .modal-share .share-password-protect .restricted-notice,.modal .modal-share .share-password-protect .watermark-notice,.modal .modal-share .share-require-login .restricted-files-notice,.modal .modal-share .share-require-login .restricted-notice,.modal .modal-share .share-require-login .watermark-notice,.modal .modal-share .share-select-file-sizes .restricted-files-notice,.modal .modal-share .share-select-file-sizes .restricted-notice,.modal .modal-share .share-select-file-sizes .watermark-notice,.modal .modal-share .share-select-require-email-for-download .restricted-files-notice,.modal .modal-share .share-select-require-email-for-download .restricted-notice,.modal .modal-share .share-select-require-email-for-download .watermark-notice,.modal .modal-share .share-status-change .restricted-files-notice,.modal .modal-share .share-status-change .restricted-notice,.modal .modal-share .share-status-change .watermark-notice,.modal .modal-share .share-watermark .restricted-files-notice,.modal .modal-share .share-watermark .restricted-notice,.modal .modal-share .share-watermark .watermark-notice{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-share .file-status-setting #inpPassword,.modal .modal-share .share-allow-comments #inpPassword,.modal .modal-share .share-allow-download #inpPassword,.modal .modal-share .share-allow-favoriting #inpPassword,.modal .modal-share .share-allow-versions #inpPassword,.modal .modal-share .share-color #inpPassword,.modal .modal-share .share-hide-file-details #inpPassword,.modal .modal-share .share-logo #inpPassword,.modal .modal-share .share-password-protect #inpPassword,.modal .modal-share .share-require-login #inpPassword,.modal .modal-share .share-select-file-sizes #inpPassword,.modal .modal-share .share-select-require-email-for-download #inpPassword,.modal .modal-share .share-status-change #inpPassword,.modal .modal-share .share-watermark #inpPassword{margin-top:.5rem}.modal .modal-share .share-hide-file-details label{width:100%}.modal .modal-share .share-select-file-sizes .share-file-sizes label{font-weight:400}.modal .modal-share .share-logo{border-bottom:0}.modal .modal-share .share-color>span,.modal .modal-share .share-logo>span{font-weight:500}.modal .modal-share .share-select-file-sizes button:not(.upgrade-plan-button-a){margin-top:1rem}.modal .modal-share .share-include-future-files{background-color:#e4e7ec;color:#667085;width:100%;padding:6px calc(1.25rem + 30px)}@media screen and (min-width:0px){.modal .modal-share .share-include-future-files{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-include-future-files{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-include-future-files{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-include-future-files{font-size:.8125rem;line-height:1.375rem;letter-spacing:0}}.modal .modal-share .share-include-future-files.error{background-color:#fe5a58;color:#fff}.modal .modal-share .share-card{align-items:center;background-color:rgb(244.2,245.4,247.4);border-bottom:1px solid #e4e7ec;display:flex;padding:20px 30px}.modal .modal-share .share-card .share-card-img{flex-shrink:0;margin-right:20px;width:90px}.modal .modal-share .share-card .share-card-img img{width:100%}.modal .modal-share .share-card .share-card-img.share-card-multi-img{position:relative}.modal .modal-share .share-card .share-card-img.share-card-multi-img .share-card-files-count{background-color:rgba(0,0,0,.4);display:block;height:100%;width:100%;position:absolute;left:0;top:0;text-align:center}.modal .modal-share .share-card .share-card-img.share-card-multi-img .share-card-files-count span{color:#fff;font-weight:600;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (min-width:0px){.modal .modal-share .share-card .share-card-img.share-card-multi-img .share-card-files-count span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-card .share-card-img.share-card-multi-img .share-card-files-count span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-card .share-card-img.share-card-multi-img .share-card-files-count span{font-size:.9625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-card .share-card-img.share-card-multi-img .share-card-files-count span{font-size:1.25rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-share .share-card .share-card-body{flex-grow:1;width:calc(100% - 110px)}.modal .modal-share .share-card .share-title{margin-bottom:.25em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal .modal-share .share-card .share-title a{color:#101828}.modal .modal-share .share-card .share-title a:hover{color:#203444;text-decoration:none}.modal .modal-share .share-invite{padding:0 30px}.modal .modal-share .share-invite .share-invite-form{margin:20px 0;justify-content:center}.modal .modal-share .share-invite .share-invite-form .form-group{width:100%}@media screen and (min-width:0px){.modal .modal-share .share-invite label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-invite label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-invite label{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-invite label{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-share .share-invite label+.share-invite-select,.modal .modal-share .share-invite label+input{border:none;flex-grow:1;margin-left:.5em}@media screen and (min-width:0px){.modal .modal-share .share-invite label+.share-invite-select,.modal .modal-share .share-invite label+input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-invite label+.share-invite-select,.modal .modal-share .share-invite label+input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-invite label+.share-invite-select,.modal .modal-share .share-invite label+input{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-invite label+.share-invite-select,.modal .modal-share .share-invite label+input{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-share .share-link{padding:20px 30px}.modal .modal-share .share-link-form{position:relative;margin:1em 0 0}.modal .modal-share .share-link-form .share-link-suffix{padding-right:32px;overflow:hidden;text-overflow:ellipsis}.modal .modal-share .share-link-form .share-link-copy-wrapper{margin-left:0;position:absolute;right:.5rem;z-index:3}.modal .modal-share .share-link-form .share-link-wrapper{display:flex;align-items:center}.modal .modal-share .share-link-form .share-link-wrapper .share-link-inputs-wrapper{width:100%;display:flex;align-items:center;position:relative}.modal .modal-share .share-link-form .share-link-wrapper .btn-link-qr-code{font-size:1.1rem}.modal .modal-share .share-body{padding:0 30px}.modal .modal-share .share-body .share-link-form{margin:0 0 1em;padding-left:calc(40px + 1em)}.modal .modal-share .share-comment{padding:0 30px 20px}.modal .modal-share .share-comment label{font-weight:500}.modal .modal-share .share-templates{display:flex;flex-wrap:nowrap;border-bottom:1px solid #e4e7ec;padding:20px 30px;flex-direction:column;align-items:flex-start}.modal .modal-share .share-templates.share-templates-simple{border-bottom:0;padding-top:0}.modal .modal-share .share-templates label{margin-bottom:.5rem;display:flex;align-items:center;gap:.5em}.modal .modal-share .share-templates .share-templates-label{margin-top:1rem}.modal .modal-share .share-templates .share-templates-add-new-info{margin-top:1rem;font-size:.85rem;color:#203444;font-weight:700}.modal .modal-share .share-templates .share-templates-add-new-info p{margin-bottom:0}.modal .modal-share .share-templates input,.modal .modal-share .share-templates select{width:100%}.modal .modal-share .share-templates .share-templates-select-wrapper{display:flex;width:100%;gap:.5rem}.modal .modal-share .share-templates .share-templates-select-wrapper .select-template{flex:1}.modal .modal-share .share-templates button i{margin-right:0}.modal .modal-share .share-view{justify-content:space-between;border-bottom:1px solid #e4e7ec;padding:20px 30px}.modal .modal-share .share-view label{font-weight:500}.modal .modal-share .share-view select{margin-left:.5em}.modal .modal-share .share-item{align-items:center;display:flex;width:100%}.modal .modal-share .share-item .share-link-open-settings-wrapper{position:relative}.modal .modal-share .share-item .share-link-open-settings-wrapper .upgrade-plan-button{position:absolute;right:-6px;top:-6px}.modal .modal-share .share-item #linkOpenSettings{font-size:1rem}.modal .modal-share .share-item #linkOpenSettings i{margin-right:0}.modal .modal-share .share-item .share-item-body{flex-grow:1}.modal .modal-share .share-item .share-item-body .share-item-title{margin-bottom:0}@media screen and (min-width:0px){.modal .modal-share .share-item .share-item-body .share-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-item .share-item-body .share-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-item .share-item-body .share-item-title{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-item .share-item-body .share-item-title{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.modal .modal-share .share-item .share-item-body .share-item-details{color:#667085;display:block}@media screen and (min-width:0px){.modal .modal-share .share-item .share-item-body .share-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-item .share-item-body .share-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-item .share-item-body .share-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-item .share-item-body .share-item-details{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-share .share-item .share-avatar{flex-shrink:0;margin-right:1em}.modal .modal-share .share-item-actions{flex-shrink:0;margin-left:1em}.modal .modal-share .share-item-actions .btn-link{cursor:pointer}.modal .modal-share .share-item-actions .btn,.modal .modal-share .share-item-actions button{font-weight:400;margin-left:.5em;padding:0}@media screen and (min-width:0px){.modal .modal-share .share-item-actions .btn,.modal .modal-share .share-item-actions button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-item-actions .btn,.modal .modal-share .share-item-actions button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-item-actions .btn,.modal .modal-share .share-item-actions button{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-item-actions .btn,.modal .modal-share .share-item-actions button{font-size:.8125rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-share .share-item-actions .btn.copied i,.modal .modal-share .share-item-actions button.copied i{color:#203444}.modal .modal-share .share-item-actions .btn:first-child,.modal .modal-share .share-item-actions button:first-child{margin-left:0}.modal .modal-share .share-item-actions .btn.active i,.modal .modal-share .share-item-actions .btn:hover i,.modal .modal-share .share-item-actions button.active i,.modal .modal-share .share-item-actions button:hover i{color:#203444}.modal .modal-share .share-item-actions .btn i,.modal .modal-share .share-item-actions button i{color:#667085;font-size:20px;margin:0}.modal .modal-share .share-expire-time{justify-content:space-between;border-bottom:1px solid #e4e7ec;padding:20px 30px}.modal .modal-share .share-expire-time label{font-weight:500}.modal .modal-share .share-expire-time i{font-size:20px}.modal .modal-share .share-expire-time .buttons-group{display:flex;align-items:center;gap:.5em}.modal .modal-share .share-expire-time .btn-link{display:flex;align-items:center;color:#667085;padding:0;font-weight:500}.modal .modal-share .share-expire-time .btn-link i{margin-right:0;margin-left:.5em}.modal .modal-share .share-expire-time .btn-link:hover{text-decoration:none}.modal .modal-share .share-files-list .share-file-item{align-items:center;border-bottom:1px solid #e4e7ec;display:flex;padding:20px 30px;width:100%}.modal .modal-share .share-files-list .share-file-item:last-child{border-bottom:0}.modal .modal-share .share-files-list .share-file-item .share-card-img{margin-right:20px;max-width:90px}.modal .modal-share .share-files-list .share-file-item .share-card-img img{width:100%}.modal .modal-share .share-files-list .share-file-item .share-file-card-body{flex-grow:1}.modal .modal-share .share-files-list .share-file-item .share-file-card-body .share-file-title{margin-bottom:0}.modal .modal-share .share-files-list .share-file-item .share-file-card-body .share-file-title a{color:#101828}.modal .modal-share .share-files-list .share-file-item .share-file-card-body .share-file-title a:hover{color:#203444;text-decoration:none}.modal .modal-share .share-link-settings .share-link-settings-form{margin:0}.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-options-item{border-bottom:1px solid #e4e7ec;padding:20px 30px;width:100%}.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-options-item:last-child{border-bottom:none}.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-options-item>.row{width:calc(100% + 30px)}.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-title{font-weight:600}@media screen and (min-width:0px){.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-title{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-link-settings .share-link-settings-form .share-links-settings-title{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-share .share-link-settings .share-link-settings-form .form-check{justify-content:flex-start}.modal .modal-share .share-link-settings .share-link-settings-form label{color:#667085;font-weight:400;text-align:left}@media screen and (min-width:0px){.modal .modal-share .share-link-settings .share-link-settings-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-link-settings .share-link-settings-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-link-settings .share-link-settings-form label{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-link-settings .share-link-settings-form label{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-share .share-link-settings .share-link-settings-form label span{white-space:nowrap}.modal .modal-share .share-link-settings .share-link-settings-form label+input{margin-left:.5em}@media screen and (min-width:0px){.modal .modal-share .share-link-settings .share-link-settings-form label+input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share .share-link-settings .share-link-settings-form label+input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share .share-link-settings .share-link-settings-form label+input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share .share-link-settings .share-link-settings-form label+input{font-size:.875rem;line-height:1.3125rem;letter-spacing:0}}.modal .modal-share.modal-share-inline .modal-body{padding-top:0}.modal .modal-share.modal-share-inline .modal-body .share-link{padding:20px 30px}.modal .modal-share.modal-share-inline .modal-body .share-comment{padding:0 30px 20px!important}.modal .modal-share.modal-share-inline .modal-body .share-include-future-files{padding:6px calc(1.25rem + 30px)}.modal .modal-share.modal-share-inline .modal-body .share-setting{padding:20px 30px}.modal .modal-share.modal-share-inline .modal-body .share-setting.share-templates-simple{padding-top:0}.modal .modal-share.modal-share-inline .modal-body .share-setting.share-file-sizes{padding:0}.modal .modal-share .share-setting-switch-wrapper{display:flex;align-items:center;gap:.75em}.modal .modal-share .modal-msg-body{padding:20px 15px}.modal .modal-share-links .share-body{padding:15px 30px}@media screen and (min-width:0px){.modal .modal-share-links .share-body .share-item-actions>span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-share-links .share-body .share-item-actions>span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-share-links .share-body .share-item-actions>span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-share-links .share-body .share-item-actions>span{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.modal .modal-share-links .share-body .share-users-list h5{margin-top:1.5em}.modal .modal-share-links .share-body .share-users-list h5:first-of-type{margin-top:0}.modal .modal-likes .modal-body{padding:0}.modal .modal-likes .likes-body{padding:20px 30px}.modal .modal-access .modal-header{padding:0;align-items:center}.modal .modal-access .modal-header.modal-header-editing-mode{border-bottom:0}.modal .modal-access .modal-header .modal-header-wrapper{padding:1rem}.modal .modal-access .modal-footer{padding:0}.modal .modal-access .modal-footer.modal-footer-editing-mode{border-top:0}.modal .modal-access .modal-footer .modal-footer-wrapper{padding:1rem;width:100%;display:inherit;justify-content:inherit;align-items:inherit}.modal .modal-access>.modal-content>.modal-body{border-bottom:1px solid #e4e7ec}.modal .modal-access>.modal-content>.modal-body-no-border{border-bottom:0}.modal .modal-access .modal-body{padding:2rem 0 0}.modal .modal-access .modal-body .form-check-input{margin-top:.2rem}.modal .modal-access .modal-body>div{padding:0 30px}.modal .modal-access .modal-body>div.access-spread{padding-left:3rem}.modal .modal-access .modal-body .modal-body-unsaved-info{padding-top:.5rem;padding-bottom:.5rem}.modal .modal-access .modal-body .access-type .access-type-form{display:flex;align-items:center;justify-content:space-between}.modal .modal-access .modal-body .access-type .access-type-form.access-type-form-editions,.modal .modal-access .modal-body .access-type .access-type-form.access-type-form-type-public{margin-bottom:1.5rem}.modal .modal-access .modal-body .access-type .access-type-form .access-type-switch-edition-visible{display:flex}.modal .modal-access .modal-body .access-type .access-type-form .access-type-select{width:100%;padding:0 1em;cursor:pointer}.modal .modal-access .modal-body .access-type .access-type-form .access-type-select .access-type-title{margin-bottom:0}.modal .modal-access .modal-body .access-type .access-type-form .access-type-select .access-type-details{color:#667085;margin-bottom:0}@media screen and (min-width:0px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-select .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-select .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-select .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-select .access-type-details{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-access .modal-body .access-type .access-type-form .access-type-select p{margin-bottom:0}.modal .modal-access .modal-body .access-type .access-type-form .access-type-select.access-type-select-switch-edition-visible{padding-right:0}.modal .modal-access .modal-body .access-type .access-type-form .access-type-select.access-type-select-switch-edition-visible label{display:flex;width:100%;justify-content:space-between}.modal .modal-access .modal-body .access-type .access-type-form .access-type-settings .btn{padding:0}.modal .modal-access .modal-body .access-type .access-type-form .access-type-settings .btn:focus{box-shadow:none}.modal .modal-access .modal-body .access-type .access-type-form .access-type-settings i{margin-right:0}@media screen and (min-width:0px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-settings i{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-settings i{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-settings i{font-size:.9625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-access .modal-body .access-type .access-type-form .access-type-settings i{font-size:1.25rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-access .modal-body .access-spread-form{margin-top:10px;margin-bottom:20px}.modal .modal-access .modal-body .access-spread-form .form-check{margin-bottom:.5em}.modal .modal-access .modal-body .access-spread-form label{color:#667085;display:block}@media screen and (min-width:0px){.modal .modal-access .modal-body .access-spread-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-access .modal-body .access-spread-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-access .modal-body .access-spread-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-access .modal-body .access-spread-form label{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-access .modal-body .access-notifications{background-color:#e4e7ec;color:#667085;width:100%;padding:6px calc(2rem - 2px)}@media screen and (min-width:0px){.modal .modal-access .modal-body .access-notifications{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-access .modal-body .access-notifications{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-access .modal-body .access-notifications{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-access .modal-body .access-notifications{font-size:.8125rem;line-height:1.25rem;letter-spacing:0}}.modal .modal-access .modal-body .access-body{padding-top:10px;padding-bottom:10px}.modal .modal-access .modal-body .access-body.access-body-open{padding-bottom:20px}.modal .modal-access .modal-body .access-body.access-users-body{margin-top:0}.modal .modal-access .modal-body .access-body .access-add-form{margin:0;padding:.5rem 0 0}.modal .modal-access .modal-body .access-body .access-add-form .form-group{display:flex}.modal .modal-access .modal-body .access-body .access-add-form .form-group .dropdown{display:flex;align-items:center}.modal .modal-access .modal-body .access-body .access-add-form .form-group .user-select{width:100%}.modal .modal-access .modal-body .access-body .access-add-form .form-group .btn{margin-left:.5rem}.modal .modal-access .modal-body .access-body .access-add-form .form-group .btn i{margin:0}.modal .modal-access .modal-body .access-body .users-list .user-item{margin-bottom:0;margin-top:1rem}.modal .modal-access .modal-body .access-body .access-body-container{display:flex;justify-content:space-between;padding-right:10px}.modal .modal-access .modal-body .collaborate-add-header{cursor:pointer}.modal .modal-access .modal-body .collaborate-add-header>i{width:.75em;text-align:center}.modal .modal-access .modal-header-editing-mode{border-top:5px solid #203444;border-left:5px solid #203444;border-right:5px solid #203444}.modal .modal-access .modal-header-editing-mode .modal-header-wrapper{border-bottom:1px solid #e4e7ec}.modal .modal-access .access-type-form,.modal .modal-edit-collection .access-type-form{margin:0 0 1em}.modal .modal-access .access-type-form .form-check,.modal .modal-edit-collection .access-type-form .form-check{margin-bottom:1em}.modal .modal-access .access-type-form .form-check:last-child,.modal .modal-edit-collection .access-type-form .form-check:last-child{margin-bottom:0}.modal .modal-access .access-type-form .access-type-item,.modal .modal-edit-collection .access-type-form .access-type-item{align-items:baseline;margin-bottom:0}.modal .modal-access .access-type-form .access-type-item .access-type-title,.modal .modal-edit-collection .access-type-form .access-type-item .access-type-title{margin-bottom:0}.modal .modal-access .access-type-form .access-type-item .access-type-details,.modal .modal-edit-collection .access-type-form .access-type-item .access-type-details{color:#667085;margin-bottom:0}@media screen and (min-width:0px){.modal .modal-access .access-type-form .access-type-item .access-type-details,.modal .modal-edit-collection .access-type-form .access-type-item .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-access .access-type-form .access-type-item .access-type-details,.modal .modal-edit-collection .access-type-form .access-type-item .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-access .access-type-form .access-type-item .access-type-details,.modal .modal-edit-collection .access-type-form .access-type-item .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-access .access-type-form .access-type-item .access-type-details,.modal .modal-edit-collection .access-type-form .access-type-item .access-type-details{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-access .access-type-form .access-type-item.disabled .access-type-title,.modal .modal-edit-collection .access-type-form .access-type-item.disabled .access-type-title{color:#667085}.modal .modal-upload.modal-xl .modal-content .modal-body{max-height:none;overflow-y:auto}.modal .modal-upload.modal-xl .modal-content .modal-body.modal-body-split{display:block;padding:0}@media(min-width:768px){.modal .modal-upload.modal-xl .modal-content .modal-body.modal-body-split{display:flex}}.modal .modal-upload.modal-xl .modal-content .modal-body .modal-body-sidebar{border-right:none;max-width:none;width:100%}@media(min-width:768px){.modal .modal-upload.modal-xl .modal-content .modal-body .modal-body-sidebar{border-right:1px solid #e4e7ec;max-width:500px;width:50%}}.modal .modal-upload.modal-xl .modal-content .modal-body .modal-body-content{flex-grow:0;overflow-y:auto;overflow-x:hidden}@media(min-width:768px){.modal .modal-upload.modal-xl .modal-content .modal-body .modal-body-content{flex-grow:1;overflow-y:auto;overflow-x:hidden}}.modal .modal-upload.modal-xl .modal-content .modal-body .settings-tabs{padding:1rem 40px 0}@media(max-width:767.98px){.modal .modal-upload.modal-xl .modal-content .modal-body .settings-tabs{padding:1rem 20px 0}.modal .modal-upload.modal-xl .modal-content .modal-body .settings-tabs.icon-tabs .nav-link span{display:inline}}.modal .modal-upload .modal-body-sidebar{display:flex;flex-direction:column;max-width:500px;width:50%}.modal .modal-upload .uploaded-files-summary{border-bottom:1px solid #e4e7ec;display:flex;flex-direction:column;padding:30px}.modal .modal-upload .uploaded-files-summary .uploaded-files-summary-title-wrapper{display:flex}.modal .modal-upload .uploaded-files-summary .uploaded-files-summary-title-wrapper .uploaded-files-summary-title{flex-grow:1;margin-bottom:0}.modal .modal-upload .uploaded-files-summary .uploaded-files-summary-title-wrapper .uploaded-files-summary-title+.checkbox-wrapper{margin-left:20px}.modal .modal-upload .uploaded-files-summary .uploaded-files-filter{margin-top:1rem}.modal .modal-upload .uploaded-files-summary .uploaded-files-filter button{border:1px solid #203444}.modal .modal-upload .uploaded-files-summary .uploaded-files-filter .uploaded-files-retry-failed{margin-left:.75rem}.modal .modal-upload .fine-uploader-dropzone-container{overflow-y:auto}.modal .modal-upload .fine-uploader-dropzone-container .uploaded-files-list{overflow-y:inherit}.modal .modal-upload .uploaded-files-list{list-style:none;margin:0;overflow-y:auto;padding:22px}.modal .modal-upload .uploaded-files-list .uploaded-file{margin-bottom:10px}.modal .modal-upload .uploaded-files-list .uploaded-file.error>label{border-color:#fe5a58}.modal .modal-upload .uploaded-files-list .uploaded-file.file-validation-error>label{border-color:#fbaa29}.modal .modal-upload .uploaded-files-list li{position:relative}.modal .modal-upload .uploaded-files-list li>.input-check,.modal .modal-upload .uploaded-files-list li>.retry-button{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.modal .modal-upload .uploaded-files-list li:hover .uploaded-file-remove{display:block}.modal .modal-upload .uploaded-files-list :not(.error) .input-check:checked+label,.modal .modal-upload .uploaded-files-list :not(.file-validation-error) .input-check:checked+label{border-color:#203444}.modal .modal-upload .uploaded-files-list .uploaded-file-wrapper{align-items:center;border:2px solid transparent;border-radius:4px;cursor:pointer;display:flex;margin-bottom:0;padding:6px;transition:border-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal .modal-upload .uploaded-files-list .uploaded-file-wrapper .uploaded-file-remove{display:none;position:absolute;top:-12px;right:-7px}.modal .modal-upload .uploaded-files-list .uploaded-file-wrapper .uploaded-file-remove .remove-button{background-color:#fff;border-radius:50%}.modal .modal-upload .uploaded-files-list .grid-item-img{margin-right:20px;width:100%;max-width:90px;max-height:60px}.modal .modal-upload .uploaded-files-list .uploaded-file-body{flex-grow:1;max-width:calc(100% - 162px)}.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-folder{display:block;line-height:1rem!important}@media screen and (min-width:0px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-folder{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-folder{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-folder{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-folder{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.125rem}@media screen and (min-width:0px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-title{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-title{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.modal .modal-upload .uploaded-files-list .uploaded-file-body .uploaded-file-title i{color:#203444}.modal .modal-upload .uploaded-files-list .uploaded-file-body .error{color:#fe5a58}@media screen and (min-width:0px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-upload .uploaded-files-list .uploaded-file-body .file-validation-error{color:#fbaa29}@media screen and (min-width:0px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .file-validation-error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .file-validation-error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .file-validation-error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .uploaded-files-list .uploaded-file-body .file-validation-error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-upload .uploaded-files-list .uploading-file-progress{width:100%}.modal .modal-upload .modal-body-content .mapping-message-content,.modal .modal-upload .modal-body-content .uploaded-files-content{padding:30px 40px}@media(max-width:767.98px){.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced{padding:30px}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .upload-form .form-group .row{flex-direction:column}}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .btn-link{align-items:baseline;border:1px solid #e4e7ec;color:#667085}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .btn-link i{color:#667085}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .btn-link:hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .btn-link.disabled{background-color:#f2f2f2}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .uploaded-files-content-advanced-header-column{display:flex;justify-content:space-between;align-items:center}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .uploaded-files-content-advanced-header-column h5{margin-bottom:0}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .uploaded-files-content-advanced-header-column select{width:unset}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .uploaded-files-content-advanced-footer{display:flex;gap:.5rem;align-items:center;justify-content:space-between}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .uploaded-files-content-advanced-footer .uploaded-files-content-advanced-footer-text{display:flex;flex-direction:column}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .uploaded-files-content-advanced-footer .uploaded-files-content-advanced-default{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .upload-form{margin-top:0}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .upload-form .form-group>label{margin-bottom:.5rem}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .upload-form .form-group>label:not(:first-child){margin-top:1.5rem}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .upload-form .form-group label.switch{justify-content:flex-start}@media screen and (min-width:0px){.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .prefix-suffix-column label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .prefix-suffix-column label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .prefix-suffix-column label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .prefix-suffix-column label{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .prefix-suffix-column .prefix-suffix-label-column{display:flex;gap:.5rem}.modal .modal-upload .modal-body-content .uploaded-files-content.uploaded-files-content-advanced .prefix-suffix-column .prefix-suffix-label-column .prefix-suffix-select{width:100%}.modal .modal-upload .modal-body-content .uploaded-files-content .file-name-label .btn{font-weight:500;padding:0;color:#667085}@media screen and (min-width:0px){.modal .modal-upload .modal-body-content .uploaded-files-content .file-name-label .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .modal-body-content .uploaded-files-content .file-name-label .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .modal-body-content .uploaded-files-content .file-name-label .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .modal-body-content .uploaded-files-content .file-name-label .btn{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-upload .modal-body-content .uploaded-files-content .file-name-label .btn:hover{color:#101828;text-decoration:none}.modal .modal-upload .modal-body-content .mapping-switch{padding:30px 40px 0;max-width:600px;width:100%}@media(max-width:767.98px){.modal .modal-upload .modal-body-content .mapping-switch{display:block}}.modal .modal-upload .modal-body-content .mapping-switch label{margin-right:2em}.modal .modal-upload .modal-body-content .upload-form{max-width:750px}.modal .modal-upload .modal-body-content .upload-form hr{margin:2em 0}.modal .modal-upload .modal-body-content .upload-form h5{margin-bottom:1em}.modal .modal-upload .modal-body-content .upload-form .form-prefix-suffix-container .btn-link{align-items:baseline;border:1px solid #e4e7ec;color:#667085;display:block;width:100%;height:calc(1.6em + .75rem + 2px)}.modal .modal-upload .modal-body-content .upload-form .form-prefix-suffix-container .btn-link i{color:#667085}.modal .modal-upload .modal-body-content .upload-form .form-prefix-suffix-container .btn-link:hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}.modal .modal-upload .modal-body-content .upload-form .tags-list{margin-right:.5em}.modal .modal-upload .modal-body-content .upload-form .tags-list .tag{margin:.5em .5em .5em 0}.modal .modal-upload .modal-body-content .upload-form .file-options{margin-bottom:calc(1.5rem - 10px);align-items:flex-end}.modal .modal-upload .modal-body-content .upload-form .file-options label{display:flex;gap:.5em;align-items:center}.modal .modal-upload .modal-body-content .upload-form .file-options label .required-asterisk{margin-left:0}.modal .modal-upload .modal-body-content .upload-form .file-options>div{margin-bottom:10px}.modal .modal-upload .modal-body-content .upload-form .upload-file-taxonomy-list{display:inline-block;list-style:none;margin:0;padding:0}.modal .modal-upload .modal-body-content .upload-form .upload-file-taxonomy-list li{display:inline-block;margin-right:.5em}.modal .modal-upload .modal-body-content .upload-form .upload-file-taxonomy-list li:after{content:", "}.modal .modal-upload .modal-body-content .upload-form .upload-file-taxonomy-list li:last-child:after{display:none}.modal .modal-upload .modal-body-content .upload-form .upload-file-taxonomy-list li.upload-file-taxonomy-item a{color:#101828}.modal .modal-upload .modal-body-content .upload-form .upload-modal-taxonomies label.disabled{opacity:.65}.modal .modal-upload .modal-body-content .upload-form .upload-modal-taxonomies h6{display:flex;align-items:center;gap:.5em}.modal .modal-upload .modal-body-content .upload-form .upload-modal-taxonomies h6 a{color:#667085;font-weight:400}.modal .modal-upload .modal-body-content .upload-form .upload-access .upload-access-switch{color:#101828}.modal .modal-upload .modal-body-content .upload-form .upload-access .upload-access-switch i{margin-left:1rem}.modal .modal-upload .modal-body-content .upload-form .upload-access .access-groups-list{margin-bottom:1.5rem}.modal .modal-upload .modal-body-content .upload-form .access-body .avatar-stack{display:none}.modal .modal-upload .modal-body-content .upload-form .access-body .access-add-form{margin-top:0}.modal .modal-upload .modal-body-content .upload-form .access-body .access-add-form .form-group{display:flex}.modal .modal-upload .modal-body-content .upload-form .access-body .access-add-form .form-group .access-select{width:100%}.modal .modal-upload .modal-body-content .upload-form .access-body .access-add-form .form-group .dropdown{display:flex;align-items:center}.modal .modal-upload .modal-body-content .upload-form .access-body .access-add-form .form-group .btn{margin-left:.5rem}.modal .modal-upload .modal-body-content .upload-form .access-body .access-add-form .form-group .btn i{margin:0}.modal .modal-upload .modal-body-content .upload-form .custom-react-select{align-items:center}.modal .modal-upload .modal-body-content .upload-form .custom-react-select #selectCollection{flex:1 1 auto}.modal .modal-upload .modal-body-content .upload-form .custom-react-select .add-collection{white-space:nowrap;max-height:40px;margin:.5em 0}.modal .modal-upload .modal-body-content .upload-form .custom-react-select.is-invalid .css-vj8t7z{border-color:#fe5a58}.modal .modal-upload .modal-body-content .upload-form ul.file-upload-groups{padding-left:0}.modal .modal-upload .modal-body-content .upload-form ul.file-upload-groups li{list-style:none}.modal .modal-upload .modal-body-content .upload-form ul.file-upload-groups li label{display:flex}.modal .modal-upload .modal-body-content .upload-form ul.file-upload-groups li label .switch-control{margin-right:2em}.modal .modal-upload .modal-body-content .upload-form .file-access-select__menu,.modal .modal-upload .modal-body-content .upload-form .file-status-select__menu,.modal .modal-upload .modal-body-content .upload-form .prefix-suffix-select__menu{margin-top:2px}@media screen and (min-width:0px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .file-status-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .prefix-suffix-select__option i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .file-status-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .prefix-suffix-select__option i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .file-status-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .prefix-suffix-select__option i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .file-status-select__option i.fas,.modal .modal-upload .modal-body-content .upload-form .prefix-suffix-select__option i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-upload .modal-body-content .upload-form .file-access-select__control,.modal .modal-upload .modal-body-content .upload-form .file-status-select__control,.modal .modal-upload .modal-body-content .upload-form .prefix-suffix-select__control{border-color:#98a2b3;padding-top:1px;padding-bottom:1px}@media screen and (min-width:0px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__single-value i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__single-value i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__single-value i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-upload .modal-body-content .upload-form .file-access-select__single-value i.fas{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media(max-width:991.98px){.modal .modal-upload .modal-body-content .upload-form .date-picker-container .input-clear{right:-20px}}.modal .modal-upload .modal-body-content .upload-form label.switch{display:flex;gap:.5rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal .modal-upload .modal-footer .upload-file{display:none}.modal .modal-upload .modal-footer .buttons-group{display:flex;align-items:center}@media(max-width:991.98px){.modal .modal-upload .modal-footer .buttons-group .save-after-upload{display:none!important}}.modal .modal-upload .modal-footer .buttons-group button{margin-left:.25em}.modal .modal-upload .modal-footer .buttons-group .save-after-upload label{display:flex}.modal .modal-upload .modal-footer .buttons-group .save-after-upload label .switch-details{margin-right:.25em}.modal .modal-new-collection form{margin:0}.modal .modal-new-collection .form-check h5{margin-bottom:0}.modal .modal-delete-collection-group .delete-collection-group-form{margin:0}.modal .modal-delete-collection-group .delete-collection-group-form .form-check{margin-bottom:1em}.modal .modal-delete-collection-group .delete-collection-group-form .delete-collection-group-item,.modal .modal-delete-collection-group .delete-collection-group-form .delete-collection-group-item .delete-collection-group-title,.modal .modal-delete-collection-group .delete-collection-group-form .form-check:last-child{margin-bottom:0}.modal .modal-delete-collection-group .delete-collection-group-form .delete-collection-group-item .delete-collection-group-details{color:#667085;margin-bottom:0}@media screen and (min-width:0px){.modal .modal-delete-collection-group .delete-collection-group-form .delete-collection-group-item .delete-collection-group-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-delete-collection-group .delete-collection-group-form .delete-collection-group-item .delete-collection-group-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-delete-collection-group .delete-collection-group-form .delete-collection-group-item .delete-collection-group-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-delete-collection-group .delete-collection-group-form .delete-collection-group-item .delete-collection-group-details{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-delete-collection-group .delete-collection-group-move{padding-left:1.25rem}.modal .modal-delete-collection-group .delete-collection-group-move-form{margin-top:10px;margin-bottom:20px}.modal .modal-delete-collection-group .delete-collection-group-move-form .form-check{margin-bottom:.5em}.modal .modal-delete-collection-group .delete-collection-group-move-form label{color:#667085;display:block}@media screen and (min-width:0px){.modal .modal-delete-collection-group .delete-collection-group-move-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-delete-collection-group .delete-collection-group-move-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-delete-collection-group .delete-collection-group-move-form label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-delete-collection-group .delete-collection-group-move-form label{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-delete-collection-group .delete-collection-group-body{border-top:1px solid #e4e7ec;margin-top:20px;padding-top:20px}.modal .modal-deactivate-user .user-selector-label{padding-left:1.25rem}.modal .modal-file-diff .row.diff-title{font-weight:700}.modal .modal-file-diff .row.diff{margin-bottom:1em}.modal .modal-file-diff .row.diff:last-child{margin-bottom:0}.modal .modal-file-diff .row.diff .diff-new,.modal .modal-file-diff .row.diff .diff-old{padding-top:10px;padding-bottom:10px}.modal .modal-file-diff .row.diff .diff-old{background-color:rgb(254.6,189,188.2)}.modal .modal-file-diff .row.diff .diff-new{background-color:rgb(165.8,173.8,180.6)}.modal .modal-select-file .file-select-form{margin:0}.modal .modal-select-file .file-select-form .invalid-feedback{display:block}.modal .modal-select-file .file-select-form .form-group{display:flex;margin-bottom:0}.modal .modal-select-file .file-select-form .form-group .btn{border-top-left-radius:0;border-bottom-left-radius:0}.modal .modal-select-file .file-select-form .form-group .btn i{margin:0}.modal .modal-select-file .file-select-form .form-group .file-uuid{border-top-right-radius:0;border-bottom-right-radius:0}.modal .modal-select-file .file-select-form .file-select-form-inputs{display:flex;gap:.5rem;align-items:center}.modal .modal-select-file .file-select-form .file-select-form-inputs>.form-group{flex:1}.modal .modal-select-file-enhanced input.upload-file{display:none}.modal .modal-select-file-enhanced .logo-uploader-button{width:100px}.modal .modal-select-file-enhanced .file-selected{margin-top:1em}.modal .modal-select-file-enhanced .file-selected .image-container img{max-width:100%;max-height:500px}.modal .modal-add-url .add-url-form{margin:0}.modal .modal-add-url .add-url-form .invalid-feedback{display:block}.modal .modal-add-url .add-url-form .form-group{display:flex;margin-bottom:0}.modal .modal-add-url .add-url-form .form-group .btn{border-top-left-radius:0;border-bottom-left-radius:0}.modal .modal-add-url .add-url-form .form-group .btn i{margin:0}.modal .modal-add-url .add-url-form .form-group .url{border-top-right-radius:0;border-bottom-right-radius:0}.modal .files-list .file-item{align-items:center;border-bottom:1px solid #e4e7ec;display:flex;padding-top:20px;width:100%}.modal .files-list .file-item:last-child{border-bottom:0}.modal .files-list .file-item .card-img{margin-right:20px;max-width:90px}.modal .files-list .file-item .card-img img{width:100%}.modal .files-list .file-item .file-card-body{flex-grow:1}.modal .files-list .file-item .file-card-body .file-title{margin-bottom:0}.modal .files-list .file-item .file-card-body .file-title a{color:#101828}.modal .files-list .file-item .file-card-body .file-title a:hover{color:#203444;text-decoration:none}.modal .modal-download .download-form{margin-top:0;margin-bottom:0}.modal .modal-download p{margin-bottom:.5rem}.modal .modal-download .link-cards-warning{color:#667085;display:block}@media screen and (min-width:0px){.modal .modal-download .link-cards-warning{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-download .link-cards-warning{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-download .link-cards-warning{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-download .link-cards-warning{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-download .modal-cta{background:#e9f9f5;padding:1em;margin-top:2em}.modal .modal-download .modal-cta .modal-cta-text>div{display:flex;align-items:center}.modal .modal-download .modal-cta .modal-cta-text>div.col-5{justify-content:flex-end}.modal .modal-download .modal-cta .modal-cta-text p{margin:0}.modal .modal-download .modal-cta .modal-cta-text p.control a.btn{background:rgb(31.68,51.48,68.31)!important;border-color:rgb(31.68,51.48,68.31)!important}.modal .modal-download .modal-cta .modal-cta-text p.control a.btn:hover{background:rgb(47.52,75.24,98.01)!important}.modal .modal-download .download-estimated-size{display:flex;justify-content:center;align-items:center;gap:.5em;text-align:center;background-color:#e4e7ec;color:#667085;width:100%;padding:6px calc(1.25rem + 30px)}@media screen and (min-width:0px){.modal .modal-download .download-estimated-size{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-download .download-estimated-size{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-download .download-estimated-size{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-download .download-estimated-size{font-size:.8125rem;line-height:1.375rem;letter-spacing:0}}.modal .modal-download .download-estimated-size>a{display:flex}.modal .modal-watermarked-change .form-group{margin-bottom:.5rem}.modal .modal-change-owner .change-owner-form{margin:0}.modal .modal-move-collections .move-collections-form{margin-top:0}.modal .modal-edit-collection .modal-body{max-height:650px}.modal .modal-edit-collection .new-collection-form{margin-top:0}.modal .modal-edit-collection .new-collection-form:last-child{margin-bottom:0}.modal .modal-edit-collection .new-collection-form .collection-access{margin-bottom:.5em}.modal .modal-edit-collection .new-collection-form .collection-access .access-type-form,.modal .modal-edit-collection .new-collection-form .collection-access .form-check{margin-bottom:0}.modal .modal-edit-collection .new-collection-form .collection-access .form-check.copy-access-from-parent{display:flex;flex-direction:column}.modal .modal-edit-collection .new-collection-form .collection-access .form-check.copy-access-from-parent .input-radio{margin-right:.5rem}.modal .modal-edit-collection .new-collection-form .collection-access .form-check.copy-access-from-parent.invalid{border:1px solid #fe5a58;border-radius:.25rem}.modal .modal-edit-collection .new-collection-form .collection-access .form-check:first-of-type{margin-right:30px}.modal .modal-edit-collection .new-collection-form .collection-access label.form-check-label{font-weight:400}.modal .modal-edit-collection .new-collection-form .collection-access .copy-access-from-parent .collection-details{margin-left:.5em}.modal .modal-edit-collection .flatpickr-input{caret-color:transparent;cursor:default}.modal .modal-edit-collection .btn-link{align-items:baseline;border:1px solid #e4e7ec;color:#667085}.modal .modal-edit-collection .btn-link i{color:#667085}.modal .modal-edit-collection .btn-link:hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}.modal .modal-edit-collection .modal-edit-smart-section,.modal .modal-new-collection .modal-edit-smart-section{display:flex;flex-direction:column}.modal .modal-edit-collection .modal-edit-smart-section>div,.modal .modal-new-collection .modal-edit-smart-section>div{display:flex;align-items:center;justify-content:space-between}.modal .modal-edit-collection .modal-edit-smart-section>div label,.modal .modal-new-collection .modal-edit-smart-section>div label{display:flex;gap:.5rem}.modal .modal-edit-collection .modal-edit-smart-section>div label.switch.disabled .switch-control,.modal .modal-new-collection .modal-edit-smart-section>div label.switch.disabled .switch-control{opacity:1;transition:opacity 175ms ease-in-out}.modal .modal-edit-collection .modal-edit-smart-section>div label.switch.disabled .switch-control:hover,.modal .modal-new-collection .modal-edit-smart-section>div label.switch.disabled .switch-control:hover{opacity:.65}.modal .modal-edit-collection .modal-edit-smart-section .adjust-filters-button,.modal .modal-new-collection .modal-edit-smart-section .adjust-filters-button{position:relative}.modal .modal-edit-collection .modal-edit-smart-section .adjust-filters-button .badge,.modal .modal-new-collection .modal-edit-smart-section .adjust-filters-button .badge{position:absolute;height:10px;min-width:10px;border-radius:5px;top:-4px;right:-4px}.modal .modal-duplicate-collection .duplicate-collection-form,.modal .modal-edit-group form{margin:0}.modal .modal-edit-user{max-width:550px}.modal .modal-edit-user form{margin:0}.modal .modal-edit-user form .form-row{margin-bottom:1em}.modal .modal-edit-user form .form-row:last-child{margin-bottom:0}.modal .modal-edit-user form .form-row .user-role-change{max-width:100%}.modal .modal-edit-user form .form-row .user-role-change .form-group.is-invalid .select-user-role>div{border-color:#fe5a58}.modal .modal-edit-user form .form-row .form-group.is-invalid .invalid-feedback{display:block}.modal .modal-import-terms form,.modal .modal-new-term form{margin:0}.modal .modal-import{max-width:1200px;width:calc(100% - 1rem)}.modal .modal-import .connect-button img{max-width:220px}.modal .modal-import .modal-import-body-connect{display:flex;align-items:center}.modal .modal-import .modal-import-body-connect .modal-import-connect{width:100%}.modal .modal-import .modal-import-body-connect .modal-import-connect .col{text-align:center}.modal .modal-import .modal-import-body-connect .modal-import-connect .importer-notice{background:#e4e7ec;max-width:640px;margin:0 auto 1em;padding:.5rem}.modal .modal-import .modal-import-body-connect .modal-import-connect .importer-notice p{margin-bottom:.5rem}.modal .modal-import .modal-import-body-browse{padding:1rem}.modal .modal-import .modal-import-body-browse .modal-import-browser .files-list.top-page .table-wrapper{border-top:none}.modal .modal-import .modal-import-body-browse .modal-import-browser .icon-gray{display:inline-block;background-color:#bbb;height:40px;width:40px;line-height:40px;border-radius:50%;text-align:center;margin:0}.modal .modal-import .modal-import-body-browse .modal-import-browser .icon-gray i{color:#fff;font-size:18px;line-height:40px;margin:0}.modal .modal-import .modal-import-body-browse .modal-import-browser td.icon,.modal .modal-import .modal-import-body-browse .modal-import-browser td.selector,.modal .modal-import .modal-import-body-browse .modal-import-browser th.selector{text-align:center}.modal .modal-import .modal-import-body-browse .modal-import-browser td.icon{padding:0;width:80px}.modal .modal-import .modal-import-body-browse .modal-import-browser td.icon .thumbnail{display:inline-block;margin:0;box-sizing:border-box;width:30px;min-width:30px;height:30px;min-height:30px}.modal .modal-import .modal-import-body-browse .modal-import-browser td.icon .thumbnail img{min-width:0;margin:0;box-sizing:border-box;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal .modal-import .modal-import-body-browse .modal-import-browser ul.modal-import-browser-breadcrumbs{display:flex;list-style:none;padding:0}.modal .modal-import .modal-import-body-browse .modal-import-browser ul.modal-import-browser-breadcrumbs li{margin-left:.5em}.modal .modal-import .modal-import-body-browse .modal-import-browser ul.modal-import-browser-breadcrumbs li:first-child{margin:0}.modal .modal-import .modal-import-body-browse .modal-import-browser ul.modal-import-browser-breadcrumbs li a,.modal .modal-import .modal-import-body-browse .modal-import-browser ul.modal-import-browser-breadcrumbs li span{margin-right:.5em}.modal .modal-import .modal-import-body-browse .modal-import-browser ul.modal-import-browser-breadcrumbs li:after{content:"/";color:#667085}.modal .modal-import .modal-import-body-browse .modal-import-browser .modal-import-browser-selected{display:flex;justify-content:flex-end}.modal .modal-import .modal-import-body-browse .modal-import-browser .modal-import-browser-selected .selected-number{margin-left:.5em}.modal .modal-import .modal-import-body-browse .modal-import-browser .modal-import-browser-selected .selected-number i{margin-right:.25em}.modal .modal-import .modal-import-account-menu a{color:#101828;cursor:pointer}.modal .modal-import .modal-import-account-menu a .user-avatar{margin-right:.25em}.modal .modal-import .modal-import-account-menu a i.far{margin-left:.25em}@media(max-width:767.98px){.modal .modal-import .modal-import-account-menu a i.far,.modal .modal-import .modal-import-account-menu a span{display:none}}.modal .modal-import .modal-footer .button-group{display:flex;align-items:center}.modal .modal-import .modal-footer .button-group.importer-button-group{flex-wrap:wrap;justify-content:flex-end}.modal .modal-import .modal-footer .button-group>button,.modal .modal-import .modal-footer .button-group>div{margin-left:1em}.modal .modal-import .modal-footer .button-group i.error-icon{color:#fe5a58}.modal .modal-import .modal-footer .button-group .modal-import-selected-collection i{margin-left:.5em}.modal .modal-import .modal-footer .button-group .modal-import-selected-collection.selected-collection-error a span{color:#fe5a58}.modal .modal-import .modal-footer .button-group .modal-import-selected-collection.selected-collection-error a:hover{-webkit-text-decoration-color:#fe5a58;text-decoration-color:#fe5a58}.modal .modal-import .modal-footer .button-group .modal-import-selected-collection.selected-collection-error .invalid-feedback{display:block;margin:0}.modal .modal-move-items .modal-body .move-icon{animation-duration:1s;animation-iteration-count:infinite;animation-name:scroll-right}@keyframes scroll-right{0%{opacity:0;transform:translateX(-30px)}50%{opacity:1}to{opacity:0;transform:translateX(30px)}}.modal .modal-file-merge .modal-body-sidebar{display:flex;flex-direction:column;max-width:500px;width:50%}.modal .modal-file-merge .modal-body-sidebar .merge-files-summary{border-bottom:1px solid #e4e7ec;display:flex;padding:30px;flex-direction:column}.modal .modal-file-merge .modal-body-sidebar .merge-files-summary .merge-files-summary-title{margin-bottom:0}.modal .modal-file-merge .modal-body-sidebar .merge-files-summary .merge-files-validation-error{margin-top:.25rem;margin-bottom:0}@media screen and (min-width:0px){.modal .modal-file-merge .modal-body-sidebar .merge-files-summary .merge-files-validation-error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal .modal-file-merge .modal-body-sidebar .merge-files-summary .merge-files-validation-error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal .modal-file-merge .modal-body-sidebar .merge-files-summary .merge-files-validation-error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal .modal-file-merge .modal-body-sidebar .merge-files-summary .merge-files-validation-error{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal .modal-file-merge .modal-body-sidebar .merge-files-list{list-style:none;margin:0;overflow-y:auto;padding:22px}.modal .modal-file-merge .modal-body-sidebar .merge-files-list .merge-files-file{position:relative;margin-bottom:10px}.modal .modal-file-merge .modal-body-sidebar .merge-files-list .merge-files-file .grid-item-img{margin-right:20px;width:100%;max-width:90px;max-height:60px}.modal .modal-file-merge .modal-body-sidebar .merge-files-list .merge-files-file .merge-files-file-wrapper{align-items:center;border:2px solid transparent;border-radius:4px;display:flex;margin-bottom:0;padding:6px;transition:border-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal .modal-file-merge .modal-body-sidebar .merge-files-list .merge-files-file .merge-files-file-wrapper .merge-files-file-title span{margin-left:.5em}.modal .modal-file-merge .modal-body-content{padding:30px 40px}.modal .modal-file-merge .modal-body-content .file-merge-form{margin-top:0;max-width:600px}.modal .modal-file-merge .modal-body-content .file-merge-form .upload-file-taxonomy-list{display:inline-block;list-style:none;margin:0;padding:0}.modal .modal-file-merge .modal-body-content .file-merge-form .upload-file-taxonomy-list li{display:inline-block;margin-right:.5em}.modal .modal-file-merge .modal-body-content .file-merge-form .upload-file-taxonomy-list li:after{content:", "}.modal .modal-file-merge .modal-body-content .file-merge-form .upload-file-taxonomy-list li:last-child:after{display:none}.modal .modal-file-merge .modal-body-content .file-merge-form .upload-access .upload-access-switch,.modal .modal-file-merge .modal-body-content .file-merge-form .upload-file-taxonomy-list li.upload-file-taxonomy-item a{color:#101828}.modal .modal-file-merge .modal-body-content .file-merge-form .upload-access .upload-access-switch i{margin-left:1rem}.modal .modal-file-merge .modal-body-content .file-merge-form .upload-access .access-groups-list{margin-bottom:1.5rem}.modal .modal-file-merge .modal-body-content .file-merge-form .file-options{align-items:flex-end}.modal .modal-edit-ftp-account{max-width:600px}.modal .modal-edit-ftp-account .modal-body{max-height:90%}.modal .modal-edit-ftp-account .ftp-account-form{margin:0}.modal .modal-edit-ftp-account .ftp-account-form .form-row{margin-bottom:1em}.modal .modal-edit-ftp-account .ftp-account-form .form-row:last-child{margin-bottom:0}.modal .modal-edit-ftp-account .ftp-account-form .form-row .ftp-server-details a:hover{text-decoration:none}.modal .modal-edit-ftp-account .ftp-account-form .form-row .ftp-server-details i{width:16px}.modal .modal-edit-ftp-account .ftp-account-form .form-row.connect-collection .invalid-feedback,.modal .modal-edit-ftp-account .ftp-account-form .form-row.connect-collection label{display:block}.modal .modal-edit-ftp-account .ftp-account-form .form-row .tags-list{display:inline-block;margin-left:1em}.modal .modal-edit-ftp-account .ftp-account-form .form-row .switch{display:flex}.modal .modal-edit-ftp-account .ftp-account-form .form-row .switch .switch-details{cursor:pointer;margin-left:.5em}.modal .modal-edit-ftp-account .ftp-account-form .form-row.additional-options .additional-options-label{font-weight:500}.modal .modal-edit-ftp-account .ftp-account-form .form-row.additional-options .help-icon{margin-left:.5em}.modal .modal-edit-status .edit-status-form,.modal .modal-new-status .edit-status-form{margin:0}.modal .modal-edit-status label.switch,.modal .modal-new-status label.switch{display:flex;margin-top:2em}.modal .modal-edit-status label.switch .switch-control,.modal .modal-new-status label.switch .switch-control{margin-right:.5em}.modal .modal-edit-upload-page{max-width:600px}.modal .modal-edit-upload-page .modal-body{max-height:90%;padding:0 2rem}.modal .modal-edit-upload-page .modal-body.modal-body-settings{padding:0}.modal .modal-edit-upload-page .modal-body.modal-body-settings .share-password-protect{border-bottom:1px solid #e4e7ec}.modal .modal-edit-upload-page .modal-body.modal-body-settings .file-status-setting .file-status-select,.modal .modal-edit-upload-page .modal-body.modal-body-settings .file-status-setting label{width:100%}.modal .modal-edit-upload-page .modal-body.modal-body-settings .file-status-setting .file-status-select{margin-top:.5rem}.modal .modal-edit-upload-page .modal-body .switch{display:flex;align-items:center;justify-content:space-between}.modal .modal-edit-upload-page .modal-body .switch .switch-details span{font-weight:500}.modal .modal-edit-upload-page .modal-body .switch .btn-link{border:1px solid #98a2b3;font-weight:500;color:#101828}.modal .modal-edit-upload-page .modal-body .switch .btn-link i{margin-right:0}.modal .modal-edit-upload-page .upload-page-form{margin:0}.modal .modal-edit-upload-page .upload-page-form .share-link{padding:20px 0!important}.modal .modal-edit-upload-page .upload-page-form .share-link .share-link-form{position:relative;margin:1em 0 0}.modal .modal-edit-upload-page .upload-page-form .share-link .share-link-form .share-link-inputs-wrapper{display:flex}.modal .modal-edit-upload-page .upload-page-form .share-link .share-link-form .share-link-inputs-wrapper>div{width:100%;display:flex;align-items:center;position:relative}.modal .modal-edit-upload-page .upload-page-form .form-row{margin-bottom:1em}.modal .modal-edit-upload-page .upload-page-form .form-row.connect-collection .invalid-feedback,.modal .modal-edit-upload-page .upload-page-form .form-row.connect-collection label{display:block}.modal .modal-edit-upload-page .upload-page-form .form-row .tags-list{display:inline-block;margin-left:1em}.modal .modal-edit-upload-page .upload-page-form .form-row .switch{display:flex}.modal .modal-edit-upload-page .upload-page-form .form-row .switch .switch-details{cursor:pointer;margin-left:.5em}.modal .modal-confirmation .confirmation-button{display:flex;align-items:center}.modal .modal-video-player{max-width:90%;max-height:90%;width:1024px}.modal .modal-video-player .modal-content{height:100%}.modal .modal-video-player .modal-body{border-radius:0 0 12px 12px;max-width:100%;max-height:100%;height:576px}@media(max-width:767.98px){.modal .personalize-dashboard-modal .modal-content{max-width:calc(100vw - 15px)}}.modal .modal-integration-action .modal-body{padding:1em 2em}.modal .modal-integration-action .modal-body form{margin:0}.modal .modal-edit-term .switch .switch-details,.modal .modal-new-term .switch .switch-details{display:flex;gap:.5rem}.modal .modal-edit-person-name .modal-body{padding-top:1.5rem;padding-bottom:1.5rem}.modal .modal-edit-person-name .modal-body .similar-people{margin-bottom:.5rem}.add-to-collection-form,.select-collection-form{margin-top:0}.add-to-collection-form:last-child,.select-collection-form:last-child{margin-bottom:0}.SingleDatePicker_picker{z-index:1050!important}.SingleDatePicker{display:none!important}.css-wqgs6e{background-color:rgb(244.2,245.4,247.4)!important}.css-z5z6cw{background-color:#203444!important;color:#fff!important}.css-z5z6cw h1,.css-z5z6cw h2,.css-z5z6cw h3,.css-z5z6cw h4,.css-z5z6cw h5,.css-z5z6cw h6{color:#fff}.css-z5z6cw a,.css-z5z6cw span{color:#fff!important}.css-2o5izw{border-color:rgba(32,52,68,.75)!important;outline:0!important;box-shadow:0 0 0 .2rem rgba(32,52,68,.25)!important}.css-1aya2g8,.css-2o5izw{color:#344054!important;background-color:#fff!important}.css-rsyb7x input[type=text]{color:#101828}.popover.access-type-dropdown{max-width:400px}.popover.access-type-dropdown .popover-body{padding:0}.popover.access-type-dropdown .form-check,.popover.access-type-dropdown h5,.popover.access-type-dropdown input,.popover.access-type-dropdown label,.popover.access-type-dropdown p{cursor:pointer}.popover.access-type-dropdown .form-check{padding:.5rem .75rem .5rem 2rem}.popover.access-type-dropdown .form-check:hover{background-color:#e4e7ec}.popover.access-type-dropdown .access-type-title{margin-bottom:0}.popover.access-type-dropdown .access-type-details{color:#667085;margin-bottom:0}@media screen and (min-width:0px){.popover.access-type-dropdown .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.popover.access-type-dropdown .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.popover.access-type-dropdown .access-type-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.popover.access-type-dropdown .access-type-details{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.require-setting{padding:20px 30px;border-bottom:1px solid #e4e7ec}.require-setting.last{border-bottom:none}.require-setting label{font-weight:500;display:flex;justify-content:space-between}.modal-comments-copy .modal-body .switch-list{margin-bottom:0}.modal-comments-copy .modal-body .switch-list.copy-comments-list li{display:flex;justify-content:space-between}.modal-comments-copy .modal-body .switch-list.copy-comments-list li.disabled .help-icon{pointer-events:auto;cursor:default}.modal-comments-copy .modal-body .switch-list.copy-comments-list li label.switch{width:100%}.modal-body .with-upgrade-button{display:flex;align-items:center}.modal-body .with-upgrade-button .upgrade-plan-button{margin-left:.5em}.modal-move-term form{margin:0}.share-template-modal label{margin-bottom:0}.modal-warning{color:#fff;background-color:#fe5a58;display:flex;align-items:center;padding:.5rem}@media screen and (min-width:0px){.modal-warning span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal-warning span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal-warning span{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal-warning span{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.modal-warning i{margin-right:.5rem}.modal-bulk-versioning{width:1024px;max-width:90%;height:100%;max-height:calc(100vh - 60px)}.modal-bulk-versioning .modal-content{height:100%}.modal-bulk-versioning .modal-content .modal-body{padding:1rem;max-height:100%}.modal-bulk-versioning .modal-content .modal-body .no-files{display:flex;justify-content:center;margin-top:3em}.modal-bulk-versioning .modal-content .modal-body .no-files button i{margin-right:.5em}.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-message .btn{border-radius:4px;border:1px solid #7a5af8;background-color:#f4f3ff;padding:.1rem .5rem;color:#7a5af8;transition:transform .2s ease-in}.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-message .btn:hover{background-color:#ebe9fe;border-color:#4a1fb8;color:#4a1fb8;text-decoration:none}.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-message .btn:focus{box-shadow:none}.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list tr.new-file{background-color:rgb(212,242.8,235)}.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list tr.new-version{background-color:rgb(254.2,238,212.2)}.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list td{vertical-align:middle}@media screen and (min-width:0px){.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list td{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list td{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list td{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list td{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal-bulk-versioning .modal-content .modal-body .bulk-versioning-file-list td.bulk-versioning-file-status{width:150px;max-width:150px}.modal-filters-selection .search-query-type-container .search-query-type-select__control{border-radius:8px;border:1px solid #98a2b3}.modal-filters-selection .files-filters .files-filter .filter-form{margin:0;padding:2rem 1.5rem}@media screen and (min-width:0px){.modal-filters-selection .files-filters .files-filter .filter-form.file-term-filter-form{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal-filters-selection .files-filters .files-filter .filter-form.file-term-filter-form{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal-filters-selection .files-filters .files-filter .filter-form.file-term-filter-form{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal-filters-selection .files-filters .files-filter .filter-form.file-term-filter-form{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.modal-filters-selection .files-filters .files-filter .filter-form.file-term-filter-form .filter-select__menu .filter-select__menu-notice--no-options{max-width:unset}.pin-search-modal .active-filters{padding:0}label.user-note{display:flex;gap:.5rem;align-items:center}.file-status{border-radius:4px;display:inline-block;height:8px;width:8px;vertical-align:middle;flex-shrink:0}.file-status-approved{background-color:#203445}.file-status-rejected{background-color:#fe5a58}.file-status-needs-changes{background-color:#fbaa29}.status-name .file-status{border-radius:8px;height:16px;width:16px;margin-right:.75rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tags-list .btn{color:#667085;font-weight:400}@media screen and (min-width:0px){.tags-list .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.tags-list .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.tags-list .btn{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.tags-list .btn{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.tags-list a{color:#667085}.tags-list a:hover{text-decoration:none}.tags-list a:hover>span{background-color:#e4e7ec}.tag{align-items:center;background-color:#f5f5f5;color:#667085;border-radius:14px;display:flex;padding:.25rem .5rem;white-space:nowrap;cursor:default;height:28px;transition:background-color 175ms ease-in-out}@media screen and (min-width:0px){.tag{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.tag{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.tag{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.tag{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.tag-transparent{background-color:transparent;padding:0}.tag.tag-blocked{color:#98a2b3}.tag .tag-remove{display:flex;justify-content:center;border:2px solid #98a2b3;border-radius:50%;color:#98a2b3;cursor:pointer;line-height:16px;height:20px;width:20px;margin-left:.5em;text-align:center}.tag .tag-remove i{line-height:16px}.tag .avatar-component .user-avatar{display:flex}.editable-field:hover .tag{background-color:#e4e7ec}.settings-tab-content .tab-pane .tag{border:1px solid #98a2b3}a.tag{padding:.25rem .75rem}a.tag:hover{background-color:#e4e7ec;color:rgb(81.6,89.6,106.4);text-decoration:none}.tag-search.tag-search-matching{background-color:#203444;color:#fff}.tag-search.tag-search-matching .tag-remove{border:2px solid #fff;color:#fff}.tag-search .tag-search-icon{margin-left:.25rem;margin-right:.5rem}.tag-search-pin{padding:.25rem .5rem;border:1px solid transparent;border-radius:12px;background-color:#fff;margin-left:-.5rem;margin-right:.1rem;cursor:pointer;color:#203444}.tag-search-pin span i{margin-right:0;position:relative;top:1px}.tag-search-pin:hover{background-color:#f9fafb;border:1px solid #e4e7ec}.tag-search-pin-divider{width:1px;height:1.75rem;background-color:#d0d5dd;margin-right:.5rem}.loader-wrapper{height:180px;width:180px;margin:0 auto;overflow:hidden}.loader-wrapper .loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:60px;height:60px;border-radius:50%;background:#d7d7d7;background:linear-gradient(90deg,#d7d7d7 10%,hsla(0,0%,92.2%,0) 42%);position:relative;animation:load3 1.4s linear infinite;transform:translateZ(0);-webkit-mask-image:radial-gradient(circle,transparent 28px,#000 0);mask-image:radial-gradient(circle,transparent 28px,#000 0)}.loader-wrapper .loader:before{width:50%;height:50%;background:#d7d7d7;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.loader-wrapper .loader.gray:after{background:rgb(244.2,245.4,247.4)}@keyframes load3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.archive-content .loader-wrapper .loader:after{background-color:#f5f5f5}.loader-small .loader,.loader-small .loader:after,.loader-small .loader:before{border-radius:50%;width:2.5em;height:2.5em;animation-fill-mode:both;animation:load7 1.2s ease-in-out infinite}.loader-small .loader{color:#d7d7d7;font-size:4px;margin:10px auto;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.loader-small .loader:after,.loader-small .loader:before{content:"";position:absolute;top:0}.loader-small .loader:before{left:-3.5em;animation-delay:-.32s}.loader-small .loader:after{left:3.5em}@keyframes load7{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.loading-main-wrapper{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;flex-direction:column}.loading-main-wrapper .loading-logo{max-width:200px;margin:0 auto}.loading-main-wrapper .loading-logo img{width:100%;max-width:100%}.button-spinner-svg{margin-right:.5em}.button-spinner-svg .button-spinner{transform-origin:center;animation:spinner_zKoa 2s linear infinite}.button-spinner-svg .button-spinner circle{stroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite}@keyframes spinner_zKoa{to{transform:rotate(1turn)}}@keyframes spinner_YpZS{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,to{stroke-dasharray:42 150;stroke-dashoffset:-59}}#watermark-change .button-spinner-svg,.dropdown-menu .dropdown-item .button-spinner-svg{stroke:#000;width:.95rem;height:.95rem}#watermark-change .button-spinner-svg path,.dropdown-menu .dropdown-item .button-spinner-svg path{opacity:.5}#watermark-change .button-spinner-svg{stroke:#000;width:1.5rem;height:1.25rem;margin-bottom:.25rem}#watermark-change .button-spinner-svg path{opacity:.5}.nav-search .search-input .search-input__menu{background-color:#fff!important}.nav-search .search-input .search-input__menu .search-input__menu-list,.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group{background-color:#fff!important;padding:0}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group:first-child .search-input-group-heading{border-top:none}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__group-heading{margin-bottom:0}@media screen and (min-width:0px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__group-heading{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__group-heading{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__group-heading{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__group-heading{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input-group-heading{align-items:flex-start;background-color:transparent;border-bottom:1px solid #e4e7ec;border-top:1px solid #e4e7ec;display:flex;justify-content:space-between;padding:.5rem 0}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input-group-heading a{margin-right:1em}@media screen and (min-width:0px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input-group-heading a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input-group-heading a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input-group-heading a{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input-group-heading a{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__option .collections-breadcrumbs .dropdown{display:inline-block}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__option .search-input-item{align-items:center;display:flex}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__option .search-input-image{margin-right:1em}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__option .search-input-body .search-input-title{margin-bottom:0}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__option .search-input-body .search-input-details{white-space:normal}.nav-search .search-input .search-input__menu .search-input__menu-list .search-input__group .search-input__option--is-focused{background:#f5f5f5}.nav-search{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;width:calc(100% - 1em);height:40px;background-color:#f5f5f5;border-radius:20px;margin:0}@media(min-width:576px)and (max-width:991.98px){.nav-search{margin-right:1em}}@media(min-width:768px)and (max-width:1199.98px){.nav-search{margin-right:0}}@media(min-width:992px){.nav-search{margin-right:1em}}.nav-search .search-query-type-container{max-width:220px}.nav-search .search-query-type-container:first-child:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background-color:#d0d5dd;z-index:0}.nav-search .search-query-type-container .search-query-type-select__control{background-color:transparent;border:1px solid transparent;color:#667085;font-size:18px;height:40px;padding-left:10px;width:220px;border-radius:20px 0 0 20px;z-index:1}.nav-search .search-query-type-container .search-query-type-select__control:hover{border-color:transparent;z-index:1}.nav-search .search-query-type-container .search-query-type-select__control--is-focused{outline:0!important;background-color:#fff!important;border:1px solid rgba(32,52,68,.75)!important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(32,52,68,.25)!important}.nav-search .search-query-type-container .search-query-type-select__value-container{font-size:16px;align-items:center;padding:0 .5em;width:100%}.nav-search .search-query-type-container .search-query-type-select__single-value{color:#667085;line-height:40px}.nav-search .search-query-type-container .search-query-type-select .search-query-type-select__indicators .search-query-type-select__indicator-separator{background-color:#d0d5dd}.nav-search .search-query-type-container .search-query-type-select .search-query-type-select__indicators svg{fill:#d0d5dd}.nav-search .search-input__control{margin-left:-1px;background-color:transparent;border:1px solid transparent;border-radius:0 20px 20px 0;padding-left:calc(1.175em + 20px)}.nav-search .search-input__control:hover{border-color:transparent}.nav-search .search-input__control .search-input__value-container .search-input__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 1em)}.nav-search .search-input__control--is-focused{background-color:#fff!important;border:1px solid rgba(32,52,68,.75)!important;outline:0!important;padding-left:calc(1.175em + 20px);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(32,52,68,.25)!important}.nav-search .form-group{display:flex;margin-bottom:0;position:relative}.nav-search .label-search,.nav-search .search-clear{line-height:40px;margin-bottom:0;position:absolute;top:0}.nav-search .label-search i,.nav-search .search-clear i{color:#d0d5dd;font-size:18px}.nav-search .label-search{left:1.125em;z-index:10}.nav-search .search-clear{right:1.125em}.nav-search .search-input{width:100%}.nav-search .search-input__menu{z-index:99}.nav-search .search-input__menu .search-input-item img{max-width:90px;width:90px;height:60px}.nav-search .search-input__input>input{opacity:1!important}#inp-search>.search-input__control--is-focused>.search-input__value-container>.search-input__placeholder{z-index:-1}#inp-search>.search-input__control>.search-input__value-container>div,#inp-search>.search-input__control>.search-input__value-container>div>.search-input__input{width:100%}#inp-search>.search-input__control>.search-input__value-container>div>.search-input__input>input{width:100%!important}label.switch{margin:0}label.switch.disabled .switch-control{opacity:.65}label.switch.switch-left{display:flex;align-items:center}label.switch.switch-left .switch-control{margin-right:.5rem}label.switch .switch-details{font-weight:400}label.switch .switch-control input[type=checkbox]{height:0;width:0;visibility:hidden;position:absolute;margin:0}label.switch .switch-control i{cursor:pointer;text-indent:-9999px;width:40px;height:24px;background:#98a2b3;display:block;border-radius:24px;position:relative}label.switch .switch-control i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:18px;transition:.3s}label.switch .switch-control input[type=checkbox]:checked+i{background:#203444}label.switch .switch-control input[type=checkbox]:checked+i:after{left:calc(100% - 3px);transform:translateX(-100%)}label.switch .switch-control i:active:after{width:28px}.switch-list{margin-bottom:2rem}.switch-list .list-group-item{background-color:transparent;padding-left:0;padding-right:0;border:0}.switch-list label.switch{align-items:center;display:flex;justify-content:space-between;font-weight:400}.switch-list label.switch .switch-details{flex-grow:1}.switch-list label.switch .switch-control{flex-grow:0;flex-shrink:0;margin-left:30px}.switch-list label.switch .switch-control.disabled{opacity:.65}.user-select__menu .user-item{align-items:center;display:flex;margin-bottom:0;width:100%}.user-select__menu .user-item .user-item-body{flex-grow:1}.user-select__menu .user-item .user-item-body .user-item-title{margin-bottom:0}@media screen and (min-width:0px){.user-select__menu .user-item .user-item-body .user-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.user-select__menu .user-item .user-item-body .user-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.user-select__menu .user-item .user-item-body .user-item-title{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.user-select__menu .user-item .user-item-body .user-item-title{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.user-select__menu .user-item .user-item-body .user-item-title.user-item-title-not-allowed{color:#fe5a58}.user-select__menu .user-item .user-item-body .user-item-title .user-item-title-number{margin-left:.5em}@media screen and (min-width:0px){.user-select__menu .user-item .user-item-body .user-item-title .user-item-title-number{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.user-select__menu .user-item .user-item-body .user-item-title .user-item-title-number{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.user-select__menu .user-item .user-item-body .user-item-title .user-item-title-number{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.user-select__menu .user-item .user-item-body .user-item-title .user-item-title-number{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.user-select__menu .user-item .user-item-body .user-item-title a{color:inherit;text-decoration:none}.user-select__menu .user-item .user-item-body .user-item-title a:hover{color:#203444}.user-select__menu .user-item .user-item-body .user-item-details{color:#667085;display:block}@media screen and (min-width:0px){.user-select__menu .user-item .user-item-body .user-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.user-select__menu .user-item .user-item-body .user-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.user-select__menu .user-item .user-item-body .user-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.user-select__menu .user-item .user-item-body .user-item-details{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.user-select__menu .user-item .user-avatar{margin-right:1em}.user-select__menu .user-item .avatar{flex-shrink:0}.user-select__menu .user-item .user-item-actions{text-align:right}.user-select__menu .user-item .user-item-actions button{color:#667085}.user-select__menu .user-item .user-item-actions button:hover{color:#203444}.user-select__menu .user-item .user-item-actions button i.fa,.user-select__menu .user-item .user-item-actions button i.fab,.user-select__menu .user-item .user-item-actions button i.fal,.user-select__menu .user-item .user-item-actions button i.far,.user-select__menu .user-item .user-item-actions button i.fas{font-size:20px;margin:0}.user-select .user-select__menu .user-item-details,.users-list .user-select__menu .user-item-details{overflow:hidden;white-space:nowrap}.user-select .user-item,.users-list .user-item{align-items:center;display:flex;margin-bottom:0;width:100%}.user-select .user-item .user-item-body,.users-list .user-item .user-item-body{flex-grow:1}.user-select .user-item .user-item-body .user-item-title,.users-list .user-item .user-item-body .user-item-title{margin-bottom:0}@media screen and (min-width:0px){.user-select .user-item .user-item-body .user-item-title,.users-list .user-item .user-item-body .user-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.user-select .user-item .user-item-body .user-item-title,.users-list .user-item .user-item-body .user-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.user-select .user-item .user-item-body .user-item-title,.users-list .user-item .user-item-body .user-item-title{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.user-select .user-item .user-item-body .user-item-title,.users-list .user-item .user-item-body .user-item-title{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.user-select .user-item .user-item-body .user-item-title.user-item-title-not-allowed,.users-list .user-item .user-item-body .user-item-title.user-item-title-not-allowed{color:#fe5a58}.user-select .user-item .user-item-body .user-item-title a,.users-list .user-item .user-item-body .user-item-title a{color:inherit;text-decoration:none}.user-select .user-item .user-item-body .user-item-title a:hover,.users-list .user-item .user-item-body .user-item-title a:hover{color:#203444}.user-select .user-item .user-item-body .user-item-details,.users-list .user-item .user-item-body .user-item-details{color:#667085;display:block}@media screen and (min-width:0px){.user-select .user-item .user-item-body .user-item-details,.users-list .user-item .user-item-body .user-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.user-select .user-item .user-item-body .user-item-details,.users-list .user-item .user-item-body .user-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.user-select .user-item .user-item-body .user-item-details,.users-list .user-item .user-item-body .user-item-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.user-select .user-item .user-item-body .user-item-details,.users-list .user-item .user-item-body .user-item-details{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.user-select .user-item .user-avatar,.users-list .user-item .user-avatar{margin-right:.5em}.user-select .user-item .avatar,.users-list .user-item .avatar{flex-shrink:0}.user-select .user-item .user-item-actions,.users-list .user-item .user-item-actions{text-align:right}.user-select .user-item .user-item-actions button,.users-list .user-item .user-item-actions button{color:#667085}.user-select .user-item .user-item-actions button:hover,.users-list .user-item .user-item-actions button:hover{color:#203444}.user-select .user-item .user-item-actions button:focus,.users-list .user-item .user-item-actions button:focus{box-shadow:none}.user-select .user-item .user-item-actions button i.fa,.user-select .user-item .user-item-actions button i.fab,.user-select .user-item .user-item-actions button i.fal,.user-select .user-item .user-item-actions button i.far,.user-select .user-item .user-item-actions button i.fas,.users-list .user-item .user-item-actions button i.fa,.users-list .user-item .user-item-actions button i.fab,.users-list .user-item .user-item-actions button i.fal,.users-list .user-item .user-item-actions button i.far,.users-list .user-item .user-item-actions button i.fas{font-size:20px;margin:0}.user-select .user-select__menu>div>div,.users-list .user-select__menu>div>div{position:relative}.users-list .user-item{margin-bottom:1rem}.user-select .share-user.share-item,.users-list .user-item:last-child{margin-bottom:0}.user-select .share-user.share-item .share-avatar{flex-shrink:0;margin-right:1em}.dashboard-wrapper .card{height:calc(100% - 20px);margin-bottom:30px}.dashboard-wrapper .card .card-header{font-size:1.125rem;background-color:#fff;font-weight:500;line-height:1.2;padding:1rem}.dashboard-wrapper .card .card-body{padding:0}.dashboard-wrapper .card .card-body,.dashboard-wrapper .card .card-body .loader-wrapper .loader:after{background-color:rgb(244.2,245.4,247.4)}.dashboard-wrapper .card .card-body .collections-big-list .collections .collections-item:hover .collections-item-body{height:90px;margin-top:0}.dashboard-wrapper .card .card-body .files-list .table-wrapper{border:none}.dashboard-wrapper .card .card-body .files-list .table-wrapper table.files-list{table-layout:fixed}.dashboard-wrapper .card .card-body .files-list .table-wrapper table.files-list tr:first-child td{border-top:none}.dashboard-wrapper .card .card-body .files-list td.file-image{min-width:110px;padding-left:20px;width:110px}.dashboard-wrapper .card .card-body .files-list td.file-name{padding-right:20px}.dashboard-wrapper .card .card-body .files-list td.file-name .list-item-title a{display:inline-block}.dashboard-wrapper .card .card-body .collections-list .table-wrapper{border:none}.dashboard-wrapper .card .card-body .collections-list .table-wrapper table.collections-list{table-layout:fixed}.dashboard-wrapper .card .card-body .collections-list .table-wrapper table.collections-list tr:first-child td{border-top:none}.dashboard-wrapper .card .card-body .collections-list td.collection-image{padding-left:20px}.dashboard-wrapper .card .card-body .collections-list td.collection-name{padding-right:20px}.dashboard-wrapper .card .card-body .collections-list td.collection-name .list-item-title a{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-wrapper .card .card-body .activity-list,.dashboard-wrapper .card .card-body .collections-big-list{padding:20px 30px}.dashboard-wrapper .card .card-footer{background-color:#fff;text-align:right}.dashboard-wrapper .card.widget-featured-collections .card-body{max-height:none;overflow-y:visible}.dashboard-wrapper .card.widget-most-viewed-files .card-footer,.dashboard-wrapper .card.widget-recently-updated-collections .card-footer{display:none}@media(min-width:1200px){.dashboard-wrapper .card.widget-most-viewed-files .card-footer,.dashboard-wrapper .card.widget-recently-updated-collections .card-footer{display:block}}.fa,.fa-brands,.fa-chisel,.fa-classic,.fa-duotone,.fa-etch,.fa-jelly,.fa-jelly-duo,.fa-jelly-fill,.fa-light,.fa-notdog,.fa-notdog-duo,.fa-regular,.fa-semibold,.fa-sharp,.fa-sharp-duotone,.fa-slab,.fa-slab-press,.fa-solid,.fa-thin,.fa-thumbprint,.fa-whiteboard,.fab,.facr,.fad,.fadl,.fadr,.fadt,.faes,.fajdr,.fajfr,.fajr,.fal,.fands,.fans,.far,.fas,.fasdl,.fasdr,.fasds,.fasdt,.fasl,.faslpr,.faslr,.fasr,.fass,.fast,.fat,.fatl,.fawsb{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.fass,.far,.fasr,.fal,.fasl,.fat,.fast,.fad,.fadr,.fadl,.fadt,.fasds,.fasdr,.fasdl,.fasdt,.fab,.faslr,.faslpr,.fawsb,.fatl,.fans,.fands,.faes,.fajr,.fajfr,.fajdr,.facr,.fa-solid,.fa-semibold,.fa-regular,.fa-light,.fa-thin,.fa-brands,.fa-classic,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa-chisel,.fa-etch,.fa-jelly,.fa-jelly-duo,.fa-jelly-fill,.fa-notdog,.fa-notdog-duo,.fa-slab,.fa-slab-press,.fa-thumbprint,.fa-whiteboard,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.fass,.far,.fasr,.fal,.fasl,.fat,.fast,.fad,.fadr,.fadl,.fadt,.fasds,.fasdr,.fasdl,.fasdt,.fab,.faslr,.faslpr,.fawsb,.fatl,.fans,.fands,.faes,.fajr,.fajfr,.fajdr,.facr,.fa-solid,.fa-semibold,.fa-regular,.fa-light,.fa-thin,.fa-brands,.fa-classic,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa-chisel,.fa-etch,.fa-jelly,.fa-jelly-duo,.fa-jelly-fill,.fa-notdog,.fa-notdog-duo,.fa-slab,.fa-slab-press,.fa-thumbprint,.fa-whiteboard,.fa):before{content:var(--fa)}}:is(.fad,.fa-duotone,.fadr,.fadl,.fadt,.fasds,.fa-sharp-duotone,.fasdr,.fasdl,.fasdt,.fatl,.fa-thumbprint,.fands,.fa-notdog-duo,.fajdr,.fa-jelly-duo):after{content:var(--fa);font-feature-settings:"ss01"}@supports not (content:""/""){:is(.fad,.fa-duotone,.fadr,.fadl,.fadt,.fasds,.fa-sharp-duotone,.fasdr,.fasdl,.fasdt,.fatl,.fa-thumbprint,.fands,.fa-notdog-duo,.fajdr,.fa-jelly-duo):after{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(-1*var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0 "}.fa-1{--fa:"1 "}.fa-2{--fa:"2 "}.fa-3{--fa:"3 "}.fa-4{--fa:"4 "}.fa-5{--fa:"5 "}.fa-6{--fa:"6 "}.fa-7{--fa:"7 "}.fa-8{--fa:"8 "}.fa-9{--fa:"9 "}.fa-exclamation{--fa:"!"}.fa-ditto{--fa:'"'}.fa-hashtag{--fa:"#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-percent,.fa-percentage{--fa:"%"}.fa-ampersand{--fa:"&"}.fa-apostrophe{--fa:"'"}.fa-bracket-round,.fa-parenthesis{--fa:"("}.fa-bracket-round-right{--fa:")"}.fa-asterisk{--fa:"*"}.fa-add,.fa-plus{--fa:"+"}.fa-comma{--fa:","}.fa-hyphen{--fa:"-"}.fa-period{--fa:"."}.fa-slash-forward{--fa:"/"}.fa-colon{--fa:":"}.fa-semicolon{--fa:";"}.fa-less-than{--fa:"<"}.fa-equals{--fa:"="}.fa-greater-than{--fa:">"}.fa-question{--fa:"?"}.fa-at{--fa:"@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-bracket,.fa-bracket-left,.fa-bracket-square{--fa:"["}.fa-slash-back{--fa:"\\"}.fa-bracket-square-right{--fa:"]"}.fa-accent-grave{--fa:"`"}.fa-bracket-curly,.fa-bracket-curly-left{--fa:"{"}.fa-pipe{--fa:"|"}.fa-bracket-curly-right{--fa:"}"}.fa-tilde{--fa:"~"}.fa-caravan-alt,.fa-caravan-simple{--fa:"\E000"}.fa-cat-space{--fa:"\E001"}.fa-coffee-pot{--fa:"\E002"}.fa-comet{--fa:"\E003"}.fa-fan-table{--fa:"\E004"}.fa-faucet{--fa:"\E005"}.fa-faucet-drip{--fa:"\E006"}.fa-galaxy{--fa:"\E008"}.fa-garage{--fa:"\E009"}.fa-garage-car{--fa:"\E00A"}.fa-garage-open{--fa:"\E00B"}.fa-heat{--fa:"\E00C"}.fa-house-chimney-window{--fa:"\E00D"}.fa-house-day{--fa:"\E00E"}.fa-house-leave,.fa-house-person-depart,.fa-house-person-leave{--fa:"\E00F"}.fa-house-night{--fa:"\E010"}.fa-house-person-arrive,.fa-house-person-return,.fa-house-return{--fa:"\E011"}.fa-house-signal{--fa:"\E012"}.fa-lamp-desk{--fa:"\E014"}.fa-lamp-floor{--fa:"\E015"}.fa-light-ceiling{--fa:"\E016"}.fa-light-switch{--fa:"\E017"}.fa-light-switch-off{--fa:"\E018"}.fa-light-switch-on{--fa:"\E019"}.fa-microwave{--fa:"\E01B"}.fa-outlet{--fa:"\E01C"}.fa-oven{--fa:"\E01D"}.fa-planet-moon{--fa:"\E01F"}.fa-planet-ringed{--fa:"\E020"}.fa-police-box{--fa:"\E021"}.fa-person-to-portal,.fa-portal-enter{--fa:"\E022"}.fa-person-from-portal,.fa-portal-exit{--fa:"\E023"}.fa-radar{--fa:"\E024"}.fa-raygun{--fa:"\E025"}.fa-refrigerator{--fa:"\E026"}.fa-rocket-launch{--fa:"\E027"}.fa-sensor{--fa:"\E028"}.fa-sensor-alert,.fa-sensor-triangle-exclamation{--fa:"\E029"}.fa-sensor-fire{--fa:"\E02A"}.fa-sensor-on{--fa:"\E02B"}.fa-sensor-cloud,.fa-sensor-smoke{--fa:"\E02C"}.fa-siren{--fa:"\E02D"}.fa-siren-on{--fa:"\E02E"}.fa-solar-system{--fa:"\E02F"}.fa-circle-sort,.fa-sort-circle{--fa:"\E030"}.fa-circle-sort-down,.fa-sort-circle-down{--fa:"\E031"}.fa-circle-sort-up,.fa-sort-circle-up{--fa:"\E032"}.fa-space-station-moon{--fa:"\E033"}.fa-space-station-moon-alt,.fa-space-station-moon-construction{--fa:"\E034"}.fa-sprinkler{--fa:"\E035"}.fa-star-shooting{--fa:"\E036"}.fa-starfighter{--fa:"\E037"}.fa-starfighter-alt,.fa-starfighter-twin-ion-engine{--fa:"\E038"}.fa-starship{--fa:"\E039"}.fa-starship-freighter{--fa:"\E03A"}.fa-sword-laser{--fa:"\E03B"}.fa-sword-laser-alt{--fa:"\E03C"}.fa-swords-laser{--fa:"\E03D"}.fa-telescope{--fa:"\E03E"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\E03F"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\E040"}.fa-trailer{--fa:"\E041"}.fa-transporter{--fa:"\E042"}.fa-transporter-1{--fa:"\E043"}.fa-transporter-2{--fa:"\E044"}.fa-transporter-3{--fa:"\E045"}.fa-transporter-empty{--fa:"\E046"}.fa-ufo{--fa:"\E047"}.fa-ufo-beam{--fa:"\E048"}.fa-user-alien{--fa:"\E04A"}.fa-user-robot{--fa:"\E04B"}.fa-user-visor{--fa:"\E04C"}.fa-vacuum{--fa:"\E04D"}.fa-vacuum-robot{--fa:"\E04E"}.fa-window-frame{--fa:"\E04F"}.fa-window-frame-open{--fa:"\E050"}.fa-coffin-cross{--fa:"\E051"}.fa-folder-arrow-down,.fa-folder-download{--fa:"\E053"}.fa-folder-arrow-up,.fa-folder-upload{--fa:"\E054"}.fa-user-unlock{--fa:"\E058"}.fa-bacteria{--fa:"\E059"}.fa-bacterium{--fa:"\E05A"}.fa-box-tissue{--fa:"\E05B"}.fa-hand-holding-medical{--fa:"\E05C"}.fa-hand-sparkles{--fa:"\E05D"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\E05E"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\E060"}.fa-head-side-cough{--fa:"\E061"}.fa-head-side-cough-slash{--fa:"\E062"}.fa-head-side-mask{--fa:"\E063"}.fa-head-side-virus{--fa:"\E064"}.fa-house-chimney-user{--fa:"\E065"}.fa-house-laptop,.fa-laptop-house{--fa:"\E066"}.fa-lungs-virus{--fa:"\E067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\E068"}.fa-plane-slash{--fa:"\E069"}.fa-pump-medical{--fa:"\E06A"}.fa-pump-soap{--fa:"\E06B"}.fa-shield-virus{--fa:"\E06C"}.fa-sink{--fa:"\E06D"}.fa-soap{--fa:"\E06E"}.fa-stopwatch-20{--fa:"\E06F"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\E070"}.fa-store-slash{--fa:"\E071"}.fa-toilet-paper-slash{--fa:"\E072"}.fa-users-slash{--fa:"\E073"}.fa-virus{--fa:"\E074"}.fa-virus-slash{--fa:"\E075"}.fa-viruses{--fa:"\E076"}.fa-vest{--fa:"\E085"}.fa-vest-patches{--fa:"\E086"}.fa-airplay{--fa:"\E089"}.fa-alt{--fa:"\E08A"}.fa-angle{--fa:"\E08C"}.fa-angle-90{--fa:"\E08D"}.fa-apple-core{--fa:"\E08F"}.fa-arrow-down-from-dotted-line{--fa:"\E090"}.fa-arrow-down-left{--fa:"\E091"}.fa-arrow-down-left-and-arrow-up-right-to-center{--fa:"\E092"}.fa-arrow-down-right{--fa:"\E093"}.fa-arrow-down-to-bracket{--fa:"\E094"}.fa-arrow-down-to-dotted-line{--fa:"\E095"}.fa-arrow-down-to-square{--fa:"\E096"}.fa-arrow-trend-down{--fa:"\E097"}.fa-arrow-trend-up{--fa:"\E098"}.fa-arrow-up-arrow-down,.fa-sort-up-down{--fa:"\E099"}.fa-arrow-up-from-bracket{--fa:"\E09A"}.fa-arrow-up-from-dotted-line{--fa:"\E09B"}.fa-arrow-up-from-square{--fa:"\E09C"}.fa-arrow-up-left{--fa:"\E09D"}.fa-arrow-up-left-from-circle{--fa:"\E09E"}.fa-arrow-up-right{--fa:"\E09F"}.fa-arrow-up-right-and-arrow-down-left-from-center{--fa:"\E0A0"}.fa-arrow-up-to-dotted-line{--fa:"\E0A1"}.fa-arrows-cross{--fa:"\E0A2"}.fa-arrows-from-dotted-line{--fa:"\E0A3"}.fa-arrows-from-line{--fa:"\E0A4"}.fa-arrows-minimize,.fa-compress-arrows{--fa:"\E0A5"}.fa-arrows-to-dotted-line{--fa:"\E0A6"}.fa-arrows-to-line{--fa:"\E0A7"}.fa-audio-description-slash{--fa:"\E0A8"}.fa-austral-sign{--fa:"\E0A9"}.fa-avocado{--fa:"\E0AA"}.fa-award-simple{--fa:"\E0AB"}.fa-baht-sign{--fa:"\E0AC"}.fa-bars-filter{--fa:"\E0AD"}.fa-bars-sort{--fa:"\E0AE"}.fa-basket-shopping-simple,.fa-shopping-basket-alt{--fa:"\E0AF"}.fa-battery-exclamation{--fa:"\E0B0"}.fa-battery-1,.fa-battery-low{--fa:"\E0B1"}.fa-bee{--fa:"\E0B2"}.fa-beer-foam,.fa-beer-mug{--fa:"\E0B3"}.fa-bitcoin-sign{--fa:"\E0B4"}.fa-block-quote{--fa:"\E0B5"}.fa-bolt-auto{--fa:"\E0B6"}.fa-bolt-lightning{--fa:"\E0B7"}.fa-bolt-slash{--fa:"\E0B8"}.fa-book-arrow-right{--fa:"\E0B9"}.fa-book-arrow-up{--fa:"\E0BA"}.fa-book-bookmark{--fa:"\E0BB"}.fa-book-circle-arrow-right{--fa:"\E0BC"}.fa-book-circle-arrow-up{--fa:"\E0BD"}.fa-book-copy{--fa:"\E0BE"}.fa-book-font{--fa:"\E0BF"}.fa-book-open-alt,.fa-book-open-cover{--fa:"\E0C0"}.fa-book-law,.fa-book-section{--fa:"\E0C1"}.fa-bookmark-slash{--fa:"\E0C2"}.fa-bowling-ball-pin{--fa:"\E0C3"}.fa-box-circle-check{--fa:"\E0C4"}.fa-brackets-round,.fa-parentheses{--fa:"\E0C5"}.fa-brain-circuit{--fa:"\E0C6"}.fa-brake-warning{--fa:"\E0C7"}.fa-briefcase-blank{--fa:"\E0C8"}.fa-brightness{--fa:"\E0C9"}.fa-brightness-low{--fa:"\E0CA"}.fa-browsers{--fa:"\E0CB"}.fa-buildings{--fa:"\E0CC"}.fa-burger-fries{--fa:"\E0CD"}.fa-burger-glass{--fa:"\E0CE"}.fa-calendar-arrow-down,.fa-calendar-download{--fa:"\E0D0"}.fa-calendar-arrow-up,.fa-calendar-upload{--fa:"\E0D1"}.fa-calendar-clock,.fa-calendar-time{--fa:"\E0D2"}.fa-calendar-heart{--fa:"\E0D3"}.fa-calendar-image{--fa:"\E0D4"}.fa-calendar-lines,.fa-calendar-note{--fa:"\E0D5"}.fa-calendar-range{--fa:"\E0D6"}.fa-calendars{--fa:"\E0D7"}.fa-camera-rotate{--fa:"\E0D8"}.fa-camera-slash{--fa:"\E0D9"}.fa-camera-viewfinder,.fa-screenshot{--fa:"\E0DA"}.fa-cart-minus{--fa:"\E0DB"}.fa-cart-shopping-fast{--fa:"\E0DC"}.fa-cart-xmark{--fa:"\E0DD"}.fa-castle{--fa:"\E0DE"}.fa-cedi-sign{--fa:"\E0DF"}.fa-chart-bullet{--fa:"\E0E1"}.fa-chart-candlestick{--fa:"\E0E2"}.fa-chart-column{--fa:"\E0E3"}.fa-chart-gantt{--fa:"\E0E4"}.fa-chart-line-up{--fa:"\E0E5"}.fa-chart-pyramid{--fa:"\E0E6"}.fa-chart-radar{--fa:"\E0E7"}.fa-chart-scatter-3d{--fa:"\E0E8"}.fa-chart-scatter-bubble{--fa:"\E0E9"}.fa-chart-tree-map{--fa:"\E0EA"}.fa-chart-waterfall{--fa:"\E0EB"}.fa-cherries{--fa:"\E0EC"}.fa-circle-0{--fa:"\E0ED"}.fa-circle-1{--fa:"\E0EE"}.fa-circle-2{--fa:"\E0EF"}.fa-circle-3{--fa:"\E0F0"}.fa-circle-4{--fa:"\E0F1"}.fa-circle-5{--fa:"\E0F2"}.fa-circle-6{--fa:"\E0F3"}.fa-circle-7{--fa:"\E0F4"}.fa-circle-8{--fa:"\E0F5"}.fa-circle-9{--fa:"\E0F6"}.fa-circle-a{--fa:"\E0F7"}.fa-circle-ampersand{--fa:"\E0F8"}.fa-circle-arrow-down-left{--fa:"\E0F9"}.fa-circle-arrow-down-right{--fa:"\E0FA"}.fa-circle-arrow-up-left{--fa:"\E0FB"}.fa-circle-arrow-up-right{--fa:"\E0FC"}.fa-circle-b{--fa:"\E0FD"}.fa-circle-bolt{--fa:"\E0FE"}.fa-book-circle,.fa-circle-book-open{--fa:"\E0FF"}.fa-bookmark-circle,.fa-circle-bookmark{--fa:"\E100"}.fa-circle-c{--fa:"\E101"}.fa-calendar-circle,.fa-circle-calendar{--fa:"\E102"}.fa-camera-circle,.fa-circle-camera{--fa:"\E103"}.fa-circle-d{--fa:"\E104"}.fa-circle-dashed{--fa:"\E105"}.fa-circle-divide{--fa:"\E106"}.fa-circle-down-left{--fa:"\E107"}.fa-circle-down-right{--fa:"\E108"}.fa-circle-e{--fa:"\E109"}.fa-circle-ellipsis{--fa:"\E10A"}.fa-circle-ellipsis-vertical{--fa:"\E10B"}.fa-circle-envelope,.fa-envelope-circle{--fa:"\E10C"}.fa-circle-exclamation-check{--fa:"\E10D"}.fa-circle-f{--fa:"\E10E"}.fa-circle-g{--fa:"\E10F"}.fa-circle-half{--fa:"\E110"}.fa-circle-i{--fa:"\E111"}.fa-circle-j{--fa:"\E112"}.fa-circle-k{--fa:"\E113"}.fa-circle-l{--fa:"\E114"}.fa-circle-m{--fa:"\E115"}.fa-circle-microphone,.fa-microphone-circle{--fa:"\E116"}.fa-circle-microphone-lines,.fa-microphone-circle-alt{--fa:"\E117"}.fa-circle-n{--fa:"\E118"}.fa-circle-o{--fa:"\E119"}.fa-circle-p{--fa:"\E11A"}.fa-circle-phone,.fa-phone-circle{--fa:"\E11B"}.fa-circle-phone-flip,.fa-phone-circle-alt{--fa:"\E11C"}.fa-circle-phone-hangup,.fa-phone-circle-down{--fa:"\E11D"}.fa-circle-q{--fa:"\E11E"}.fa-circle-quarter{--fa:"\E11F"}.fa-circle-r{--fa:"\E120"}.fa-circle-s{--fa:"\E121"}.fa-circle-small{--fa:"\E122"}.fa-circle-star,.fa-star-circle{--fa:"\E123"}.fa-circle-t{--fa:"\E124"}.fa-circle-three-quarters{--fa:"\E125"}.fa-circle-trash,.fa-trash-circle{--fa:"\E126"}.fa-circle-u{--fa:"\E127"}.fa-circle-up-left{--fa:"\E128"}.fa-circle-up-right{--fa:"\E129"}.fa-circle-v{--fa:"\E12A"}.fa-circle-video,.fa-video-circle{--fa:"\E12B"}.fa-circle-w{--fa:"\E12C"}.fa-circle-waveform-lines,.fa-waveform-circle{--fa:"\E12D"}.fa-circle-x{--fa:"\E12E"}.fa-circle-y{--fa:"\E12F"}.fa-circle-z{--fa:"\E130"}.fa-clapperboard{--fa:"\E131"}.fa-clapperboard-play{--fa:"\E132"}.fa-clipboard-medical{--fa:"\E133"}.fa-clock-desk{--fa:"\E134"}.fa-closed-captioning-slash{--fa:"\E135"}.fa-clothes-hanger{--fa:"\E136"}.fa-cloud-slash{--fa:"\E137"}.fa-cloud-word{--fa:"\E138"}.fa-clover{--fa:"\E139"}.fa-code-compare{--fa:"\E13A"}.fa-code-fork{--fa:"\E13B"}.fa-code-pull-request{--fa:"\E13C"}.fa-code-simple{--fa:"\E13D"}.fa-coffee-bean{--fa:"\E13E"}.fa-coffee-beans{--fa:"\E13F"}.fa-colon-sign{--fa:"\E140"}.fa-command{--fa:"\E142"}.fa-comment-arrow-down{--fa:"\E143"}.fa-comment-arrow-up{--fa:"\E144"}.fa-comment-arrow-up-right{--fa:"\E145"}.fa-comment-captions{--fa:"\E146"}.fa-comment-code{--fa:"\E147"}.fa-comment-image{--fa:"\E148"}.fa-comment-middle{--fa:"\E149"}.fa-comment-middle-top{--fa:"\E14A"}.fa-comment-question{--fa:"\E14B"}.fa-comment-quote{--fa:"\E14C"}.fa-comment-text{--fa:"\E14D"}.fa-comments-question{--fa:"\E14E"}.fa-comments-question-check{--fa:"\E14F"}.fa-conveyor-belt-empty{--fa:"\E150"}.fa-crate-empty{--fa:"\E151"}.fa-cruzeiro-sign{--fa:"\E152"}.fa-delete-right{--fa:"\E154"}.fa-desktop-arrow-down{--fa:"\E155"}.fa-diagram-lean-canvas{--fa:"\E156"}.fa-diagram-nested{--fa:"\E157"}.fa-diagram-sankey{--fa:"\E158"}.fa-diagram-venn{--fa:"\E15A"}.fa-dial,.fa-dial-med-high{--fa:"\E15B"}.fa-dial-high{--fa:"\E15C"}.fa-dial-low{--fa:"\E15D"}.fa-dial-max{--fa:"\E15E"}.fa-dial-med{--fa:"\E15F"}.fa-dial-med-low{--fa:"\E160"}.fa-dial-min{--fa:"\E161"}.fa-dial-off{--fa:"\E162"}.fa-display{--fa:"\E163"}.fa-display-arrow-down{--fa:"\E164"}.fa-desktop-code,.fa-display-code{--fa:"\E165"}.fa-desktop-medical,.fa-display-medical{--fa:"\E166"}.fa-dolphin{--fa:"\E168"}.fa-dong-sign{--fa:"\E169"}.fa-down-left{--fa:"\E16A"}.fa-down-right{--fa:"\E16B"}.fa-eggplant{--fa:"\E16C"}.fa-elevator{--fa:"\E16D"}.fa-engine{--fa:"\E16E"}.fa-envelope-badge,.fa-envelope-dot{--fa:"\E16F"}.fa-envelopes{--fa:"\E170"}.fa-escalator{--fa:"\E171"}.fa-eye-dropper-full{--fa:"\E172"}.fa-eye-dropper-half{--fa:"\E173"}.fa-ferris-wheel{--fa:"\E174"}.fa-file-binary{--fa:"\E175"}.fa-file-heart{--fa:"\E176"}.fa-file-plus-minus{--fa:"\E177"}.fa-files{--fa:"\E178"}.fa-film-slash{--fa:"\E179"}.fa-films{--fa:"\E17A"}.fa-filter-circle-xmark{--fa:"\E17B"}.fa-filter-list{--fa:"\E17C"}.fa-filter-slash{--fa:"\E17D"}.fa-filters{--fa:"\E17E"}.fa-fire-hydrant{--fa:"\E17F"}.fa-floppy-disk-circle-arrow-right,.fa-save-circle-arrow-right{--fa:"\E180"}.fa-floppy-disk-circle-xmark,.fa-floppy-disk-times,.fa-save-circle-xmark,.fa-save-times{--fa:"\E181"}.fa-floppy-disk-pen{--fa:"\E182"}.fa-floppy-disks{--fa:"\E183"}.fa-florin-sign{--fa:"\E184"}.fa-folder-closed{--fa:"\E185"}.fa-folder-bookmark{--fa:"\E186"}.fa-folder-cog,.fa-folder-gear{--fa:"\E187"}.fa-folder-grid{--fa:"\E188"}.fa-folder-heart{--fa:"\E189"}.fa-folder-image{--fa:"\E18A"}.fa-folder-magnifying-glass,.fa-folder-search{--fa:"\E18B"}.fa-folder-medical{--fa:"\E18C"}.fa-folder-music{--fa:"\E18D"}.fa-folder-user{--fa:"\E18E"}.fa-franc-sign{--fa:"\E18F"}.fa-gif{--fa:"\E190"}.fa-glass-empty{--fa:"\E191"}.fa-glass-half,.fa-glass-half-empty,.fa-glass-half-full{--fa:"\E192"}.fa-grate{--fa:"\E193"}.fa-grate-droplet{--fa:"\E194"}.fa-grid,.fa-grid-3{--fa:"\E195"}.fa-grid-2{--fa:"\E196"}.fa-grid-2-plus{--fa:"\E197"}.fa-grid-4{--fa:"\E198"}.fa-grid-5{--fa:"\E199"}.fa-guarani-sign{--fa:"\E19A"}.fa-gun{--fa:"\E19B"}.fa-gun-slash{--fa:"\E19C"}.fa-gun-squirt{--fa:"\E19D"}.fa-hand-back-point-down{--fa:"\E19E"}.fa-hand-back-point-left{--fa:"\E19F"}.fa-hand-back-point-ribbon{--fa:"\E1A0"}.fa-hand-back-point-right{--fa:"\E1A1"}.fa-hand-back-point-up{--fa:"\E1A2"}.fa-hand-fingers-crossed{--fa:"\E1A3"}.fa-hand-holding-skull{--fa:"\E1A4"}.fa-hand-love{--fa:"\E1A5"}.fa-hand-point-ribbon{--fa:"\E1A6"}.fa-hand-wave{--fa:"\E1A7"}.fa-hands-clapping{--fa:"\E1A8"}.fa-hand-horns{--fa:"\E1A9"}.fa-head-side-heart{--fa:"\E1AA"}.fa-heart-half{--fa:"\E1AB"}.fa-heart-half-alt,.fa-heart-half-stroke{--fa:"\E1AC"}.fa-hexagon-divide{--fa:"\E1AD"}.fa-high-definition,.fa-rectangle-hd{--fa:"\E1AE"}.fa-highlighter-line{--fa:"\E1AF"}.fa-home-user,.fa-house-user{--fa:"\E1B0"}.fa-house-building{--fa:"\E1B1"}.fa-house-chimney-heart{--fa:"\E1B2"}.fa-house-tree{--fa:"\E1B3"}.fa-house-turret{--fa:"\E1B4"}.fa-image-landscape,.fa-landscape{--fa:"\E1B5"}.fa-image-polaroid-user{--fa:"\E1B6"}.fa-image-slash{--fa:"\E1B7"}.fa-image-user{--fa:"\E1B8"}.fa-images-user{--fa:"\E1B9"}.fa-inbox-full{--fa:"\E1BA"}.fa-inboxes{--fa:"\E1BB"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\E1BC"}.fa-input-numeric{--fa:"\E1BD"}.fa-input-pipe{--fa:"\E1BE"}.fa-input-text{--fa:"\E1BF"}.fa-keyboard-brightness{--fa:"\E1C0"}.fa-keyboard-brightness-low{--fa:"\E1C1"}.fa-keyboard-down{--fa:"\E1C2"}.fa-keyboard-left{--fa:"\E1C3"}.fa-kip-sign{--fa:"\E1C4"}.fa-lamp-street{--fa:"\E1C5"}.fa-laptop-arrow-down{--fa:"\E1C6"}.fa-laptop-slash{--fa:"\E1C7"}.fa-lari-sign{--fa:"\E1C8"}.fa-lasso-sparkles{--fa:"\E1C9"}.fa-lightbulb-exclamation-on{--fa:"\E1CA"}.fa-chain-horizontal,.fa-link-horizontal{--fa:"\E1CB"}.fa-chain-horizontal-slash,.fa-link-horizontal-slash{--fa:"\E1CC"}.fa-link-simple{--fa:"\E1CD"}.fa-link-simple-slash{--fa:"\E1CE"}.fa-list-dropdown{--fa:"\E1CF"}.fa-list-radio{--fa:"\E1D0"}.fa-list-timeline{--fa:"\E1D1"}.fa-list-tree{--fa:"\E1D2"}.fa-litecoin-sign{--fa:"\E1D3"}.fa-loader{--fa:"\E1D4"}.fa-manat-sign{--fa:"\E1D5"}.fa-manhole{--fa:"\E1D6"}.fa-mask-face{--fa:"\E1D7"}.fa-memo{--fa:"\E1D8"}.fa-memo-circle-check{--fa:"\E1D9"}.fa-memo-pad{--fa:"\E1DA"}.fa-comment-alt-arrow-down,.fa-message-arrow-down{--fa:"\E1DB"}.fa-comment-alt-arrow-up,.fa-message-arrow-up{--fa:"\E1DC"}.fa-message-arrow-up-right{--fa:"\E1DD"}.fa-comment-alt-captions,.fa-message-captions{--fa:"\E1DE"}.fa-message-code{--fa:"\E1DF"}.fa-comment-alt-image,.fa-message-image{--fa:"\E1E0"}.fa-comment-middle-alt,.fa-message-middle{--fa:"\E1E1"}.fa-comment-middle-top-alt,.fa-message-middle-top{--fa:"\E1E2"}.fa-message-question{--fa:"\E1E3"}.fa-comment-alt-quote,.fa-message-quote{--fa:"\E1E4"}.fa-message-sms{--fa:"\E1E5"}.fa-comment-alt-text,.fa-message-text{--fa:"\E1E6"}.fa-messages-question{--fa:"\E1E7"}.fa-meter{--fa:"\E1E8"}.fa-meter-bolt{--fa:"\E1E9"}.fa-meter-droplet{--fa:"\E1EA"}.fa-meter-fire{--fa:"\E1EB"}.fa-microchip-ai{--fa:"\E1EC"}.fa-mill-sign{--fa:"\E1ED"}.fa-mobile-iphone,.fa-mobile-notch{--fa:"\E1EE"}.fa-mobile-signal{--fa:"\E1EF"}.fa-mobile-signal-out{--fa:"\E1F0"}.fa-money-bill-simple{--fa:"\E1F1"}.fa-money-bill-simple-wave{--fa:"\E1F2"}.fa-money-bills{--fa:"\E1F3"}.fa-money-bills-alt,.fa-money-bills-simple{--fa:"\E1F4"}.fa-mug-tea-saucer{--fa:"\E1F5"}.fa-naira-sign{--fa:"\E1F6"}.fa-nfc{--fa:"\E1F7"}.fa-nfc-lock{--fa:"\E1F8"}.fa-nfc-magnifying-glass{--fa:"\E1F9"}.fa-nfc-pen{--fa:"\E1FA"}.fa-nfc-signal{--fa:"\E1FB"}.fa-nfc-slash{--fa:"\E1FC"}.fa-nfc-trash{--fa:"\E1FD"}.fa-notdef{--fa:"\E1FE"}.fa-note{--fa:"\E1FF"}.fa-note-medical{--fa:"\E200"}.fa-notebook{--fa:"\E201"}.fa-notes{--fa:"\E202"}.fa-octagon-divide{--fa:"\E203"}.fa-octagon-exclamation{--fa:"\E204"}.fa-oil-can-drip{--fa:"\E205"}.fa-paintbrush-pencil{--fa:"\E206"}.fa-pallet-box{--fa:"\E208"}.fa-panorama{--fa:"\E209"}.fa-paper-plane-alt,.fa-paper-plane-top,.fa-send{--fa:"\E20A"}.fa-peach{--fa:"\E20B"}.fa-pear{--fa:"\E20C"}.fa-pedestal{--fa:"\E20D"}.fa-pen-circle{--fa:"\E20E"}.fa-pen-alt-slash,.fa-pen-clip-slash{--fa:"\E20F"}.fa-pen-fancy-slash{--fa:"\E210"}.fa-pen-field{--fa:"\E211"}.fa-pen-line{--fa:"\E212"}.fa-pen-slash{--fa:"\E213"}.fa-pen-swirl{--fa:"\E214"}.fa-pencil-slash{--fa:"\E215"}.fa-people{--fa:"\E216"}.fa-people-dress{--fa:"\E217"}.fa-people-dress-simple{--fa:"\E218"}.fa-people-pants{--fa:"\E219"}.fa-people-pants-simple{--fa:"\E21A"}.fa-people-simple{--fa:"\E21B"}.fa-person-dress-simple{--fa:"\E21C"}.fa-person-pinball{--fa:"\E21D"}.fa-person-seat{--fa:"\E21E"}.fa-person-seat-reclined{--fa:"\E21F"}.fa-person-simple{--fa:"\E220"}.fa-peseta-sign{--fa:"\E221"}.fa-peso-sign{--fa:"\E222"}.fa-phone-arrow-down,.fa-phone-arrow-down-left,.fa-phone-incoming{--fa:"\E223"}.fa-phone-arrow-up,.fa-phone-arrow-up-right,.fa-phone-outgoing{--fa:"\E224"}.fa-phone-hangup{--fa:"\E225"}.fa-phone-missed{--fa:"\E226"}.fa-phone-xmark{--fa:"\E227"}.fa-photo-film-music{--fa:"\E228"}.fa-pinball{--fa:"\E229"}.fa-plane-prop{--fa:"\E22B"}.fa-plane-tail{--fa:"\E22C"}.fa-plane-up{--fa:"\E22D"}.fa-plane-up-slash{--fa:"\E22E"}.fa-play-pause{--fa:"\E22F"}.fa-puzzle-piece-alt,.fa-puzzle-piece-simple{--fa:"\E231"}.fa-quotes{--fa:"\E234"}.fa-pro,.fa-rectangle-pro{--fa:"\E235"}.fa-rectangle-terminal{--fa:"\E236"}.fa-rectangle-vertical-history{--fa:"\E237"}.fa-reel{--fa:"\E238"}.fa-reply-clock,.fa-reply-time{--fa:"\E239"}.fa-restroom-simple{--fa:"\E23A"}.fa-rhombus{--fa:"\E23B"}.fa-rotate-exclamation{--fa:"\E23C"}.fa-rupiah-sign{--fa:"\E23D"}.fa-screencast{--fa:"\E23E"}.fa-scribble{--fa:"\E23F"}.fa-sd-cards{--fa:"\E240"}.fa-seal{--fa:"\E241"}.fa-seal-exclamation{--fa:"\E242"}.fa-seal-question{--fa:"\E243"}.fa-seat-airline{--fa:"\E244"}.fa-shelves-empty{--fa:"\E246"}.fa-shield-exclamation{--fa:"\E247"}.fa-shield-keyhole{--fa:"\E248"}.fa-shield-minus{--fa:"\E249"}.fa-shield-plus{--fa:"\E24A"}.fa-shield-slash{--fa:"\E24B"}.fa-shield-times,.fa-shield-xmark{--fa:"\E24C"}.fa-shower-alt,.fa-shower-down{--fa:"\E24D"}.fa-sidebar{--fa:"\E24E"}.fa-sidebar-flip{--fa:"\E24F"}.fa-signal-stream-slash{--fa:"\E250"}.fa-sim-cards{--fa:"\E251"}.fa-slider{--fa:"\E252"}.fa-sliders-simple{--fa:"\E253"}.fa-split{--fa:"\E254"}.fa-square-0{--fa:"\E255"}.fa-square-1{--fa:"\E256"}.fa-square-2{--fa:"\E257"}.fa-square-3{--fa:"\E258"}.fa-square-4{--fa:"\E259"}.fa-square-5{--fa:"\E25A"}.fa-square-6{--fa:"\E25B"}.fa-square-7{--fa:"\E25C"}.fa-square-8{--fa:"\E25D"}.fa-square-9{--fa:"\E25E"}.fa-square-a{--fa:"\E25F"}.fa-square-ampersand{--fa:"\E260"}.fa-square-arrow-down-left{--fa:"\E261"}.fa-square-arrow-down-right{--fa:"\E262"}.fa-square-arrow-up-left{--fa:"\E263"}.fa-square-b{--fa:"\E264"}.fa-square-bolt{--fa:"\E265"}.fa-square-c{--fa:"\E266"}.fa-square-code{--fa:"\E267"}.fa-square-d{--fa:"\E268"}.fa-square-dashed{--fa:"\E269"}.fa-square-divide{--fa:"\E26A"}.fa-square-down-left{--fa:"\E26B"}.fa-square-down-right{--fa:"\E26C"}.fa-square-e{--fa:"\E26D"}.fa-square-ellipsis{--fa:"\E26E"}.fa-square-ellipsis-vertical{--fa:"\E26F"}.fa-square-f{--fa:"\E270"}.fa-square-g{--fa:"\E271"}.fa-square-i{--fa:"\E272"}.fa-square-j{--fa:"\E273"}.fa-square-k{--fa:"\E274"}.fa-square-l{--fa:"\E275"}.fa-square-m{--fa:"\E276"}.fa-square-n{--fa:"\E277"}.fa-square-o{--fa:"\E278"}.fa-square-p{--fa:"\E279"}.fa-phone-square-down,.fa-square-phone-hangup{--fa:"\E27A"}.fa-square-q{--fa:"\E27B"}.fa-square-r{--fa:"\E27C"}.fa-square-s{--fa:"\E27D"}.fa-square-small{--fa:"\E27E"}.fa-square-star{--fa:"\E27F"}.fa-square-t{--fa:"\E280"}.fa-square-u{--fa:"\E281"}.fa-square-up-left{--fa:"\E282"}.fa-square-user{--fa:"\E283"}.fa-square-v{--fa:"\E284"}.fa-square-w{--fa:"\E285"}.fa-square-x{--fa:"\E286"}.fa-square-y{--fa:"\E287"}.fa-square-z{--fa:"\E288"}.fa-stairs{--fa:"\E289"}.fa-rectangle-sd,.fa-standard-definition{--fa:"\E28A"}.fa-star-sharp{--fa:"\E28B"}.fa-star-sharp-half{--fa:"\E28C"}.fa-star-sharp-half-alt,.fa-star-sharp-half-stroke{--fa:"\E28D"}.fa-starfighter-alt-advanced,.fa-starfighter-twin-ion-engine-advanced{--fa:"\E28E"}.fa-sun-alt,.fa-sun-bright{--fa:"\E28F"}.fa-table-layout{--fa:"\E290"}.fa-table-pivot{--fa:"\E291"}.fa-rows,.fa-table-rows{--fa:"\E292"}.fa-table-tree{--fa:"\E293"}.fa-tally-1{--fa:"\E294"}.fa-tally-2{--fa:"\E295"}.fa-tally-3{--fa:"\E296"}.fa-tally-4{--fa:"\E297"}.fa-taxi-bus{--fa:"\E298"}.fa-temperature-list{--fa:"\E299"}.fa-ticket-airline,.fa-ticket-perforated-plane,.fa-ticket-plane{--fa:"\E29A"}.fa-tickets-airline,.fa-tickets-perforated-plane,.fa-tickets-plane{--fa:"\E29B"}.fa-timeline{--fa:"\E29C"}.fa-timeline-arrow{--fa:"\E29D"}.fa-timer{--fa:"\E29E"}.fa-toilet-paper-blank-under,.fa-toilet-paper-reverse,.fa-toilet-paper-reverse-alt,.fa-toilet-paper-under{--fa:"\E2A0"}.fa-toilet-paper-reverse-slash,.fa-toilet-paper-under-slash{--fa:"\E2A1"}.fa-tower-control{--fa:"\E2A2"}.fa-subway-tunnel,.fa-train-subway-tunnel{--fa:"\E2A3"}.fa-transformer-bolt{--fa:"\E2A4"}.fa-transporter-4{--fa:"\E2A5"}.fa-transporter-5{--fa:"\E2A6"}.fa-transporter-6{--fa:"\E2A7"}.fa-transporter-7{--fa:"\E2A8"}.fa-trash-can-check{--fa:"\E2A9"}.fa-trash-can-clock{--fa:"\E2AA"}.fa-trash-can-list{--fa:"\E2AB"}.fa-trash-can-plus{--fa:"\E2AC"}.fa-trash-alt-slash,.fa-trash-can-slash{--fa:"\E2AD"}.fa-trash-can-xmark{--fa:"\E2AE"}.fa-trash-check{--fa:"\E2AF"}.fa-trash-clock{--fa:"\E2B0"}.fa-trash-list{--fa:"\E2B1"}.fa-trash-plus{--fa:"\E2B2"}.fa-trash-slash{--fa:"\E2B3"}.fa-trash-xmark{--fa:"\E2B4"}.fa-truck-container-empty{--fa:"\E2B5"}.fa-truck-flatbed{--fa:"\E2B6"}.fa-truck-front{--fa:"\E2B7"}.fa-truck-tow{--fa:"\E2B8"}.fa-teletype-answer,.fa-tty-answer{--fa:"\E2B9"}.fa-tugrik-sign{--fa:"\E2BA"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\E2BB"}.fa-umbrella-alt,.fa-umbrella-simple{--fa:"\E2BC"}.fa-up-left{--fa:"\E2BD"}.fa-up-right{--fa:"\E2BE"}.fa-user-bounty-hunter{--fa:"\E2BF"}.fa-user-pilot{--fa:"\E2C0"}.fa-user-pilot-tie{--fa:"\E2C1"}.fa-user-shakespeare{--fa:"\E2C2"}.fa-utility-pole{--fa:"\E2C3"}.fa-utility-pole-double{--fa:"\E2C4"}.fa-vault{--fa:"\E2C5"}.fa-video-arrow-down-left{--fa:"\E2C8"}.fa-video-arrow-up-right{--fa:"\E2C9"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\E2CA"}.fa-watch-apple{--fa:"\E2CB"}.fa-watch-smart{--fa:"\E2CC"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\E2CD"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\E2CE"}.fa-wifi-exclamation{--fa:"\E2CF"}.fa-wrench-simple{--fa:"\E2D1"}.fa-robot-astromech{--fa:"\E2D2"}.fa-360-degrees{--fa:"\E2DC"}.fa-aperture{--fa:"\E2DF"}.fa-arrow-turn-down-left{--fa:"\E2E1"}.fa-balloon{--fa:"\E2E3"}.fa-balloons{--fa:"\E2E4"}.fa-banana{--fa:"\E2E5"}.fa-bangladeshi-taka-sign{--fa:"\E2E6"}.fa-bench-tree{--fa:"\E2E7"}.fa-blueberries{--fa:"\E2E8"}.fa-bowl-chopsticks{--fa:"\E2E9"}.fa-bowl-chopsticks-noodles{--fa:"\E2EA"}.fa-bowl-rice{--fa:"\E2EB"}.fa-briefcase-arrow-right{--fa:"\E2F2"}.fa-citrus{--fa:"\E2F4"}.fa-citrus-slice{--fa:"\E2F5"}.fa-coconut{--fa:"\E2F6"}.fa-desktop-slash,.fa-display-slash{--fa:"\E2FA"}.fa-exploding-head,.fa-face-explode{--fa:"\E2FE"}.fa-face-viewfinder{--fa:"\E2FF"}.fa-family{--fa:"\E300"}.fa-family-dress{--fa:"\E301"}.fa-family-pants{--fa:"\E302"}.fa-fence{--fa:"\E303"}.fa-fish-bones{--fa:"\E304"}.fa-grapes{--fa:"\E306"}.fa-kiwi-fruit{--fa:"\E30C"}.fa-mango{--fa:"\E30F"}.fa-melon{--fa:"\E310"}.fa-melon-slice{--fa:"\E311"}.fa-money-from-bracket{--fa:"\E312"}.fa-money-simple-from-bracket{--fa:"\E313"}.fa-olive{--fa:"\E316"}.fa-olive-branch{--fa:"\E317"}.fa-option{--fa:"\E318"}.fa-party-bell{--fa:"\E31A"}.fa-party-horn{--fa:"\E31B"}.fa-peapod{--fa:"\E31C"}.fa-person-pregnant{--fa:"\E31E"}.fa-pineapple{--fa:"\E31F"}.fa-rectangle-code{--fa:"\E322"}.fa-rectangles-mixed{--fa:"\E323"}.fa-roller-coaster{--fa:"\E324"}.fa-square-quote{--fa:"\E329"}.fa-square-terminal{--fa:"\E32A"}.fa-strawberry{--fa:"\E32B"}.fa-table-picnic{--fa:"\E32D"}.fa-thought-bubble{--fa:"\E32E"}.fa-tick{--fa:"\E32F"}.fa-tomato{--fa:"\E330"}.fa-turn-down-left{--fa:"\E331"}.fa-user-police{--fa:"\E333"}.fa-user-police-tie{--fa:"\E334"}.fa-watermelon-slice{--fa:"\E337"}.fa-wheat-awn-slash{--fa:"\E338"}.fa-wheat-slash{--fa:"\E339"}.fa-badminton{--fa:"\E33A"}.fa-binary{--fa:"\E33B"}.fa-binary-circle-check{--fa:"\E33C"}.fa-binary-lock{--fa:"\E33D"}.fa-binary-slash{--fa:"\E33E"}.fa-boot-heeled{--fa:"\E33F"}.fa-car-bolt{--fa:"\E341"}.fa-car-circle-bolt{--fa:"\E342"}.fa-car-mirrors{--fa:"\E343"}.fa-car-side-bolt{--fa:"\E344"}.fa-clock-eight{--fa:"\E345"}.fa-clock-eight-thirty{--fa:"\E346"}.fa-clock-eleven{--fa:"\E347"}.fa-clock-eleven-thirty{--fa:"\E348"}.fa-clock-five{--fa:"\E349"}.fa-clock-five-thirty{--fa:"\E34A"}.fa-clock-four-thirty{--fa:"\E34B"}.fa-clock-nine{--fa:"\E34C"}.fa-clock-nine-thirty{--fa:"\E34D"}.fa-clock-one{--fa:"\E34E"}.fa-clock-one-thirty{--fa:"\E34F"}.fa-clock-seven{--fa:"\E350"}.fa-clock-seven-thirty{--fa:"\E351"}.fa-clock-six{--fa:"\E352"}.fa-clock-six-thirty{--fa:"\E353"}.fa-clock-ten{--fa:"\E354"}.fa-clock-ten-thirty{--fa:"\E355"}.fa-clock-three{--fa:"\E356"}.fa-clock-three-thirty{--fa:"\E357"}.fa-clock-twelve{--fa:"\E358"}.fa-clock-twelve-thirty{--fa:"\E359"}.fa-clock-two{--fa:"\E35A"}.fa-clock-two-thirty{--fa:"\E35B"}.fa-cloud-check{--fa:"\E35C"}.fa-cloud-minus{--fa:"\E35D"}.fa-cloud-plus{--fa:"\E35E"}.fa-cloud-xmark{--fa:"\E35F"}.fa-columns-3{--fa:"\E361"}.fa-crystal-ball{--fa:"\E362"}.fa-cup-straw{--fa:"\E363"}.fa-cup-straw-swoosh{--fa:"\E364"}.fa-distribute-spacing-horizontal{--fa:"\E365"}.fa-distribute-spacing-vertical{--fa:"\E366"}.fa-eyes{--fa:"\E367"}.fa-face-angry-horns{--fa:"\E368"}.fa-face-anguished{--fa:"\E369"}.fa-face-anxious-sweat{--fa:"\E36A"}.fa-face-astonished{--fa:"\E36B"}.fa-face-confounded{--fa:"\E36C"}.fa-face-confused{--fa:"\E36D"}.fa-face-cowboy-hat{--fa:"\E36E"}.fa-face-disappointed{--fa:"\E36F"}.fa-face-disguise{--fa:"\E370"}.fa-face-downcast-sweat{--fa:"\E371"}.fa-face-drooling{--fa:"\E372"}.fa-face-expressionless{--fa:"\E373"}.fa-face-eyes-xmarks{--fa:"\E374"}.fa-face-fearful{--fa:"\E375"}.fa-face-frown-slight{--fa:"\E376"}.fa-face-glasses{--fa:"\E377"}.fa-face-hand-over-mouth{--fa:"\E378"}.fa-face-hand-yawn{--fa:"\E379"}.fa-face-head-bandage{--fa:"\E37A"}.fa-face-hushed{--fa:"\E37B"}.fa-face-icicles{--fa:"\E37C"}.fa-face-kiss-closed-eyes{--fa:"\E37D"}.fa-face-lying{--fa:"\E37E"}.fa-face-mask{--fa:"\E37F"}.fa-face-monocle{--fa:"\E380"}.fa-face-nauseated{--fa:"\E381"}.fa-face-nose-steam{--fa:"\E382"}.fa-face-party{--fa:"\E383"}.fa-face-pensive{--fa:"\E384"}.fa-face-persevering{--fa:"\E385"}.fa-face-pleading{--fa:"\E386"}.fa-face-pouting{--fa:"\E387"}.fa-face-raised-eyebrow{--fa:"\E388"}.fa-face-relieved{--fa:"\E389"}.fa-face-sad-sweat{--fa:"\E38A"}.fa-face-scream{--fa:"\E38B"}.fa-face-shush{--fa:"\E38C"}.fa-face-sleeping{--fa:"\E38D"}.fa-face-sleepy{--fa:"\E38E"}.fa-face-smile-halo{--fa:"\E38F"}.fa-face-smile-hearts{--fa:"\E390"}.fa-face-smile-horns{--fa:"\E391"}.fa-face-smile-relaxed{--fa:"\E392"}.fa-face-smile-tear{--fa:"\E393"}.fa-face-smile-tongue{--fa:"\E394"}.fa-face-smile-upside-down{--fa:"\E395"}.fa-face-smiling-hands{--fa:"\E396"}.fa-face-smirking{--fa:"\E397"}.fa-face-sunglasses{--fa:"\E398"}.fa-face-swear{--fa:"\E399"}.fa-face-thermometer{--fa:"\E39A"}.fa-face-thinking{--fa:"\E39B"}.fa-face-tissue{--fa:"\E39C"}.fa-face-tongue-money{--fa:"\E39D"}.fa-face-tongue-sweat{--fa:"\E39E"}.fa-face-unamused{--fa:"\E39F"}.fa-face-vomit{--fa:"\E3A0"}.fa-face-weary{--fa:"\E3A1"}.fa-face-woozy{--fa:"\E3A2"}.fa-face-worried{--fa:"\E3A3"}.fa-face-zany{--fa:"\E3A4"}.fa-face-zipper{--fa:"\E3A5"}.fa-file-lock{--fa:"\E3A6"}.fa-file-slash{--fa:"\E3A7"}.fa-fishing-rod{--fa:"\E3A8"}.fa-flying-disc{--fa:"\E3A9"}.fa-gallery-thumbnails{--fa:"\E3AA"}.fa-goal-net{--fa:"\E3AB"}.fa-golf-flag-hole{--fa:"\E3AC"}.fa-grid-dividers{--fa:"\E3AD"}.fa-hockey-stick-puck{--fa:"\E3AE"}.fa-home-lg,.fa-house-chimney{--fa:"\E3AF"}.fa-house-chimney-blank{--fa:"\E3B0"}.fa-house-crack{--fa:"\E3B1"}.fa-house-medical{--fa:"\E3B2"}.fa-house-window{--fa:"\E3B3"}.fa-key-skeleton-left-right{--fa:"\E3B4"}.fa-lacrosse-stick{--fa:"\E3B5"}.fa-lacrosse-stick-ball{--fa:"\E3B6"}.fa-mask-snorkel{--fa:"\E3B7"}.fa-message-bot{--fa:"\E3B8"}.fa-moped{--fa:"\E3B9"}.fa-nesting-dolls{--fa:"\E3BA"}.fa-objects-align-bottom{--fa:"\E3BB"}.fa-objects-align-center-horizontal{--fa:"\E3BC"}.fa-objects-align-center-vertical{--fa:"\E3BD"}.fa-objects-align-left{--fa:"\E3BE"}.fa-objects-align-right{--fa:"\E3BF"}.fa-objects-align-top{--fa:"\E3C0"}.fa-objects-column{--fa:"\E3C1"}.fa-paperclip-vertical{--fa:"\E3C2"}.fa-pinata{--fa:"\E3C3"}.fa-pipe-smoking{--fa:"\E3C4"}.fa-pool-8-ball{--fa:"\E3C5"}.fa-rugby-ball{--fa:"\E3C6"}.fa-shirt-long-sleeve{--fa:"\E3C7"}.fa-shirt-running{--fa:"\E3C8"}.fa-shirt-tank-top{--fa:"\E3C9"}.fa-signature-lock{--fa:"\E3CA"}.fa-signature-slash{--fa:"\E3CB"}.fa-ski-boot{--fa:"\E3CC"}.fa-ski-boot-ski{--fa:"\E3CD"}.fa-slot-machine{--fa:"\E3CE"}.fa-teddy-bear{--fa:"\E3CF"}.fa-truck-bolt{--fa:"\E3D0"}.fa-uniform-martial-arts{--fa:"\E3D1"}.fa-user-chef{--fa:"\E3D2"}.fa-user-hair-buns{--fa:"\E3D3"}.fa-arrow-left-long-to-line{--fa:"\E3D4"}.fa-arrow-right-long-to-line{--fa:"\E3D5"}.fa-arrow-turn-down-right{--fa:"\E3D6"}.fa-bagel{--fa:"\E3D7"}.fa-baguette{--fa:"\E3D8"}.fa-blanket-fire{--fa:"\E3DA"}.fa-block-brick,.fa-wall-brick{--fa:"\E3DB"}.fa-block-brick-fire,.fa-firewall{--fa:"\E3DC"}.fa-block-question{--fa:"\E3DD"}.fa-bowl-scoop,.fa-bowl-shaved-ice{--fa:"\E3DE"}.fa-bowl-scoops{--fa:"\E3DF"}.fa-bowl-spoon{--fa:"\E3E0"}.fa-bread-slice-butter{--fa:"\E3E1"}.fa-broccoli{--fa:"\E3E2"}.fa-burger-lettuce{--fa:"\E3E3"}.fa-butter{--fa:"\E3E4"}.fa-cake-slice,.fa-shortcake{--fa:"\E3E5"}.fa-can-food{--fa:"\E3E6"}.fa-candy{--fa:"\E3E7"}.fa-candy-bar,.fa-chocolate-bar{--fa:"\E3E8"}.fa-card-club{--fa:"\E3E9"}.fa-card-diamond{--fa:"\E3EA"}.fa-card-heart{--fa:"\E3EB"}.fa-card-spade{--fa:"\E3EC"}.fa-cards{--fa:"\E3ED"}.fa-cart-arrow-up{--fa:"\E3EE"}.fa-cart-circle-arrow-down{--fa:"\E3EF"}.fa-cart-circle-arrow-up{--fa:"\E3F0"}.fa-cart-circle-check{--fa:"\E3F1"}.fa-cart-circle-exclamation{--fa:"\E3F2"}.fa-cart-circle-plus{--fa:"\E3F3"}.fa-cart-circle-xmark{--fa:"\E3F4"}.fa-cent-sign{--fa:"\E3F5"}.fa-chestnut{--fa:"\E3F6"}.fa-chopsticks{--fa:"\E3F7"}.fa-circle-quarters{--fa:"\E3F8"}.fa-code-pull-request-closed{--fa:"\E3F9"}.fa-code-pull-request-draft{--fa:"\E3FA"}.fa-coin-blank{--fa:"\E3FB"}.fa-coin-front{--fa:"\E3FC"}.fa-coin-vertical{--fa:"\E3FD"}.fa-corner{--fa:"\E3FE"}.fa-crab{--fa:"\E3FF"}.fa-creemee,.fa-soft-serve{--fa:"\E400"}.fa-cucumber{--fa:"\E401"}.fa-cupcake{--fa:"\E402"}.fa-custard{--fa:"\E403"}.fa-dash,.fa-minus-large{--fa:"\E404"}.fa-diamond-exclamation{--fa:"\E405"}.fa-donut,.fa-doughnut{--fa:"\E406"}.fa-down-from-dotted-line{--fa:"\E407"}.fa-down-to-dotted-line{--fa:"\E408"}.fa-face-awesome,.fa-gave-dandy{--fa:"\E409"}.fa-falafel{--fa:"\E40A"}.fa-flatbread{--fa:"\E40B"}.fa-flatbread-stuffed{--fa:"\E40C"}.fa-fondue-pot{--fa:"\E40D"}.fa-garlic{--fa:"\E40E"}.fa-grip-dots{--fa:"\E410"}.fa-grip-dots-vertical{--fa:"\E411"}.fa-h5{--fa:"\E412"}.fa-h6{--fa:"\E413"}.fa-hammer-crash{--fa:"\E414"}.fa-hashtag-lock{--fa:"\E415"}.fa-hexagon-check{--fa:"\E416"}.fa-hexagon-exclamation{--fa:"\E417"}.fa-honey-pot{--fa:"\E418"}.fa-hose{--fa:"\E419"}.fa-hose-reel{--fa:"\E41A"}.fa-hourglass-clock{--fa:"\E41B"}.fa-100,.fa-hundred-points{--fa:"\E41C"}.fa-leafy-green{--fa:"\E41D"}.fa-left-long-to-line{--fa:"\E41E"}.fa-light-emergency{--fa:"\E41F"}.fa-light-emergency-on{--fa:"\E420"}.fa-lobster{--fa:"\E421"}.fa-lock-a{--fa:"\E422"}.fa-lock-hashtag{--fa:"\E423"}.fa-lollipop,.fa-lollypop{--fa:"\E424"}.fa-mushroom{--fa:"\E425"}.fa-octagon-check{--fa:"\E426"}.fa-onion{--fa:"\E427"}.fa-page{--fa:"\E428"}.fa-file-caret-down,.fa-page-caret-down{--fa:"\E429"}.fa-file-caret-up,.fa-page-caret-up{--fa:"\E42A"}.fa-pan-food{--fa:"\E42B"}.fa-pan-frying{--fa:"\E42C"}.fa-pancakes{--fa:"\E42D"}.fa-panel-ews{--fa:"\E42E"}.fa-panel-fire{--fa:"\E42F"}.fa-peanut{--fa:"\E430"}.fa-peanuts{--fa:"\E431"}.fa-pepper{--fa:"\E432"}.fa-person-to-door{--fa:"\E433"}.fa-phone-intercom{--fa:"\E434"}.fa-pickleball{--fa:"\E435"}.fa-pipe-circle-check{--fa:"\E436"}.fa-pipe-collar{--fa:"\E437"}.fa-pipe-section{--fa:"\E438"}.fa-pipe-valve{--fa:"\E439"}.fa-plate-utensils{--fa:"\E43B"}.fa-plus-minus{--fa:"\E43C"}.fa-pompebled{--fa:"\E43D"}.fa-popsicle{--fa:"\E43E"}.fa-pot-food{--fa:"\E43F"}.fa-potato{--fa:"\E440"}.fa-pretzel{--fa:"\E441"}.fa-pump{--fa:"\E442"}.fa-puzzle{--fa:"\E443"}.fa-right-long-to-line{--fa:"\E444"}.fa-sailboat{--fa:"\E445"}.fa-salt-shaker{--fa:"\E446"}.fa-section{--fa:"\E447"}.fa-shrimp{--fa:"\E448"}.fa-shutters{--fa:"\E449"}.fa-sportsball{--fa:"\E44B"}.fa-sprinkler-ceiling{--fa:"\E44C"}.fa-square-a-lock{--fa:"\E44D"}.fa-square-quarters{--fa:"\E44E"}.fa-square-ring{--fa:"\E44F"}.fa-squid{--fa:"\E450"}.fa-tamale{--fa:"\E451"}.fa-tank-water{--fa:"\E452"}.fa-train-track{--fa:"\E453"}.fa-train-tunnel{--fa:"\E454"}.fa-turn-down-right{--fa:"\E455"}.fa-up-from-dotted-line{--fa:"\E456"}.fa-up-to-dotted-line{--fa:"\E457"}.fa-user-doctor-hair{--fa:"\E458"}.fa-user-doctor-hair-long{--fa:"\E459"}.fa-user-hair{--fa:"\E45A"}.fa-user-hair-long{--fa:"\E45B"}.fa-business-front,.fa-party-back,.fa-trian-balbot,.fa-user-hair-mullet{--fa:"\E45C"}.fa-user-nurse-hair{--fa:"\E45D"}.fa-user-nurse-hair-long{--fa:"\E45E"}.fa-user-tie-hair{--fa:"\E45F"}.fa-user-tie-hair-long{--fa:"\E460"}.fa-user-vneck{--fa:"\E461"}.fa-user-vneck-hair{--fa:"\E462"}.fa-user-vneck-hair-long{--fa:"\E463"}.fa-utensils-slash{--fa:"\E464"}.fa-vent-damper{--fa:"\E465"}.fa-waffle{--fa:"\E466"}.fa-00{--fa:"\E467"}.fa-apartment{--fa:"\E468"}.fa-bird{--fa:"\E469"}.fa-block{--fa:"\E46A"}.fa-bowl-soft-serve{--fa:"\E46B"}.fa-brazilian-real-sign{--fa:"\E46C"}.fa-cabin{--fa:"\E46D"}.fa-calendar-circle-exclamation{--fa:"\E46E"}.fa-calendar-circle-minus{--fa:"\E46F"}.fa-calendar-circle-plus{--fa:"\E470"}.fa-calendar-circle-user{--fa:"\E471"}.fa-calendar-lines-pen{--fa:"\E472"}.fa-chart-simple{--fa:"\E473"}.fa-chart-simple-horizontal{--fa:"\E474"}.fa-diagram-cells{--fa:"\E475"}.fa-diagram-next{--fa:"\E476"}.fa-diagram-predecessor{--fa:"\E477"}.fa-diagram-previous{--fa:"\E478"}.fa-diagram-subtask{--fa:"\E479"}.fa-diagram-successor{--fa:"\E47A"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\E47B"}.fa-face-beam-hand-over-mouth{--fa:"\E47C"}.fa-face-clouds{--fa:"\E47D"}.fa-face-diagonal-mouth{--fa:"\E47E"}.fa-face-dotted{--fa:"\E47F"}.fa-face-exhaling{--fa:"\E480"}.fa-face-hand-peeking{--fa:"\E481"}.fa-face-holding-back-tears{--fa:"\E482"}.fa-face-melting{--fa:"\E483"}.fa-face-saluting{--fa:"\E484"}.fa-face-spiral-eyes{--fa:"\E485"}.fa-fort{--fa:"\E486"}.fa-home-blank,.fa-house-blank{--fa:"\E487"}.fa-square-kanban{--fa:"\E488"}.fa-square-list{--fa:"\E489"}.fa-nigiri,.fa-sushi{--fa:"\E48A"}.fa-maki-roll,.fa-makizushi,.fa-sushi-roll{--fa:"\E48B"}.fa-album-circle-plus{--fa:"\E48C"}.fa-album-circle-user{--fa:"\E48D"}.fa-album-collection-circle-plus{--fa:"\E48E"}.fa-album-collection-circle-user{--fa:"\E48F"}.fa-bug-slash{--fa:"\E490"}.fa-cloud-exclamation{--fa:"\E491"}.fa-cloud-question{--fa:"\E492"}.fa-file-circle-info{--fa:"\E493"}.fa-file-circle-plus{--fa:"\E494"}.fa-frame{--fa:"\E495"}.fa-gauge-circle-bolt{--fa:"\E496"}.fa-gauge-circle-minus{--fa:"\E497"}.fa-gauge-circle-plus{--fa:"\E498"}.fa-memo-circle-info{--fa:"\E49A"}.fa-object-exclude{--fa:"\E49C"}.fa-object-intersect{--fa:"\E49D"}.fa-object-subtract{--fa:"\E49E"}.fa-object-union{--fa:"\E49F"}.fa-pen-nib-slash{--fa:"\E4A1"}.fa-rectangle-history{--fa:"\E4A2"}.fa-rectangle-history-circle-plus{--fa:"\E4A3"}.fa-rectangle-history-circle-user{--fa:"\E4A4"}.fa-shop-lock{--fa:"\E4A5"}.fa-store-lock{--fa:"\E4A6"}.fa-user-robot-xmarks{--fa:"\E4A7"}.fa-virus-covid{--fa:"\E4A8"}.fa-virus-covid-slash{--fa:"\E4A9"}.fa-anchor-circle-check{--fa:"\E4AA"}.fa-anchor-circle-exclamation{--fa:"\E4AB"}.fa-anchor-circle-xmark{--fa:"\E4AC"}.fa-anchor-lock{--fa:"\E4AD"}.fa-arrow-down-to-arc{--fa:"\E4AE"}.fa-arrow-down-up-across-line{--fa:"\E4AF"}.fa-arrow-down-up-lock{--fa:"\E4B0"}.fa-arrow-right-from-arc{--fa:"\E4B1"}.fa-arrow-right-to-arc{--fa:"\E4B2"}.fa-arrow-right-to-city{--fa:"\E4B3"}.fa-arrow-up-from-arc{--fa:"\E4B4"}.fa-arrow-up-from-ground-water{--fa:"\E4B5"}.fa-arrow-up-from-water-pump{--fa:"\E4B6"}.fa-arrow-up-right-dots{--fa:"\E4B7"}.fa-arrows-down-to-line{--fa:"\E4B8"}.fa-arrows-down-to-people{--fa:"\E4B9"}.fa-arrows-left-right-to-line{--fa:"\E4BA"}.fa-arrows-spin{--fa:"\E4BB"}.fa-arrows-split-up-and-left{--fa:"\E4BC"}.fa-arrows-to-circle{--fa:"\E4BD"}.fa-arrows-to-dot{--fa:"\E4BE"}.fa-arrows-to-eye{--fa:"\E4BF"}.fa-arrows-turn-right{--fa:"\E4C0"}.fa-arrows-turn-to-dots{--fa:"\E4C1"}.fa-arrows-up-to-line{--fa:"\E4C2"}.fa-bore-hole{--fa:"\E4C3"}.fa-bottle-droplet{--fa:"\E4C4"}.fa-bottle-water{--fa:"\E4C5"}.fa-bowl-food{--fa:"\E4C6"}.fa-boxes-packing{--fa:"\E4C7"}.fa-bridge{--fa:"\E4C8"}.fa-bridge-circle-check{--fa:"\E4C9"}.fa-bridge-circle-exclamation{--fa:"\E4CA"}.fa-bridge-circle-xmark{--fa:"\E4CB"}.fa-bridge-lock{--fa:"\E4CC"}.fa-bridge-suspension{--fa:"\E4CD"}.fa-bridge-water{--fa:"\E4CE"}.fa-bucket{--fa:"\E4CF"}.fa-bugs{--fa:"\E4D0"}.fa-building-circle-arrow-right{--fa:"\E4D1"}.fa-building-circle-check{--fa:"\E4D2"}.fa-building-circle-exclamation{--fa:"\E4D3"}.fa-building-circle-xmark{--fa:"\E4D4"}.fa-building-flag{--fa:"\E4D5"}.fa-building-lock{--fa:"\E4D6"}.fa-building-ngo{--fa:"\E4D7"}.fa-building-shield{--fa:"\E4D8"}.fa-building-un{--fa:"\E4D9"}.fa-building-user{--fa:"\E4DA"}.fa-building-wheat{--fa:"\E4DB"}.fa-burst{--fa:"\E4DC"}.fa-car-on{--fa:"\E4DD"}.fa-car-tunnel{--fa:"\E4DE"}.fa-cards-blank{--fa:"\E4DF"}.fa-child-combatant,.fa-child-rifle{--fa:"\E4E0"}.fa-children{--fa:"\E4E1"}.fa-circle-nodes{--fa:"\E4E2"}.fa-clipboard-question{--fa:"\E4E3"}.fa-cloud-showers-water{--fa:"\E4E4"}.fa-computer{--fa:"\E4E5"}.fa-cubes-stacked{--fa:"\E4E6"}.fa-down-to-bracket{--fa:"\E4E7"}.fa-envelope-circle-check{--fa:"\E4E8"}.fa-explosion{--fa:"\E4E9"}.fa-ferry{--fa:"\E4EA"}.fa-file-circle-exclamation{--fa:"\E4EB"}.fa-file-circle-minus{--fa:"\E4ED"}.fa-file-circle-question{--fa:"\E4EF"}.fa-file-shield{--fa:"\E4F0"}.fa-fire-burner{--fa:"\E4F1"}.fa-fish-fins{--fa:"\E4F2"}.fa-flask-vial{--fa:"\E4F3"}.fa-glass-water{--fa:"\E4F4"}.fa-glass-water-droplet{--fa:"\E4F5"}.fa-group-arrows-rotate{--fa:"\E4F6"}.fa-hand-holding-hand{--fa:"\E4F7"}.fa-handcuffs{--fa:"\E4F8"}.fa-hands-bound{--fa:"\E4F9"}.fa-hands-holding-child{--fa:"\E4FA"}.fa-hands-holding-circle{--fa:"\E4FB"}.fa-heart-circle-bolt{--fa:"\E4FC"}.fa-heart-circle-check{--fa:"\E4FD"}.fa-heart-circle-exclamation{--fa:"\E4FE"}.fa-heart-circle-minus{--fa:"\E4FF"}.fa-heart-circle-plus{--fa:"\E500"}.fa-heart-circle-xmark{--fa:"\E501"}.fa-helicopter-symbol{--fa:"\E502"}.fa-helmet-un{--fa:"\E503"}.fa-hexagon-image{--fa:"\E504"}.fa-hexagon-vertical-nft,.fa-hexagon-vertical-nft-slanted{--fa:"\E505"}.fa-hill-avalanche{--fa:"\E507"}.fa-hill-rockslide{--fa:"\E508"}.fa-house-circle-check{--fa:"\E509"}.fa-house-circle-exclamation{--fa:"\E50A"}.fa-house-circle-xmark{--fa:"\E50B"}.fa-house-fire{--fa:"\E50C"}.fa-house-flag{--fa:"\E50D"}.fa-house-flood-water{--fa:"\E50E"}.fa-house-flood-water-circle-arrow-right{--fa:"\E50F"}.fa-house-lock{--fa:"\E510"}.fa-house-medical-circle-check{--fa:"\E511"}.fa-house-medical-circle-exclamation{--fa:"\E512"}.fa-house-medical-circle-xmark{--fa:"\E513"}.fa-house-medical-flag{--fa:"\E514"}.fa-house-tsunami{--fa:"\E515"}.fa-jar{--fa:"\E516"}.fa-jar-wheat{--fa:"\E517"}.fa-jet-fighter-up{--fa:"\E518"}.fa-jug-detergent{--fa:"\E519"}.fa-kitchen-set{--fa:"\E51A"}.fa-land-mine-on{--fa:"\E51B"}.fa-landmark-flag{--fa:"\E51C"}.fa-laptop-file{--fa:"\E51D"}.fa-lines-leaning{--fa:"\E51E"}.fa-location-pin-lock{--fa:"\E51F"}.fa-locust{--fa:"\E520"}.fa-magnifying-glass-arrow-right{--fa:"\E521"}.fa-magnifying-glass-chart{--fa:"\E522"}.fa-mars-and-venus-burst{--fa:"\E523"}.fa-mask-ventilator{--fa:"\E524"}.fa-mattress-pillow{--fa:"\E525"}.fa-merge{--fa:"\E526"}.fa-mobile-retro{--fa:"\E527"}.fa-money-bill-transfer{--fa:"\E528"}.fa-money-bill-trend-up{--fa:"\E529"}.fa-money-bill-wheat{--fa:"\E52A"}.fa-mosquito{--fa:"\E52B"}.fa-mosquito-net{--fa:"\E52C"}.fa-mound{--fa:"\E52D"}.fa-mountain-city{--fa:"\E52E"}.fa-mountain-sun{--fa:"\E52F"}.fa-oil-well{--fa:"\E532"}.fa-people-group{--fa:"\E533"}.fa-people-line{--fa:"\E534"}.fa-people-pulling{--fa:"\E535"}.fa-people-robbery{--fa:"\E536"}.fa-people-roof{--fa:"\E537"}.fa-person-arrow-down-to-line{--fa:"\E538"}.fa-person-arrow-up-from-line{--fa:"\E539"}.fa-person-breastfeeding{--fa:"\E53A"}.fa-person-burst{--fa:"\E53B"}.fa-person-cane{--fa:"\E53C"}.fa-person-chalkboard{--fa:"\E53D"}.fa-person-circle-check{--fa:"\E53E"}.fa-person-circle-exclamation{--fa:"\E53F"}.fa-person-circle-minus{--fa:"\E540"}.fa-person-circle-plus{--fa:"\E541"}.fa-person-circle-question{--fa:"\E542"}.fa-person-circle-xmark{--fa:"\E543"}.fa-person-dress-burst{--fa:"\E544"}.fa-person-drowning{--fa:"\E545"}.fa-person-falling{--fa:"\E546"}.fa-person-falling-burst{--fa:"\E547"}.fa-person-half-dress{--fa:"\E548"}.fa-person-harassing{--fa:"\E549"}.fa-person-military-pointing{--fa:"\E54A"}.fa-person-military-rifle{--fa:"\E54B"}.fa-person-military-to-person{--fa:"\E54C"}.fa-person-rays{--fa:"\E54D"}.fa-person-rifle{--fa:"\E54E"}.fa-person-shelter{--fa:"\E54F"}.fa-person-walking-arrow-loop-left{--fa:"\E551"}.fa-person-walking-arrow-right{--fa:"\E552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\E553"}.fa-person-walking-luggage{--fa:"\E554"}.fa-plane-circle-check{--fa:"\E555"}.fa-plane-circle-exclamation{--fa:"\E556"}.fa-plane-circle-xmark{--fa:"\E557"}.fa-plane-lock{--fa:"\E558"}.fa-plate-wheat{--fa:"\E55A"}.fa-plug-circle-bolt{--fa:"\E55B"}.fa-plug-circle-check{--fa:"\E55C"}.fa-plug-circle-exclamation{--fa:"\E55D"}.fa-plug-circle-minus{--fa:"\E55E"}.fa-plug-circle-plus{--fa:"\E55F"}.fa-plug-circle-xmark{--fa:"\E560"}.fa-ranking-star{--fa:"\E561"}.fa-road-barrier{--fa:"\E562"}.fa-road-bridge{--fa:"\E563"}.fa-road-circle-check{--fa:"\E564"}.fa-road-circle-exclamation{--fa:"\E565"}.fa-road-circle-xmark{--fa:"\E566"}.fa-road-lock{--fa:"\E567"}.fa-road-spikes{--fa:"\E568"}.fa-rug{--fa:"\E569"}.fa-sack-xmark{--fa:"\E56A"}.fa-school-circle-check{--fa:"\E56B"}.fa-school-circle-exclamation{--fa:"\E56C"}.fa-school-circle-xmark{--fa:"\E56D"}.fa-school-flag{--fa:"\E56E"}.fa-school-lock{--fa:"\E56F"}.fa-sheet-plastic{--fa:"\E571"}.fa-shield-cat{--fa:"\E572"}.fa-shield-dog{--fa:"\E573"}.fa-shield-heart{--fa:"\E574"}.fa-shield-quartered{--fa:"\E575"}.fa-square-nfi{--fa:"\E576"}.fa-square-person-confined{--fa:"\E577"}.fa-square-virus{--fa:"\E578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\E579"}.fa-sun-plant-wilt{--fa:"\E57A"}.fa-tarp{--fa:"\E57B"}.fa-tarp-droplet{--fa:"\E57C"}.fa-tent{--fa:"\E57D"}.fa-tent-arrow-down-to-line{--fa:"\E57E"}.fa-tent-arrow-left-right{--fa:"\E57F"}.fa-tent-arrow-turn-left{--fa:"\E580"}.fa-tent-arrows-down{--fa:"\E581"}.fa-tents{--fa:"\E582"}.fa-toilet-portable{--fa:"\E583"}.fa-toilets-portable{--fa:"\E584"}.fa-tower-cell{--fa:"\E585"}.fa-tower-observation{--fa:"\E586"}.fa-tree-city{--fa:"\E587"}.fa-trillium{--fa:"\E588"}.fa-trowel{--fa:"\E589"}.fa-trowel-bricks{--fa:"\E58A"}.fa-truck-arrow-right{--fa:"\E58B"}.fa-truck-droplet{--fa:"\E58C"}.fa-truck-field{--fa:"\E58D"}.fa-truck-field-un{--fa:"\E58E"}.fa-truck-plane{--fa:"\E58F"}.fa-up-from-bracket{--fa:"\E590"}.fa-users-between-lines{--fa:"\E591"}.fa-users-line{--fa:"\E592"}.fa-users-rays{--fa:"\E593"}.fa-users-rectangle{--fa:"\E594"}.fa-users-viewfinder{--fa:"\E595"}.fa-vial-circle-check{--fa:"\E596"}.fa-vial-virus{--fa:"\E597"}.fa-wheat-awn-circle-exclamation{--fa:"\E598"}.fa-worm{--fa:"\E599"}.fa-xmarks-lines{--fa:"\E59A"}.fa-xmark-large{--fa:"\E59B"}.fa-child-dress{--fa:"\E59C"}.fa-child-reaching{--fa:"\E59D"}.fa-plus-large{--fa:"\E59E"}.fa-crosshairs-simple{--fa:"\E59F"}.fa-file-circle-check{--fa:"\E5A0"}.fa-file-circle-xmark{--fa:"\E5A1"}.fa-gamepad-alt,.fa-gamepad-modern{--fa:"\E5A2"}.fa-grill{--fa:"\E5A3"}.fa-grill-fire{--fa:"\E5A4"}.fa-grill-hot{--fa:"\E5A5"}.fa-lightbulb-cfl{--fa:"\E5A6"}.fa-lightbulb-cfl-on{--fa:"\E5A7"}.fa-mouse-field{--fa:"\E5A8"}.fa-person-through-window{--fa:"\E5A9"}.fa-plant-wilt{--fa:"\E5AA"}.fa-ring-diamond{--fa:"\E5AB"}.fa-stapler{--fa:"\E5AF"}.fa-toggle-large-off{--fa:"\E5B0"}.fa-toggle-large-on{--fa:"\E5B1"}.fa-toilet-paper-check{--fa:"\E5B2"}.fa-toilet-paper-xmark{--fa:"\E5B3"}.fa-train-tram{--fa:"\E5B4"}.fa-buoy{--fa:"\E5B5"}.fa-buoy-mooring{--fa:"\E5B6"}.fa-diamond-half{--fa:"\E5B7"}.fa-diamond-half-stroke{--fa:"\E5B8"}.fa-game-console-handheld-crank{--fa:"\E5B9"}.fa-interrobang{--fa:"\E5BA"}.fa-mailbox-flag-up{--fa:"\E5BB"}.fa-mustache{--fa:"\E5BC"}.fa-nose{--fa:"\E5BD"}.fa-phone-arrow-right{--fa:"\E5BE"}.fa-pickaxe{--fa:"\E5BF"}.fa-prescription-bottle-pill{--fa:"\E5C0"}.fa-snowflake-droplets{--fa:"\E5C1"}.fa-square-dashed-circle-plus{--fa:"\E5C2"}.fa-tricycle{--fa:"\E5C3"}.fa-tricycle-adult{--fa:"\E5C4"}.fa-user-magnifying-glass{--fa:"\E5C5"}.fa-comment-heart{--fa:"\E5C8"}.fa-message-heart{--fa:"\E5C9"}.fa-pencil-mechanical{--fa:"\E5CA"}.fa-skeleton-ribs{--fa:"\E5CB"}.fa-billboard{--fa:"\E5CD"}.fa-circle-euro{--fa:"\E5CE"}.fa-circle-sterling{--fa:"\E5CF"}.fa-circle-yen{--fa:"\E5D0"}.fa-broom-wide{--fa:"\E5D1"}.fa-wreath-laurel{--fa:"\E5D2"}.fa-circle-quarter-stroke{--fa:"\E5D3"}.fa-circle-three-quarters-stroke{--fa:"\E5D4"}.fa-webhook{--fa:"\E5D5"}.fa-sparkle{--fa:"\E5D6"}.fa-chart-line-up-down{--fa:"\E5D7"}.fa-chart-mixed-up-circle-currency{--fa:"\E5D8"}.fa-chart-mixed-up-circle-dollar{--fa:"\E5D9"}.fa-grid-round{--fa:"\E5DA"}.fa-grid-round-2{--fa:"\E5DB"}.fa-grid-round-2-plus{--fa:"\E5DC"}.fa-grid-round-4{--fa:"\E5DD"}.fa-grid-round-5{--fa:"\E5DE"}.fa-arrow-progress{--fa:"\E5DF"}.fa-right-left-large{--fa:"\E5E1"}.fa-calendar-users{--fa:"\E5E2"}.fa-display-chart-up{--fa:"\E5E3"}.fa-display-chart-up-circle-currency{--fa:"\E5E5"}.fa-display-chart-up-circle-dollar{--fa:"\E5E6"}.fa-laptop-binary{--fa:"\E5E7"}.fa-gear-code{--fa:"\E5E8"}.fa-gear-complex{--fa:"\E5E9"}.fa-gear-complex-code{--fa:"\E5EB"}.fa-file-doc{--fa:"\E5ED"}.fa-file-zip{--fa:"\E5EE"}.fa-flask-gear{--fa:"\E5F1"}.fa-bag-seedling{--fa:"\E5F2"}.fa-bin-bottles{--fa:"\E5F5"}.fa-bin-bottles-recycle{--fa:"\E5F6"}.fa-bin-recycle{--fa:"\E5F7"}.fa-conveyor-belt-arm{--fa:"\E5F8"}.fa-jug-bottle{--fa:"\E5FB"}.fa-lightbulb-gear{--fa:"\E5FD"}.fa-dinosaur{--fa:"\E5FE"}.fa-person-running-fast{--fa:"\E5FF"}.fa-circles-overlap{--fa:"\E600"}.fa-cloud-binary{--fa:"\E601"}.fa-chf-sign{--fa:"\E602"}.fa-user-group-simple{--fa:"\E603"}.fa-chart-pie-simple-circle-currency{--fa:"\E604"}.fa-chart-pie-simple-circle-dollar{--fa:"\E605"}.fa-hat-beach{--fa:"\E606"}.fa-person-dress-fairy{--fa:"\E607"}.fa-person-fairy{--fa:"\E608"}.fa-swap{--fa:"\E609"}.fa-swap-arrows{--fa:"\E60A"}.fa-angles-up-down{--fa:"\E60D"}.fa-globe-pointer{--fa:"\E60E"}.fa-subtitles{--fa:"\E60F"}.fa-subtitles-slash{--fa:"\E610"}.fa-head-side-gear{--fa:"\E611"}.fa-lighthouse{--fa:"\E612"}.fa-raccoon{--fa:"\E613"}.fa-arrow-down-from-arc{--fa:"\E614"}.fa-arrow-left-from-arc{--fa:"\E615"}.fa-arrow-left-to-arc{--fa:"\E616"}.fa-arrow-up-to-arc{--fa:"\E617"}.fa-building-magnifying-glass{--fa:"\E61C"}.fa-building-memo{--fa:"\E61E"}.fa-hammer-brush{--fa:"\E620"}.fa-hand-holding-circle-dollar{--fa:"\E621"}.fa-landmark-magnifying-glass{--fa:"\E622"}.fa-sign-post{--fa:"\E624"}.fa-sign-posts{--fa:"\E625"}.fa-sign-posts-wrench{--fa:"\E626"}.fa-tent-double-peak{--fa:"\E627"}.fa-truck-utensils{--fa:"\E628"}.fa-t-rex{--fa:"\E629"}.fa-spinner-scale{--fa:"\E62A"}.fa-bell-ring{--fa:"\E62C"}.fa-arrows-rotate-reverse{--fa:"\E630"}.fa-rotate-reverse{--fa:"\E631"}.fa-arrow-turn-left{--fa:"\E632"}.fa-arrow-turn-left-down{--fa:"\E633"}.fa-arrow-turn-left-up{--fa:"\E634"}.fa-arrow-turn-right{--fa:"\E635"}.fa-turn-left{--fa:"\E636"}.fa-turn-left-down{--fa:"\E637"}.fa-turn-left-up{--fa:"\E638"}.fa-turn-right{--fa:"\E639"}.fa-location-arrow-up{--fa:"\E63A"}.fa-ticket-perforated{--fa:"\E63E"}.fa-tickets-perforated{--fa:"\E63F"}.fa-cannon{--fa:"\E642"}.fa-court-sport{--fa:"\E643"}.fa-file-eps{--fa:"\E644"}.fa-file-gif{--fa:"\E645"}.fa-file-jpg{--fa:"\E646"}.fa-file-mov{--fa:"\E647"}.fa-file-mp3{--fa:"\E648"}.fa-file-mp4{--fa:"\E649"}.fa-file-ppt{--fa:"\E64A"}.fa-file-svg{--fa:"\E64B"}.fa-file-vector{--fa:"\E64C"}.fa-file-xls{--fa:"\E64D"}.fa-folder-check{--fa:"\E64E"}.fa-chart-kanban{--fa:"\E64F"}.fa-bag-shopping-minus{--fa:"\E650"}.fa-bag-shopping-plus{--fa:"\E651"}.fa-basket-shopping-minus{--fa:"\E652"}.fa-basket-shopping-plus{--fa:"\E653"}.fa-file-xml{--fa:"\E654"}.fa-bulldozer{--fa:"\E655"}.fa-excavator{--fa:"\E656"}.fa-truck-ladder{--fa:"\E657"}.fa-tickets{--fa:"\E658"}.fa-tickets-simple{--fa:"\E659"}.fa-truck-fire{--fa:"\E65A"}.fa-wave{--fa:"\E65B"}.fa-waves-sine{--fa:"\E65D"}.fa-magnifying-glass-arrows-rotate{--fa:"\E65E"}.fa-magnifying-glass-music{--fa:"\E65F"}.fa-magnifying-glass-play{--fa:"\E660"}.fa-magnifying-glass-waveform{--fa:"\E661"}.fa-music-magnifying-glass{--fa:"\E662"}.fa-reflect-horizontal{--fa:"\E664"}.fa-reflect-vertical{--fa:"\E665"}.fa-file-png{--fa:"\E666"}.fa-arrow-down-from-bracket{--fa:"\E667"}.fa-arrow-left-from-bracket{--fa:"\E668"}.fa-arrow-left-to-bracket{--fa:"\E669"}.fa-arrow-up-to-bracket{--fa:"\E66A"}.fa-down-from-bracket{--fa:"\E66B"}.fa-left-from-bracket{--fa:"\E66C"}.fa-left-to-bracket{--fa:"\E66D"}.fa-up-to-bracket{--fa:"\E66E"}.fa-reflect-both{--fa:"\E66F"}.fa-file-cad{--fa:"\E672"}.fa-bottle-baby{--fa:"\E673"}.fa-table-cells-column-lock{--fa:"\E678"}.fa-table-cells-lock{--fa:"\E679"}.fa-table-cells-row-lock{--fa:"\E67A"}.fa-circle-wifi{--fa:"\E67D"}.fa-circle-wifi-circle-wifi,.fa-circle-wifi-group{--fa:"\E67E"}.fa-circle-gf{--fa:"\E67F"}.fa-ant{--fa:"\E680"}.fa-caduceus{--fa:"\E681"}.fa-globe-wifi{--fa:"\E685"}.fa-hydra{--fa:"\E686"}.fa-lightbulb-message{--fa:"\E687"}.fa-octopus{--fa:"\E688"}.fa-user-beard-bolt{--fa:"\E689"}.fa-user-hoodie{--fa:"\E68A"}.fa-diamonds-4{--fa:"\E68B"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\E68F"}.fa-table-cells-column-unlock{--fa:"\E690"}.fa-table-cells-row-unlock{--fa:"\E691"}.fa-table-cells-unlock{--fa:"\E692"}.fa-chart-diagram{--fa:"\E695"}.fa-comment-nodes{--fa:"\E696"}.fa-file-fragment{--fa:"\E697"}.fa-file-half-dashed{--fa:"\E698"}.fa-hexagon-nodes{--fa:"\E699"}.fa-hexagon-nodes-bolt{--fa:"\E69A"}.fa-square-binary{--fa:"\E69B"}.fa-car-people,.fa-carpool{--fa:"\E69C"}.fa-chart-sine{--fa:"\E69D"}.fa-chart-fft{--fa:"\E69E"}.fa-circles-overlap-3,.fa-pronoun{--fa:"\E6A1"}.fa-bar-progress{--fa:"\E6A4"}.fa-bar-progress-empty{--fa:"\E6A5"}.fa-bar-progress-full{--fa:"\E6A6"}.fa-bar-progress-half{--fa:"\E6A7"}.fa-bar-progress-quarter{--fa:"\E6A8"}.fa-bar-progress-three-quarters{--fa:"\E6A9"}.fa-grid-2-minus{--fa:"\E6AA"}.fa-grid-round-2-minus{--fa:"\E6AB"}.fa-table-cells-columns{--fa:"\E6AC"}.fa-table-cells-header{--fa:"\E6AD"}.fa-table-cells-header-lock{--fa:"\E6AE"}.fa-table-cells-header-unlock{--fa:"\E6AF"}.fa-table-cells-rows{--fa:"\E6B0"}.fa-circle-equals{--fa:"\E6B1"}.fa-hexagon-equals{--fa:"\E6B2"}.fa-octagon-equals{--fa:"\E6B3"}.fa-rectangle-minus{--fa:"\E6B4"}.fa-rectangle-plus{--fa:"\E6B5"}.fa-square-equals{--fa:"\E6B6"}.fa-arrow-down-long-to-line{--fa:"\E6B7"}.fa-arrow-left-arrow-right{--fa:"\E6B8"}.fa-arrow-left-from-dotted-line{--fa:"\E6B9"}.fa-arrow-left-to-dotted-line{--fa:"\E6BA"}.fa-arrow-right-from-dotted-line{--fa:"\E6BB"}.fa-arrow-right-to-dotted-line{--fa:"\E6BC"}.fa-arrow-up-long-to-line{--fa:"\E6BD"}.fa-direction-left-right{--fa:"\E6BE"}.fa-direction-up-down{--fa:"\E6BF"}.fa-down-long-to-line{--fa:"\E6C0"}.fa-down-up{--fa:"\E6C1"}.fa-left-from-dotted-line{--fa:"\E6C2"}.fa-left-to-dotted-line{--fa:"\E6C3"}.fa-right-from-dotted-line{--fa:"\E6C4"}.fa-right-to-dotted-line{--fa:"\E6C5"}.fa-up-long-to-line{--fa:"\E6C6"}.fa-barn{--fa:"\E6C7"}.fa-circle-house{--fa:"\E6C8"}.fa-garage-empty{--fa:"\E6C9"}.fa-house-unlock{--fa:"\E6CA"}.fa-school-unlock{--fa:"\E6CB"}.fa-stadium{--fa:"\E6CC"}.fa-tent-circus{--fa:"\E6CD"}.fa-ball-yarn{--fa:"\E6CE"}.fa-bra{--fa:"\E6CF"}.fa-briefs{--fa:"\E6D0"}.fa-dress{--fa:"\E6D1"}.fa-jeans{--fa:"\E6D2"}.fa-jeans-straight{--fa:"\E6D3"}.fa-panties{--fa:"\E6D4"}.fa-pants{--fa:"\E6D5"}.fa-pants-straight{--fa:"\E6D6"}.fa-shirt-jersey{--fa:"\E6D7"}.fa-shoe{--fa:"\E6D8"}.fa-shorts{--fa:"\E6D9"}.fa-sneaker{--fa:"\E6DA"}.fa-circle-share-nodes{--fa:"\E6DB"}.fa-comment-dot{--fa:"\E6DC"}.fa-comment-waveform{--fa:"\E6DD"}.fa-envelope-circle-user{--fa:"\E6DE"}.fa-message-dot{--fa:"\E6DF"}.fa-message-waveform{--fa:"\E6E0"}.fa-phone-connection{--fa:"\E6E1"}.fa-phone-waveform{--fa:"\E6E2"}.fa-postage-stamp{--fa:"\E6E3"}.fa-circle-florin{--fa:"\E6E4"}.fa-circle-ruble{--fa:"\E6E5"}.fa-square-chf{--fa:"\E6E6"}.fa-square-lira{--fa:"\E6E7"}.fa-norwegian-krone-sign{--fa:"\E6E8"}.fa-circle-renminbi{--fa:"\E6E9"}.fa-square-peseta{--fa:"\E6EA"}.fa-circle-brazilian-real{--fa:"\E6EB"}.fa-circle-won{--fa:"\E6EC"}.fa-square-cruzeiro{--fa:"\E6ED"}.fa-circle-currency{--fa:"\E6EE"}.fa-circle-hryvnia{--fa:"\E6EF"}.fa-square-cent{--fa:"\E6F0"}.fa-square-brazilian-real{--fa:"\E6F1"}.fa-square-bitcoin{--fa:"\E6F2"}.fa-circle-peruvian-soles{--fa:"\E6F3"}.fa-circle-litecoin{--fa:"\E6F4"}.fa-square-indian-rupee{--fa:"\E6F5"}.fa-circle-lira{--fa:"\E6F6"}.fa-square-litecoin{--fa:"\E6F7"}.fa-square-ruble{--fa:"\E6F8"}.fa-circle-malaysian-ringgit{--fa:"\E6F9"}.fa-malaysian-ringgit-sign{--fa:"\E6FA"}.fa-circle-manat{--fa:"\E6FB"}.fa-circle-colon{--fa:"\E6FC"}.fa-circle-kip{--fa:"\E6FD"}.fa-australian-dollar-sign{--fa:"\E6FE"}.fa-circle-peso{--fa:"\E6FF"}.fa-circle-polish-zloty{--fa:"\E700"}.fa-circle-bangladeshi-taka{--fa:"\E701"}.fa-circle-mill{--fa:"\E702"}.fa-circle-shekel{--fa:"\E703"}.fa-square-manat{--fa:"\E704"}.fa-peruvian-soles-sign{--fa:"\E705"}.fa-circle-rupiah{--fa:"\E706"}.fa-square-norwegian-krone{--fa:"\E707"}.fa-square-naira{--fa:"\E708"}.fa-square-won{--fa:"\E709"}.fa-square-mill{--fa:"\E70A"}.fa-polish-zloty-sign{--fa:"\E70B"}.fa-square-currency{--fa:"\E70C"}.fa-square-kip{--fa:"\E70D"}.fa-square-guarani{--fa:"\E70E"}.fa-square-dong{--fa:"\E70F"}.fa-square-hryvnia{--fa:"\E710"}.fa-circle-tugrik{--fa:"\E711"}.fa-square-rupiah{--fa:"\E712"}.fa-square-sterling{--fa:"\E713"}.fa-circle-rupee{--fa:"\E714"}.fa-square-rupee{--fa:"\E715"}.fa-square-peruvian-soles{--fa:"\E716"}.fa-square-florin{--fa:"\E717"}.fa-square-australian-dollar{--fa:"\E718"}.fa-square-baht{--fa:"\E719"}.fa-square-peso{--fa:"\E71A"}.fa-circle-austral{--fa:"\E71B"}.fa-square-swedish-krona{--fa:"\E71C"}.fa-circle-lari{--fa:"\E71D"}.fa-circleapore-dollar{--fa:"\E71E"}.fa-square-turkish-lira{--fa:"\E71F"}.fa-danish-krone-sign{--fa:"\E720"}.fa-circle-franc{--fa:"\E721"}.fa-circle-cruzeiro{--fa:"\E722"}.fa-circle-dong{--fa:"\E723"}.fa-square-yen{--fa:"\E724"}.fa-circle-tenge{--fa:"\E725"}.fa-square-austral{--fa:"\E726"}.fa-square-eurozone{--fa:"\E727"}.fa-square-tugrik{--fa:"\E728"}.fa-square-cedi{--fa:"\E729"}.fa-circle-cent{--fa:"\E72A"}.fa-currency-sign{--fa:"\E72B"}.fa-circle-chf{--fa:"\E72C"}.fa-circle-baht{--fa:"\E72D"}.fa-signapore-dollar-sign{--fa:"\E72E"}.fa-square-franc{--fa:"\E72F"}.fa-circle-australian-dollar{--fa:"\E730"}.fa-square-tenge{--fa:"\E731"}.fa-square-euro{--fa:"\E732"}.fa-squareapore-dollar{--fa:"\E733"}.fa-circle-indian-rupee{--fa:"\E734"}.fa-square-shekel{--fa:"\E735"}.fa-square-polish-zloty{--fa:"\E736"}.fa-circle-bitcoin{--fa:"\E737"}.fa-circle-norwegian-krone{--fa:"\E738"}.fa-circle-turkish-lira{--fa:"\E739"}.fa-square-colon{--fa:"\E73A"}.fa-circle-guarani{--fa:"\E73B"}.fa-renminbi-sign{--fa:"\E73C"}.fa-square-renminbi{--fa:"\E73D"}.fa-swedish-krona-sign{--fa:"\E73E"}.fa-square-lari{--fa:"\E73F"}.fa-eurozone-sign{--fa:"\E740"}.fa-circle-peseta{--fa:"\E741"}.fa-circle-cedi{--fa:"\E742"}.fa-circle-swedish-krona{--fa:"\E743"}.fa-square-bangladeshi-taka{--fa:"\E744"}.fa-circle-eurozone{--fa:"\E745"}.fa-circle-danish-krone{--fa:"\E746"}.fa-square-danish-krone{--fa:"\E747"}.fa-square-malaysian-ringgit{--fa:"\E748"}.fa-circle-naira{--fa:"\E749"}.fa-mobile-arrow-down{--fa:"\E74B"}.fa-clone-plus{--fa:"\E74C"}.fa-paintbrush-fine-slash{--fa:"\E74D"}.fa-paintbrush-slash{--fa:"\E74E"}.fa-pencil-line{--fa:"\E74F"}.fa-slider-circle{--fa:"\E750"}.fa-thumbtack-angle{--fa:"\E751"}.fa-thumbtack-angle-slash{--fa:"\E752"}.fa-book-open-lines{--fa:"\E753"}.fa-book-spine{--fa:"\E754"}.fa-bookmark-plus{--fa:"\E755"}.fa-clipboard-clock{--fa:"\E756"}.fa-clipboard-exclamation{--fa:"\E757"}.fa-file-ban{--fa:"\E758"}.fa-notes-sticky{--fa:"\E759"}.fa-capsule{--fa:"\E75A"}.fa-ear-circle-checkmark{--fa:"\E75B"}.fa-ear-triangle-exclamation{--fa:"\E75C"}.fa-ear-waveform{--fa:"\E75D"}.fa-head-side-circuit{--fa:"\E75E"}.fa-head-side-speak{--fa:"\E75F"}.fa-microphone-signal-meter{--fa:"\E760"}.fa-spine{--fa:"\E761"}.fa-vial-vertical{--fa:"\E762"}.fa-bin{--fa:"\E763"}.fa-seat{--fa:"\E764"}.fa-seats{--fa:"\E765"}.fa-camera-circle-ellipsis{--fa:"\E766"}.fa-camera-clock{--fa:"\E767"}.fa-camera-shutter{--fa:"\E768"}.fa-film-music{--fa:"\E769"}.fa-film-stack{--fa:"\E76B"}.fa-image-circle-arrow-down{--fa:"\E76C"}.fa-image-circle-check{--fa:"\E76D"}.fa-image-circle-plus{--fa:"\E76E"}.fa-image-circle-xmark{--fa:"\E76F"}.fa-image-music{--fa:"\E770"}.fa-image-stack{--fa:"\E771"}.fa-rectangle-4k{--fa:"\E772"}.fa-rectangle-hdr,.fa-rectangle-high-dynamic-range{--fa:"\E773"}.fa-rectangle-video-on-demand{--fa:"\E774"}.fa-user-viewfinder{--fa:"\E775"}.fa-video-down-to-line{--fa:"\E776"}.fa-video-question{--fa:"\E777"}.fa-gas-pump-left{--fa:"\E778"}.fa-gas-pump-right{--fa:"\E779"}.fa-location-arrow-slash{--fa:"\E77A"}.fa-airplay-audio{--fa:"\E77B"}.fa-headphones-slash{--fa:"\E77C"}.fa-microphone-circle-plus{--fa:"\E77D"}.fa-microphone-circle-xmark{--fa:"\E77E"}.fa-open-captioning{--fa:"\E77F"}.fa-play-flip{--fa:"\E780"}.fa-square-microphone{--fa:"\E781"}.fa-trombone{--fa:"\E782"}.fa-person-arms-raised{--fa:"\E783"}.fa-person-basketball{--fa:"\E784"}.fa-person-carry-empty{--fa:"\E785"}.fa-person-golfing{--fa:"\E786"}.fa-person-limbs-wide{--fa:"\E787"}.fa-person-seat-window{--fa:"\E788"}.fa-person-soccer{--fa:"\E789"}.fa-person-swimming-pool{--fa:"\E78A"}.fa-person-swimming-water{--fa:"\E78B"}.fa-person-water-arms-raised{--fa:"\E78C"}.fa-person-waving{--fa:"\E78D"}.fa-heart-slash{--fa:"\E78E"}.fa-hearts{--fa:"\E78F"}.fa-pentagon{--fa:"\E790"}.fa-rectangle-tall{--fa:"\E791"}.fa-square-half{--fa:"\E792"}.fa-square-half-stroke{--fa:"\E793"}.fa-box-arrow-down{--fa:"\E794"}.fa-box-arrow-down-arrow-up{--fa:"\E795"}.fa-box-arrow-down-magnifying-glass{--fa:"\E796"}.fa-box-isometric{--fa:"\E797"}.fa-box-isometric-tape{--fa:"\E798"}.fa-qrcode-read{--fa:"\E799"}.fa-shop-24{--fa:"\E79A"}.fa-store-24{--fa:"\E79B"}.fa-face-shaking{--fa:"\E79C"}.fa-face-shaking-horizontal{--fa:"\E79D"}.fa-face-shaking-vertical{--fa:"\E79E"}.fa-circle-user-circle-check{--fa:"\E79F"}.fa-circle-user-circle-exclamation{--fa:"\E7A0"}.fa-circle-user-circle-minus{--fa:"\E7A1"}.fa-circle-user-circle-moon{--fa:"\E7A2"}.fa-circle-user-circle-plus{--fa:"\E7A3"}.fa-circle-user-circle-question{--fa:"\E7A4"}.fa-circle-user-circle-user{--fa:"\E7A5"}.fa-circle-user-circle-xmark{--fa:"\E7A6"}.fa-circle-user-clock{--fa:"\E7A7"}.fa-user-beard{--fa:"\E7A8"}.fa-user-chef-hair-long{--fa:"\E7A9"}.fa-user-circle-minus{--fa:"\E7AA"}.fa-user-circle-plus{--fa:"\E7AB"}.fa-user-dashed{--fa:"\E7AC"}.fa-user-doctor-hair-mullet{--fa:"\E7AD"}.fa-user-hat-tie{--fa:"\E7AE"}.fa-user-hat-tie-magnifying-glass{--fa:"\E7AF"}.fa-user-key{--fa:"\E7B0"}.fa-user-message{--fa:"\E7B1"}.fa-user-microphone{--fa:"\E7B2"}.fa-user-pilot-hair-long{--fa:"\E7B3"}.fa-user-pilot-tie-hair-long{--fa:"\E7B4"}.fa-user-police-hair-long{--fa:"\E7B5"}.fa-user-police-tie-hair-long{--fa:"\E7B6"}.fa-user-question{--fa:"\E7B7"}.fa-user-sith{--fa:"\E7B8"}.fa-user-tie-hair-mullet{--fa:"\E7B9"}.fa-user-vneck-hair-mullet{--fa:"\E7BA"}.fa-plane-flying{--fa:"\E7BB"}.fa-plane-landing-gear{--fa:"\E7BC"}.fa-rocket-vertical{--fa:"\E7BD"}.fa-seat-airline-window{--fa:"\E7BE"}.fa-shuttle-space-vertical{--fa:"\E7BF"}.fa-car-key{--fa:"\E7C0"}.fa-car-siren{--fa:"\E7C1"}.fa-car-siren-on{--fa:"\E7C2"}.fa-scooter{--fa:"\E7C3"}.fa-snowmobile-blank{--fa:"\E7C4"}.fa-stair-car{--fa:"\E7C5"}.fa-truck-suv{--fa:"\E7C6"}.fa-unicycle{--fa:"\E7C7"}.fa-van{--fa:"\E7C8"}.fa-moon-star{--fa:"\E7C9"}.fa-rainbow-half{--fa:"\E7CA"}.fa-temperature-slash{--fa:"\E7CB"}.fa-dialpad{--fa:"\E7CC"}.fa-computer-mouse-button-left{--fa:"\E7CD"}.fa-computer-mouse-button-right{--fa:"\E7CE"}.fa-dot{--fa:"\E7D1"}.fa-folder-arrow-left{--fa:"\E7D2"}.fa-folder-arrow-right{--fa:"\E7D3"}.fa-wireless{--fa:"\E7DF"}.fa-circle-moon{--fa:"\E7E0"}.fa-person-meditating{--fa:"\E7E1"}.fa-baseball-bat{--fa:"\E7E5"}.fa-hockey-stick{--fa:"\E7E6"}.fa-arrow-u-turn-down-left{--fa:"\E7E7"}.fa-arrow-u-turn-down-right{--fa:"\E7E8"}.fa-arrow-u-turn-left-down{--fa:"\E7E9"}.fa-arrow-u-turn-left-up{--fa:"\E7EA"}.fa-arrow-u-turn-right-down{--fa:"\E7EB"}.fa-arrow-u-turn-right-up{--fa:"\E7EC"}.fa-arrow-u-turn-up-left{--fa:"\E7ED"}.fa-arrow-u-turn-up-right{--fa:"\E7EE"}.fa-u-turn-down-left{--fa:"\E7EF"}.fa-u-turn-down-right{--fa:"\E7F0"}.fa-u-turn,.fa-u-turn-left-down{--fa:"\E7F1"}.fa-u-turn-left-up{--fa:"\E7F2"}.fa-u-turn-right-down{--fa:"\E7F3"}.fa-u-turn-right-up{--fa:"\E7F4"}.fa-u-turn-up-left{--fa:"\E7F5"}.fa-u-turn-up-right{--fa:"\E7F6"}.fa-triple-chevrons-down{--fa:"\E7F7"}.fa-triple-chevrons-left{--fa:"\E7F8"}.fa-triple-chevrons-right{--fa:"\E7F9"}.fa-triple-chevrons-up{--fa:"\E7FA"}.fa-file-aiff{--fa:"\E7FB"}.fa-file-odf{--fa:"\E7FC"}.fa-file-tex{--fa:"\E7FD"}.fa-file-wav{--fa:"\E7FE"}.fa-droplet-plus{--fa:"\E800"}.fa-hand-holding-star{--fa:"\E801"}.fa-transmission{--fa:"\E802"}.fa-alarm-minus{--fa:"\E803"}.fa-file-brackets-curly{--fa:"\E804"}.fa-file-midi{--fa:"\E805"}.fa-midi{--fa:"\E806"}.fa-non-binary{--fa:"\E807"}.fa-rectangle-beta{--fa:"\E808"}.fa-shield-user{--fa:"\E809"}.fa-spiral{--fa:"\E80A"}.fa-picture-in-picture{--fa:"\E80B"}.fa-circle-half-horizontal{--fa:"\E80C"}.fa-circle-half-stroke-horizontal{--fa:"\E80D"}.fa-square-half-horizontal{--fa:"\E80E"}.fa-square-half-stroke-horizontal{--fa:"\E80F"}.fa-ship-large{--fa:"\E810"}.fa-butterfly{--fa:"\E811"}.fa-mobile-rotate{--fa:"\E813"}.fa-mobile-rotate-reverse{--fa:"\E814"}.fa-mobile-slash{--fa:"\E815"}.fa-mobile-vibrate{--fa:"\E816"}.fa-mobile-vibrate-slash{--fa:"\E817"}.fa-almost-equal-to{--fa:"\E818"}.fa-sneaker-running{--fa:"\E819"}.fa-horseshoe{--fa:"\E81A"}.fa-single-quote-left{--fa:"\E81B"}.fa-single-quote-right{--fa:"\E81C"}.fa-bus-side{--fa:"\E81D"}.fa-bus-stop{--fa:"\E81E"}.fa-train-stop{--fa:"\E81F"}.fa-heptagon,.fa-septagon{--fa:"\E820"}.fa-mailbox-open-empty{--fa:"\E821"}.fa-mailbox-open-letter{--fa:"\E823"}.fa-lychee{--fa:"\E824"}.fa-tank-recovery{--fa:"\E825"}.fa-transducer{--fa:"\E826"}.fa-box-arrow-up{--fa:"\E827"}.fa-box-magnifying-glass{--fa:"\E828"}.fa-envelope-certificate,.fa-envelope-ribbon{--fa:"\E829"}.fa-water-temp,.fa-water-temperature{--fa:"\E82A"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\F000"}.fa-music{--fa:"\F001"}.fa-magnifying-glass,.fa-search{--fa:"\F002"}.fa-heart{--fa:"\F004"}.fa-star{--fa:"\F005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\F007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\F008"}.fa-table-cells-large,.fa-th-large{--fa:"\F009"}.fa-table-cells,.fa-th{--fa:"\F00A"}.fa-table-list,.fa-th-list{--fa:"\F00B"}.fa-check{--fa:"\F00C"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\F00D"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\F00E"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\F010"}.fa-power-off{--fa:"\F011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\F012"}.fa-cog,.fa-gear{--fa:"\F013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\F015"}.fa-clock,.fa-clock-four{--fa:"\F017"}.fa-road{--fa:"\F018"}.fa-download{--fa:"\F019"}.fa-inbox{--fa:"\F01C"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\F01E"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\F021"}.fa-list-alt,.fa-rectangle-list{--fa:"\F022"}.fa-lock{--fa:"\F023"}.fa-flag{--fa:"\F024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\F025"}.fa-volume-off{--fa:"\F026"}.fa-volume-down,.fa-volume-low{--fa:"\F027"}.fa-volume-high,.fa-volume-up{--fa:"\F028"}.fa-qrcode{--fa:"\F029"}.fa-barcode{--fa:"\F02A"}.fa-tag{--fa:"\F02B"}.fa-tags{--fa:"\F02C"}.fa-book{--fa:"\F02D"}.fa-bookmark{--fa:"\F02E"}.fa-print{--fa:"\F02F"}.fa-camera,.fa-camera-alt{--fa:"\F030"}.fa-font{--fa:"\F031"}.fa-bold{--fa:"\F032"}.fa-italic{--fa:"\F033"}.fa-text-height{--fa:"\F034"}.fa-text-width{--fa:"\F035"}.fa-align-left{--fa:"\F036"}.fa-align-center{--fa:"\F037"}.fa-align-right{--fa:"\F038"}.fa-align-justify{--fa:"\F039"}.fa-list,.fa-list-squares{--fa:"\F03A"}.fa-dedent,.fa-outdent{--fa:"\F03B"}.fa-indent{--fa:"\F03C"}.fa-video,.fa-video-camera{--fa:"\F03D"}.fa-image{--fa:"\F03E"}.fa-location-pin,.fa-map-marker{--fa:"\F041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\F042"}.fa-droplet,.fa-tint{--fa:"\F043"}.fa-edit,.fa-pen-to-square{--fa:"\F044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\F047"}.fa-backward-step,.fa-step-backward{--fa:"\F048"}.fa-backward-fast,.fa-fast-backward{--fa:"\F049"}.fa-backward{--fa:"\F04A"}.fa-play{--fa:"\F04B"}.fa-pause{--fa:"\F04C"}.fa-stop{--fa:"\F04D"}.fa-forward{--fa:"\F04E"}.fa-fast-forward,.fa-forward-fast{--fa:"\F050"}.fa-forward-step,.fa-step-forward{--fa:"\F051"}.fa-eject{--fa:"\F052"}.fa-chevron-left{--fa:"\F053"}.fa-chevron-right{--fa:"\F054"}.fa-circle-plus,.fa-plus-circle{--fa:"\F055"}.fa-circle-minus,.fa-minus-circle{--fa:"\F056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\F057"}.fa-check-circle,.fa-circle-check{--fa:"\F058"}.fa-circle-question,.fa-question-circle{--fa:"\F059"}.fa-circle-info,.fa-info-circle{--fa:"\F05A"}.fa-crosshairs{--fa:"\F05B"}.fa-ban,.fa-cancel{--fa:"\F05E"}.fa-arrow-left{--fa:"\F060"}.fa-arrow-right{--fa:"\F061"}.fa-arrow-up{--fa:"\F062"}.fa-arrow-down{--fa:"\F063"}.fa-mail-forward,.fa-share{--fa:"\F064"}.fa-expand{--fa:"\F065"}.fa-compress{--fa:"\F066"}.fa-minus,.fa-subtract{--fa:"\F068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\F06A"}.fa-gift{--fa:"\F06B"}.fa-leaf{--fa:"\F06C"}.fa-fire{--fa:"\F06D"}.fa-eye{--fa:"\F06E"}.fa-eye-slash{--fa:"\F070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\F071"}.fa-plane{--fa:"\F072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\F073"}.fa-random,.fa-shuffle{--fa:"\F074"}.fa-comment{--fa:"\F075"}.fa-magnet{--fa:"\F076"}.fa-chevron-up{--fa:"\F077"}.fa-chevron-down{--fa:"\F078"}.fa-retweet{--fa:"\F079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\F07A"}.fa-folder,.fa-folder-blank{--fa:"\F07B"}.fa-folder-open{--fa:"\F07C"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\F07D"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\F07E"}.fa-bar-chart,.fa-chart-bar{--fa:"\F080"}.fa-camera-retro{--fa:"\F083"}.fa-key{--fa:"\F084"}.fa-cogs,.fa-gears{--fa:"\F085"}.fa-comments{--fa:"\F086"}.fa-star-half{--fa:"\F089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\F08B"}.fa-thumb-tack,.fa-thumbtack{--fa:"\F08D"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\F08E"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\F090"}.fa-trophy{--fa:"\F091"}.fa-upload{--fa:"\F093"}.fa-lemon{--fa:"\F094"}.fa-phone{--fa:"\F095"}.fa-phone-square,.fa-square-phone{--fa:"\F098"}.fa-unlock{--fa:"\F09C"}.fa-credit-card,.fa-credit-card-alt{--fa:"\F09D"}.fa-feed,.fa-rss{--fa:"\F09E"}.fa-hard-drive,.fa-hdd{--fa:"\F0A0"}.fa-bullhorn{--fa:"\F0A1"}.fa-certificate{--fa:"\F0A3"}.fa-hand-point-right{--fa:"\F0A4"}.fa-hand-point-left{--fa:"\F0A5"}.fa-hand-point-up{--fa:"\F0A6"}.fa-hand-point-down{--fa:"\F0A7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\F0A8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\F0A9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\F0AA"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\F0AB"}.fa-globe{--fa:"\F0AC"}.fa-wrench{--fa:"\F0AD"}.fa-list-check,.fa-tasks{--fa:"\F0AE"}.fa-filter{--fa:"\F0B0"}.fa-briefcase{--fa:"\F0B1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\F0B2"}.fa-users{--fa:"\F0C0"}.fa-chain,.fa-link{--fa:"\F0C1"}.fa-cloud{--fa:"\F0C2"}.fa-flask{--fa:"\F0C3"}.fa-cut,.fa-scissors{--fa:"\F0C4"}.fa-copy{--fa:"\F0C5"}.fa-paperclip{--fa:"\F0C6"}.fa-floppy-disk,.fa-save{--fa:"\F0C7"}.fa-square{--fa:"\F0C8"}.fa-bars,.fa-navicon{--fa:"\F0C9"}.fa-list-dots,.fa-list-ul{--fa:"\F0CA"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\F0CB"}.fa-strikethrough{--fa:"\F0CC"}.fa-underline{--fa:"\F0CD"}.fa-table{--fa:"\F0CE"}.fa-magic,.fa-wand-magic{--fa:"\F0D0"}.fa-truck{--fa:"\F0D1"}.fa-money-bill{--fa:"\F0D6"}.fa-caret-down{--fa:"\F0D7"}.fa-caret-up{--fa:"\F0D8"}.fa-caret-left{--fa:"\F0D9"}.fa-caret-right{--fa:"\F0DA"}.fa-columns,.fa-table-columns{--fa:"\F0DB"}.fa-sort,.fa-unsorted{--fa:"\F0DC"}.fa-sort-desc,.fa-sort-down{--fa:"\F0DD"}.fa-sort-asc,.fa-sort-up{--fa:"\F0DE"}.fa-envelope{--fa:"\F0E0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\F0E2"}.fa-gavel,.fa-legal{--fa:"\F0E3"}.fa-bolt,.fa-zap{--fa:"\F0E7"}.fa-sitemap{--fa:"\F0E8"}.fa-umbrella{--fa:"\F0E9"}.fa-file-clipboard,.fa-paste{--fa:"\F0EA"}.fa-lightbulb{--fa:"\F0EB"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\F0EC"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\F0ED"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\F0EE"}.fa-user-doctor,.fa-user-md{--fa:"\F0F0"}.fa-stethoscope{--fa:"\F0F1"}.fa-suitcase{--fa:"\F0F2"}.fa-bell{--fa:"\F0F3"}.fa-coffee,.fa-mug-saucer{--fa:"\F0F4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\F0F8"}.fa-ambulance,.fa-truck-medical{--fa:"\F0F9"}.fa-medkit,.fa-suitcase-medical{--fa:"\F0FA"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\F0FB"}.fa-beer,.fa-beer-mug-empty{--fa:"\F0FC"}.fa-h-square,.fa-square-h{--fa:"\F0FD"}.fa-plus-square,.fa-square-plus{--fa:"\F0FE"}.fa-angle-double-left,.fa-angles-left{--fa:"\F100"}.fa-angle-double-right,.fa-angles-right{--fa:"\F101"}.fa-angle-double-up,.fa-angles-up{--fa:"\F102"}.fa-angle-double-down,.fa-angles-down{--fa:"\F103"}.fa-angle-left{--fa:"\F104"}.fa-angle-right{--fa:"\F105"}.fa-angle-up{--fa:"\F106"}.fa-angle-down{--fa:"\F107"}.fa-laptop{--fa:"\F109"}.fa-tablet-button{--fa:"\F10A"}.fa-mobile-button{--fa:"\F10B"}.fa-quote-left,.fa-quote-left-alt{--fa:"\F10D"}.fa-quote-right,.fa-quote-right-alt{--fa:"\F10E"}.fa-spinner{--fa:"\F110"}.fa-circle{--fa:"\F111"}.fa-face-smile,.fa-smile{--fa:"\F118"}.fa-face-frown,.fa-frown{--fa:"\F119"}.fa-face-meh,.fa-meh{--fa:"\F11A"}.fa-gamepad{--fa:"\F11B"}.fa-keyboard{--fa:"\F11C"}.fa-flag-checkered{--fa:"\F11E"}.fa-terminal{--fa:"\F120"}.fa-code{--fa:"\F121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\F122"}.fa-location-arrow{--fa:"\F124"}.fa-crop{--fa:"\F125"}.fa-code-branch{--fa:"\F126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\F127"}.fa-info{--fa:"\F129"}.fa-superscript{--fa:"\F12B"}.fa-subscript{--fa:"\F12C"}.fa-eraser{--fa:"\F12D"}.fa-puzzle-piece{--fa:"\F12E"}.fa-microphone{--fa:"\F130"}.fa-microphone-slash{--fa:"\F131"}.fa-shield,.fa-shield-blank{--fa:"\F132"}.fa-calendar{--fa:"\F133"}.fa-fire-extinguisher{--fa:"\F134"}.fa-rocket{--fa:"\F135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\F137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\F138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\F139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\F13A"}.fa-anchor{--fa:"\F13D"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\F13E"}.fa-bullseye{--fa:"\F140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\F141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\F142"}.fa-rss-square,.fa-square-rss{--fa:"\F143"}.fa-circle-play,.fa-play-circle{--fa:"\F144"}.fa-ticket{--fa:"\F145"}.fa-minus-square,.fa-square-minus{--fa:"\F146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\F148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\F149"}.fa-check-square,.fa-square-check{--fa:"\F14A"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\F14B"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\F14C"}.fa-share-from-square,.fa-share-square{--fa:"\F14D"}.fa-compass{--fa:"\F14E"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\F150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\F151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\F152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\F153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\F154"}.fa-rupee,.fa-rupee-sign{--fa:"\F156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\F157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\F158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\F159"}.fa-file{--fa:"\F15B"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\F15C"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\F15D"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\F15E"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\F160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\F161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\F162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\F163"}.fa-thumbs-up{--fa:"\F164"}.fa-thumbs-down{--fa:"\F165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\F175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\F176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\F177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\F178"}.fa-female,.fa-person-dress{--fa:"\F182"}.fa-male,.fa-person{--fa:"\F183"}.fa-sun{--fa:"\F185"}.fa-moon{--fa:"\F186"}.fa-archive,.fa-box-archive{--fa:"\F187"}.fa-bug{--fa:"\F188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\F191"}.fa-circle-dot,.fa-dot-circle{--fa:"\F192"}.fa-wheelchair{--fa:"\F193"}.fa-lira-sign{--fa:"\F195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\F197"}.fa-envelope-square,.fa-square-envelope{--fa:"\F199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\F19C"}.fa-graduation-cap,.fa-mortar-board{--fa:"\F19D"}.fa-language{--fa:"\F1AB"}.fa-fax{--fa:"\F1AC"}.fa-building{--fa:"\F1AD"}.fa-child{--fa:"\F1AE"}.fa-paw{--fa:"\F1B0"}.fa-cube{--fa:"\F1B2"}.fa-cubes{--fa:"\F1B3"}.fa-recycle{--fa:"\F1B8"}.fa-automobile,.fa-car{--fa:"\F1B9"}.fa-cab,.fa-taxi{--fa:"\F1BA"}.fa-tree{--fa:"\F1BB"}.fa-database{--fa:"\F1C0"}.fa-file-pdf{--fa:"\F1C1"}.fa-file-word{--fa:"\F1C2"}.fa-file-excel{--fa:"\F1C3"}.fa-file-powerpoint{--fa:"\F1C4"}.fa-file-image{--fa:"\F1C5"}.fa-file-archive,.fa-file-zipper{--fa:"\F1C6"}.fa-file-audio{--fa:"\F1C7"}.fa-file-video{--fa:"\F1C8"}.fa-file-code{--fa:"\F1C9"}.fa-life-ring{--fa:"\F1CD"}.fa-circle-notch{--fa:"\F1CE"}.fa-paper-plane{--fa:"\F1D8"}.fa-clock-rotate-left,.fa-history{--fa:"\F1DA"}.fa-header,.fa-heading{--fa:"\F1DC"}.fa-paragraph{--fa:"\F1DD"}.fa-sliders,.fa-sliders-h{--fa:"\F1DE"}.fa-share-alt,.fa-share-nodes{--fa:"\F1E0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\F1E1"}.fa-bomb{--fa:"\F1E2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\F1E3"}.fa-teletype,.fa-tty{--fa:"\F1E4"}.fa-binoculars{--fa:"\F1E5"}.fa-plug{--fa:"\F1E6"}.fa-newspaper{--fa:"\F1EA"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\F1EB"}.fa-calculator{--fa:"\F1EC"}.fa-bell-slash{--fa:"\F1F6"}.fa-trash{--fa:"\F1F8"}.fa-copyright{--fa:"\F1F9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\F1FB"}.fa-paint-brush,.fa-paintbrush{--fa:"\F1FC"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\F1FD"}.fa-area-chart,.fa-chart-area{--fa:"\F1FE"}.fa-chart-pie,.fa-pie-chart{--fa:"\F200"}.fa-chart-line,.fa-line-chart{--fa:"\F201"}.fa-toggle-off{--fa:"\F204"}.fa-toggle-on{--fa:"\F205"}.fa-bicycle{--fa:"\F206"}.fa-bus{--fa:"\F207"}.fa-closed-captioning{--fa:"\F20A"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\F20B"}.fa-cart-plus{--fa:"\F217"}.fa-cart-arrow-down{--fa:"\F218"}.fa-diamond{--fa:"\F219"}.fa-ship{--fa:"\F21A"}.fa-user-secret{--fa:"\F21B"}.fa-motorcycle{--fa:"\F21C"}.fa-street-view{--fa:"\F21D"}.fa-heart-pulse,.fa-heartbeat{--fa:"\F21E"}.fa-venus{--fa:"\F221"}.fa-mars{--fa:"\F222"}.fa-mercury{--fa:"\F223"}.fa-mars-and-venus{--fa:"\F224"}.fa-transgender,.fa-transgender-alt{--fa:"\F225"}.fa-venus-double{--fa:"\F226"}.fa-mars-double{--fa:"\F227"}.fa-venus-mars{--fa:"\F228"}.fa-mars-stroke{--fa:"\F229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\F22A"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\F22B"}.fa-neuter{--fa:"\F22C"}.fa-genderless{--fa:"\F22D"}.fa-server{--fa:"\F233"}.fa-user-plus{--fa:"\F234"}.fa-user-times,.fa-user-xmark{--fa:"\F235"}.fa-bed{--fa:"\F236"}.fa-train{--fa:"\F238"}.fa-subway,.fa-train-subway{--fa:"\F239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\F240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\F241"}.fa-battery-3,.fa-battery-half{--fa:"\F242"}.fa-battery-2,.fa-battery-quarter{--fa:"\F243"}.fa-battery-0,.fa-battery-empty{--fa:"\F244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\F245"}.fa-i-cursor{--fa:"\F246"}.fa-object-group{--fa:"\F247"}.fa-object-ungroup{--fa:"\F248"}.fa-note-sticky,.fa-sticky-note{--fa:"\F249"}.fa-clone{--fa:"\F24D"}.fa-balance-scale,.fa-scale-balanced{--fa:"\F24E"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\F251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\F252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\F253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\F254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\F255"}.fa-hand,.fa-hand-paper{--fa:"\F256"}.fa-hand-scissors{--fa:"\F257"}.fa-hand-lizard{--fa:"\F258"}.fa-hand-spock{--fa:"\F259"}.fa-hand-pointer{--fa:"\F25A"}.fa-hand-peace{--fa:"\F25B"}.fa-trademark{--fa:"\F25C"}.fa-registered{--fa:"\F25D"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\F26C"}.fa-calendar-plus{--fa:"\F271"}.fa-calendar-minus{--fa:"\F272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\F273"}.fa-calendar-check{--fa:"\F274"}.fa-industry{--fa:"\F275"}.fa-map-pin{--fa:"\F276"}.fa-map-signs,.fa-signs-post{--fa:"\F277"}.fa-map{--fa:"\F279"}.fa-comment-alt,.fa-message{--fa:"\F27A"}.fa-circle-pause,.fa-pause-circle{--fa:"\F28B"}.fa-circle-stop,.fa-stop-circle{--fa:"\F28D"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\F290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\F291"}.fa-universal-access{--fa:"\F29A"}.fa-blind,.fa-person-walking-with-cane{--fa:"\F29D"}.fa-audio-description{--fa:"\F29E"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\F2A0"}.fa-braille{--fa:"\F2A1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\F2A2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\F2A3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\F2A4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\F2A7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\F2A8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\F2B5"}.fa-envelope-open{--fa:"\F2B6"}.fa-address-book,.fa-contact-book{--fa:"\F2B9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\F2BB"}.fa-circle-user,.fa-user-circle{--fa:"\F2BD"}.fa-id-badge{--fa:"\F2C1"}.fa-drivers-license,.fa-id-card{--fa:"\F2C2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\F2C7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\F2C8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\F2C9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\F2CA"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\F2CB"}.fa-shower{--fa:"\F2CC"}.fa-bath,.fa-bathtub{--fa:"\F2CD"}.fa-podcast{--fa:"\F2CE"}.fa-window-maximize{--fa:"\F2D0"}.fa-window-minimize{--fa:"\F2D1"}.fa-window-restore{--fa:"\F2D2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\F2D3"}.fa-microchip{--fa:"\F2DB"}.fa-snowflake{--fa:"\F2DC"}.fa-watch{--fa:"\F2E1"}.fa-volume-slash{--fa:"\F2E2"}.fa-fork,.fa-utensil-fork{--fa:"\F2E3"}.fa-knife,.fa-utensil-knife{--fa:"\F2E4"}.fa-spoon,.fa-utensil-spoon{--fa:"\F2E5"}.fa-fork-knife,.fa-utensils-alt{--fa:"\F2E6"}.fa-cutlery,.fa-utensils{--fa:"\F2E7"}.fa-circle-dollar,.fa-dollar-circle,.fa-usd-circle{--fa:"\F2E8"}.fa-dollar-square,.fa-square-dollar,.fa-usd-square{--fa:"\F2E9"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\F2EA"}.fa-trophy-alt,.fa-trophy-star{--fa:"\F2EB"}.fa-triangle{--fa:"\F2EC"}.fa-trash-alt,.fa-trash-can{--fa:"\F2ED"}.fa-hexagon-xmark,.fa-times-hexagon,.fa-xmark-hexagon{--fa:"\F2EE"}.fa-octagon-xmark,.fa-times-octagon,.fa-xmark-octagon{--fa:"\F2F0"}.fa-rotate,.fa-sync-alt{--fa:"\F2F1"}.fa-stopwatch{--fa:"\F2F2"}.fa-star-exclamation{--fa:"\F2F3"}.fa-spade{--fa:"\F2F4"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\F2F5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\F2F6"}.fa-shield-check{--fa:"\F2F7"}.fa-scrubber{--fa:"\F2F8"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\F2F9"}.fa-rectangle,.fa-rectangle-landscape{--fa:"\F2FA"}.fa-rectangle-portrait,.fa-rectangle-vertical{--fa:"\F2FB"}.fa-rectangle-wide{--fa:"\F2FC"}.fa-question-square,.fa-square-question{--fa:"\F2FD"}.fa-poo{--fa:"\F2FE"}.fa-hexagon-plus,.fa-plus-hexagon{--fa:"\F300"}.fa-octagon-plus,.fa-plus-octagon{--fa:"\F301"}.fa-images{--fa:"\F302"}.fa-pencil,.fa-pencil-alt{--fa:"\F303"}.fa-pen{--fa:"\F304"}.fa-pen-alt,.fa-pen-clip{--fa:"\F305"}.fa-octagon{--fa:"\F306"}.fa-hexagon-minus,.fa-minus-hexagon{--fa:"\F307"}.fa-minus-octagon,.fa-octagon-minus{--fa:"\F308"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\F309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\F30A"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\F30B"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\F30C"}.fa-lock-alt,.fa-lock-keyhole{--fa:"\F30D"}.fa-jack-o-lantern{--fa:"\F30E"}.fa-info-square,.fa-square-info{--fa:"\F30F"}.fa-inbox-arrow-down,.fa-inbox-in{--fa:"\F310"}.fa-inbox-arrow-up,.fa-inbox-out{--fa:"\F311"}.fa-hexagon{--fa:"\F312"}.fa-h1{--fa:"\F313"}.fa-h2{--fa:"\F314"}.fa-h3{--fa:"\F315"}.fa-file-check{--fa:"\F316"}.fa-file-times,.fa-file-xmark{--fa:"\F317"}.fa-file-minus{--fa:"\F318"}.fa-file-plus{--fa:"\F319"}.fa-file-exclamation{--fa:"\F31A"}.fa-file-edit,.fa-file-pen{--fa:"\F31C"}.fa-arrows-maximize,.fa-expand-arrows{--fa:"\F31D"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\F31E"}.fa-expand-wide{--fa:"\F320"}.fa-exclamation-square,.fa-square-exclamation{--fa:"\F321"}.fa-chevron-double-down,.fa-chevrons-down{--fa:"\F322"}.fa-chevron-double-left,.fa-chevrons-left{--fa:"\F323"}.fa-chevron-double-right,.fa-chevrons-right{--fa:"\F324"}.fa-chevron-double-up,.fa-chevrons-up{--fa:"\F325"}.fa-compress-wide{--fa:"\F326"}.fa-club{--fa:"\F327"}.fa-clipboard{--fa:"\F328"}.fa-chevron-square-down,.fa-square-chevron-down{--fa:"\F329"}.fa-chevron-square-left,.fa-square-chevron-left{--fa:"\F32A"}.fa-chevron-square-right,.fa-square-chevron-right{--fa:"\F32B"}.fa-chevron-square-up,.fa-square-chevron-up{--fa:"\F32C"}.fa-caret-circle-down,.fa-circle-caret-down{--fa:"\F32D"}.fa-caret-circle-left,.fa-circle-caret-left{--fa:"\F32E"}.fa-caret-circle-right,.fa-circle-caret-right{--fa:"\F330"}.fa-caret-circle-up,.fa-circle-caret-up{--fa:"\F331"}.fa-calendar-edit,.fa-calendar-pen{--fa:"\F333"}.fa-calendar-exclamation{--fa:"\F334"}.fa-badge{--fa:"\F335"}.fa-badge-check{--fa:"\F336"}.fa-arrows-alt-h,.fa-left-right{--fa:"\F337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\F338"}.fa-arrow-square-down,.fa-square-arrow-down{--fa:"\F339"}.fa-arrow-square-left,.fa-square-arrow-left{--fa:"\F33A"}.fa-arrow-square-right,.fa-square-arrow-right{--fa:"\F33B"}.fa-arrow-square-up,.fa-square-arrow-up{--fa:"\F33C"}.fa-arrow-down-to-line,.fa-arrow-to-bottom{--fa:"\F33D"}.fa-arrow-left-to-line,.fa-arrow-to-left{--fa:"\F33E"}.fa-arrow-right-to-line,.fa-arrow-to-right{--fa:"\F340"}.fa-arrow-to-top,.fa-arrow-up-to-line{--fa:"\F341"}.fa-arrow-from-bottom,.fa-arrow-up-from-line{--fa:"\F342"}.fa-arrow-from-left,.fa-arrow-right-from-line{--fa:"\F343"}.fa-arrow-from-right,.fa-arrow-left-from-line{--fa:"\F344"}.fa-arrow-down-from-line,.fa-arrow-from-top{--fa:"\F345"}.fa-arrow-alt-from-bottom,.fa-up-from-line{--fa:"\F346"}.fa-arrow-alt-from-left,.fa-right-from-line{--fa:"\F347"}.fa-arrow-alt-from-right,.fa-left-from-line{--fa:"\F348"}.fa-arrow-alt-from-top,.fa-down-from-line{--fa:"\F349"}.fa-arrow-alt-to-bottom,.fa-down-to-line{--fa:"\F34A"}.fa-arrow-alt-to-left,.fa-left-to-line{--fa:"\F34B"}.fa-arrow-alt-to-right,.fa-right-to-line{--fa:"\F34C"}.fa-arrow-alt-to-top,.fa-up-to-line{--fa:"\F34D"}.fa-alarm-clock{--fa:"\F34E"}.fa-arrow-alt-square-down,.fa-square-down{--fa:"\F350"}.fa-arrow-alt-square-left,.fa-square-left{--fa:"\F351"}.fa-arrow-alt-square-right,.fa-square-right{--fa:"\F352"}.fa-arrow-alt-square-up,.fa-square-up{--fa:"\F353"}.fa-arrow-alt-down,.fa-down{--fa:"\F354"}.fa-arrow-alt-left,.fa-left{--fa:"\F355"}.fa-arrow-alt-right,.fa-right{--fa:"\F356"}.fa-arrow-alt-up,.fa-up{--fa:"\F357"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\F358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\F359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\F35A"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\F35B"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\F35D"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\F360"}.fa-arrows-retweet,.fa-retweet-alt{--fa:"\F361"}.fa-exchange-alt,.fa-right-left{--fa:"\F362"}.fa-repeat{--fa:"\F363"}.fa-arrows-repeat,.fa-repeat-alt{--fa:"\F364"}.fa-repeat-1{--fa:"\F365"}.fa-arrows-repeat-1,.fa-repeat-1-alt{--fa:"\F366"}.fa-share-all{--fa:"\F367"}.fa-battery-bolt{--fa:"\F376"}.fa-battery-slash{--fa:"\F377"}.fa-browser{--fa:"\F37E"}.fa-code-commit{--fa:"\F386"}.fa-code-merge{--fa:"\F387"}.fa-credit-card-blank{--fa:"\F389"}.fa-credit-card-front{--fa:"\F38A"}.fa-desktop,.fa-desktop-alt{--fa:"\F390"}.fa-ellipsis-h-alt,.fa-ellipsis-stroke{--fa:"\F39B"}.fa-ellipsis-stroke-vertical,.fa-ellipsis-v-alt{--fa:"\F39C"}.fa-gem{--fa:"\F3A5"}.fa-industry-alt,.fa-industry-windows{--fa:"\F3B3"}.fa-level-down-alt,.fa-turn-down{--fa:"\F3BE"}.fa-level-up-alt,.fa-turn-up{--fa:"\F3BF"}.fa-lock-open{--fa:"\F3C1"}.fa-lock-keyhole-open,.fa-lock-open-alt{--fa:"\F3C2"}.fa-location-dot,.fa-map-marker-alt{--fa:"\F3C5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\F3C9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\F3CD"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\F3CE"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\F3CF"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\F3D1"}.fa-phone-slash{--fa:"\F3DD"}.fa-plane-alt,.fa-plane-engines{--fa:"\F3DE"}.fa-image-portrait,.fa-portrait{--fa:"\F3E0"}.fa-mail-reply,.fa-reply{--fa:"\F3E5"}.fa-shield-alt,.fa-shield-halved{--fa:"\F3ED"}.fa-sliders-h-square,.fa-square-sliders{--fa:"\F3F0"}.fa-sliders-up,.fa-sliders-v{--fa:"\F3F1"}.fa-sliders-v-square,.fa-square-sliders-vertical{--fa:"\F3F2"}.fa-spinner-third{--fa:"\F3F4"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\F3FA"}.fa-tablet,.fa-tablet-android{--fa:"\F3FB"}.fa-tablet-android-alt,.fa-tablet-screen{--fa:"\F3FC"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\F3FF"}.fa-tree-alt,.fa-tree-deciduous{--fa:"\F400"}.fa-tv-retro{--fa:"\F401"}.fa-window{--fa:"\F40E"}.fa-window-alt,.fa-window-flip{--fa:"\F40F"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\F410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\F422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\F424"}.fa-baseball-bat-ball{--fa:"\F432"}.fa-baseball,.fa-baseball-ball{--fa:"\F433"}.fa-basketball,.fa-basketball-ball{--fa:"\F434"}.fa-basketball-hoop{--fa:"\F435"}.fa-bowling-ball{--fa:"\F436"}.fa-bowling-pins{--fa:"\F437"}.fa-boxing-glove,.fa-glove-boxing{--fa:"\F438"}.fa-chess{--fa:"\F439"}.fa-chess-bishop{--fa:"\F43A"}.fa-chess-bishop-alt,.fa-chess-bishop-piece{--fa:"\F43B"}.fa-chess-board{--fa:"\F43C"}.fa-chess-clock{--fa:"\F43D"}.fa-chess-clock-alt,.fa-chess-clock-flip{--fa:"\F43E"}.fa-chess-king{--fa:"\F43F"}.fa-chess-king-alt,.fa-chess-king-piece{--fa:"\F440"}.fa-chess-knight{--fa:"\F441"}.fa-chess-knight-alt,.fa-chess-knight-piece{--fa:"\F442"}.fa-chess-pawn{--fa:"\F443"}.fa-chess-pawn-alt,.fa-chess-pawn-piece{--fa:"\F444"}.fa-chess-queen{--fa:"\F445"}.fa-chess-queen-alt,.fa-chess-queen-piece{--fa:"\F446"}.fa-chess-rook{--fa:"\F447"}.fa-chess-rook-alt,.fa-chess-rook-piece{--fa:"\F448"}.fa-cricket,.fa-cricket-bat-ball{--fa:"\F449"}.fa-curling,.fa-curling-stone{--fa:"\F44A"}.fa-dumbbell{--fa:"\F44B"}.fa-field-hockey,.fa-field-hockey-stick-ball{--fa:"\F44C"}.fa-football,.fa-football-ball{--fa:"\F44E"}.fa-football-helmet{--fa:"\F44F"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\F450"}.fa-golf-club{--fa:"\F451"}.fa-hockey-puck{--fa:"\F453"}.fa-hockey-sticks{--fa:"\F454"}.fa-luchador,.fa-luchador-mask,.fa-mask-luchador{--fa:"\F455"}.fa-flag-pennant,.fa-pennant{--fa:"\F456"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\F458"}.fa-racquet{--fa:"\F45A"}.fa-shuttlecock{--fa:"\F45B"}.fa-square-full{--fa:"\F45C"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\F45D"}.fa-tennis-ball{--fa:"\F45E"}.fa-volleyball,.fa-volleyball-ball{--fa:"\F45F"}.fa-whistle{--fa:"\F460"}.fa-allergies,.fa-hand-dots{--fa:"\F461"}.fa-band-aid,.fa-bandage{--fa:"\F462"}.fa-barcode-alt,.fa-rectangle-barcode{--fa:"\F463"}.fa-barcode-read{--fa:"\F464"}.fa-barcode-scan{--fa:"\F465"}.fa-box{--fa:"\F466"}.fa-box-check{--fa:"\F467"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\F468"}.fa-briefcase-medical{--fa:"\F469"}.fa-burn,.fa-fire-flame-simple{--fa:"\F46A"}.fa-capsules{--fa:"\F46B"}.fa-clipboard-check{--fa:"\F46C"}.fa-clipboard-list{--fa:"\F46D"}.fa-conveyor-belt{--fa:"\F46E"}.fa-conveyor-belt-alt,.fa-conveyor-belt-boxes{--fa:"\F46F"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\F470"}.fa-dna{--fa:"\F471"}.fa-dolly,.fa-dolly-box{--fa:"\F472"}.fa-dolly-empty{--fa:"\F473"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\F474"}.fa-cart-flatbed-boxes,.fa-dolly-flatbed-alt{--fa:"\F475"}.fa-cart-flatbed-empty,.fa-dolly-flatbed-empty{--fa:"\F476"}.fa-file-medical{--fa:"\F477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\F478"}.fa-first-aid,.fa-kit-medical{--fa:"\F479"}.fa-forklift{--fa:"\F47A"}.fa-hand-holding-box{--fa:"\F47B"}.fa-hand-receiving,.fa-hands-holding-diamond{--fa:"\F47C"}.fa-circle-h,.fa-hospital-symbol{--fa:"\F47E"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\F47F"}.fa-inventory,.fa-shelves{--fa:"\F480"}.fa-notes-medical{--fa:"\F481"}.fa-pallet{--fa:"\F482"}.fa-palette-boxes,.fa-pallet-alt,.fa-pallet-boxes{--fa:"\F483"}.fa-pills{--fa:"\F484"}.fa-prescription-bottle{--fa:"\F485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\F486"}.fa-bed-pulse,.fa-procedures{--fa:"\F487"}.fa-scanner,.fa-scanner-gun{--fa:"\F488"}.fa-scanner-keyboard{--fa:"\F489"}.fa-scanner-touchscreen{--fa:"\F48A"}.fa-shipping-fast,.fa-truck-fast{--fa:"\F48B"}.fa-shipping-timed,.fa-truck-clock{--fa:"\F48C"}.fa-smoking{--fa:"\F48D"}.fa-syringe{--fa:"\F48E"}.fa-tablet-rugged{--fa:"\F48F"}.fa-tablets{--fa:"\F490"}.fa-thermometer{--fa:"\F491"}.fa-vial{--fa:"\F492"}.fa-vials{--fa:"\F493"}.fa-warehouse{--fa:"\F494"}.fa-warehouse-alt,.fa-warehouse-full{--fa:"\F495"}.fa-weight,.fa-weight-scale{--fa:"\F496"}.fa-x-ray{--fa:"\F497"}.fa-blanket{--fa:"\F498"}.fa-book-heart{--fa:"\F499"}.fa-box-alt,.fa-box-taped{--fa:"\F49A"}.fa-box-fragile,.fa-square-fragile,.fa-square-wine-glass-crack{--fa:"\F49B"}.fa-box-full,.fa-box-open-full{--fa:"\F49C"}.fa-box-heart{--fa:"\F49D"}.fa-box-open{--fa:"\F49E"}.fa-box-up,.fa-square-this-way-up{--fa:"\F49F"}.fa-box-dollar,.fa-box-usd{--fa:"\F4A0"}.fa-comment-alt-check,.fa-message-check{--fa:"\F4A2"}.fa-comment-alt-dots,.fa-message-dots,.fa-messaging{--fa:"\F4A3"}.fa-comment-alt-edit,.fa-message-edit,.fa-message-pen{--fa:"\F4A4"}.fa-comment-alt-exclamation,.fa-message-exclamation{--fa:"\F4A5"}.fa-comment-alt-lines,.fa-message-lines{--fa:"\F4A6"}.fa-comment-alt-minus,.fa-message-minus{--fa:"\F4A7"}.fa-comment-alt-plus,.fa-message-plus{--fa:"\F4A8"}.fa-comment-alt-slash,.fa-message-slash{--fa:"\F4A9"}.fa-comment-alt-smile,.fa-message-smile{--fa:"\F4AA"}.fa-comment-alt-times,.fa-message-times,.fa-message-xmark{--fa:"\F4AB"}.fa-comment-check{--fa:"\F4AC"}.fa-comment-dots,.fa-commenting{--fa:"\F4AD"}.fa-comment-edit,.fa-comment-pen{--fa:"\F4AE"}.fa-comment-exclamation{--fa:"\F4AF"}.fa-comment-lines{--fa:"\F4B0"}.fa-comment-minus{--fa:"\F4B1"}.fa-comment-plus{--fa:"\F4B2"}.fa-comment-slash{--fa:"\F4B3"}.fa-comment-smile{--fa:"\F4B4"}.fa-comment-times,.fa-comment-xmark{--fa:"\F4B5"}.fa-comments-alt,.fa-messages{--fa:"\F4B6"}.fa-container-storage{--fa:"\F4B7"}.fa-couch{--fa:"\F4B8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\F4B9"}.fa-dove{--fa:"\F4BA"}.fa-fragile,.fa-wine-glass-crack{--fa:"\F4BB"}.fa-hand-heart{--fa:"\F4BC"}.fa-hand-holding{--fa:"\F4BD"}.fa-hand-holding-heart{--fa:"\F4BE"}.fa-hand-holding-seedling{--fa:"\F4BF"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\F4C0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\F4C1"}.fa-hands-holding{--fa:"\F4C2"}.fa-hands-heart,.fa-hands-holding-heart{--fa:"\F4C3"}.fa-hands-helping,.fa-handshake-angle{--fa:"\F4C4"}.fa-hands-holding-dollar,.fa-hands-usd{--fa:"\F4C5"}.fa-circle-heart,.fa-heart-circle{--fa:"\F4C7"}.fa-heart-square,.fa-square-heart{--fa:"\F4C8"}.fa-home-heart,.fa-house-heart{--fa:"\F4C9"}.fa-lamp{--fa:"\F4CA"}.fa-leaf-heart{--fa:"\F4CB"}.fa-couch-small,.fa-loveseat{--fa:"\F4CC"}.fa-parachute-box{--fa:"\F4CD"}.fa-people-carry,.fa-people-carry-box{--fa:"\F4CE"}.fa-person-carry,.fa-person-carry-box{--fa:"\F4CF"}.fa-person-dolly{--fa:"\F4D0"}.fa-person-dolly-empty{--fa:"\F4D1"}.fa-phone-plus{--fa:"\F4D2"}.fa-piggy-bank{--fa:"\F4D3"}.fa-ramp-loading{--fa:"\F4D4"}.fa-ribbon{--fa:"\F4D6"}.fa-route{--fa:"\F4D7"}.fa-seedling,.fa-sprout{--fa:"\F4D8"}.fa-sign,.fa-sign-hanging{--fa:"\F4D9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\F4DA"}.fa-tape{--fa:"\F4DB"}.fa-truck-container{--fa:"\F4DC"}.fa-truck-couch,.fa-truck-ramp-couch{--fa:"\F4DD"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\F4DE"}.fa-truck-moving{--fa:"\F4DF"}.fa-truck-ramp{--fa:"\F4E0"}.fa-video-plus{--fa:"\F4E1"}.fa-video-slash{--fa:"\F4E2"}.fa-wine-glass{--fa:"\F4E3"}.fa-user-astronaut{--fa:"\F4FB"}.fa-user-check{--fa:"\F4FC"}.fa-user-clock{--fa:"\F4FD"}.fa-user-cog,.fa-user-gear{--fa:"\F4FE"}.fa-user-edit,.fa-user-pen{--fa:"\F4FF"}.fa-user-friends,.fa-user-group{--fa:"\F500"}.fa-user-graduate{--fa:"\F501"}.fa-user-lock{--fa:"\F502"}.fa-user-minus{--fa:"\F503"}.fa-user-ninja{--fa:"\F504"}.fa-user-shield{--fa:"\F505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\F506"}.fa-user-tag{--fa:"\F507"}.fa-user-tie{--fa:"\F508"}.fa-users-cog,.fa-users-gear{--fa:"\F509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\F515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\F516"}.fa-blender{--fa:"\F517"}.fa-book-open{--fa:"\F518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\F519"}.fa-broom{--fa:"\F51A"}.fa-blackboard,.fa-chalkboard{--fa:"\F51B"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\F51C"}.fa-church{--fa:"\F51D"}.fa-coins{--fa:"\F51E"}.fa-compact-disc{--fa:"\F51F"}.fa-crow{--fa:"\F520"}.fa-crown{--fa:"\F521"}.fa-dice{--fa:"\F522"}.fa-dice-five{--fa:"\F523"}.fa-dice-four{--fa:"\F524"}.fa-dice-one{--fa:"\F525"}.fa-dice-six{--fa:"\F526"}.fa-dice-three{--fa:"\F527"}.fa-dice-two{--fa:"\F528"}.fa-divide{--fa:"\F529"}.fa-door-closed{--fa:"\F52A"}.fa-door-open{--fa:"\F52B"}.fa-feather{--fa:"\F52D"}.fa-frog{--fa:"\F52E"}.fa-gas-pump{--fa:"\F52F"}.fa-glasses{--fa:"\F530"}.fa-greater-than-equal{--fa:"\F532"}.fa-helicopter{--fa:"\F533"}.fa-infinity{--fa:"\F534"}.fa-kiwi-bird{--fa:"\F535"}.fa-less-than-equal{--fa:"\F537"}.fa-memory{--fa:"\F538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\F539"}.fa-money-bill-wave{--fa:"\F53A"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\F53B"}.fa-money-check{--fa:"\F53C"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\F53D"}.fa-not-equal{--fa:"\F53E"}.fa-palette{--fa:"\F53F"}.fa-parking,.fa-square-parking{--fa:"\F540"}.fa-diagram-project,.fa-project-diagram{--fa:"\F542"}.fa-receipt{--fa:"\F543"}.fa-robot{--fa:"\F544"}.fa-ruler{--fa:"\F545"}.fa-ruler-combined{--fa:"\F546"}.fa-ruler-horizontal{--fa:"\F547"}.fa-ruler-vertical{--fa:"\F548"}.fa-school{--fa:"\F549"}.fa-screwdriver{--fa:"\F54A"}.fa-shoe-prints{--fa:"\F54B"}.fa-skull{--fa:"\F54C"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\F54D"}.fa-store{--fa:"\F54E"}.fa-shop,.fa-store-alt{--fa:"\F54F"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\F550"}.fa-stroopwafel{--fa:"\F551"}.fa-toolbox{--fa:"\F552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\F553"}.fa-person-walking,.fa-walking{--fa:"\F554"}.fa-wallet{--fa:"\F555"}.fa-angry,.fa-face-angry{--fa:"\F556"}.fa-archway{--fa:"\F557"}.fa-atlas,.fa-book-atlas{--fa:"\F558"}.fa-award{--fa:"\F559"}.fa-backspace,.fa-delete-left{--fa:"\F55A"}.fa-bezier-curve{--fa:"\F55B"}.fa-bong{--fa:"\F55C"}.fa-brush{--fa:"\F55D"}.fa-bus-alt,.fa-bus-simple{--fa:"\F55E"}.fa-cannabis{--fa:"\F55F"}.fa-check-double{--fa:"\F560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\F561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\F562"}.fa-cookie{--fa:"\F563"}.fa-cookie-bite{--fa:"\F564"}.fa-crop-alt,.fa-crop-simple{--fa:"\F565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\F566"}.fa-dizzy,.fa-face-dizzy{--fa:"\F567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\F568"}.fa-drum{--fa:"\F569"}.fa-drum-steelpan{--fa:"\F56A"}.fa-feather-alt,.fa-feather-pointed{--fa:"\F56B"}.fa-file-contract{--fa:"\F56C"}.fa-file-arrow-down,.fa-file-download{--fa:"\F56D"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\F56E"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\F56F"}.fa-file-invoice{--fa:"\F570"}.fa-file-invoice-dollar{--fa:"\F571"}.fa-file-prescription{--fa:"\F572"}.fa-file-signature{--fa:"\F573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\F574"}.fa-fill{--fa:"\F575"}.fa-fill-drip{--fa:"\F576"}.fa-fingerprint{--fa:"\F577"}.fa-fish{--fa:"\F578"}.fa-face-flushed,.fa-flushed{--fa:"\F579"}.fa-face-frown-open,.fa-frown-open{--fa:"\F57A"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\F57B"}.fa-earth-africa,.fa-globe-africa{--fa:"\F57C"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\F57D"}.fa-earth-asia,.fa-globe-asia{--fa:"\F57E"}.fa-face-grimace,.fa-grimace{--fa:"\F57F"}.fa-face-grin,.fa-grin{--fa:"\F580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\F581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\F582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\F583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\F584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\F585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\F586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\F587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\F588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\F589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\F58A"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\F58B"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\F58C"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\F58D"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\F58E"}.fa-headset{--fa:"\F590"}.fa-highlighter{--fa:"\F591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\F593"}.fa-hotel{--fa:"\F594"}.fa-joint{--fa:"\F595"}.fa-face-kiss,.fa-kiss{--fa:"\F596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\F597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\F598"}.fa-face-laugh,.fa-laugh{--fa:"\F599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\F59A"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\F59B"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\F59C"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\F59D"}.fa-map-location,.fa-map-marked{--fa:"\F59F"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\F5A0"}.fa-marker{--fa:"\F5A1"}.fa-medal{--fa:"\F5A2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\F5A4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\F5A5"}.fa-monument{--fa:"\F5A6"}.fa-mortar-pestle{--fa:"\F5A7"}.fa-paint-brush-alt,.fa-paint-brush-fine,.fa-paintbrush-alt,.fa-paintbrush-fine{--fa:"\F5A9"}.fa-paint-roller{--fa:"\F5AA"}.fa-passport{--fa:"\F5AB"}.fa-pen-fancy{--fa:"\F5AC"}.fa-pen-nib{--fa:"\F5AD"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\F5AE"}.fa-plane-arrival{--fa:"\F5AF"}.fa-plane-departure{--fa:"\F5B0"}.fa-prescription{--fa:"\F5B1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\F5B3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\F5B4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\F5B6"}.fa-signature{--fa:"\F5B7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\F5B8"}.fa-face-smile-plus,.fa-smile-plus{--fa:"\F5B9"}.fa-solar-panel{--fa:"\F5BA"}.fa-spa{--fa:"\F5BB"}.fa-splotch{--fa:"\F5BC"}.fa-spray-can{--fa:"\F5BD"}.fa-stamp{--fa:"\F5BF"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\F5C0"}.fa-suitcase-rolling{--fa:"\F5C1"}.fa-face-surprise,.fa-surprise{--fa:"\F5C2"}.fa-swatchbook{--fa:"\F5C3"}.fa-person-swimming,.fa-swimmer{--fa:"\F5C4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\F5C5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\F5C7"}.fa-face-tired,.fa-tired{--fa:"\F5C8"}.fa-tooth{--fa:"\F5C9"}.fa-umbrella-beach{--fa:"\F5CA"}.fa-weight-hanging{--fa:"\F5CD"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\F5CE"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\F5D0"}.fa-apple-alt,.fa-apple-whole{--fa:"\F5D1"}.fa-atom{--fa:"\F5D2"}.fa-atom-alt,.fa-atom-simple{--fa:"\F5D3"}.fa-backpack{--fa:"\F5D4"}.fa-bell-school{--fa:"\F5D5"}.fa-bell-school-slash{--fa:"\F5D6"}.fa-bone{--fa:"\F5D7"}.fa-bone-break{--fa:"\F5D8"}.fa-book-alt,.fa-book-blank{--fa:"\F5D9"}.fa-book-open-reader,.fa-book-reader{--fa:"\F5DA"}.fa-books{--fa:"\F5DB"}.fa-brain{--fa:"\F5DC"}.fa-bus-school{--fa:"\F5DD"}.fa-car-alt,.fa-car-rear{--fa:"\F5DE"}.fa-battery-car,.fa-car-battery{--fa:"\F5DF"}.fa-car-bump{--fa:"\F5E0"}.fa-car-burst,.fa-car-crash{--fa:"\F5E1"}.fa-car-garage{--fa:"\F5E2"}.fa-car-mechanic,.fa-car-wrench{--fa:"\F5E3"}.fa-car-side{--fa:"\F5E4"}.fa-car-tilt{--fa:"\F5E5"}.fa-car-wash{--fa:"\F5E6"}.fa-charging-station{--fa:"\F5E7"}.fa-clipboard-prescription{--fa:"\F5E8"}.fa-compass-slash{--fa:"\F5E9"}.fa-diploma,.fa-scroll-ribbon{--fa:"\F5EA"}.fa-diamond-turn-right,.fa-directions{--fa:"\F5EB"}.fa-do-not-enter{--fa:"\F5EC"}.fa-draw-circle,.fa-vector-circle{--fa:"\F5ED"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\F5EE"}.fa-draw-square,.fa-vector-square{--fa:"\F5EF"}.fa-ear{--fa:"\F5F0"}.fa-engine-exclamation,.fa-engine-warning{--fa:"\F5F2"}.fa-file-award,.fa-file-certificate{--fa:"\F5F3"}.fa-gas-pump-slash{--fa:"\F5F4"}.fa-glasses-alt,.fa-glasses-round{--fa:"\F5F5"}.fa-globe-stand{--fa:"\F5F6"}.fa-heart-rate,.fa-wave-pulse{--fa:"\F5F8"}.fa-inhaler{--fa:"\F5F9"}.fa-kidneys{--fa:"\F5FB"}.fa-laptop-code{--fa:"\F5FC"}.fa-layer-group{--fa:"\F5FD"}.fa-layer-group-minus,.fa-layer-minus{--fa:"\F5FE"}.fa-layer-group-plus,.fa-layer-plus{--fa:"\F5FF"}.fa-lips{--fa:"\F600"}.fa-location,.fa-location-crosshairs{--fa:"\F601"}.fa-circle-location-arrow,.fa-location-circle{--fa:"\F602"}.fa-location-crosshairs-slash,.fa-location-slash{--fa:"\F603"}.fa-lungs{--fa:"\F604"}.fa-location-dot-slash,.fa-map-marker-alt-slash{--fa:"\F605"}.fa-location-check,.fa-map-marker-check{--fa:"\F606"}.fa-location-pen,.fa-map-marker-edit{--fa:"\F607"}.fa-location-exclamation,.fa-map-marker-exclamation{--fa:"\F608"}.fa-location-minus,.fa-map-marker-minus{--fa:"\F609"}.fa-location-plus,.fa-map-marker-plus{--fa:"\F60A"}.fa-location-question,.fa-map-marker-question{--fa:"\F60B"}.fa-location-pin-slash,.fa-map-marker-slash{--fa:"\F60C"}.fa-location-smile,.fa-map-marker-smile{--fa:"\F60D"}.fa-location-xmark,.fa-map-marker-times,.fa-map-marker-xmark{--fa:"\F60E"}.fa-microscope{--fa:"\F610"}.fa-monitor-heart-rate,.fa-monitor-waveform{--fa:"\F611"}.fa-oil-can{--fa:"\F613"}.fa-oil-temp,.fa-oil-temperature{--fa:"\F614"}.fa-circle-parking,.fa-parking-circle{--fa:"\F615"}.fa-ban-parking,.fa-parking-circle-slash{--fa:"\F616"}.fa-parking-slash,.fa-square-parking-slash{--fa:"\F617"}.fa-pen-paintbrush,.fa-pencil-paintbrush{--fa:"\F618"}.fa-poop{--fa:"\F619"}.fa-route-highway{--fa:"\F61A"}.fa-route-interstate{--fa:"\F61B"}.fa-ruler-triangle{--fa:"\F61C"}.fa-scalpel{--fa:"\F61D"}.fa-scalpel-line-dashed,.fa-scalpel-path{--fa:"\F61E"}.fa-shapes,.fa-triangle-circle-square{--fa:"\F61F"}.fa-skeleton{--fa:"\F620"}.fa-star-of-life{--fa:"\F621"}.fa-steering-wheel{--fa:"\F622"}.fa-stomach{--fa:"\F623"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\F624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\F625"}.fa-gauge-max,.fa-tachometer-alt-fastest{--fa:"\F626"}.fa-gauge-low,.fa-tachometer-alt-slow{--fa:"\F627"}.fa-gauge-min,.fa-tachometer-alt-slowest{--fa:"\F628"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\F629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\F62A"}.fa-gauge-simple-max,.fa-tachometer-fastest{--fa:"\F62B"}.fa-gauge-simple-low,.fa-tachometer-slow{--fa:"\F62C"}.fa-gauge-simple-min,.fa-tachometer-slowest{--fa:"\F62D"}.fa-teeth{--fa:"\F62E"}.fa-teeth-open{--fa:"\F62F"}.fa-masks-theater,.fa-theater-masks{--fa:"\F630"}.fa-tire{--fa:"\F631"}.fa-tire-flat{--fa:"\F632"}.fa-tire-pressure-warning{--fa:"\F633"}.fa-tire-rugged{--fa:"\F634"}.fa-toothbrush{--fa:"\F635"}.fa-traffic-cone{--fa:"\F636"}.fa-traffic-light{--fa:"\F637"}.fa-traffic-light-go{--fa:"\F638"}.fa-traffic-light-slow{--fa:"\F639"}.fa-traffic-light-stop{--fa:"\F63A"}.fa-truck-monster{--fa:"\F63B"}.fa-truck-pickup{--fa:"\F63C"}.fa-screen-users,.fa-users-class{--fa:"\F63D"}.fa-watch-fitness{--fa:"\F63E"}.fa-abacus{--fa:"\F640"}.fa-ad,.fa-rectangle-ad{--fa:"\F641"}.fa-analytics,.fa-chart-mixed{--fa:"\F643"}.fa-ankh{--fa:"\F644"}.fa-badge-dollar{--fa:"\F645"}.fa-badge-percent{--fa:"\F646"}.fa-bible,.fa-book-bible{--fa:"\F647"}.fa-bullseye-arrow{--fa:"\F648"}.fa-bullseye-pointer{--fa:"\F649"}.fa-briefcase-clock,.fa-business-time{--fa:"\F64A"}.fa-cabinet-filing{--fa:"\F64B"}.fa-calculator-alt,.fa-calculator-simple{--fa:"\F64C"}.fa-chart-line-down{--fa:"\F64D"}.fa-chart-pie-alt,.fa-chart-pie-simple{--fa:"\F64E"}.fa-city{--fa:"\F64F"}.fa-comment-alt-dollar,.fa-message-dollar{--fa:"\F650"}.fa-comment-dollar{--fa:"\F651"}.fa-comments-alt-dollar,.fa-messages-dollar{--fa:"\F652"}.fa-comments-dollar{--fa:"\F653"}.fa-cross{--fa:"\F654"}.fa-dharmachakra{--fa:"\F655"}.fa-empty-set{--fa:"\F656"}.fa-envelope-open-dollar{--fa:"\F657"}.fa-envelope-open-text{--fa:"\F658"}.fa-file-chart-column,.fa-file-chart-line{--fa:"\F659"}.fa-file-chart-pie{--fa:"\F65A"}.fa-file-spreadsheet{--fa:"\F65B"}.fa-file-user{--fa:"\F65C"}.fa-folder-minus{--fa:"\F65D"}.fa-folder-plus{--fa:"\F65E"}.fa-folder-times,.fa-folder-xmark{--fa:"\F65F"}.fa-folders{--fa:"\F660"}.fa-function{--fa:"\F661"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\F662"}.fa-gift-card{--fa:"\F663"}.fa-gopuram{--fa:"\F664"}.fa-hamsa{--fa:"\F665"}.fa-bahai,.fa-haykal{--fa:"\F666"}.fa-integral{--fa:"\F667"}.fa-intersection{--fa:"\F668"}.fa-jedi{--fa:"\F669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\F66A"}.fa-kaaba{--fa:"\F66B"}.fa-keynote{--fa:"\F66C"}.fa-khanda{--fa:"\F66D"}.fa-lambda{--fa:"\F66E"}.fa-landmark{--fa:"\F66F"}.fa-lightbulb-dollar{--fa:"\F670"}.fa-lightbulb-exclamation{--fa:"\F671"}.fa-lightbulb-on{--fa:"\F672"}.fa-lightbulb-slash{--fa:"\F673"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\F674"}.fa-megaphone{--fa:"\F675"}.fa-menorah{--fa:"\F676"}.fa-brain-arrow-curved-right,.fa-mind-share{--fa:"\F677"}.fa-mosque{--fa:"\F678"}.fa-om{--fa:"\F679"}.fa-omega{--fa:"\F67A"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\F67B"}.fa-peace{--fa:"\F67C"}.fa-phone-office{--fa:"\F67D"}.fa-pi{--fa:"\F67E"}.fa-place-of-worship{--fa:"\F67F"}.fa-podium{--fa:"\F680"}.fa-poll,.fa-square-poll-vertical{--fa:"\F681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\F682"}.fa-person-praying,.fa-pray{--fa:"\F683"}.fa-hands-praying,.fa-praying-hands{--fa:"\F684"}.fa-presentation,.fa-presentation-screen{--fa:"\F685"}.fa-print-slash{--fa:"\F686"}.fa-book-quran,.fa-quran{--fa:"\F687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\F688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\F689"}.fa-shredder{--fa:"\F68A"}.fa-sigma{--fa:"\F68B"}.fa-signal-1,.fa-signal-weak{--fa:"\F68C"}.fa-signal-2,.fa-signal-fair{--fa:"\F68D"}.fa-signal-3,.fa-signal-good{--fa:"\F68E"}.fa-signal-4,.fa-signal-strong{--fa:"\F68F"}.fa-signal-alt,.fa-signal-alt-4,.fa-signal-bars,.fa-signal-bars-strong{--fa:"\F690"}.fa-signal-alt-1,.fa-signal-bars-weak{--fa:"\F691"}.fa-signal-alt-2,.fa-signal-bars-fair{--fa:"\F692"}.fa-signal-alt-3,.fa-signal-bars-good{--fa:"\F693"}.fa-signal-alt-slash,.fa-signal-bars-slash{--fa:"\F694"}.fa-signal-slash{--fa:"\F695"}.fa-socks{--fa:"\F696"}.fa-square-root{--fa:"\F697"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\F698"}.fa-star-and-crescent{--fa:"\F699"}.fa-star-of-david{--fa:"\F69A"}.fa-synagogue{--fa:"\F69B"}.fa-tally,.fa-tally-5{--fa:"\F69C"}.fa-theta{--fa:"\F69E"}.fa-scroll-torah,.fa-torah{--fa:"\F6A0"}.fa-torii-gate{--fa:"\F6A1"}.fa-union{--fa:"\F6A2"}.fa-chart-user,.fa-user-chart{--fa:"\F6A3"}.fa-user-crown{--fa:"\F6A4"}.fa-user-group-crown,.fa-users-crown{--fa:"\F6A5"}.fa-value-absolute{--fa:"\F6A6"}.fa-vihara{--fa:"\F6A7"}.fa-volume,.fa-volume-medium{--fa:"\F6A8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\F6A9"}.fa-wifi-1,.fa-wifi-weak{--fa:"\F6AA"}.fa-wifi-2,.fa-wifi-fair{--fa:"\F6AB"}.fa-wifi-slash{--fa:"\F6AC"}.fa-yin-yang{--fa:"\F6AD"}.fa-acorn{--fa:"\F6AE"}.fa-alicorn{--fa:"\F6B0"}.fa-crate-apple{--fa:"\F6B1"}.fa-apple-crate{--fa:"\F6B1"}.fa-axe{--fa:"\F6B2"}.fa-axe-battle{--fa:"\F6B3"}.fa-badger-honey{--fa:"\F6B4"}.fa-bat{--fa:"\F6B5"}.fa-blender-phone{--fa:"\F6B6"}.fa-book-dead,.fa-book-skull{--fa:"\F6B7"}.fa-book-sparkles,.fa-book-spells{--fa:"\F6B8"}.fa-bow-arrow{--fa:"\F6B9"}.fa-campfire{--fa:"\F6BA"}.fa-campground{--fa:"\F6BB"}.fa-candle-holder{--fa:"\F6BC"}.fa-candy-corn{--fa:"\F6BD"}.fa-cat{--fa:"\F6BE"}.fa-cauldron{--fa:"\F6BF"}.fa-chair{--fa:"\F6C0"}.fa-chair-office{--fa:"\F6C1"}.fa-claw-marks{--fa:"\F6C2"}.fa-cloud-moon{--fa:"\F6C3"}.fa-cloud-sun{--fa:"\F6C4"}.fa-coffee-togo,.fa-cup-togo{--fa:"\F6C5"}.fa-coffin{--fa:"\F6C6"}.fa-corn{--fa:"\F6C7"}.fa-cow{--fa:"\F6C8"}.fa-dagger{--fa:"\F6CB"}.fa-dice-d10{--fa:"\F6CD"}.fa-dice-d12{--fa:"\F6CE"}.fa-dice-d20{--fa:"\F6CF"}.fa-dice-d4{--fa:"\F6D0"}.fa-dice-d6{--fa:"\F6D1"}.fa-dice-d8{--fa:"\F6D2"}.fa-dog{--fa:"\F6D3"}.fa-dog-leashed{--fa:"\F6D4"}.fa-dragon{--fa:"\F6D5"}.fa-drumstick{--fa:"\F6D6"}.fa-drumstick-bite{--fa:"\F6D7"}.fa-duck{--fa:"\F6D8"}.fa-dungeon{--fa:"\F6D9"}.fa-elephant{--fa:"\F6DA"}.fa-eye-evil{--fa:"\F6DB"}.fa-file-csv{--fa:"\F6DD"}.fa-fist-raised,.fa-hand-fist{--fa:"\F6DE"}.fa-fire-flame,.fa-flame{--fa:"\F6DF"}.fa-flask-poison,.fa-flask-round-poison{--fa:"\F6E0"}.fa-flask-potion,.fa-flask-round-potion{--fa:"\F6E1"}.fa-ghost{--fa:"\F6E2"}.fa-hammer{--fa:"\F6E3"}.fa-hammer-war{--fa:"\F6E4"}.fa-hand-holding-magic{--fa:"\F6E5"}.fa-hanukiah{--fa:"\F6E6"}.fa-hat-witch{--fa:"\F6E7"}.fa-hat-wizard{--fa:"\F6E8"}.fa-head-side{--fa:"\F6E9"}.fa-head-side-goggles,.fa-head-vr{--fa:"\F6EA"}.fa-helmet-battle{--fa:"\F6EB"}.fa-hiking,.fa-person-hiking{--fa:"\F6EC"}.fa-hippo{--fa:"\F6ED"}.fa-hockey-mask{--fa:"\F6EE"}.fa-hood-cloak{--fa:"\F6EF"}.fa-horse{--fa:"\F6F0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\F6F1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\F6F2"}.fa-key-skeleton{--fa:"\F6F3"}.fa-kite{--fa:"\F6F4"}.fa-knife-kitchen{--fa:"\F6F5"}.fa-leaf-maple{--fa:"\F6F6"}.fa-leaf-oak{--fa:"\F6F7"}.fa-mace{--fa:"\F6F8"}.fa-mandolin{--fa:"\F6F9"}.fa-mask{--fa:"\F6FA"}.fa-monkey{--fa:"\F6FB"}.fa-mountain{--fa:"\F6FC"}.fa-mountains{--fa:"\F6FD"}.fa-narwhal{--fa:"\F6FE"}.fa-network-wired{--fa:"\F6FF"}.fa-otter{--fa:"\F700"}.fa-paw-alt,.fa-paw-simple{--fa:"\F701"}.fa-paw-claws{--fa:"\F702"}.fa-pegasus{--fa:"\F703"}.fa-pie{--fa:"\F705"}.fa-pig{--fa:"\F706"}.fa-pumpkin{--fa:"\F707"}.fa-rabbit{--fa:"\F708"}.fa-rabbit-fast,.fa-rabbit-running{--fa:"\F709"}.fa-ram{--fa:"\F70A"}.fa-ring{--fa:"\F70B"}.fa-person-running,.fa-running{--fa:"\F70C"}.fa-scarecrow{--fa:"\F70D"}.fa-scroll{--fa:"\F70E"}.fa-scroll-old{--fa:"\F70F"}.fa-scythe{--fa:"\F710"}.fa-sheep{--fa:"\F711"}.fa-shield-cross{--fa:"\F712"}.fa-shovel{--fa:"\F713"}.fa-skull-crossbones{--fa:"\F714"}.fa-slash{--fa:"\F715"}.fa-snake{--fa:"\F716"}.fa-spider{--fa:"\F717"}.fa-spider-black-widow{--fa:"\F718"}.fa-spider-web{--fa:"\F719"}.fa-squirrel{--fa:"\F71A"}.fa-staff{--fa:"\F71B"}.fa-sword{--fa:"\F71C"}.fa-swords{--fa:"\F71D"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\F71E"}.fa-tombstone{--fa:"\F720"}.fa-tombstone-alt,.fa-tombstone-blank{--fa:"\F721"}.fa-tractor{--fa:"\F722"}.fa-treasure-chest{--fa:"\F723"}.fa-trees{--fa:"\F724"}.fa-turkey{--fa:"\F725"}.fa-turtle{--fa:"\F726"}.fa-unicorn{--fa:"\F727"}.fa-user-injured{--fa:"\F728"}.fa-vr-cardboard{--fa:"\F729"}.fa-wand{--fa:"\F72A"}.fa-wand-sparkles{--fa:"\F72B"}.fa-whale{--fa:"\F72C"}.fa-wheat{--fa:"\F72D"}.fa-wind{--fa:"\F72E"}.fa-wine-bottle{--fa:"\F72F"}.fa-ballot{--fa:"\F732"}.fa-ballot-check{--fa:"\F733"}.fa-booth-curtain{--fa:"\F734"}.fa-box-ballot{--fa:"\F735"}.fa-calendar-star{--fa:"\F736"}.fa-clipboard-list-check{--fa:"\F737"}.fa-cloud-drizzle{--fa:"\F738"}.fa-cloud-hail{--fa:"\F739"}.fa-cloud-hail-mixed{--fa:"\F73A"}.fa-cloud-meatball{--fa:"\F73B"}.fa-cloud-moon-rain{--fa:"\F73C"}.fa-cloud-rain{--fa:"\F73D"}.fa-cloud-rainbow{--fa:"\F73E"}.fa-cloud-showers{--fa:"\F73F"}.fa-cloud-showers-heavy{--fa:"\F740"}.fa-cloud-sleet{--fa:"\F741"}.fa-cloud-snow{--fa:"\F742"}.fa-cloud-sun-rain{--fa:"\F743"}.fa-clouds{--fa:"\F744"}.fa-clouds-moon{--fa:"\F745"}.fa-clouds-sun{--fa:"\F746"}.fa-democrat{--fa:"\F747"}.fa-dewpoint,.fa-droplet-degree{--fa:"\F748"}.fa-eclipse{--fa:"\F749"}.fa-eclipse-alt,.fa-moon-over-sun{--fa:"\F74A"}.fa-fire-smoke{--fa:"\F74B"}.fa-flag-alt,.fa-flag-swallowtail{--fa:"\F74C"}.fa-flag-usa{--fa:"\F74D"}.fa-cloud-fog,.fa-fog{--fa:"\F74E"}.fa-house-flood,.fa-house-water{--fa:"\F74F"}.fa-droplet-percent,.fa-humidity{--fa:"\F750"}.fa-hurricane{--fa:"\F751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\F752"}.fa-meteor{--fa:"\F753"}.fa-moon-cloud{--fa:"\F754"}.fa-moon-stars{--fa:"\F755"}.fa-person-booth{--fa:"\F756"}.fa-person-sign{--fa:"\F757"}.fa-podium-star{--fa:"\F758"}.fa-poll-people{--fa:"\F759"}.fa-poo-bolt,.fa-poo-storm{--fa:"\F75A"}.fa-rainbow{--fa:"\F75B"}.fa-raindrops{--fa:"\F75C"}.fa-republican{--fa:"\F75E"}.fa-smog{--fa:"\F75F"}.fa-smoke{--fa:"\F760"}.fa-snow-blowing{--fa:"\F761"}.fa-stars{--fa:"\F762"}.fa-sun-cloud{--fa:"\F763"}.fa-sun-dust{--fa:"\F764"}.fa-sun-haze{--fa:"\F765"}.fa-sunrise{--fa:"\F766"}.fa-sunset{--fa:"\F767"}.fa-temperature-frigid,.fa-temperature-snow{--fa:"\F768"}.fa-temperature-high{--fa:"\F769"}.fa-temperature-hot,.fa-temperature-sun{--fa:"\F76A"}.fa-temperature-low{--fa:"\F76B"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\F76C"}.fa-cloud-bolt-moon,.fa-thunderstorm-moon{--fa:"\F76D"}.fa-cloud-bolt-sun,.fa-thunderstorm-sun{--fa:"\F76E"}.fa-tornado{--fa:"\F76F"}.fa-volcano{--fa:"\F770"}.fa-times-to-slot,.fa-vote-nay,.fa-xmark-to-slot{--fa:"\F771"}.fa-check-to-slot,.fa-vote-yea{--fa:"\F772"}.fa-water{--fa:"\F773"}.fa-water-arrow-down,.fa-water-lower{--fa:"\F774"}.fa-water-arrow-up,.fa-water-rise{--fa:"\F775"}.fa-wind-circle-exclamation,.fa-wind-warning{--fa:"\F776"}.fa-windsock{--fa:"\F777"}.fa-angel{--fa:"\F779"}.fa-baby{--fa:"\F77C"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\F77D"}.fa-ball-pile{--fa:"\F77E"}.fa-bells{--fa:"\F77F"}.fa-biohazard{--fa:"\F780"}.fa-blog{--fa:"\F781"}.fa-boot{--fa:"\F782"}.fa-calendar-day{--fa:"\F783"}.fa-calendar-week{--fa:"\F784"}.fa-candy-cane{--fa:"\F786"}.fa-carrot{--fa:"\F787"}.fa-cash-register{--fa:"\F788"}.fa-chart-network{--fa:"\F78A"}.fa-chimney{--fa:"\F78B"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\F78C"}.fa-deer{--fa:"\F78E"}.fa-deer-rudolph{--fa:"\F78F"}.fa-dreidel{--fa:"\F792"}.fa-dumpster{--fa:"\F793"}.fa-dumpster-fire{--fa:"\F794"}.fa-ear-muffs{--fa:"\F795"}.fa-ethernet{--fa:"\F796"}.fa-fireplace{--fa:"\F79A"}.fa-frosty-head,.fa-snowman-head{--fa:"\F79B"}.fa-gifts{--fa:"\F79C"}.fa-gingerbread-man{--fa:"\F79D"}.fa-champagne-glass,.fa-glass-champagne{--fa:"\F79E"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\F79F"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\F7A0"}.fa-glass-whiskey-rocks,.fa-whiskey-glass-ice{--fa:"\F7A1"}.fa-earth-europe,.fa-globe-europe{--fa:"\F7A2"}.fa-globe-snow{--fa:"\F7A3"}.fa-grip-lines{--fa:"\F7A4"}.fa-grip-lines-vertical{--fa:"\F7A5"}.fa-guitar{--fa:"\F7A6"}.fa-hat-santa{--fa:"\F7A7"}.fa-hat-winter{--fa:"\F7A8"}.fa-heart-broken,.fa-heart-crack{--fa:"\F7A9"}.fa-holly-berry{--fa:"\F7AA"}.fa-horse-head{--fa:"\F7AB"}.fa-ice-skate{--fa:"\F7AC"}.fa-icicles{--fa:"\F7AD"}.fa-igloo{--fa:"\F7AE"}.fa-lights-holiday{--fa:"\F7B2"}.fa-mistletoe{--fa:"\F7B4"}.fa-mitten{--fa:"\F7B5"}.fa-mug-hot{--fa:"\F7B6"}.fa-mug-marshmallows{--fa:"\F7B7"}.fa-ornament{--fa:"\F7B8"}.fa-radiation{--fa:"\F7B9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\F7BA"}.fa-restroom{--fa:"\F7BD"}.fa-rv{--fa:"\F7BE"}.fa-satellite{--fa:"\F7BF"}.fa-satellite-dish{--fa:"\F7C0"}.fa-scarf{--fa:"\F7C1"}.fa-sd-card{--fa:"\F7C2"}.fa-shovel-snow{--fa:"\F7C3"}.fa-sim-card{--fa:"\F7C4"}.fa-person-skating,.fa-skating{--fa:"\F7C5"}.fa-person-ski-jumping,.fa-ski-jump{--fa:"\F7C7"}.fa-person-ski-lift,.fa-ski-lift{--fa:"\F7C8"}.fa-person-skiing,.fa-skiing{--fa:"\F7C9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\F7CA"}.fa-person-sledding,.fa-sledding{--fa:"\F7CB"}.fa-sleigh{--fa:"\F7CC"}.fa-comment-sms,.fa-sms{--fa:"\F7CD"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\F7CE"}.fa-snowflakes{--fa:"\F7CF"}.fa-snowman{--fa:"\F7D0"}.fa-person-snowmobiling,.fa-snowmobile{--fa:"\F7D1"}.fa-snowplow{--fa:"\F7D2"}.fa-star-christmas{--fa:"\F7D4"}.fa-stocking{--fa:"\F7D5"}.fa-tenge,.fa-tenge-sign{--fa:"\F7D7"}.fa-toilet{--fa:"\F7D8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\F7D9"}.fa-cable-car,.fa-tram{--fa:"\F7DA"}.fa-tree-christmas{--fa:"\F7DB"}.fa-tree-decorated{--fa:"\F7DC"}.fa-tree-large{--fa:"\F7DD"}.fa-truck-plow{--fa:"\F7DE"}.fa-wreath{--fa:"\F7E2"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\F7E4"}.fa-bacon{--fa:"\F7E5"}.fa-book-medical{--fa:"\F7E6"}.fa-book-user{--fa:"\F7E7"}.fa-books-medical{--fa:"\F7E8"}.fa-brackets,.fa-brackets-square{--fa:"\F7E9"}.fa-brackets-curly{--fa:"\F7EA"}.fa-bread-loaf{--fa:"\F7EB"}.fa-bread-slice{--fa:"\F7EC"}.fa-burrito{--fa:"\F7ED"}.fa-chart-scatter{--fa:"\F7EE"}.fa-cheese{--fa:"\F7EF"}.fa-cheese-swiss{--fa:"\F7F0"}.fa-burger-cheese,.fa-cheeseburger{--fa:"\F7F1"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\F7F2"}.fa-clipboard-user{--fa:"\F7F3"}.fa-comment-alt-medical,.fa-message-medical{--fa:"\F7F4"}.fa-comment-medical{--fa:"\F7F5"}.fa-croissant{--fa:"\F7F6"}.fa-crutch{--fa:"\F7F7"}.fa-crutches{--fa:"\F7F8"}.fa-ban-bug,.fa-debug{--fa:"\F7F9"}.fa-disease{--fa:"\F7FA"}.fa-egg{--fa:"\F7FB"}.fa-egg-fried{--fa:"\F7FC"}.fa-files-medical{--fa:"\F7FD"}.fa-fish-cooked{--fa:"\F7FE"}.fa-flower{--fa:"\F7FF"}.fa-flower-daffodil{--fa:"\F800"}.fa-flower-tulip{--fa:"\F801"}.fa-folder-tree{--fa:"\F802"}.fa-french-fries{--fa:"\F803"}.fa-glass{--fa:"\F804"}.fa-burger,.fa-hamburger{--fa:"\F805"}.fa-hand-middle-finger{--fa:"\F806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\F807"}.fa-head-side-brain{--fa:"\F808"}.fa-head-side-medical{--fa:"\F809"}.fa-hospital-user{--fa:"\F80D"}.fa-hospitals{--fa:"\F80E"}.fa-hotdog{--fa:"\F80F"}.fa-ice-cream{--fa:"\F810"}.fa-island-tree-palm,.fa-island-tropical{--fa:"\F811"}.fa-laptop-medical{--fa:"\F812"}.fa-mailbox{--fa:"\F813"}.fa-meat{--fa:"\F814"}.fa-pager{--fa:"\F815"}.fa-pepper-hot{--fa:"\F816"}.fa-pizza{--fa:"\F817"}.fa-pizza-slice{--fa:"\F818"}.fa-popcorn{--fa:"\F819"}.fa-print-magnifying-glass,.fa-print-search{--fa:"\F81A"}.fa-rings-wedding{--fa:"\F81B"}.fa-sack{--fa:"\F81C"}.fa-sack-dollar{--fa:"\F81D"}.fa-bowl-salad,.fa-salad{--fa:"\F81E"}.fa-sandwich{--fa:"\F81F"}.fa-sausage{--fa:"\F820"}.fa-shish-kebab{--fa:"\F821"}.fa-sickle{--fa:"\F822"}.fa-bowl-hot,.fa-soup{--fa:"\F823"}.fa-steak{--fa:"\F824"}.fa-stretcher{--fa:"\F825"}.fa-taco{--fa:"\F826"}.fa-book-tanakh,.fa-tanakh{--fa:"\F827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\F828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\F829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\F82A"}.fa-tree-palm{--fa:"\F82B"}.fa-user-construction,.fa-user-hard-hat,.fa-user-helmet-safety{--fa:"\F82C"}.fa-user-headset{--fa:"\F82D"}.fa-user-doctor-message,.fa-user-md-chat{--fa:"\F82E"}.fa-user-nurse{--fa:"\F82F"}.fa-users-medical{--fa:"\F830"}.fa-walker{--fa:"\F831"}.fa-camera-web,.fa-webcam{--fa:"\F832"}.fa-camera-web-slash,.fa-webcam-slash{--fa:"\F833"}.fa-wave-square{--fa:"\F83E"}.fa-alarm-exclamation{--fa:"\F843"}.fa-alarm-plus{--fa:"\F844"}.fa-alarm-snooze{--fa:"\F845"}.fa-align-slash{--fa:"\F846"}.fa-bags-shopping{--fa:"\F847"}.fa-bell-exclamation{--fa:"\F848"}.fa-bell-plus{--fa:"\F849"}.fa-biking,.fa-person-biking{--fa:"\F84A"}.fa-biking-mountain,.fa-person-biking-mountain{--fa:"\F84B"}.fa-border-all{--fa:"\F84C"}.fa-border-bottom{--fa:"\F84D"}.fa-border-inner{--fa:"\F84E"}.fa-border-left{--fa:"\F84F"}.fa-border-none{--fa:"\F850"}.fa-border-outer{--fa:"\F851"}.fa-border-right{--fa:"\F852"}.fa-border-style,.fa-border-top-left{--fa:"\F853"}.fa-border-bottom-right,.fa-border-style-alt{--fa:"\F854"}.fa-border-top{--fa:"\F855"}.fa-bring-forward{--fa:"\F856"}.fa-bring-front{--fa:"\F857"}.fa-burger-soda{--fa:"\F858"}.fa-car-building{--fa:"\F859"}.fa-car-bus{--fa:"\F85A"}.fa-cars{--fa:"\F85B"}.fa-coin{--fa:"\F85C"}.fa-construction,.fa-triangle-person-digging{--fa:"\F85D"}.fa-digging,.fa-person-digging{--fa:"\F85E"}.fa-drone{--fa:"\F85F"}.fa-drone-alt,.fa-drone-front{--fa:"\F860"}.fa-dryer{--fa:"\F861"}.fa-dryer-alt,.fa-dryer-heat{--fa:"\F862"}.fa-fan{--fa:"\F863"}.fa-barn-silo,.fa-farm{--fa:"\F864"}.fa-file-magnifying-glass,.fa-file-search{--fa:"\F865"}.fa-font-case{--fa:"\F866"}.fa-game-board{--fa:"\F867"}.fa-game-board-alt,.fa-game-board-simple{--fa:"\F868"}.fa-glass-citrus{--fa:"\F869"}.fa-h4{--fa:"\F86A"}.fa-hat-chef{--fa:"\F86B"}.fa-horizontal-rule{--fa:"\F86C"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\F86D"}.fa-icons-alt,.fa-symbols{--fa:"\F86E"}.fa-kerning{--fa:"\F86F"}.fa-line-columns{--fa:"\F870"}.fa-line-height{--fa:"\F871"}.fa-money-check-edit,.fa-money-check-pen{--fa:"\F872"}.fa-money-check-dollar-pen,.fa-money-check-edit-alt{--fa:"\F873"}.fa-mug{--fa:"\F874"}.fa-mug-tea{--fa:"\F875"}.fa-overline{--fa:"\F876"}.fa-file-dashed-line,.fa-page-break{--fa:"\F877"}.fa-paragraph-left,.fa-paragraph-rtl{--fa:"\F878"}.fa-phone-alt,.fa-phone-flip{--fa:"\F879"}.fa-laptop-mobile,.fa-phone-laptop{--fa:"\F87A"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\F87B"}.fa-photo-film,.fa-photo-video{--fa:"\F87C"}.fa-remove-format,.fa-text-slash{--fa:"\F87D"}.fa-send-back{--fa:"\F87E"}.fa-send-backward{--fa:"\F87F"}.fa-snooze,.fa-zzz{--fa:"\F880"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\F881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\F882"}.fa-arrow-down-arrow-up,.fa-sort-alt{--fa:"\F883"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\F884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\F885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\F886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\F887"}.fa-arrow-down-triangle-square,.fa-sort-shapes-down{--fa:"\F888"}.fa-arrow-down-square-triangle,.fa-sort-shapes-down-alt{--fa:"\F889"}.fa-arrow-up-triangle-square,.fa-sort-shapes-up{--fa:"\F88A"}.fa-arrow-up-square-triangle,.fa-sort-shapes-up-alt{--fa:"\F88B"}.fa-arrow-down-big-small,.fa-sort-size-down{--fa:"\F88C"}.fa-arrow-down-small-big,.fa-sort-size-down-alt{--fa:"\F88D"}.fa-arrow-up-big-small,.fa-sort-size-up{--fa:"\F88E"}.fa-arrow-up-small-big,.fa-sort-size-up-alt{--fa:"\F88F"}.fa-sparkles{--fa:"\F890"}.fa-spell-check{--fa:"\F891"}.fa-sunglasses{--fa:"\F892"}.fa-text{--fa:"\F893"}.fa-text-size{--fa:"\F894"}.fa-trash-arrow-turn-left,.fa-trash-undo{--fa:"\F895"}.fa-trash-can-arrow-turn-left,.fa-trash-can-undo,.fa-trash-undo-alt{--fa:"\F896"}.fa-voicemail{--fa:"\F897"}.fa-washer,.fa-washing-machine{--fa:"\F898"}.fa-wave-sine{--fa:"\F899"}.fa-wave-triangle{--fa:"\F89A"}.fa-wind-turbine{--fa:"\F89B"}.fa-border-center-h{--fa:"\F89C"}.fa-border-center-v{--fa:"\F89D"}.fa-album{--fa:"\F89F"}.fa-album-collection{--fa:"\F8A0"}.fa-amp-guitar{--fa:"\F8A1"}.fa-badge-sheriff{--fa:"\F8A2"}.fa-banjo{--fa:"\F8A3"}.fa-betamax,.fa-cassette-betamax{--fa:"\F8A4"}.fa-boombox{--fa:"\F8A5"}.fa-cactus{--fa:"\F8A7"}.fa-camcorder,.fa-video-handheld{--fa:"\F8A8"}.fa-camera-movie{--fa:"\F8A9"}.fa-camera-polaroid{--fa:"\F8AA"}.fa-cassette-tape{--fa:"\F8AB"}.fa-camera-cctv,.fa-cctv{--fa:"\F8AC"}.fa-clarinet{--fa:"\F8AD"}.fa-cloud-music{--fa:"\F8AE"}.fa-comment-alt-music,.fa-message-music{--fa:"\F8AF"}.fa-comment-music{--fa:"\F8B0"}.fa-computer-classic{--fa:"\F8B1"}.fa-computer-speaker{--fa:"\F8B2"}.fa-cowbell{--fa:"\F8B3"}.fa-cowbell-circle-plus,.fa-cowbell-more{--fa:"\F8B4"}.fa-disc-drive{--fa:"\F8B5"}.fa-file-music{--fa:"\F8B6"}.fa-film-canister,.fa-film-cannister{--fa:"\F8B7"}.fa-flashlight{--fa:"\F8B8"}.fa-flute{--fa:"\F8B9"}.fa-flux-capacitor{--fa:"\F8BA"}.fa-game-console-handheld{--fa:"\F8BB"}.fa-gramophone{--fa:"\F8BD"}.fa-guitar-electric{--fa:"\F8BE"}.fa-guitars{--fa:"\F8BF"}.fa-hat-cowboy{--fa:"\F8C0"}.fa-hat-cowboy-side{--fa:"\F8C1"}.fa-head-side-headphones{--fa:"\F8C2"}.fa-horse-saddle{--fa:"\F8C3"}.fa-image-polaroid{--fa:"\F8C4"}.fa-joystick{--fa:"\F8C5"}.fa-jug{--fa:"\F8C6"}.fa-kazoo{--fa:"\F8C7"}.fa-lasso{--fa:"\F8C8"}.fa-list-music{--fa:"\F8C9"}.fa-microphone-stand{--fa:"\F8CB"}.fa-computer-mouse,.fa-mouse{--fa:"\F8CC"}.fa-computer-mouse-scrollwheel,.fa-mouse-alt{--fa:"\F8CD"}.fa-mp3-player{--fa:"\F8CE"}.fa-music-alt,.fa-music-note{--fa:"\F8CF"}.fa-music-alt-slash,.fa-music-note-slash{--fa:"\F8D0"}.fa-music-slash{--fa:"\F8D1"}.fa-phone-rotary{--fa:"\F8D3"}.fa-piano{--fa:"\F8D4"}.fa-piano-keyboard{--fa:"\F8D5"}.fa-projector{--fa:"\F8D6"}.fa-radio{--fa:"\F8D7"}.fa-radio-alt,.fa-radio-tuner{--fa:"\F8D8"}.fa-record-vinyl{--fa:"\F8D9"}.fa-router{--fa:"\F8DA"}.fa-sax-hot,.fa-saxophone-fire{--fa:"\F8DB"}.fa-saxophone{--fa:"\F8DC"}.fa-signal-stream{--fa:"\F8DD"}.fa-skull-cow{--fa:"\F8DE"}.fa-speaker{--fa:"\F8DF"}.fa-speakers{--fa:"\F8E0"}.fa-triangle-instrument,.fa-triangle-music{--fa:"\F8E2"}.fa-trumpet{--fa:"\F8E3"}.fa-turntable{--fa:"\F8E4"}.fa-tv-music{--fa:"\F8E6"}.fa-typewriter{--fa:"\F8E7"}.fa-usb-drive{--fa:"\F8E9"}.fa-user-cowboy{--fa:"\F8EA"}.fa-user-music{--fa:"\F8EB"}.fa-cassette-vhs,.fa-vhs{--fa:"\F8EC"}.fa-violin{--fa:"\F8ED"}.fa-wagon-covered{--fa:"\F8EE"}.fa-walkie-talkie{--fa:"\F8EF"}.fa-watch-calculator{--fa:"\F8F0"}.fa-waveform{--fa:"\F8F1"}.fa-waveform-lines,.fa-waveform-path{--fa:"\F8F2"}.fa-scanner-image{--fa:"\F8F3"}.fa-air-conditioner{--fa:"\F8F4"}.fa-alien{--fa:"\F8F5"}.fa-alien-8bit,.fa-alien-monster{--fa:"\F8F6"}.fa-bed-alt,.fa-bed-front{--fa:"\F8F7"}.fa-bed-bunk{--fa:"\F8F8"}.fa-bed-empty{--fa:"\F8F9"}.fa-bell-on{--fa:"\F8FA"}.fa-blinds{--fa:"\F8FB"}.fa-blinds-open{--fa:"\F8FC"}.fa-blinds-raised{--fa:"\F8FD"}.fa-camera-home,.fa-camera-security{--fa:"\F8FE"}.fa-caravan{--fa:"\F8FF"}/*!
 * Font Awesome Pro 7.0.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:Font Awesome\ 7 Brands;font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa/fa-brands-400.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:"\E007"}.fa-ideal{--fa:"\E013"}.fa-microblog{--fa:"\E01A"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\E01E"}.fa-unity{--fa:"\E049"}.fa-dailymotion{--fa:"\E052"}.fa-instagram-square,.fa-square-instagram{--fa:"\E055"}.fa-mixer{--fa:"\E056"}.fa-shopify{--fa:"\E057"}.fa-deezer{--fa:"\E077"}.fa-edge-legacy{--fa:"\E078"}.fa-google-pay{--fa:"\E079"}.fa-rust{--fa:"\E07A"}.fa-tiktok{--fa:"\E07B"}.fa-unsplash{--fa:"\E07C"}.fa-cloudflare{--fa:"\E07D"}.fa-guilded{--fa:"\E07E"}.fa-hive{--fa:"\E07F"}.fa-42-group,.fa-innosoft{--fa:"\E080"}.fa-instalod{--fa:"\E081"}.fa-octopus-deploy{--fa:"\E082"}.fa-perbyte{--fa:"\E083"}.fa-uncharted{--fa:"\E084"}.fa-watchman-monitoring{--fa:"\E087"}.fa-wodu{--fa:"\E088"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\E2D0"}.fa-bots{--fa:"\E340"}.fa-cmplid{--fa:"\E360"}.fa-bilibili{--fa:"\E3D9"}.fa-golang{--fa:"\E40F"}.fa-pix{--fa:"\E43A"}.fa-sitrox{--fa:"\E44A"}.fa-hashnode{--fa:"\E499"}.fa-meta{--fa:"\E49B"}.fa-padlet{--fa:"\E4A0"}.fa-nfc-directional{--fa:"\E530"}.fa-nfc-symbol{--fa:"\E531"}.fa-screenpal{--fa:"\E570"}.fa-space-awesome{--fa:"\E5AC"}.fa-square-font-awesome{--fa:"\E5AD"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\E5AE"}.fa-odysee{--fa:"\E5C6"}.fa-stubber{--fa:"\E5C7"}.fa-debian{--fa:"\E60B"}.fa-shoelace{--fa:"\E60C"}.fa-threads{--fa:"\E618"}.fa-square-threads{--fa:"\E619"}.fa-square-x-twitter{--fa:"\E61A"}.fa-x-twitter{--fa:"\E61B"}.fa-opensuse{--fa:"\E62B"}.fa-letterboxd{--fa:"\E62D"}.fa-square-letterboxd{--fa:"\E62E"}.fa-mintbit{--fa:"\E62F"}.fa-google-scholar{--fa:"\E63B"}.fa-brave{--fa:"\E63C"}.fa-brave-reverse{--fa:"\E63D"}.fa-pixiv{--fa:"\E640"}.fa-upwork{--fa:"\E641"}.fa-webflow{--fa:"\E65C"}.fa-signal-messenger{--fa:"\E663"}.fa-bluesky{--fa:"\E671"}.fa-jxl{--fa:"\E67B"}.fa-square-upwork{--fa:"\E67C"}.fa-web-awesome{--fa:"\E682"}.fa-square-web-awesome{--fa:"\E683"}.fa-square-web-awesome-stroke{--fa:"\E684"}.fa-dart-lang{--fa:"\E693"}.fa-flutter{--fa:"\E694"}.fa-files-pinwheel{--fa:"\E69F"}.fa-css{--fa:"\E6A2"}.fa-square-bluesky{--fa:"\E6A3"}.fa-openai{--fa:"\E7CF"}.fa-square-linkedin{--fa:"\E7D0"}.fa-cash-app{--fa:"\E7D4"}.fa-disqus{--fa:"\E7D5"}.fa-11ty,.fa-eleventy{--fa:"\E7D6"}.fa-kakao-talk{--fa:"\E7D7"}.fa-linktree{--fa:"\E7D8"}.fa-notion{--fa:"\E7D9"}.fa-pandora{--fa:"\E7DA"}.fa-pixelfed{--fa:"\E7DB"}.fa-tidal{--fa:"\E7DC"}.fa-vsco{--fa:"\E7DD"}.fa-w3c{--fa:"\E7DE"}.fa-lumon{--fa:"\E7E2"}.fa-lumon-drop{--fa:"\E7E3"}.fa-square-figma{--fa:"\E7E4"}.fa-tex{--fa:"\E7FF"}.fa-duolingo{--fa:"\E812"}.fa-square-twitter,.fa-twitter-square{--fa:"\F081"}.fa-facebook-square,.fa-square-facebook{--fa:"\F082"}.fa-linkedin{--fa:"\F08C"}.fa-github-square,.fa-square-github{--fa:"\F092"}.fa-twitter{--fa:"\F099"}.fa-facebook{--fa:"\F09A"}.fa-github{--fa:"\F09B"}.fa-pinterest{--fa:"\F0D2"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\F0D3"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\F0D4"}.fa-google-plus-g{--fa:"\F0D5"}.fa-linkedin-in{--fa:"\F0E1"}.fa-github-alt{--fa:"\F113"}.fa-maxcdn{--fa:"\F136"}.fa-html5{--fa:"\F13B"}.fa-css3{--fa:"\F13C"}.fa-btc{--fa:"\F15A"}.fa-youtube{--fa:"\F167"}.fa-xing{--fa:"\F168"}.fa-square-xing,.fa-xing-square{--fa:"\F169"}.fa-dropbox{--fa:"\F16B"}.fa-stack-overflow{--fa:"\F16C"}.fa-instagram{--fa:"\F16D"}.fa-flickr{--fa:"\F16E"}.fa-adn{--fa:"\F170"}.fa-bitbucket{--fa:"\F171"}.fa-tumblr{--fa:"\F173"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\F174"}.fa-apple{--fa:"\F179"}.fa-windows{--fa:"\F17A"}.fa-android{--fa:"\F17B"}.fa-linux{--fa:"\F17C"}.fa-dribbble{--fa:"\F17D"}.fa-skype{--fa:"\F17E"}.fa-foursquare{--fa:"\F180"}.fa-trello{--fa:"\F181"}.fa-gratipay{--fa:"\F184"}.fa-vk{--fa:"\F189"}.fa-weibo{--fa:"\F18A"}.fa-renren{--fa:"\F18B"}.fa-pagelines{--fa:"\F18C"}.fa-stack-exchange{--fa:"\F18D"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\F194"}.fa-slack,.fa-slack-hash{--fa:"\F198"}.fa-wordpress{--fa:"\F19A"}.fa-openid{--fa:"\F19B"}.fa-yahoo{--fa:"\F19E"}.fa-google{--fa:"\F1A0"}.fa-reddit{--fa:"\F1A1"}.fa-reddit-square,.fa-square-reddit{--fa:"\F1A2"}.fa-stumbleupon-circle{--fa:"\F1A3"}.fa-stumbleupon{--fa:"\F1A4"}.fa-delicious{--fa:"\F1A5"}.fa-digg{--fa:"\F1A6"}.fa-pied-piper-pp{--fa:"\F1A7"}.fa-pied-piper-alt{--fa:"\F1A8"}.fa-drupal{--fa:"\F1A9"}.fa-joomla{--fa:"\F1AA"}.fa-behance{--fa:"\F1B4"}.fa-behance-square,.fa-square-behance{--fa:"\F1B5"}.fa-steam{--fa:"\F1B6"}.fa-square-steam,.fa-steam-square{--fa:"\F1B7"}.fa-spotify{--fa:"\F1BC"}.fa-deviantart{--fa:"\F1BD"}.fa-soundcloud{--fa:"\F1BE"}.fa-vine{--fa:"\F1CA"}.fa-codepen{--fa:"\F1CB"}.fa-jsfiddle{--fa:"\F1CC"}.fa-rebel{--fa:"\F1D0"}.fa-empire{--fa:"\F1D1"}.fa-git-square,.fa-square-git{--fa:"\F1D2"}.fa-git{--fa:"\F1D3"}.fa-hacker-news{--fa:"\F1D4"}.fa-tencent-weibo{--fa:"\F1D5"}.fa-qq{--fa:"\F1D6"}.fa-weixin{--fa:"\F1D7"}.fa-slideshare{--fa:"\F1E7"}.fa-twitch{--fa:"\F1E8"}.fa-yelp{--fa:"\F1E9"}.fa-paypal{--fa:"\F1ED"}.fa-google-wallet{--fa:"\F1EE"}.fa-cc-visa{--fa:"\F1F0"}.fa-cc-mastercard{--fa:"\F1F1"}.fa-cc-discover{--fa:"\F1F2"}.fa-cc-amex{--fa:"\F1F3"}.fa-cc-paypal{--fa:"\F1F4"}.fa-cc-stripe{--fa:"\F1F5"}.fa-lastfm{--fa:"\F202"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\F203"}.fa-ioxhost{--fa:"\F208"}.fa-angellist{--fa:"\F209"}.fa-buysellads{--fa:"\F20D"}.fa-connectdevelop{--fa:"\F20E"}.fa-dashcube{--fa:"\F210"}.fa-forumbee{--fa:"\F211"}.fa-leanpub{--fa:"\F212"}.fa-sellsy{--fa:"\F213"}.fa-shirtsinbulk{--fa:"\F214"}.fa-simplybuilt{--fa:"\F215"}.fa-skyatlas{--fa:"\F216"}.fa-pinterest-p{--fa:"\F231"}.fa-whatsapp{--fa:"\F232"}.fa-viacoin{--fa:"\F237"}.fa-medium,.fa-medium-m{--fa:"\F23A"}.fa-y-combinator{--fa:"\F23B"}.fa-optin-monster{--fa:"\F23C"}.fa-opencart{--fa:"\F23D"}.fa-expeditedssl{--fa:"\F23E"}.fa-cc-jcb{--fa:"\F24B"}.fa-cc-diners-club{--fa:"\F24C"}.fa-creative-commons{--fa:"\F25E"}.fa-gg{--fa:"\F260"}.fa-gg-circle{--fa:"\F261"}.fa-odnoklassniki{--fa:"\F263"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\F264"}.fa-get-pocket{--fa:"\F265"}.fa-wikipedia-w{--fa:"\F266"}.fa-safari{--fa:"\F267"}.fa-chrome{--fa:"\F268"}.fa-firefox{--fa:"\F269"}.fa-opera{--fa:"\F26A"}.fa-internet-explorer{--fa:"\F26B"}.fa-contao{--fa:"\F26D"}.fa-500px{--fa:"\F26E"}.fa-amazon{--fa:"\F270"}.fa-houzz{--fa:"\F27C"}.fa-vimeo-v{--fa:"\F27D"}.fa-black-tie{--fa:"\F27E"}.fa-fonticons{--fa:"\F280"}.fa-reddit-alien{--fa:"\F281"}.fa-edge{--fa:"\F282"}.fa-codiepie{--fa:"\F284"}.fa-modx{--fa:"\F285"}.fa-fort-awesome{--fa:"\F286"}.fa-usb{--fa:"\F287"}.fa-product-hunt{--fa:"\F288"}.fa-mixcloud{--fa:"\F289"}.fa-scribd{--fa:"\F28A"}.fa-bluetooth{--fa:"\F293"}.fa-bluetooth-b{--fa:"\F294"}.fa-gitlab{--fa:"\F296"}.fa-wpbeginner{--fa:"\F297"}.fa-wpforms{--fa:"\F298"}.fa-envira{--fa:"\F299"}.fa-glide{--fa:"\F2A5"}.fa-glide-g{--fa:"\F2A6"}.fa-viadeo{--fa:"\F2A9"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\F2AA"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\F2AB"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\F2AD"}.fa-pied-piper{--fa:"\F2AE"}.fa-first-order{--fa:"\F2B0"}.fa-yoast{--fa:"\F2B1"}.fa-themeisle{--fa:"\F2B2"}.fa-google-plus{--fa:"\F2B3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\F2B4"}.fa-linode{--fa:"\F2B8"}.fa-quora{--fa:"\F2C4"}.fa-free-code-camp{--fa:"\F2C5"}.fa-telegram,.fa-telegram-plane{--fa:"\F2C6"}.fa-bandcamp{--fa:"\F2D5"}.fa-grav{--fa:"\F2D6"}.fa-etsy{--fa:"\F2D7"}.fa-imdb{--fa:"\F2D8"}.fa-ravelry{--fa:"\F2D9"}.fa-sellcast{--fa:"\F2DA"}.fa-superpowers{--fa:"\F2DD"}.fa-wpexplorer{--fa:"\F2DE"}.fa-meetup{--fa:"\F2E0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\F35C"}.fa-accessible-icon{--fa:"\F368"}.fa-accusoft{--fa:"\F369"}.fa-adversal{--fa:"\F36A"}.fa-affiliatetheme{--fa:"\F36B"}.fa-algolia{--fa:"\F36C"}.fa-amilia{--fa:"\F36D"}.fa-angrycreative{--fa:"\F36E"}.fa-app-store{--fa:"\F36F"}.fa-app-store-ios{--fa:"\F370"}.fa-apper{--fa:"\F371"}.fa-asymmetrik{--fa:"\F372"}.fa-audible{--fa:"\F373"}.fa-avianex{--fa:"\F374"}.fa-aws{--fa:"\F375"}.fa-bimobject{--fa:"\F378"}.fa-bitcoin{--fa:"\F379"}.fa-bity{--fa:"\F37A"}.fa-blackberry{--fa:"\F37B"}.fa-blogger{--fa:"\F37C"}.fa-blogger-b{--fa:"\F37D"}.fa-buromobelexperte{--fa:"\F37F"}.fa-centercode{--fa:"\F380"}.fa-cloudscale{--fa:"\F383"}.fa-cloudsmith{--fa:"\F384"}.fa-cloudversify{--fa:"\F385"}.fa-cpanel{--fa:"\F388"}.fa-css3-alt{--fa:"\F38B"}.fa-cuttlefish{--fa:"\F38C"}.fa-d-and-d{--fa:"\F38D"}.fa-deploydog{--fa:"\F38E"}.fa-deskpro{--fa:"\F38F"}.fa-digital-ocean{--fa:"\F391"}.fa-discord{--fa:"\F392"}.fa-discourse{--fa:"\F393"}.fa-dochub{--fa:"\F394"}.fa-docker{--fa:"\F395"}.fa-draft2digital{--fa:"\F396"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\F397"}.fa-dyalog{--fa:"\F399"}.fa-earlybirds{--fa:"\F39A"}.fa-erlang{--fa:"\F39D"}.fa-facebook-f{--fa:"\F39E"}.fa-facebook-messenger{--fa:"\F39F"}.fa-firstdraft{--fa:"\F3A1"}.fa-fonticons-fi{--fa:"\F3A2"}.fa-fort-awesome-alt{--fa:"\F3A3"}.fa-freebsd{--fa:"\F3A4"}.fa-gitkraken{--fa:"\F3A6"}.fa-gofore{--fa:"\F3A7"}.fa-goodreads{--fa:"\F3A8"}.fa-goodreads-g{--fa:"\F3A9"}.fa-google-drive{--fa:"\F3AA"}.fa-google-play{--fa:"\F3AB"}.fa-gripfire{--fa:"\F3AC"}.fa-grunt{--fa:"\F3AD"}.fa-gulp{--fa:"\F3AE"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\F3AF"}.fa-hire-a-helper{--fa:"\F3B0"}.fa-hotjar{--fa:"\F3B1"}.fa-hubspot{--fa:"\F3B2"}.fa-itunes{--fa:"\F3B4"}.fa-itunes-note{--fa:"\F3B5"}.fa-jenkins{--fa:"\F3B6"}.fa-joget{--fa:"\F3B7"}.fa-js{--fa:"\F3B8"}.fa-js-square,.fa-square-js{--fa:"\F3B9"}.fa-keycdn{--fa:"\F3BA"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\F3BB"}.fa-kickstarter-k{--fa:"\F3BC"}.fa-laravel{--fa:"\F3BD"}.fa-line{--fa:"\F3C0"}.fa-lyft{--fa:"\F3C3"}.fa-magento{--fa:"\F3C4"}.fa-medapps{--fa:"\F3C6"}.fa-medrt{--fa:"\F3C8"}.fa-microsoft{--fa:"\F3CA"}.fa-mix{--fa:"\F3CB"}.fa-mizuni{--fa:"\F3CC"}.fa-monero{--fa:"\F3D0"}.fa-napster{--fa:"\F3D2"}.fa-node-js{--fa:"\F3D3"}.fa-npm{--fa:"\F3D4"}.fa-ns8{--fa:"\F3D5"}.fa-nutritionix{--fa:"\F3D6"}.fa-page4{--fa:"\F3D7"}.fa-palfed{--fa:"\F3D8"}.fa-patreon{--fa:"\F3D9"}.fa-periscope{--fa:"\F3DA"}.fa-phabricator{--fa:"\F3DB"}.fa-phoenix-framework{--fa:"\F3DC"}.fa-playstation{--fa:"\F3DF"}.fa-pushed{--fa:"\F3E1"}.fa-python{--fa:"\F3E2"}.fa-red-river{--fa:"\F3E3"}.fa-rendact,.fa-wpressr{--fa:"\F3E4"}.fa-replyd{--fa:"\F3E6"}.fa-resolving{--fa:"\F3E7"}.fa-rocketchat{--fa:"\F3E8"}.fa-rockrms{--fa:"\F3E9"}.fa-schlix{--fa:"\F3EA"}.fa-searchengin{--fa:"\F3EB"}.fa-servicestack{--fa:"\F3EC"}.fa-sistrix{--fa:"\F3EE"}.fa-speakap{--fa:"\F3F3"}.fa-staylinked{--fa:"\F3F5"}.fa-steam-symbol{--fa:"\F3F6"}.fa-sticker-mule{--fa:"\F3F7"}.fa-studiovinari{--fa:"\F3F8"}.fa-supple{--fa:"\F3F9"}.fa-uber{--fa:"\F402"}.fa-uikit{--fa:"\F403"}.fa-uniregistry{--fa:"\F404"}.fa-untappd{--fa:"\F405"}.fa-ussunnah{--fa:"\F407"}.fa-vaadin{--fa:"\F408"}.fa-viber{--fa:"\F409"}.fa-vimeo{--fa:"\F40A"}.fa-vnv{--fa:"\F40B"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\F40C"}.fa-whmcs{--fa:"\F40D"}.fa-wordpress-simple{--fa:"\F411"}.fa-xbox{--fa:"\F412"}.fa-yandex{--fa:"\F413"}.fa-yandex-international{--fa:"\F414"}.fa-apple-pay{--fa:"\F415"}.fa-cc-apple-pay{--fa:"\F416"}.fa-fly{--fa:"\F417"}.fa-node{--fa:"\F419"}.fa-osi{--fa:"\F41A"}.fa-react{--fa:"\F41B"}.fa-autoprefixer{--fa:"\F41C"}.fa-less{--fa:"\F41D"}.fa-sass{--fa:"\F41E"}.fa-vuejs{--fa:"\F41F"}.fa-angular{--fa:"\F420"}.fa-aviato{--fa:"\F421"}.fa-ember{--fa:"\F423"}.fa-gitter{--fa:"\F426"}.fa-hooli{--fa:"\F427"}.fa-strava{--fa:"\F428"}.fa-stripe{--fa:"\F429"}.fa-stripe-s{--fa:"\F42A"}.fa-typo3{--fa:"\F42B"}.fa-amazon-pay{--fa:"\F42C"}.fa-cc-amazon-pay{--fa:"\F42D"}.fa-ethereum{--fa:"\F42E"}.fa-korvue{--fa:"\F42F"}.fa-elementor{--fa:"\F430"}.fa-square-youtube,.fa-youtube-square{--fa:"\F431"}.fa-flipboard{--fa:"\F44D"}.fa-hips{--fa:"\F452"}.fa-php{--fa:"\F457"}.fa-quinscape{--fa:"\F459"}.fa-readme{--fa:"\F4D5"}.fa-java{--fa:"\F4E4"}.fa-pied-piper-hat{--fa:"\F4E5"}.fa-creative-commons-by{--fa:"\F4E7"}.fa-creative-commons-nc{--fa:"\F4E8"}.fa-creative-commons-nc-eu{--fa:"\F4E9"}.fa-creative-commons-nc-jp{--fa:"\F4EA"}.fa-creative-commons-nd{--fa:"\F4EB"}.fa-creative-commons-pd{--fa:"\F4EC"}.fa-creative-commons-pd-alt{--fa:"\F4ED"}.fa-creative-commons-remix{--fa:"\F4EE"}.fa-creative-commons-sa{--fa:"\F4EF"}.fa-creative-commons-sampling{--fa:"\F4F0"}.fa-creative-commons-sampling-plus{--fa:"\F4F1"}.fa-creative-commons-share{--fa:"\F4F2"}.fa-creative-commons-zero{--fa:"\F4F3"}.fa-ebay{--fa:"\F4F4"}.fa-keybase{--fa:"\F4F5"}.fa-mastodon{--fa:"\F4F6"}.fa-r-project{--fa:"\F4F7"}.fa-researchgate{--fa:"\F4F8"}.fa-teamspeak{--fa:"\F4F9"}.fa-first-order-alt{--fa:"\F50A"}.fa-fulcrum{--fa:"\F50B"}.fa-galactic-republic{--fa:"\F50C"}.fa-galactic-senate{--fa:"\F50D"}.fa-jedi-order{--fa:"\F50E"}.fa-mandalorian{--fa:"\F50F"}.fa-old-republic{--fa:"\F510"}.fa-phoenix-squadron{--fa:"\F511"}.fa-sith{--fa:"\F512"}.fa-trade-federation{--fa:"\F513"}.fa-wolf-pack-battalion{--fa:"\F514"}.fa-hornbill{--fa:"\F592"}.fa-mailchimp{--fa:"\F59E"}.fa-megaport{--fa:"\F5A3"}.fa-nimblr{--fa:"\F5A8"}.fa-rev{--fa:"\F5B2"}.fa-shopware{--fa:"\F5B5"}.fa-squarespace{--fa:"\F5BE"}.fa-themeco{--fa:"\F5C6"}.fa-weebly{--fa:"\F5CC"}.fa-wix{--fa:"\F5CF"}.fa-ello{--fa:"\F5F1"}.fa-hackerrank{--fa:"\F5F7"}.fa-kaggle{--fa:"\F5FA"}.fa-markdown{--fa:"\F60F"}.fa-neos{--fa:"\F612"}.fa-zhihu{--fa:"\F63F"}.fa-alipay{--fa:"\F642"}.fa-the-red-yeti{--fa:"\F69D"}.fa-critical-role{--fa:"\F6C9"}.fa-d-and-d-beyond{--fa:"\F6CA"}.fa-dev{--fa:"\F6CC"}.fa-fantasy-flight-games{--fa:"\F6DC"}.fa-wizards-of-the-coast{--fa:"\F730"}.fa-think-peaks{--fa:"\F731"}.fa-reacteurope{--fa:"\F75D"}.fa-artstation{--fa:"\F77A"}.fa-atlassian{--fa:"\F77B"}.fa-canadian-maple-leaf{--fa:"\F785"}.fa-centos{--fa:"\F789"}.fa-confluence{--fa:"\F78D"}.fa-dhl{--fa:"\F790"}.fa-diaspora{--fa:"\F791"}.fa-fedex{--fa:"\F797"}.fa-fedora{--fa:"\F798"}.fa-figma{--fa:"\F799"}.fa-intercom{--fa:"\F7AF"}.fa-invision{--fa:"\F7B0"}.fa-jira{--fa:"\F7B1"}.fa-mendeley{--fa:"\F7B3"}.fa-raspberry-pi{--fa:"\F7BB"}.fa-redhat{--fa:"\F7BC"}.fa-sketch{--fa:"\F7C6"}.fa-sourcetree{--fa:"\F7D3"}.fa-suse{--fa:"\F7D6"}.fa-ubuntu{--fa:"\F7DF"}.fa-ups{--fa:"\F7E0"}.fa-usps{--fa:"\F7E1"}.fa-yarn{--fa:"\F7E3"}.fa-airbnb{--fa:"\F834"}.fa-battle-net{--fa:"\F835"}.fa-bootstrap{--fa:"\F836"}.fa-buffer{--fa:"\F837"}.fa-chromecast{--fa:"\F838"}.fa-evernote{--fa:"\F839"}.fa-itch-io{--fa:"\F83A"}.fa-salesforce{--fa:"\F83B"}.fa-speaker-deck{--fa:"\F83C"}.fa-symfony{--fa:"\F83D"}.fa-waze{--fa:"\F83F"}.fa-yammer{--fa:"\F840"}.fa-git-alt{--fa:"\F841"}.fa-stackpath{--fa:"\F842"}.fa-cotton-bureau{--fa:"\F89E"}.fa-buy-n-large{--fa:"\F8A6"}.fa-mdb{--fa:"\F8CA"}.fa-orcid{--fa:"\F8D2"}.fa-swift{--fa:"\F8E1"}.fa-umbraco{--fa:"\F8E8"}/*!
 * Font Awesome Pro 7.0.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */:host,:root{--fa-font-light:normal 300 1em/1 var(--fa-family-classic)}@font-face{font-family:Font Awesome\ 7 Pro;font-style:normal;font-weight:300;font-display:block;src:url(../fonts/fa/fa-light-300.woff2)}.fal{--fa-family:var(--fa-family-classic)}.fa-light,.fal{--fa-style:300}/*!
 * Font Awesome Pro 7.0.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:Font Awesome\ 7 Pro;font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa/fa-regular-400.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}/*!
 * Font Awesome Pro 7.0.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */:host,:root{--fa-family-classic:"Font Awesome 7 Pro";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:Font Awesome\ 7 Pro;font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}.tooltip>.tooltip-inner{background-color:#101828}.files-grid{justify-content:center;padding:15px}@media(min-width:768px){.files-grid{justify-content:flex-start}}.files-grid .grid-item{flex-grow:0;flex-shrink:0;margin-bottom:20px;max-width:100%;width:320px}@media(min-width:576px){.files-grid .grid-item{max-width:50%}}@media(min-width:768px){.files-grid .grid-item{max-width:100%}}@media(min-width:860px){.files-grid .grid-item{max-width:50%}}@media(min-width:1200px){.files-grid .grid-item{max-width:33.3333%}}@media(min-width:1350px){.files-grid .grid-item{max-width:25%}}@media(min-width:1800px){.files-grid .grid-item{max-width:20%}}@media(min-width:2100px){.files-grid .grid-item{max-width:16.6666%}}@media(min-width:2400px){.files-grid .grid-item{max-width:14.28571429%}}.files-grid .grid-item.selected .grid-item-body,.files-grid .grid-item:hover .grid-item-body{height:149px;margin-top:-59px}.files-grid .grid-item.selected .grid-item-actions,.files-grid .grid-item:hover .grid-item-actions{height:auto;overflow:visible}.files-grid .grid-item.selected .grid-item-actions .grid-item-actions-list,.files-grid .grid-item:hover .grid-item-actions .grid-item-actions-list{opacity:1}.files-grid .grid-item.selected .grid-item-like,.files-grid .grid-item:hover .grid-item-like{display:flex;opacity:1}.files-grid .grid-item.selected .grid-item-img-wrapper:after,.files-grid .grid-item.selected .input-check,.files-grid .grid-item:hover .grid-item-img-wrapper:after,.files-grid .grid-item:hover .input-check{display:block;opacity:1}.files-grid .grid-item>div{border-radius:12px;box-shadow:2px 2px 2px 0 rgba(0,0,0,.04);max-width:100%;transition:box-shadow .2s ease}.files-grid .grid-item>.input-check{display:none;opacity:0;position:absolute;top:1em;right:calc(1em + 10px);transition:opacity .2s ease;z-index:10}.files-grid .grid-item>.input-check:checked{display:block;opacity:1}.files-grid .grid-item>.input-check:checked+div{border-radius:12px;box-shadow:0 0 0 3px #203444}.files-grid .grid-item>.input-check:checked+div .grid-item-body{border-color:#fff}.files-grid .grid-item .grid-item-img-wrapper{display:block;position:relative;outline:none;height:0;padding-top:calc(67% - 1px);border-radius:12px 12px 0 0}.files-grid .grid-item .grid-item-img-wrapper:after{background-color:rgba(0,0,0,.2);border-radius:12px 12px 0 0;content:"";height:100%;width:100%;opacity:0;position:absolute;top:0;left:0;transition:opacity .2s ease}.files-grid .grid-item .grid-item-img{background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,10px 10px;background-size:20px 20px;border:1px solid #e4e7ec;border-bottom:none;border-radius:12px 12px 0 0;display:block;max-height:100%;top:0;position:absolute}.files-grid .grid-item .grid-item-body{background-color:#fff;border:1px solid #e4e7ec;border-top:none;border-radius:0 0 12px 12px;height:90px;margin-top:0;padding:20px 1em;position:relative;transition:all .2s ease}.files-grid .grid-item .grid-item-title{align-items:center;display:flex;margin-bottom:.25em}@media screen and (min-width:0px){.files-grid .grid-item .grid-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.files-grid .grid-item .grid-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.files-grid .grid-item .grid-item-title{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.files-grid .grid-item .grid-item-title{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.files-grid .grid-item .grid-item-title a,.files-grid .grid-item .grid-item-title span{color:#101828;max-width:calc(100% - 8px);overflow:hidden;padding-right:.5em;text-overflow:ellipsis;white-space:nowrap}.files-grid .grid-item .grid-item-title a:hover,.files-grid .grid-item .grid-item-title span:hover{color:#203444;text-decoration:none}.files-grid .grid-item .grid-item-title a i,.files-grid .grid-item .grid-item-title span i{color:#203444}.files-grid .grid-item .grid-item-title .file-status-wrapper{padding:0}.files-grid .grid-item .grid-item-title .file-status-wrapper.file-status-editable{cursor:pointer}.files-grid .grid-item .grid-item-like{display:none;opacity:0;position:absolute;top:1em;left:calc(1rem + 10px);z-index:10}.files-grid .grid-item .grid-item-actions{height:0;overflow:hidden;padding-top:20px;position:relative;transition:all .2s ease;transition-delay:.2s}.files-grid .grid-item .grid-item-actions .grid-item-actions-list{border-top:1px solid #d0d5dd;display:flex;justify-content:flex-start;list-style:none;margin:0;opacity:0;padding:20px 0 0;transition:all .2s ease-in;transition-delay:.15s}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li{margin-left:1.125em}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li:first-child{margin-left:0}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li.action-more{flex-grow:1;text-align:right;white-space:nowrap}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li.action-more .file-expiration-icon{color:#667085;margin-right:.75em}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li.action-more .file-expiration-icon.file-expired{color:#fe5a58}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li.action-more .dropdown{display:inline-block}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li.action-more .dropdown .dropdown-menu .dropdown-item i{width:1.125em}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li a{color:#98a2b3;display:inline-block;font-size:20px;line-height:20px}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li a:hover{color:#203444}.files-grid .grid-item .grid-item-actions .grid-item-actions-list li a.nav-link{padding:0}.files-grid .grid-item.upload-page-grid-item.error>div{border:1px solid #fe5a58}.files-grid .grid-item.upload-page-grid-item .grid-item-title{color:#fe5a58}@media screen and (min-width:0px){.files-grid .grid-item.upload-page-grid-item .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.files-grid .grid-item.upload-page-grid-item .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.files-grid .grid-item.upload-page-grid-item .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.files-grid .grid-item.upload-page-grid-item .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.files-grid .grid-item.upload-page-grid-item .error-details-wrapper{display:flex;align-items:center;justify-content:space-between}.files-grid.reordering .grid-item .grid-item-moved-icon{color:#fff;display:inline-block;line-height:1;position:absolute;top:1em;left:1.5em;z-index:10}.files-grid.reordering .grid-item>div{box-shadow:0 0 0 3px #667085}.files-grid.reordering .grid-item .grid-item-body{border-color:#fff}.files-grid.reordering .grid-item.dragging{opacity:.3}.files-grid.reordering .grid-item.selected .grid-item-body,.files-grid.reordering .grid-item:hover .grid-item-body{height:90px;margin-top:0}.files-grid.reordering .grid-item.selected .grid-item-actions,.files-grid.reordering .grid-item:hover .grid-item-actions{height:0;overflow:hidden}.files-grid.reordering .grid-item.selected .grid-item-actions .grid-item-actions-list,.files-grid.reordering .grid-item:hover .grid-item-actions .grid-item-actions-list{opacity:0}.files-grid.reordering .grid-item.selected .grid-item-img-wrapper:after,.files-grid.reordering .grid-item.selected .grid-item-like,.files-grid.reordering .grid-item.selected .input-check,.files-grid.reordering .grid-item:hover .grid-item-img-wrapper:after,.files-grid.reordering .grid-item:hover .grid-item-like,.files-grid.reordering .grid-item:hover .input-check,.files-grid.reordering .grid-item>.input-check:checked{display:none;opacity:0}.files-grid.reordering .grid-item>.input-check:checked+div{border-radius:12px;box-shadow:0 0 0 3px #667085}.files-grid.reordering .grid-item>.input-check:checked+div .grid-item-body{border-color:#fff}.split-content-active .files-grid .grid-item{max-width:100%}@media(min-width:576px){.split-content-active .files-grid .grid-item{max-width:100%}}@media(min-width:768px){.split-content-active .files-grid .grid-item{max-width:100%}}@media(min-width:992px){.split-content-active .files-grid .grid-item{max-width:100%}}@media(min-width:1200px){.split-content-active .files-grid .grid-item{max-width:50%}}@media(min-width:1350px){.split-content-active .files-grid .grid-item{max-width:33.3333%}}@media(min-width:1800px){.split-content-active .files-grid .grid-item{max-width:25%}}@media(min-width:2100px){.split-content-active .files-grid .grid-item{max-width:20%}}@media(min-width:2400px){.split-content-active .files-grid .grid-item{max-width:16.6666%}}.active-filters{padding:0 15px;margin-bottom:.5rem;align-items:center}.archive-content .grid-item .grid-item-img-wrapper{opacity:.6;transition:opacity 175ms ease-in}.archive-content .grid-item:hover .grid-item-img-wrapper{opacity:1}.main-container .main-content .content-wrapper.files-list{padding:15px}.table-wrapper table.files-list td{border-top-color:#e4e7ec;color:#667085;padding:.75rem 20px;vertical-align:middle}.table-wrapper table.files-list td a{color:#667085}.table-wrapper table.files-list td a:hover{color:#203444}.table-wrapper table.files-list td.action-more .action-more-icons{display:flex;justify-content:flex-end;align-items:center}.table-wrapper table.files-list td.action-more .action-more-icons .file-expiration-icon{margin-left:1em}.table-wrapper table.files-list td.action-more .action-more-icons .file-expiration-icon.file-expired{color:#fe5a58}.table-wrapper table.files-list td.action-more .dropdown{display:inline-block}.table-wrapper table.files-list td.action-more .options>i{font-size:20px}.table-wrapper table.files-list td.file-image{min-width:90px;padding:.75rem 0;width:90px}.table-wrapper table.files-list td.file-image>div{position:relative}.table-wrapper table.files-list td.file-image .list-item-img-wrapper{display:block;position:relative;outline:none;height:0;padding-top:67%}.table-wrapper table.files-list td.file-image.share-thumbnail .list-item-img-wrapper,.table-wrapper table.files-list td.file-image.upload-thumbnail .list-item-img-wrapper{padding-left:1em}.table-wrapper table.files-list td.file-image.share-thumbnail{width:120px}.table-wrapper table.files-list td.file-image.share-thumbnail .list-item-img-wrapper{padding-top:50%}.table-wrapper table.files-list td.file-image img{background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,5px 5px;background-size:10px 10px;border:1px solid #e4e7ec;border-radius:4px;max-width:90px;max-height:100%;top:0;position:absolute}@media screen and (min-width:0px){.table-wrapper table.files-list td.file-owner{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.files-list td.file-owner{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.files-list td.file-owner{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.files-list td.file-owner{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.table-wrapper table.files-list td.file-created,.table-wrapper table.files-list td.file-upload{white-space:nowrap}@media screen and (min-width:0px){.table-wrapper table.files-list td.file-created,.table-wrapper table.files-list td.file-upload{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.files-list td.file-created,.table-wrapper table.files-list td.file-upload{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.files-list td.file-created,.table-wrapper table.files-list td.file-upload{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.files-list td.file-created,.table-wrapper table.files-list td.file-upload{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.table-wrapper table.files-list td .list-item-title{align-items:baseline;display:flex;margin-bottom:.25em}@media screen and (min-width:0px){.table-wrapper table.files-list td .list-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.files-list td .list-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.files-list td .list-item-title{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.files-list td .list-item-title{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.table-wrapper table.files-list td .list-item-title .file-status-editable{cursor:pointer}.table-wrapper table.files-list td .list-item-title a{color:#101828;max-width:calc(100% - 8px);padding-right:.5em;word-break:break-all}.table-wrapper table.files-list td .list-item-title a:hover{color:#203444;text-decoration:none}.table-wrapper table.files-list thead th{border-top:none;white-space:nowrap}.table-wrapper table.files-list thead th.selector{max-width:20px}.table-wrapper table.files-list thead th.selector input{position:relative;margin:0}.table-wrapper table.files-list th{border-top-color:#e4e7ec;font-weight:500;padding:1.125rem 20px}.table-wrapper table.files-list th a{color:#101828;text-decoration:none}.table-wrapper table.files-list th a:hover{color:#203444}.table-wrapper table.files-list th.th-sortable{white-space:nowrap}.table-wrapper table.files-list th.th-sortable.active{border-bottom-color:#203444}.table-wrapper table.files-list th.th-sortable.active a{color:#203444}.table-wrapper table.files-list th.file-name{white-space:nowrap}.table-wrapper table.files-list th.file-name.inactive a{color:#667085}.table-wrapper table.files-list.reordering tbody tr{cursor:grab}.table-wrapper table.files-list.reordering .list-item-moved-icon{color:#fff;display:inline-block;line-height:1;position:absolute;top:5px;left:5px;z-index:10}.table-wrapper table.files-list.download-files-list th{white-space:nowrap}.table-wrapper table.files-list.download-files-list td.file-actions ul{display:flex;list-style:none;float:right;margin:0}.table-wrapper table.files-list.download-files-list td.file-actions ul li{margin-left:1em}.table-wrapper table.files-list.download-files-list .file-image{width:110px}.table-wrapper table.files-list.download-files-list .file-image.without-selector{padding-left:1em}.table-wrapper table.files-list.uploads-list .upload-date,.table-wrapper table.files-list.uploads-list .upload-user-name{padding-left:40px}.table-wrapper table.files-list.downloads-list .download-user-name .user-avatar,.table-wrapper table.files-list.uploads-list .upload-date .user-avatar,.table-wrapper table.files-list.uploads-list .upload-user-name .user-avatar{margin-right:0}.table-wrapper table.files-list.collected-emails-list{background-color:#fff}.table-wrapper table.files-list.collected-emails-list th{padding-top:1rem;padding-bottom:1rem;vertical-align:middle}.table-wrapper table.files-list.collected-emails-list th.collected-emails-download{text-align:right}@media screen and (min-width:0px){.table-wrapper table.files-list.shares-list tbody td,.table-wrapper table.files-list.shares-list tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.files-list.shares-list tbody td,.table-wrapper table.files-list.shares-list tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.files-list.shares-list tbody td,.table-wrapper table.files-list.shares-list tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.files-list.shares-list tbody td,.table-wrapper table.files-list.shares-list tbody th{font-size:.9375rem;line-height:1.125rem;letter-spacing:0}}.table-wrapper table.files-list.shares-list tbody td.share-date,.table-wrapper table.files-list.shares-list tbody td.share-expires{padding:.75rem 10px}.table-wrapper table.files-list.shares-list tbody td.action-more .copy-link-dropdown-item,.table-wrapper table.files-list.shares-list tbody td.action-more .nav-link{padding:0}.table-wrapper table.files-list.shares-list tbody td.action-more .copy-link-dropdown-item .btn-link{color:inherit;font-weight:400;line-height:1;padding:.25rem 1.5rem;width:100%;text-align:left}.table-wrapper table.files-list.shares-list tbody td.action-more .copy-link-dropdown-item .btn-link:hover{text-decoration:none}.table-wrapper table.files-list.shares-list .share-user-name{white-space:nowrap}.table-wrapper table.files-list.shares-list .share-user-name .avatar-component{margin-right:0}.table-wrapper table.files-list.shares-list .share-user-name .avatar-component .user-avatar{margin-right:.75rem}.table-wrapper table.files-list.shares-list .share-collection{max-width:250px}.table-wrapper table.files-list.shares-list .share-links a{text-decoration:none}.table-wrapper table.files-list.shares-list .share-branding>div{display:flex;align-items:center;gap:.5rem}.table-wrapper table.files-list.shares-list .share-branding>div .share-branding-box{width:4px;height:2em}.table-wrapper table.files-list.shares-list .share-branding>div img{max-height:50px;max-width:100px}.table-wrapper table.files-list.shares-list .share-attributes{padding:0}.table-wrapper table.files-list.shares-list .share-attributes ul{display:flex;flex-wrap:nowrap;list-style:none;margin:0;padding:0}.table-wrapper table.files-list.shares-list .share-attributes ul li{float:left;margin-right:5px}.table-wrapper table.files-list.shares-list .share-attributes ul li:last-child{margin-right:0}.table-wrapper table.files-list.shares-list .share-attributes ul li.active{color:#203444}.archive-content .list-item .list-item-img-wrapper{opacity:.6;transition:opacity 175ms ease-in}.archive-content .list-item:hover .list-item-img-wrapper{opacity:1}.files-masonry{padding:8px;width:100%}.files-masonry .masonry-grid:focus{outline:none}.files-masonry .masonry-item{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .1s ease-in-out;width:100%;position:relative}.files-masonry .masonry-item:hover .grid-item-like,.files-masonry .masonry-item:hover input.input-check{display:inherit;opacity:1}.files-masonry .masonry-item:hover .masonry-item-header{display:block;opacity:1;visibility:visible}.files-masonry .masonry-item:hover .masonry-item-body,.files-masonry .masonry-item:hover .masonry-item-img-wrapper:before{display:block;opacity:1}.files-masonry .masonry-item .grid-item-like{display:none;opacity:0;position:absolute;top:20px;right:58px;z-index:9}.files-masonry .masonry-item input.input-check{display:none;opacity:0;position:absolute;top:20px;right:20px;z-index:9}.files-masonry .masonry-item input.input-check:checked+.masonry-item-wrapper{border-radius:4px;box-shadow:0 0 0 3px #203444}.files-masonry .masonry-item .masonry-item-wrapper{display:flex;flex-grow:1}.files-masonry .masonry-item .masonry-item-img-wrapper{align-items:center;background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:4px;display:flex;flex-grow:1;min-height:140px;position:relative}.files-masonry .masonry-item .masonry-item-img-wrapper .masonry-item-img{border-radius:4px}.files-masonry .masonry-item .masonry-item-img-wrapper:before{background-color:rgba(0,0,0,.4);border-radius:4px;content:"";display:none;height:100%;width:100%;opacity:0;position:absolute;left:0;top:0;transition:all .2s ease}.files-masonry .masonry-item .masonry-item-header{visibility:hidden;opacity:0;padding:20px 102px 0 20px;position:absolute;left:0;top:0;width:100%;z-index:9}.files-masonry .masonry-item .masonry-item-header .masonry-item-title{display:flex;align-items:center;margin-bottom:8px}.files-masonry .masonry-item .masonry-item-header .masonry-item-title .file-status-wrapper{padding:0}.files-masonry .masonry-item .masonry-item-header .masonry-item-title .file-status-wrapper.file-status-editable{cursor:pointer}.files-masonry .masonry-item .masonry-item-header .masonry-item-title a{color:#fff;display:inline-block;max-width:calc(100% - 28px);overflow:hidden;padding-right:.5em;text-overflow:ellipsis;white-space:nowrap}.files-masonry .masonry-item .masonry-item-header .masonry-item-title a:hover{color:#fff;text-decoration:none}.files-masonry .masonry-item .masonry-item-header .masonry-item-details,.files-masonry .masonry-item .masonry-item-header .masonry-item-details>span a{color:#fff}.files-masonry .masonry-item .masonry-item-body{display:none;opacity:0;padding:0 20px 15px;position:absolute;left:0;bottom:0;width:100%}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list{display:flex;justify-content:flex-start;list-style:none;margin:0;padding:0}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li{margin-left:1.125em}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li:first-child{margin-left:0}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li.action-more{flex-grow:1;text-align:right}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li.action-more .file-expiration-icon{margin-right:.75em}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li.action-more .file-expiration-icon.file-expired{color:#fe5a58}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li.action-more .dropdown{display:inline-block}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li a{color:#fff;display:inline-block;font-size:20px;line-height:20px}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li a:hover{color:hsla(0,0%,100%,.8)}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li a.nav-link{padding:0}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li .dropdown-with-notice a{color:#203444}.files-masonry .masonry-item .masonry-item-body .masonry-item-actions .grid-item-actions-list li .dropdown-with-notice a:hover{color:#203444;text-decoration:underline}.files-masonry>p.notice{font-weight:700}.files-tile .tile-item:hover .file-controls .file-controls-status,.files-tile .tile-item:hover .file-like{display:flex}.files-tile .tile-item .file-controls{position:absolute;display:flex;right:0;top:0}.files-tile .tile-item .file-controls>*{margin-top:10px;margin-right:5px}.files-tile .tile-item .file-controls>:last-child{margin-right:10px}.files-tile .tile-item .file-controls .file-controls-status{z-index:9;background-color:#fff;display:none;align-items:center;border:1px solid #e4e7ec;border-radius:4px;line-height:1;padding:0 .5rem}.files-tile .tile-item .file-controls .file-controls-status .file-status-wrapper{display:flex}.files-tile .tile-item .file-controls .file-controls-status .file-status-wrapper.file-status-editable{cursor:pointer}.files-tile .tile-item .file-controls .grid-item-like,.files-tile .tile-item .file-controls .input-check{position:unset;top:unset;right:unset}.files-tile .tile-item .tile-item-wrapper{flex-grow:0}.files-tile .tile-item .tile-item-wrapper.checked{border-radius:4px;box-shadow:0 0 0 3px #203444}.files-tile .tile-item .tile-item-wrapper .masonry-item-img{width:100%;height:100%}.files-tile .tile-item .tile-item-wrapper .masonry-item-body{display:flex;align-items:center;padding:0 10px 5px}.files-tile .tile-item .tile-item-wrapper .masonry-item-body .masonry-item-header.tile-item-header{display:flex;position:relative;flex-direction:column;padding:10px 10px 10px 0;width:calc(100% - 20px)}.files-tile .tile-item .tile-item-wrapper .tile-item-actions .action-more-icons{display:flex}.file-popover .popover{max-width:300px}.file-popover .masonry-item-title{margin:0}@media screen and (min-width:0px){.file-popover .masonry-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-popover .masonry-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-popover .masonry-item-title{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-popover .masonry-item-title{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.file-popover .masonry-item-title a{color:#101828}.file-popover .masonry-item-title a:hover{color:#203444;text-decoration:none}.file-popover .masonry-item-title span{padding-left:.5em}.file.file-modal{background-color:#fff;height:100vh;width:100%;overflow:hidden;position:absolute;left:0;top:0;z-index:1050}.file .file-header{border-bottom:1px solid #e4e7ec;display:flex;justify-content:space-between;padding-left:20px;box-shadow:0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06);height:90px;gap:.5rem}.file .file-header .file-header-info{display:flex;flex-direction:column;padding:0;justify-content:center;align-items:flex-start;overflow:hidden}@media(min-width:768px){.file .file-header .file-header-info{padding:0 .75rem}}.file .file-header .file-header-info>div{display:flex;gap:.5rem;justify-content:center;align-items:center;overflow:hidden;max-width:100%}.file .file-header .file-header-info>div h5{margin-bottom:0;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (min-width:0px){.file .file-header .file-header-info>div h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-header .file-header-info>div h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-header .file-header-info>div h5{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-header .file-header-info>div h5{font-size:1.125rem;line-height:1.375rem;letter-spacing:0}}.file .file-header .file-header-info .file-collections-popover-button{padding:0;color:#667085;font-weight:400;text-align:left}@media screen and (min-width:0px){.file .file-header .file-header-info .file-collections-popover-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-header .file-header-info .file-collections-popover-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-header .file-header-info .file-collections-popover-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-header .file-header-info .file-collections-popover-button{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-header .file-header-info .file-collections-popover-button:hover{text-decoration:underline}.file .file-header .file-header-info .file-collections-popover-button:focus{box-shadow:none}@media(min-width:768px){.file .file-header .file-header-info .file-collections-popover-button .file-collections-popover-button-small{display:none}}@media(max-width:767.98px){.file .file-header .file-header-info .file-collections-popover-button .file-collections-popover-button-big{display:none}}.file .file-header>span{display:flex;align-items:center;color:#667085}@media screen and (min-width:0px){.file .file-header>span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-header>span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-header>span{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-header>span{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.file .file-header>ul{align-items:center;display:flex;margin:0;padding:0}.file .file-header>ul.file-navigation{gap:.35rem}@media(min-width:768px){.file .file-header>ul.file-navigation{gap:1rem}}.file .file-header>ul.file-navigation .navigation-file-comments{margin-left:0}.file .file-header>ul.file-navigation .upgrade-plan-button-flying{top:-9px;left:-9px}.file .file-header>ul.file-navigation .btn{height:38px;display:flex;align-items:center;gap:.5rem}.file .file-header>ul.file-navigation .btn span{text-wrap:nowrap;display:none}@media(min-width:768px){.file .file-header>ul.file-navigation .btn span{display:unset}}.file .file-header>ul.file-navigation .btn i{margin-right:0;font-size:1.1rem}.file .file-header>ul.file-navigation .btn-link{border:1px solid #e4e7ec;color:#667085;font-weight:500;gap:.5rem;position:relative}.file .file-header>ul.file-navigation .btn-link i{color:#98a2b3;margin-right:0;font-size:1.1rem}.file .file-header>ul.file-navigation .btn-link:hover{background-color:#f5f5f5;text-decoration:none}.file .file-header>ul.file-navigation .btn-link:focus{text-decoration:none;box-shadow:none}.file .file-header>ul.file-navigation .btn-link .upgrade-plan-button-a i{color:#fff}.file .file-header>ul.file-navigation .file-like{border-radius:8px;height:38px}.file .file-header>ul.file-navigation .file-like .btn{color:#667085}.file .file-header>ul li{align-items:center;display:flex;list-style:none;text-align:center}.file .file-header>ul li.navigation-file-image-editor>a{align-items:center;border-radius:4px;display:flex;font-weight:500;height:40px;padding:0 10px;color:rgb(178.5,183.5,194);position:relative}@media(min-width:768px){.file .file-header>ul li.navigation-file-image-editor>a{border:1px solid #e4e7ec}}.file .file-header>ul li.navigation-file-image-editor>a:hover .file-comments-btn{color:#203444}.file .file-header>ul li.navigation-file-image-editor>a.disabled{cursor:default}.file .file-header>ul li.navigation-file-image-editor>a.disabled:hover{color:rgb(178.5,183.5,194)}.file .file-header>ul li.navigation-file-image-editor .file-comments-btn{color:rgb(178.5,183.5,194);margin-right:.5em;transition:color .15s ease}.file .file-header>ul li.navigation-file-image-editor .file-comments-btn i{font-size:20px}.file .file-header>ul li.navigation-file-image-editor .file-comments-no{color:#101828}.file .file-header>ul li.navigation-file-like .file-like{border:none;height:40px}@media(min-width:768px){.file .file-header>ul li.navigation-file-like .file-like{border:1px solid #e4e7ec;padding:0 10px}}.file .file-header>ul li.navigation-file-like .file-like-btn i{font-size:20px}.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper{position:relative}.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn{color:rgb(178.5,183.5,194);align-items:center;border-radius:4px;display:flex;font-weight:500;height:40px;position:relative}.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn.active{color:#203444}@media(min-width:768px){.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn{border:1px solid #e4e7ec;padding:0 10px}}.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn .file-versions-no{color:#101828}@media screen and (min-width:0px){.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn .file-versions-no{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn .file-versions-no{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn .file-versions-no{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn .file-versions-no{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.file .file-header>ul li.navigation-file-versions .navigation-file-dropdown-wrapper .file-versions-btn i{font-size:20px;margin-right:.5em}.file .file-header>ul li.navigation-file-versions .versions-header{border-bottom:1px solid #e4e7ec;padding-top:0}.file .file-header>ul li.navigation-file-versions .version-item{display:flex;align-items:center;border-bottom:1px solid #e4e7ec}.file .file-header>ul li.navigation-file-versions .version-item:last-child{border-bottom:none}.file .file-header>ul li.navigation-file-versions .version-item.active,.file .file-header>ul li.navigation-file-versions .version-item:active{background-color:#e4e7ec}.file .file-header>ul li.navigation-file-versions .version-item .version-thumbnail img{max-width:90px;max-height:100%}.file .file-header>ul li.navigation-file-versions .version-item .version-meta{flex-grow:1;padding:0 1.5rem}.file .file-header>ul li.navigation-file-versions .version-item .version-meta .version-date-time{display:block}.file .file-header>ul li.navigation-file-versions .version-item .version-meta .version-date-time:after{display:none}.file .file-header>ul li.navigation-file-versions .version-item .version-actions{flex-grow:0}.file .file-header>ul li.navigation-file-versions .version-item .version-actions a:last-child i{margin:0}.file .file-header>ul li.navigation-file-versions .version-item .version-actions a{color:#667085}.file .file-header>ul li.navigation-file-versions .version-item .version-actions a:hover{color:#203444}.file .file-header>ul li.navigation-file-comments{display:none}@media(min-width:992px){.file .file-header>ul li.navigation-file-comments{display:flex}}.file .file-header>ul li.navigation-file-comments .file-comments{align-items:center;border:1px solid #e4e7ec;border-radius:4px;display:flex;font-weight:500;height:40px;padding:0 10px}.file .file-header>ul li.navigation-file-comments .file-comments.file-comments-active,.file .file-header>ul li.navigation-file-comments .file-comments.file-comments-active .file-comments-btn,.file .file-header>ul li.navigation-file-comments .file-comments.file-comments-active .file-comments-btn:hover,.file .file-header>ul li.navigation-file-comments .file-comments.file-comments-active .file-comments-no,.file .file-header>ul li.navigation-file-comments .file-comments.file-comments-active .file-comments-no:hover,.file .file-header>ul li.navigation-file-comments .file-comments.file-comments-active:hover,.file .file-header>ul li.navigation-file-comments .file-comments.file-comments-active:hover .file-comments-btn{color:#fff}.file .file-header>ul li.navigation-file-comments .file-comments-btn{color:rgb(178.5,183.5,194);margin-right:.5em;transition:color .15s ease}.file .file-header>ul li.navigation-file-comments .file-comments-btn i{font-size:20px}.file .file-header>ul li.navigation-file-comments .file-comments-no{color:#101828}.file .file-header>ul li.navigation-files-control{display:none;gap:.5rem}@media(min-width:768px){.file .file-header>ul li.navigation-files-control{display:flex}}.file .file-header>ul li.navigation-files-control a,.file .file-header>ul li.navigation-files-control span{padding:8px 6px;border-radius:50%;background-color:#f5f5f5;border:0;color:#667085}.file .file-header>ul li.navigation-files-control a i,.file .file-header>ul li.navigation-files-control span i{display:block;font-size:24px;min-width:20px;text-align:center}.file .file-header>ul li.navigation-files-control span{color:#e4e7ec;cursor:not-allowed}.file .file-header>ul li.navigation-close{justify-content:center;margin-right:.25rem}@media(min-width:768px){.file .file-header>ul li.navigation-close{border-left:1px solid #e4e7ec;margin-right:0;width:90px}}.file .file-header>ul li>a{color:#667085;padding:10px}.file .file-header>ul li>a:hover{color:#203444;text-decoration:none}.file .file-header>ul li>a i{font-size:20px}.file .file-header>ul li>a>.button-spinner-svg{stroke:#667085;margin-right:0}.file .file-header>ul li>a>.button-spinner-svg path{opacity:.5}.file .file-header>ul li .dropdown>a{color:#667085;display:inline;padding:10px}.file .file-header>ul li .dropdown>a:hover{color:#203444}.file .file-header>ul li .dropdown>a i{font-size:20px}.file .file-body{height:calc(100vh - 91px);overflow-y:auto;overflow-x:hidden}@media(min-width:992px){.file .file-body{display:flex;height:auto;flex-direction:row;overflow-y:hidden}}.file .file-body .file-content{background-color:#f9fafb;flex-grow:1;position:relative}@media(min-width:992px){.file .file-body .file-content{height:calc(100vh - 91px);width:calc(100vw - 500px)}}.file .file-body .file-content.file-content-full-width{width:100%!important}@media(min-width:1200px){.file .file-body .file-content.file-content-full-width .file-sec-navigation{width:calc(100% - 60px)!important}}@media(min-width:992px){.file .file-body .file-content.file-content-full-width .file-sec-navigation{width:calc(100% - 60px)!important}}.file .file-body .file-content .file-inner{padding:30px}@media(min-width:992px){.file .file-body .file-content .file-inner{height:100%;overflow-y:auto;overflow-x:hidden}}.file .file-body .file-content .file-inner-video{height:100%}.file .file-body .file-content .file-inner-loader{overflow:hidden}.file .file-body .file-content .edition-header,.file .file-body .file-content .version-header{align-items:center;display:flex;justify-content:center;margin-bottom:2em}.file .file-body .file-content .edition-header .btn,.file .file-body .file-content .version-header .btn{margin-left:1em}.file .file-body .file-content .archived-file{align-items:center;display:flex;justify-content:center;margin-bottom:2em}.file .file-body .file-content .file-processing-info{display:flex;justify-content:center;margin-bottom:1em}@media screen and (min-width:0px){.file .file-body .file-content .file-processing-info{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-content .file-processing-info{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-content .file-processing-info{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-content .file-processing-info{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.file .file-body .file-content .file-processing-info span{margin-left:.5em}.file .file-body .file-content .file-wrapper{height:calc(100% - 48px - 1.5rem);position:relative}.file .file-body .file-content .file-wrapper-loader{display:flex;align-items:center;justify-content:center}.file .file-body .file-content .file-wrapper-loader .file-image-wrapper{margin-bottom:150px}.file .file-body .file-content .file-wrapper-link iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}@media(max-width:767.98px){.file .file-body .file-content .file-wrapper-pdf{height:calc(100vh - 460px)}}.file .file-body .file-content .file-wrapper-video{height:100%}.file .file-body .file-content .file-wrapper-video .video-js-inactive .video-js.vjs-fullscreen .vjs-control-bar{opacity:0;transition:opacity .5s ease-in-out}.file .file-body .file-content .file-wrapper-video .video-js{margin-bottom:70px}.file .file-body .file-content .file-wrapper-video .video-js .video-marker{background-color:#ffa700;opacity:.6;border-radius:0!important;transition:transform 175ms ease;z-index:0}.file .file-body .file-content .file-wrapper-video .video-js .video-marker:hover{transform:scaleY(1.75)}.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar{display:flex;position:absolute;bottom:-30px}.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-audio-button,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-chapters-button,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-current-time,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-custom-control-spacer,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-descriptions-button,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-duration,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-live-control,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-play-control,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-playback-rate,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-progress-control,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-remaining-time,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-seek-to-live-control,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-subs-caps-button,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-time-control{order:1}.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-volume-panel{order:2}.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-fullscreen-control,.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-picture-in-picture-control{order:3}.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-volume-panel{width:10em}.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:1;position:relative;width:5em;height:3em;margin-right:0}.file .file-body .file-content .file-wrapper-video .video-js .vjs-control-bar .vjs-playback-rate .vjs-menu{z-index:9}.file .file-body .file-content .file-wrapper-video .video-js.vjs-fullscreen .vjs-control-bar{bottom:0;z-index:9}.file .file-body .file-content .file-wrapper-video .file-video-wrapper{position:absolute;top:0;left:0;right:0}.file .file-body .file-content .file-wrapper:hover .file-sec-navigation{display:block;opacity:1}.file .file-body .file-content .file-wrapper .open-image-preview{display:block;position:relative}.file .file-body .file-content .file-wrapper .open-image-preview:hover:after{color:#fff;content:"\F002";font-family:Font Awesome\ 7 Pro;font-size:30px;font-weight:900;height:30px;width:30px;text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);cursor:pointer}.file .file-body .file-content .file-wrapper .file-comments-body-wrapper{padding:.5rem;background-color:#fff;border:0;max-width:450px;max-height:270px;overflow-y:scroll;border-radius:12px}.file .file-body .file-content .file-wrapper .file-pdf-wrapper{position:relative;height:100%}@media(max-width:1199.98px){.file .file-body .file-content .file-wrapper .file-pdf-wrapper{height:calc(100vh - 91px)}}.file .file-body .file-content .file-wrapper .PdfHighlighter .MouseSelection{opacity:.45;mix-blend-mode:unset}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer{mix-blend-mode:unset}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer ::-moz-selection{background:rgba(0,116,255,.8)}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer ::selection{background:rgba(0,116,255,.8)}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer .Highlight__parts{display:none}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer .AreaHighlight{mix-blend-mode:unset;box-sizing:border-box;border:0}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer .AreaHighlight .AreaHighlight__part{box-sizing:border-box;opacity:.45;border:2px dotted #667085}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer .AreaHighlight .AreaHighlight__part.pdf-area-highlight-no-annotate,.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer:not(.text-layer-annotate-mode-enabled) .AreaHighlight__part,.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer:not(.text-layer-annotate-mode-enabled) .AreaHighlight__part>div>div{cursor:default!important}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer.text-layer-annotate-mode-enabled .AreaHighlight__part{cursor:move}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer.text-layer-annotate-mode-enabled .AreaHighlight__part>div>div{cursor:unset}.file .file-body .file-content .file-wrapper .PdfHighlighter .textLayer .Highlight__part{opacity:.4;border:2px dotted #667085}.file .file-body .file-content .file-wrapper .image-comment-tip-wrapper,.file .file-body .file-content .file-wrapper .PdfHighlighter__tip-container,.file .file-body .file-content .file-wrapper .video-comment-tip-wrapper{box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);min-width:350px;overflow:hidden;border-radius:12px}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .PdfHighlighter--disable-selection{-webkit-user-select:unset;-moz-user-select:unset;user-select:unset;pointer-events:unset}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .textLayer{cursor:crosshair}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .textLayer span{display:none}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .textLayer ::-moz-selection{background:none}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .textLayer ::selection{background:none}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .textLayer>*{cursor:crosshair}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .textLayer>* ::-moz-selection{background:none}.file .file-body .file-content .file-wrapper .pdf-highlighter-wrapper-annotation-mode .textLayer>* ::selection{background:none}.file .file-body .file-content .file-wrapper .image-comment-tip,.file .file-body .file-content .file-wrapper .pdf-comment-tip,.file .file-body .file-content .file-wrapper .video-comment-tip{border-radius:12px;border:1px solid #e4e7ec;overflow:hidden;background-color:#fff;padding:1rem;min-width:300px;display:flex;justify-content:center}.file .file-body .file-content .file-wrapper .image-comment-tip .add-comment-form,.file .file-body .file-content .file-wrapper .pdf-comment-tip .add-comment-form,.file .file-body .file-content .file-wrapper .video-comment-tip .add-comment-form{margin:0}.file .file-body .file-content .file-wrapper .image-comment-tip .add-comment-form .add-comment-wrapper,.file .file-body .file-content .file-wrapper .pdf-comment-tip .add-comment-form .add-comment-wrapper,.file .file-body .file-content .file-wrapper .video-comment-tip .add-comment-form .add-comment-wrapper{display:flex;gap:.5rem}.file .file-body .file-content .file-wrapper .image-comment-tip .add-comment-form .add-comment-wrapper .comment-name,.file .file-body .file-content .file-wrapper .pdf-comment-tip .add-comment-form .add-comment-wrapper .comment-name,.file .file-body .file-content .file-wrapper .video-comment-tip .add-comment-form .add-comment-wrapper .comment-name{margin-bottom:.75rem}.file .file-body .file-content .file-wrapper .image-comment-tip .add-comment-form .add-comment-wrapper .comment-content,.file .file-body .file-content .file-wrapper .pdf-comment-tip .add-comment-form .add-comment-wrapper .comment-content,.file .file-body .file-content .file-wrapper .video-comment-tip .add-comment-form .add-comment-wrapper .comment-content{display:flex;width:100%}.file .file-body .file-content .file-wrapper .image-comment-tip .add-comment-form .add-comment-wrapper .comment-content .comment-content-duration,.file .file-body .file-content .file-wrapper .pdf-comment-tip .add-comment-form .add-comment-wrapper .comment-content .comment-content-duration,.file .file-body .file-content .file-wrapper .video-comment-tip .add-comment-form .add-comment-wrapper .comment-content .comment-content-duration{margin-left:.75rem;width:60px}.file .file-body .file-content .file-wrapper .face-tip-element{position:fixed;background:#fff;border-radius:18px;border:1px solid #e4e7ec;z-index:9}.file .file-body .file-content .file-wrapper .face-tip-element .face-tip{display:flex;align-items:center}.file .file-body .file-content .file-wrapper .face-tip-element .face-tip .face-tip-content{display:flex;margin:4px;white-space:nowrap;align-items:center}.file .file-body .file-content .file-wrapper .face-tip-element .face-tip .face-tip-content .avatar-component{max-height:30px}.file .file-body .file-content .file-wrapper .face-tip-element .face-tip .face-tip-content .avatar-component img{display:inline-block}.file .file-body .file-content .file-wrapper .face-tip-element .face-tip .face-tip-content .face-tip-separator{align-self:stretch;background-color:#ccc;margin-bottom:4px;margin-top:4px;width:1px;box-sizing:border-box;margin-left:10px}.file .file-body .file-content .file-wrapper .face-tip-element .face-tip .face-tip-content .dropdown .nav-link{padding:0 .5rem}.file .file-body .file-content .plyr{z-index:99}@media(min-width:576px){.file .file-body .file-content .plyr.plyr--audio{margin:0 50px}}@media(min-width:768px){.file .file-body .file-content .plyr.plyr--audio{margin:0 70px}}@media(min-width:992px){.file .file-body .file-content .plyr.plyr--audio{margin:0}}@media(min-width:992px)and (max-height:350px){.file .file-body .file-content .plyr.plyr--audio{margin:0 70px}}.file .file-body .file-content .plyr.plyr--audio+.file-sec-navigation{margin-top:1em;position:relative;transform:none}@media(min-width:576px){.file .file-body .file-content .plyr.plyr--audio+.file-sec-navigation{margin-top:0;position:absolute;transform:translateY(-50%)}}@media(min-width:992px){.file .file-body .file-content .plyr.plyr--audio+.file-sec-navigation{position:fixed;transform:none}}.file .file-body .file-content .plyr.plyr--audio .plyr__controls{padding:10px}@media(min-width:576px){.file .file-body .file-content .plyr.plyr--audio .plyr__controls{padding:4px 10px}}@media(min-width:768px){.file .file-body .file-content .plyr.plyr--audio .plyr__controls{padding:16px 10px}}.file .file-body .file-content .plyr.plyr--audio .plyr__controls .plyr__menu__container{top:35px}.file .file-body .file-content .plyr.plyr--audio .plyr__controls .plyr__menu__container>div{transition:none;background:#fff}.file .file-body .file-content .file-sec-navigation{display:block;opacity:1;position:absolute;top:50%;width:100%;transition:all .15s ease;transform:translateY(-50%);pointer-events:none}@media(min-width:768px){.file .file-body .file-content .file-sec-navigation{display:none;opacity:0}}@media(min-width:992px){.file .file-body .file-content .file-sec-navigation{position:fixed;width:calc(100% - 510px);top:calc(50% + 15px);transform:none}}@media(min-width:1200px){.file .file-body .file-content .file-sec-navigation{width:calc(100% - 560px)}}.file .file-body .file-content .file-sec-navigation .file-sec-navigation-wrapper{display:flex;height:0;justify-content:space-between}.file .file-body .file-content .file-sec-navigation a,.file .file-body .file-content .file-sec-navigation span{color:#fff;background-color:rgba(0,0,0,.1);font-size:36px;line-height:40px;height:40px;width:40px;text-align:center;pointer-events:all}.file .file-body .file-content .file-sec-navigation a:hover,.file .file-body .file-content .file-sec-navigation span:hover{background-color:rgba(0,0,0,.2)}@media(min-width:768px){.file .file-body .file-content .file-sec-navigation a,.file .file-body .file-content .file-sec-navigation span{font-size:48px;line-height:60px;height:60px;width:60px}}.file .file-body .file-content .file-sec-navigation span{opacity:0}.file .file-body .file-content .file-image-wrapper{display:flex;justify-content:center}.file .file-body .file-content .file-image-wrapper .file-image-annotation-wrapper{position:relative}.file .file-body .file-content .file-image-wrapper.file-image-wrapper-basis{max-height:100%}.file .file-body .file-content .file-image-wrapper.file-image-wrapper-basis img{-o-object-fit:contain;object-fit:contain}.file .file-body .file-content .file-image-wrapper img{display:block;margin:0 auto;max-height:100%;max-width:100%;width:auto}.file .file-body .file-content .related-files-wrapper{margin:30px -30px -30px;width:calc(100% + 60px);pointer-events:none;z-index:99}@media(min-width:992px){.file .file-body .file-content .related-files-wrapper{margin:0;position:absolute;left:0;bottom:0;width:100%}}.file .file-body .file-content .related-files-wrapper .related-files-btn{background-color:#f5f5f5;color:#667085;display:inline-block;font-weight:500;padding:14px 30px;text-decoration:none;width:100%;pointer-events:all;border-top:1px solid #e4e7ec;transition:all 175ms ease-in-out}@media screen and (min-width:0px){.file .file-body .file-content .related-files-wrapper .related-files-btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-content .related-files-wrapper .related-files-btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-content .related-files-wrapper .related-files-btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-content .related-files-wrapper .related-files-btn{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-content .related-files-wrapper .related-files-btn:hover{background-color:#e4e7ec;text-decoration:none}@media(min-width:576px){.file .file-body .file-content .related-files-wrapper .related-files-btn{width:auto;border-top-right-radius:12px;border-right:1px solid #e4e7ec}}@media(min-width:992px){.file .file-body .file-content .related-files-wrapper .related-files-btn{padding:10px 20px}}.file .file-body .file-content .related-files-wrapper .related-files-btn i{line-height:inherit;margin-right:.5em}.file .file-body .file-content .related-files-wrapper .related-files-not-found{text-align:center;pointer-events:all}@media screen and (min-width:0px){.file .file-body .file-content .related-files-wrapper .related-files-not-found span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-content .related-files-wrapper .related-files-not-found span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-content .related-files-wrapper .related-files-not-found span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-content .related-files-wrapper .related-files-not-found span{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-content .related-files-wrapper .related-files{background-color:#f5f5f5;border-top:1px solid #e4e7ec;padding:20px 30px;pointer-events:all}@media(min-width:768px){.file .file-body .file-content .related-files-wrapper .related-files{border-top-right-radius:12px;border-right:1px solid #d0d5dd}}.file .file-body .file-content .related-files-wrapper .related-files ul{list-style:none;display:flex;flex-wrap:wrap;margin:0 -10px -20px;padding:0;width:calc(100% + 20px)}.file .file-body .file-content .related-files-wrapper .related-files ul li{flex-direction:row;flex-wrap:wrap;margin:0 10px 20px;width:calc(50% - 20px)}@media(min-width:576px){.file .file-body .file-content .related-files-wrapper .related-files ul li{width:calc(33.33333% - 20px)}}@media(min-width:768px){.file .file-body .file-content .related-files-wrapper .related-files ul li{width:calc(16.66667% - 20px)}}.file .file-body .file-content .related-files-wrapper .related-files ul li:last-child{margin-right:0}.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more{display:flex}.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a{align-items:center;background-color:#e4e7ec;color:#475467;display:flex;flex-direction:column;justify-content:center;padding:5px}.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a:hover{background-color:rgb(230.7,233.4,237.9);text-decoration:none}.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a i{font-size:24px}@media(min-width:320px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a i{font-size:30px}}@media(min-width:576px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a i{font-size:30px}}@media(min-width:768px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a i{font-size:24px}}@media(min-width:992px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a i{font-size:18px}}@media(min-width:1200px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a i{font-size:24px}}@media(min-width:1400px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a i{font-size:30px}}.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a span{font-size:12px;line-height:16px;margin-top:0}@media(min-width:320px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a span{font-size:16px;line-height:20px;margin-top:5px}}@media(min-width:576px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a span{font-size:16px;line-height:20px;margin-top:5px}}@media(min-width:768px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a span{font-size:14px;line-height:18px;margin-top:5px}}@media(min-width:992px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a span{font-size:12px;line-height:16px;margin-top:0}}@media(min-width:1200px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a span{font-size:14px;line-height:18px;margin-top:0}}@media(min-width:1400px){.file .file-body .file-content .related-files-wrapper .related-files ul li.related-files-more a span{font-size:16px;line-height:20px;margin-top:5px}}.file .file-body .file-content .related-files-wrapper .related-files ul li img{display:block;width:100%}.file .file-body .file-content .file-tools-ribbon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon{background-color:#fff;height:48px;border-radius:24px;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);display:flex;border:1px solid #f5f5f5;transition:border 175ms ease-in-out}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon:hover{border:1px solid #e4e7ec}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn{color:#667085;border-radius:0;border:1px solid transparent;display:flex;align-items:center}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn.btn-primary{background-color:#203444;color:#fff}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn.btn-primary:hover{background-color:#304c63;color:#fff}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn span{display:none}@media(min-width:768px){.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn span{display:unset}}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn:first-of-type{padding-left:1rem;border-top-left-radius:24px;border-bottom-left-radius:24px}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn:last-of-type{padding-right:1rem;border-top-right-radius:24px;border-bottom-right-radius:24px}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn:focus{box-shadow:none;text-decoration:none}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn:hover{text-decoration:none;color:#203444;background-color:#f9fafb}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn.disabled,.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn.disabled:hover{background-color:#f9fafb;color:#98a2b3;cursor:default;pointer-events:all}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn.active{background-color:#ebedef;color:#203444}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn svg{stroke:#98a2b3}.file .file-body .file-content .file-tools-ribbon-wrapper .file-tools-ribbon .btn .upgrade-plan-button{margin-left:.5rem}.file .file-body .file-sidebar{background-color:#f9fafb;border-top:1px solid #e4e7ec;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;position:relative;width:100%}.file .file-body .file-sidebar .file-sidebar-inner{border-radius:12px;box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);background-color:#fff;flex-grow:1;display:flex;flex-direction:column;max-height:100%}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav{padding:.75rem 1rem .5rem;justify-content:space-around;display:flex;gap:1rem;border-bottom:1px solid #e4e7ec;flex-wrap:wrap}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav-left{justify-content:flex-start}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn{color:#98a2b3;font-weight:400;transition:175ms ease-in-out;transition:border 175ms ease-in-out,color 175ms ease-in-out;position:relative;font-weight:700;text-wrap:nowrap;padding:.1rem .25rem;display:flex;align-items:center;justify-content:center;line-height:1.5rem}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn:hover{text-decoration:none;color:#667085;background-color:#f5f5f5}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn:focus{box-shadow:none;text-decoration:none}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn i{margin-right:0;font-size:1.5rem}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .slide-container{display:grid;grid-template-columns:0fr;transition:grid-template-columns .2s ease-in-out}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .slide-container{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .slide-container{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .slide-container{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .slide-container{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .slide-container .slide-inner{overflow:hidden}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn.active{background-color:#ebedef;color:#203444}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn.active i{margin-right:.25em}@media(min-width:576px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn.active .btn i{margin-right:.25em}}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn.active .slide-container{grid-template-columns:1fr}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .upgrade-plan-button-flying{left:unset;right:-6px;top:-5px}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-nav .btn .badge{background-color:#667085;color:#f9fafb;left:unset;margin-left:.75em;top:0;font-size:.8rem;border-radius:10px;line-height:20px;min-width:20px}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;max-height:100%;overflow:hidden}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .collapse,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-content-scrollable{overflow:auto;max-height:100%}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-taxonomy .collapse{overflow:unset}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-general-info{transition:height 175ms ease-in-out}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-general-info-hidden{height:0;overflow:hidden}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content>div{margin:0 1rem}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-taxonomy{border-bottom:1px solid #e4e7ec;padding:0}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-taxonomy .file-detail-header .btn>span{display:flex;align-items:center}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-taxonomy .file-detail-body{padding-top:0}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.5rem;max-height:100%}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header{padding:.5rem;border-bottom:1px solid #e4e7ec;align-items:center}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header>span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header>span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header>span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header>span{font-weight:500}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header label,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header label{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header label input,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header label input,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header label input,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header label input{margin-top:3px}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-detail-header-light,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-header-light,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-detail-header-light,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-detail-header-light{border-bottom:0}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items{overflow:auto;max-height:100%}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item{display:flex;transition:background-color 175ms ease-in-out;cursor:pointer;padding:.25rem;border-radius:12px;gap:.75rem;transition:box-shadow 175ms ease-in-out;border:1px solid transparent;overflow:hidden}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-thumbnail,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-thumbnail,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-thumbnail,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-thumbnail{width:150px;height:100px;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);border:1px solid #f9fafb;flex-shrink:0}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-thumbnail img,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-thumbnail img,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-thumbnail img,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-thumbnail img{width:100%;height:100%;transition:transform 175ms ease-in-out}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details{display:flex;gap:.5rem;flex-grow:1}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta{display:flex;flex-direction:column;gap:.25rem;justify-content:center;flex-grow:1;align-items:flex-start}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span{color:#667085}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge{background-color:#ebedef;color:#203444;font-weight:700;height:24px;border-radius:12px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);transition:all 175ms ease-in-out;padding:0;overflow:hidden;height:0;opacity:0}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge-show,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge-show,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge-show,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-meta span.file-version-meta-badge-show{padding:.15rem .5rem;height:unset;margin-bottom:.1rem;opacity:1}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions{display:flex;gap:.25rem;align-items:center}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions{font-size:1rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link{padding:.25rem .35rem;border:1px solid transparent}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link i,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link i,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link i,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link i{margin-right:0}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link:hover,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link:hover,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link:hover,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item .file-version-details .file-version-actions .btn-link:hover{background-color:#f9fafb;border:1px solid #e4e7ec}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item:hover,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item:hover,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item:hover,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item:hover{border:1px solid #d0d5dd;box-shadow:0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06)}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item:hover .file-version-thumbnail img,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item:hover .file-version-thumbnail img,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item:hover .file-version-thumbnail img,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item:hover .file-version-thumbnail img{transform:scale(1.08)}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item:hover-active,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item:hover-active,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item:hover-active,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item:hover-active{border:1px solid #203444}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments .file-version-items .file-version-item-active,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-version-items .file-version-item-active,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-version-items .file-version-item-active,.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-versions-container .file-version-items .file-version-item-active{border:1px solid #203444;background-color:#f9fafb}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-faces-element{display:flex;gap:.5em;align-items:center;justify-content:space-between;margin-bottom:1em}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-faces-element .file-faces-element-thumbnail{position:relative}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-faces-element .file-faces-element-thumbnail .file-faces-element-thumbnail-image{height:5em;width:5em;background-position:50%;background-size:cover;border-radius:12px}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-faces-element .file-faces-element-thumbnail .file-faces-element-thumbnail-icon{position:absolute;top:-.5em;right:-.65em;font-size:1.5em}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-faces-element .file-faces-element-name{width:100%}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-faces-element .file-faces-element-name .file-face.unnamed{color:#667085}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-faces .file-faces-element .file-faces-element-actions{display:flex;align-items:center}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-comments{flex-grow:1}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions{max-height:100%}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-editions .file-detail-body{padding:.25rem .5rem;max-height:100%;overflow:auto}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state{background-color:#fff;border:1px solid #e4e7ec;border-radius:12px;color:#667085;flex-direction:column;padding:1rem;gap:.5rem;display:flex;align-items:center}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-title{color:#101828}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-title i{margin-right:.5em}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-subtitle{font-size:.85rem}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-buttons{display:flex;gap:.5rem}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-buttons a:hover{text-decoration:underline}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-buttons .btn{border-radius:4px;border:1px solid #7a5af8;background-color:#f4f3ff;padding:.1rem .5rem;color:#7a5af8;transition:transform .2s ease-in}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-buttons .btn:hover{background-color:#ebe9fe;border-color:#4a1fb8;color:#4a1fb8;text-decoration:none}.file .file-body .file-sidebar .file-sidebar-inner .file-sidebar-content .file-sidebar-empty-state .file-sidebar-empty-state-buttons .btn:focus{box-shadow:none}@media(min-width:992px){.file .file-body .file-sidebar{padding:.75rem;border-top:none;height:calc(100vh - 91px);min-width:450px;width:450px}}@media(min-width:1200px){.file .file-body .file-sidebar{min-width:500px;width:500px}}.file .file-body .file-sidebar .file-access-show-in-workspace{font-size:.9rem}.file .file-body .file-sidebar .file-details-item .file-detail-header{display:flex;justify-content:space-between;padding:0;width:100%}.file .file-body .file-sidebar .file-details-item .file-detail-header-buttons-wrapper{gap:.5rem}.file .file-body .file-sidebar .file-details-item .file-detail-header-buttons-wrapper>.btn{flex:1}.file .file-body .file-sidebar .file-details-item .file-detail-header .file-comments-btn-annotate-wrapper{position:relative;display:flex}.file .file-body .file-sidebar .file-details-item .file-detail-header .file-detail-header-buttons{display:flex;gap:.5rem;align-items:stretch}.file .file-body .file-sidebar .file-details-item .file-detail-header .file-detail-header-buttons .btn-secondary{border:1px solid #e4e7ec}.file .file-body .file-sidebar .file-details-item .file-detail-header .file-detail-header-buttons .btn{padding:.1rem .5rem}.file .file-body .file-sidebar .file-details-item .file-detail-header .file-detail-header-buttons .btn:hover{background-color:#e4e7ec}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header button{background-color:transparent;color:#667085;font-weight:500;display:flex;padding:.75rem .5rem;border:none}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header button{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header button{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button),.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button){color:#101828;flex-grow:1;text-align:left;justify-content:space-between}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button),.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button){font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button),.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button){font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button),.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button){font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button),.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button){font-size:1rem;line-height:1.25rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button) i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button) i{color:#98a2b3}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button).file-detail-title-disabled,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button).file-detail-title-disabled{pointer-events:none}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button).file-detail-title-disabled>i,.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button).file-detail-title-disabled>span,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button).file-detail-title-disabled>i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button).file-detail-title-disabled>span{opacity:.65}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button) .badge,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button) .badge{background-color:rgb(172.6,180.6,194.2);color:#fff;margin-left:1em}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-title:not(.file-detail-header-button) .upgrade-plan-button,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-title:not(.file-detail-header-button) .upgrade-plan-button{margin-left:.75em}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button{border:1px solid #d0d5dd;font-weight:700;margin:.5rem 0 .75rem;padding:.5rem;justify-content:center;align-items:center;box-shadow:0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06);flex-grow:1}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button i{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button i{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button i{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button i{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button.btn-primary,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button.btn-primary{background-color:#203444;color:#fff}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button.btn-primary:hover,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button.btn-primary:hover{background-color:#304c63}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button.btn-link,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button.btn-link{background-color:#fff;color:#667085}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button.btn-link:hover,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button.btn-link:hover{background-color:#f9fafb}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button.btn-link:focus,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button.btn-link:focus{box-shadow:0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06)}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button:focus,.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-header-button:hover,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button:focus,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-header-button:hover{text-decoration:none}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-change-cancel i,.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-change-save i,.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-edit i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-change-cancel i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-change-save i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-edit i{margin:0}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-detail-change-save,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-detail-change-save{color:#203444}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn:focus,.file .file-body .file-sidebar .file-details-item .file-detail-header button:focus{box-shadow:none}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-comments-btn-annotate,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-comments-btn-annotate{padding:.25rem .5rem;align-items:center}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-comments-btn-annotate.disabled,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-comments-btn-annotate.disabled{pointer-events:all}.file .file-body .file-sidebar .file-details-item .file-detail-header .btn.file-comments-btn-annotate i,.file .file-body .file-sidebar .file-details-item .file-detail-header button.file-comments-btn-annotate i{margin-right:0;margin-top:2px}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn i,.file .file-body .file-sidebar .file-details-item .file-detail-header button i{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn i,.file .file-body .file-sidebar .file-details-item .file-detail-header button i{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn i,.file .file-body .file-sidebar .file-details-item .file-detail-header button i{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item .file-detail-header .btn i,.file .file-body .file-sidebar .file-details-item .file-detail-header button i{font-size:1rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters{align-self:center}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .dropdown-comments-filters-button{padding:.25rem .5rem}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .dropdown-comments-filters-button i{margin-right:0}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .dropdown .dropdown-menu .dropdown-item{color:#667085;font-size:1rem;padding:.25rem 1.5rem;font-weight:500}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .dropdown .dropdown-menu .dropdown-item:hover{background-color:#e4e7ec}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .dropdown .dropdown-menu .dropdown-item.active{background-color:#667085;color:#fff}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .dropdown .dropdown-menu .dropdown-item i{font-size:1rem}.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters button{padding:.15rem .75rem;font-weight:500}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters .btn,.file .file-body .file-sidebar .file-details-item .file-detail-header .dropdown-comments-filters button{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-item.file-empty-fields{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end}.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header button{align-items:center}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header button{font-size:.75rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header .btn,.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header button{font-size:.875rem;line-height:1.5rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header .btn.file-detail-title,.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header button.file-detail-title{color:#667085}.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header .btn i,.file .file-body .file-sidebar .file-details-item.file-empty-fields .file-detail-header button i{font-size:16px}.file .file-body .file-sidebar .file-details-item.file-collections .tag-label{cursor:pointer}.file .file-body .file-sidebar .file-details-item.file-history-switch{flex-grow:0}.file .file-body .file-sidebar .file-details-item .file-detail-body{padding:1rem .5rem}.file .file-body .file-sidebar .file-details-item .file-detail-body-light{padding:0 .5rem}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row{display:flex;align-items:center;gap:.5em}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row.editing{width:100%}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row.file-details-row-file-name{display:flex;align-items:center;justify-content:space-between;width:100%}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row.file-details-row-file-name.editing .editable-field-file-name,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row.file-details-row-file-name.editing .editable-field-file-prefix,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row.file-details-row-file-name.editing .editable-field-file-suffix{margin-left:0;margin-right:0;padding:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row.file-details-row-file-name .file-details-row-file-name-content{flex-grow:1}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-row.file-details-row-file-name .file-details-row-file-name-buttons{flex-shrink:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body{display:flex;flex-wrap:wrap;gap:1rem}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element{border-radius:4px;box-shadow:2px 2px 2px 0 rgba(0,0,0,.08);max-width:calc(50% - .5rem)}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element>button{padding:0;border-radius:4px 4px 0 0;overflow:hidden}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element>button img{position:relative}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element>button img:after{background-color:rgba(0,0,0,.2);content:"";height:100%;width:100%;opacity:0;position:absolute;top:0;left:0;transition:opacity .2s ease}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta{padding:1rem;background-color:#fff;border:1px solid #e4e7ec;border-top:none;border-radius:0 0 4px 4px;height:100px;margin-top:0;position:relative;transition:all .2s ease}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .file-name{white-space:nowrap;text-overflow:ellipsis;display:inline-block;overflow:hidden;max-width:100%;margin-bottom:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta h5{font-size:1rem}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions{height:0;overflow:hidden;padding-top:0;position:relative;transition:all .2s ease;transition-delay:.2s}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list{border-top:1px solid #e4e7ec;display:flex;justify-content:flex-start;list-style:none;margin:0;opacity:0;padding:20px 0 0;transition:all .2s ease-in;transition-delay:.15s}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li{margin-left:1.125em}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li:first-child{margin-left:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li.action-more{flex-grow:1;text-align:right;white-space:nowrap}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li.action-more .file-expiration-icon{color:#667085;margin-right:.75em}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li.action-more .file-expiration-icon.file-expired{color:#fe5a58}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li.action-more .dropdown{display:inline-block}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li.action-more .dropdown .dropdown-menu .dropdown-item i{width:1.125em}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li a{color:#667085;display:inline-block;font-size:20px;line-height:20px}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li a:hover{color:#203444}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element .file-editions-meta .grid-item-actions .grid-item-actions-list li a.nav-link{padding:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element.selected .file-editions-meta,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element:hover .file-editions-meta{height:159px;margin-top:-59px}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element.selected .grid-item-actions,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element:hover .grid-item-actions{height:auto;overflow:visible}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element.selected .grid-item-actions .grid-item-actions-list,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element:hover .grid-item-actions .grid-item-actions-list{opacity:1}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-editions-body .file-editions-element-active{box-shadow:0 0 0 3px #203444}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-name{align-items:baseline;display:flex;word-break:break-word;flex-direction:column}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-name .editable-field-editing{flex-grow:1}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-name .file-status{margin-left:.5em}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details{margin-bottom:1rem;overflow:visible;text-overflow:inherit;white-space:inherit}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details:last-child{margin-bottom:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details .file-uploaded-by .inactive,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details .file-uploaded .inactive{text-decoration:line-through}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details .file-uploaded-by .inactive .fas,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details .file-uploaded .inactive .fas{margin-right:5px}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details .file-uploaded-by:after,.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details .file-uploaded:after{content:"";margin:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper{margin-bottom:.5rem;display:flex}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status{min-width:24px;background-color:#f5f5f5;max-width:200px;text-overflow:ellipsis;padding:.1rem .5rem;height:24px;border-radius:12px;display:flex;align-items:center}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status span{margin-left:.5rem}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status span{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status:hover{background-color:#e4e7ec}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-status-wrapper .editable-field-status .file-status{margin-left:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-wrapper{margin-bottom:.75rem}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-details-wrapper .file-details{margin-bottom:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-textarea{color:#667085}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-custom-fields{margin-top:1em}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-custom-field{margin-bottom:1rem}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-custom-field:last-child{margin-bottom:0}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-expiration-date{margin-bottom:1rem;color:#667085}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-expiration-date.file-expired{color:#fe5a58}.file .file-body .file-sidebar .file-details-item .file-detail-body .file-expiration-date .editable-field-editing{width:unset}.file .file-body .file-sidebar .file-details-item .file-detail-body p{color:#667085}.file .file-body .file-sidebar .file-details-item .file-detail-body p:last-child{margin-bottom:0}.file .file-body .file-sidebar .file-details-item.file-comments{box-shadow:none;display:flex;flex-direction:column;justify-content:space-between;margin-top:-1px;overflow:hidden}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btns-group{display:flex}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btns-group button{align-items:center}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-title,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-title{cursor:default}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-comments-notifications,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-comments-notifications{align-items:center}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-comments-notifications i.fa,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-comments-notifications i.fab,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-comments-notifications i.fal,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-comments-notifications i.far,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-comments-notifications i.fas,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-comments-notifications i.fa,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-comments-notifications i.fab,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-comments-notifications i.fal,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-comments-notifications i.far,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-comments-notifications i.fas{margin-right:0}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header .btn.file-detail-comments-notifications:hover,.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-header button.file-detail-comments-notifications:hover{text-decoration:none}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-body{overflow-y:auto;padding:1rem 0}.file .file-body .file-sidebar .file-details-item.file-comments .file-detail-footer{border-top:1px solid #e4e7ec;flex-shrink:0;padding:1rem}.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form{margin:0}.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form.reply-comment-form{padding-left:50px}.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper{display:flex;margin-bottom:0}.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper>div{display:flex;flex-direction:column;justify-content:center}.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper>div input{margin-bottom:.5rem;height:32px}.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper>div:nth-child(2){flex-grow:1}.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper .user-avatar{margin-right:10px}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper .form-control{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper .form-control{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper .form-control{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-details-item.file-comments form.add-comment-form .add-comment-wrapper .form-control{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file .file-body .file-sidebar .file-details-edit form{margin:0 0 1em}.file .file-body .file-sidebar .file-history-collapse{flex-grow:1}.file .file-body .file-sidebar .file-history .file-history-list{border-left:1px solid #e4e7ec;color:#667085;padding-left:20px}.file .file-body .file-sidebar .file-history .file-history-list .file-history-item{position:relative}.file .file-body .file-sidebar .file-history .file-history-list .file-history-item:before{background-color:#e4e7ec;content:"";height:1px;width:10px;position:absolute;left:-20px;top:50%}.file .file-body .file-sidebar .file-history .file-history-list .file-history-item:after{background-color:#667085;border-radius:50%;content:"";height:9px;width:9px;position:absolute;left:-25px;top:50%;transform:translateY(-50%)}.file .file-body .file-sidebar .file-history .file-history-list .file-history-text{font-weight:400}@media screen and (min-width:0px){.file .file-body .file-sidebar .file-history .file-history-list .file-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file .file-body .file-sidebar .file-history .file-history-list .file-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file .file-body .file-sidebar .file-history .file-history-list .file-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file .file-body .file-sidebar .file-history .file-history-list .file-history-text{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.file .file-body .file-sidebar .file-history .file-history-list .file-history-text .user-name{font-weight:600;margin-right:.5em}.file .file-body .file-sidebar .file-history .file-history-list .file-history-text .file-history-access,.file .file-body .file-sidebar .file-history .file-history-list .file-history-text .file-history-status{font-weight:600}.file .file-body .file-sidebar .file-history .file-history-list .file-history-text .file-history-date{border-left:1px solid #e4e7ec;margin-left:.5em;padding-left:.5em}.tools-ribbon-tooltip a{color:#fff;text-decoration:underline}.tools-ribbon-tooltip a:hover{color:hsla(0,0%,100%,.8);text-decoration:none}.file-comments-body{flex-grow:1}.file-comments-body .file-comments-show-replies{text-align:center;margin-top:.25rem}.file-comments-body .file-comment{display:flex;margin-top:20px}.file-comments-body .file-comment:first-child{margin-top:0}.file-comments-body .file-comment.file-comment-reply{padding-left:50px}.file-comments-body .file-comment.file-comment-new .comment-body .comment-wrapper{background-color:#ebedef;border-color:#203444}.file-comments-body .user-avatar{margin-right:10px}.file-comments-body .comment-body{flex-grow:1}.file-comments-body .comment-body .comment-wrapper{background-color:#f9fafb;border:1px solid #f5f5f5;border-radius:8px;transition:all 1s ease;display:flex;align-items:center;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}@media screen and (min-width:0px){.file-comments-body .comment-body .comment-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-comments-body .comment-body .comment-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-comments-body .comment-body .comment-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-comments-body .comment-body .comment-wrapper{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file-comments-body .comment-body .comment-wrapper p{color:#101828;flex:1;padding:1em;margin-bottom:0}.file-comments-body .comment-body .comment-wrapper p:last-child{margin-bottom:0}.file-comments-body .comment-body .comment-wrapper .comment-content{display:flex;padding:.5rem;width:100%}.file-comments-body .comment-body .comment-wrapper .comment-content .comment-content-duration{margin-left:.75rem;width:80px}.file-comments-body .comment-body .comment-wrapper .comment-author{color:#101828;font-weight:600;margin-right:.5em}.file-comments-body .comment-body .comment-wrapper .comment-author>span{white-space:nowrap}.file-comments-body .comment-body .comment-wrapper .comment-author a,.file-comments-body .comment-body .comment-wrapper .comment-author span{color:#101828}.file-comments-body .comment-body .comment-wrapper .comment-jump-to-file button,.file-comments-body .comment-body .comment-wrapper .comment-jump-to-sidebar button{color:#667085}.file-comments-body .comment-body .comment-wrapper .comment-jump-to-file button :hover,.file-comments-body .comment-body .comment-wrapper .comment-jump-to-sidebar button :hover{color:rgb(124.95,133.45,151.3)}.file-comments-body .comment-body .comment-wrapper .comment-jump-to-file button i,.file-comments-body .comment-body .comment-wrapper .comment-jump-to-sidebar button i{font-size:1.1rem;margin-right:0}.file-comments-body .comment-body .comment-meta{color:#667085;list-style:none;margin-bottom:0;padding:.5em 1em}@media screen and (min-width:0px){.file-comments-body .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-comments-body .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-comments-body .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-comments-body .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.file-comments-body .comment-body .comment-meta li{display:inline-block}.file-comments-body .comment-body .comment-meta li:after{content:"|";display:inline-block;margin:0 .5em}.file-comments-body .comment-body .comment-meta li:last-child:after{display:none}.file-comments-body .comment-body .comment-meta a{color:#667085}.file-comments-body-compact{padding:.5rem}.file-comments-body-compact .file-comment{margin-top:.75rem}.file-comments-body-compact .file-comment.file-comment-reply{padding-left:30px}.file-comments-body-compact .user-avatar{margin-right:0}.file-comments-body-compact .add-comment-wrapper{display:flex;padding-left:30px;margin-top:.5rem}@media screen and (min-width:0px){.file-comments-body-compact .comment-body .comment-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-comments-body-compact .comment-body .comment-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-comments-body-compact .comment-body .comment-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-comments-body-compact .comment-body .comment-wrapper{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.file-comments-body-compact .comment-body .comment-wrapper p{padding:.5em}.file-comments-body-compact .comment-body .comment-wrapper .comment-author{margin-right:.25em}.file-comments-body-compact .comment-body .comment-meta{padding:.25em .5em}@media screen and (min-width:0px){.file-comments-body-compact .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.file-comments-body-compact .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.file-comments-body-compact .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.file-comments-body-compact .comment-body .comment-meta{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.file-comments-body-compact .comment-body .comment-meta li:after{margin:0 .25em}.editable-field{border-radius:12px;cursor:pointer;padding:0;margin:0;transition:background-color 175ms ease-in-out}.editable-field:not(.editable-field-editing,.editable-field-status,.editable-field-file-prefix,.editable-field-file-suffix){margin:0 -.5rem;padding:.25rem .5rem}.editable-field.editable-field-no-margin-left{margin-left:0}.editable-field.editable-field-no-margin-right{margin-right:0}.editable-field .disabled{cursor:default;color:#d0d5dd}.editable-field:hover{background:#f5f5f5;z-index:1}.editable-field-textarea{display:inline-block}.editable-field-url .edit-link{margin-left:.5em}.editable-field-editing{display:flex;align-items:center;width:100%}.editable-field-editing:hover{background:transparent}.editable-field-editing a{margin-left:.5em}.editable-field-editing.editable-field-taxonomy{display:flex;flex-direction:column}.editable-field-editing.editable-field-taxonomy .form-group{flex-grow:1;margin-bottom:0}.editable-field-editing.editable-field-taxonomy label{display:none}.editable-field-editing.editable-field-taxonomy .editable-field-taxonomy-wrapper{display:flex;width:100%}.editable-field-editing.editable-field-taxonomy .editable-field-taxonomy-wrapper>a{margin-top:.5em}.editable-field-editing.editable-field-status{width:200px}.editable-field-editing.editable-field-status label{display:none}.editable-field-editing.editable-field-status .file-status-select{width:100%;font-weight:400}@media screen and (min-width:0px){.editable-field-editing.editable-field-status .file-status-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.editable-field-editing.editable-field-status .file-status-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.editable-field-editing.editable-field-status .file-status-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.editable-field-editing.editable-field-status .file-status-select{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.editable-field-editing.editable-field-status .file-status-select__control,.editable-field-editing.editable-field-status .file-status-select__indicators{min-height:30px;height:30px}.editable-field.editable-field-person{display:flex;flex-direction:column}.editable-field.editable-field-person .form-group{flex-grow:1;margin-bottom:0}.editable-field.editable-field-person label{display:none}.editable-field.editable-field-person .editable-field-person-wrapper{display:flex;width:100%}.editable-field.editable-field-person .editable-field-person-wrapper>div{width:100%}.editable-field.editable-field-person .editable-field-person-wrapper>a{margin-top:.5em}.editable-field-disabled{cursor:auto}.editable-field-disabled:hover{background:transparent}.editable-field-empty{color:#667085}.editable-field-empty.editable-field-taxonomy{color:inherit}.editable-field-empty.editable-field-taxonomy span{color:#667085}.editable-field-empty.editable-field-taxonomy span>a{color:#203444}.editable-field-empty.editable-field-taxonomy span>a:hover{color:#304c63}.editable-field-empty.editable-field-status span{font-weight:400}@media screen and (min-width:0px){.editable-field-empty.editable-field-status span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.editable-field-empty.editable-field-status span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.editable-field-empty.editable-field-status span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.editable-field-empty.editable-field-status span{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.editable-field-file-prefix{margin:0 -1rem 0 -.5rem;padding:0 .5rem}.editable-field-file-suffix{margin:0 -.5rem 0 -1rem;padding:0 .5rem}.collections{justify-content:center;padding:15px}@media(min-width:768px){.collections{justify-content:flex-start}}.collections .collections-item{flex-grow:0;flex-shrink:0;margin-bottom:20px;max-width:100%;width:320px}@media(min-width:576px){.collections .collections-item{max-width:50%}}@media(min-width:768px){.collections .collections-item{max-width:100%}}@media(min-width:992px){.collections .collections-item{max-width:50%}}@media(min-width:1200px){.collections .collections-item{max-width:33.3333%}}@media(min-width:1350px){.collections .collections-item{max-width:25%}}@media(min-width:1800px){.collections .collections-item{max-width:20%}}@media(min-width:2100px){.collections .collections-item{max-width:16.6666%}}@media(min-width:2400px){.collections .collections-item{max-width:14.28571429%}}.collections .collections-item.selected .grid-item-like,.collections .collections-item:hover .grid-item-like{display:flex;opacity:1}.collections .collections-item.selected .input-check,.collections .collections-item:hover .input-check{display:block;opacity:1}.collections .collections-item>.input-check{display:none;opacity:0;position:absolute;top:1em;right:calc(1em + 10px);transition:opacity .2s ease;z-index:10}.collections .collections-item>.input-check:checked{display:block;opacity:1}.collections .collections-item>.input-check:checked+div{border-radius:12px;box-shadow:0 0 0 3px #203444}.collections .collections-item>.input-check:checked+div:after,.collections .collections-item>.input-check:checked+div:before{box-shadow:0 0 0 3px #203444}.collections .collections-item>.input-check:checked+div .grid-item-body{border-color:#fff}.collections .collections-item:hover .collections-item-body{height:149px;margin-top:-59px}.collections .collections-item:hover .collection-actions{height:auto;overflow:visible}.collections .collections-item:hover .collection-actions .collection-actions-list{opacity:1}.collections .collections-item:hover .collection-actions .collection-actions-list li.action-more{flex-grow:1;text-align:right}.collections .collections-item:hover .collections-item-img-wrapper:after{background-color:transparent}.collections .collections-item:hover .collections-item-img-wrapper .collection-files-count{opacity:0;top:calc(50% - 30px)}.collections .collections-item>div{background-color:#fff;border-radius:12px;box-shadow:2px 2px 2px 0 rgba(0,0,0,.04);position:relative;transition:box-shadow .2s ease}.collections .collections-item>div:after,.collections .collections-item>div:before{background-color:rgb(244.2,245.4,247.4);border:1px solid #e4e7ec;border-radius:12px;content:"";height:100%;width:100%;position:absolute;transition:box-shadow .2s ease;z-index:-1}.collections .collections-item>div:before{top:8px;left:8px}.collections .collections-item>div:after{top:4px;left:4px}.collections .collections-item .collections-item-img-wrapper{display:block;position:relative;height:0;padding-top:calc(67% - 2px)}.collections .collections-item .collections-item-img-wrapper:after{background-color:rgba(0,0,0,.2);border-radius:12px 12px 0 0;content:"";height:100%;width:100%;opacity:1;position:absolute;top:0;left:0;transition:opacity .2s ease,top .2s ease}.collections .collections-item .collections-item-img-wrapper .collection-files-count{color:#fff;display:block;font-size:24px;font-weight:600;line-height:24px;opacity:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease,top .2s ease;white-space:nowrap;z-index:10}.collections .collections-item .collections-item-img-wrapper .collection-files-count span{margin:0 15px}.collections .collections-item .collections-item-img{background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,10px 10px;background-size:20px 20px;border:1px solid #e4e7ec;border-bottom:none;border-radius:12px 12px 0 0;display:block;max-height:100%;top:0;position:absolute}.collections .collections-item .collections-item-body{background-color:#fff;border:1px solid #e4e7ec;border-top:none;border-radius:0 0 12px 12px;height:90px;margin-top:0;padding:20px 1em;position:relative;transition:all .2s ease}.collections .collections-item .collections-item-body .collection-author{position:absolute;right:1em;top:-15px}.collections .collections-item .collections-item-title{align-items:center;display:flex;margin-bottom:.25em}@media screen and (min-width:0px){.collections .collections-item .collections-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.collections .collections-item .collections-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.collections .collections-item .collections-item-title{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.collections .collections-item .collections-item-title{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.collections .collections-item .collections-item-title a{color:#101828;max-width:calc(100% - 8px);overflow:hidden;padding-right:.5em;text-overflow:ellipsis;white-space:nowrap}.collections .collections-item .collections-item-title a:hover{color:#203444;text-decoration:none}.collections .collections-item .grid-item-like{display:none;opacity:0;position:absolute;top:1em;left:calc(1rem + 10px);z-index:10}.collections .collections-item .collection-actions{height:0;overflow:hidden;padding-top:20px;position:relative;transition:all .2s ease;transition-delay:.2s}.collections .collections-item .collection-actions .collection-actions-list{border-top:1px solid #d0d5dd;display:flex;justify-content:flex-start;list-style:none;margin:0;opacity:0;padding:20px 0 0;transition:all .2s ease-in;transition-delay:.15s}.collections .collections-item .collection-actions .collection-actions-list li{margin-left:1.125em}.collections .collections-item .collection-actions .collection-actions-list li:first-child{margin-left:0}.collections .collections-item .collection-actions .collection-actions-list li.action-profile{flex-grow:1;text-align:right}.collections .collections-item .collection-actions .collection-actions-list li a{color:#98a2b3;display:inline-block;font-size:20px;line-height:20px;transform:translateY(-5px)}.collections .collections-item .collection-actions .collection-actions-list li a:hover{color:#203444}.collections .collections-item .collection-actions .collection-actions-list li a.nav-link{padding:0}.collections .collections-item .collection-actions .collection-actions-list li span{display:inline-block;transform:translateY(-5px)}.collections.reordering .collections-item .grid-item-moved-icon{color:#fff;display:inline-block;line-height:1;position:absolute;top:1em;left:1.5em;z-index:10}.collections.reordering .collections-item>div{box-shadow:0 0 0 3px #667085}.collections.reordering .collections-item .collections-item-body{border-color:#fff}.collections.reordering .collections-item.dragging{opacity:.3}.collections.reordering .collections-item .collection-files-count{display:none;opacity:0}.collections.reordering .collections-item.selected .collections-item-body,.collections.reordering .collections-item:hover .collections-item-body{height:90px;margin-top:0}.collections.reordering .collections-item.selected .collection-actions,.collections.reordering .collections-item:hover .collection-actions{height:0;overflow:hidden}.collections.reordering .collections-item.selected .collection-actions .collection-actions-list,.collections.reordering .collections-item:hover .collection-actions .collection-actions-list{opacity:0}.collections.reordering .collections-item.selected .collections-item-img-wrapper:after,.collections.reordering .collections-item.selected .grid-item-like,.collections.reordering .collections-item.selected .input-check,.collections.reordering .collections-item:hover .collections-item-img-wrapper:after,.collections.reordering .collections-item:hover .grid-item-like,.collections.reordering .collections-item:hover .input-check,.collections.reordering .collections-item>.input-check:checked{display:none;opacity:0}.collections.reordering .collections-item>.input-check:checked+div{border-radius:12px;box-shadow:0 0 0 3px #667085}.collections.reordering .collections-item>.input-check:checked+div .collections-item-body{border-color:#fff}.main-container .main-content .content-wrapper.collections-list{padding:15px}.table-wrapper table.collections-list tr{position:relative}.table-wrapper table.collections-list td{border-top-color:#e4e7ec;color:#667085;padding:.75rem 20px;vertical-align:middle}.table-wrapper table.collections-list td a{color:#667085}.table-wrapper table.collections-list td a:hover{color:#203444}.table-wrapper table.collections-list td.action-more{text-align:right}.table-wrapper table.collections-list td.action-more .options>i{font-size:20px}.table-wrapper table.collections-list td.collection-image{min-width:110px;width:110px;padding-right:0}.table-wrapper table.collections-list td.collection-image>div{position:relative}.table-wrapper table.collections-list td.collection-image>div:after,.table-wrapper table.collections-list td.collection-image>div:before{background-color:rgb(244.2,245.4,247.4);border:1px solid #e4e7ec;border-radius:4px;content:"";height:100%;width:100%;position:absolute;transition:box-shadow .2s ease;z-index:-1}.table-wrapper table.collections-list td.collection-image>div:before{top:4px;left:4px}.table-wrapper table.collections-list td.collection-image>div:after{top:2px;left:2px}.table-wrapper table.collections-list td.collection-image .list-item-img-wrapper{display:block;position:relative;height:0;padding-top:67%}.table-wrapper table.collections-list td.collection-image .list-item-img-wrapper:after{content:"";height:100%;width:100%;opacity:1;position:absolute;top:0;left:0;transition:opacity .2s ease,top .2s ease;border-radius:4px}.table-wrapper table.collections-list td.collection-image .list-item-img-wrapper .collection-files-count{color:#fff;display:block;font-weight:600;opacity:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease,top .2s ease;z-index:10}@media screen and (min-width:0px){.table-wrapper table.collections-list td.collection-image .list-item-img-wrapper .collection-files-count{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.collections-list td.collection-image .list-item-img-wrapper .collection-files-count{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.collections-list td.collection-image .list-item-img-wrapper .collection-files-count{font-size:.9625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.collections-list td.collection-image .list-item-img-wrapper .collection-files-count{font-size:1.25rem;line-height:1.25rem;letter-spacing:0}}.table-wrapper table.collections-list td.collection-image:hover .list-item-img-wrapper:after{background-color:transparent}.table-wrapper table.collections-list td.collection-image:hover .list-item-img-wrapper .collection-files-count{opacity:0;top:calc(50% - 30px)}.table-wrapper table.collections-list td.collection-image img{max-width:90px;max-height:100%;top:0;position:absolute;border-radius:4px}@media screen and (min-width:0px){.table-wrapper table.collections-list td.collection-owner{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.collections-list td.collection-owner{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.collections-list td.collection-owner{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.collections-list td.collection-owner{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.table-wrapper table.collections-list td.collection-created{white-space:nowrap}@media screen and (min-width:0px){.table-wrapper table.collections-list td.collection-created{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.collections-list td.collection-created{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.collections-list td.collection-created{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.collections-list td.collection-created{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.table-wrapper table.collections-list td.collection-fields .form-row>div{min-width:100px}@media(max-width:1199.98px){.table-wrapper table.collections-list td.collection-fields .form-row>div{margin-bottom:10px;min-width:150px;width:100%!important}.table-wrapper table.collections-list td.collection-fields .form-row>div:last-child{margin-bottom:0}}.table-wrapper table.collections-list td .list-item-title{margin-bottom:.25em}@media screen and (min-width:0px){.table-wrapper table.collections-list td .list-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.collections-list td .list-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.collections-list td .list-item-title{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.collections-list td .list-item-title{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.table-wrapper table.collections-list td .list-item-title a{color:#101828;max-width:calc(100% - 8px);padding-right:.5em;word-break:break-all}.table-wrapper table.collections-list td .list-item-title a:hover{color:#203444;text-decoration:none}.table-wrapper table.collections-list thead th{border-top:none}.table-wrapper table.collections-list thead th.selector{max-width:20px}.table-wrapper table.collections-list thead th.selector input{position:relative;margin:0}.table-wrapper table.collections-list th{border-top-color:#e4e7ec;font-weight:500;padding:1.125rem 20px}.table-wrapper table.collections-list th a{color:#101828;text-decoration:none}.table-wrapper table.collections-list th a:hover{color:#203444}.table-wrapper table.collections-list th.th-sortable.active{border-bottom-color:#203444}.table-wrapper table.collections-list th.th-sortable.active a{color:#203444}.table-wrapper table.collections-list th.collection-name{white-space:nowrap}.table-wrapper table.collections-list th.collection-name.inactive a{color:#667085}.table-wrapper table.reordering tbody tr{cursor:grab}.table-wrapper table.reordering .list-item-moved-icon{color:#fff;display:inline-block;line-height:1;position:absolute;top:5px;left:5px;z-index:10}.collections-tree-wrapper .collections-tree-search-wrapper{display:flex;position:relative;margin-bottom:10px}.collections-tree-wrapper .collections-tree-search-wrapper a,.collections-tree-wrapper .collections-tree-search-wrapper label{position:absolute;line-height:2.5em;margin:0;left:.75rem;color:rgb(152.49,159.19,173.26)}.collections-tree-wrapper .collections-tree-search-wrapper a{right:.75rem;top:0;left:auto}.collections-tree-wrapper .collections-tree-search-wrapper a:hover{color:#203444}.collections-tree-wrapper .collections-tree-search-wrapper input{padding-left:2rem;padding-right:2rem}.collections-tree-wrapper .collections-tree-search-wrapper button{margin-left:.5em}.collections-tree-wrapper .collections-tree-search-wrapper button i{margin:0}.collections-tree-wrapper.collections-tree-add-new .collections-tree-search-wrapper a{right:3.75rem}.collections-tree-wrapper .collections-tree{border:1px solid #bbb;border-radius:.25rem}.collections-tree-wrapper.collections-tree-links .collections-tree{border:none}.collections-tree-wrapper.collections-tree-links .collections-tree .rct-tree-root{margin-left:-12px;max-height:none}.collections-tree-wrapper .rct-tree-root{background-color:transparent;max-height:170px;overflow:auto}.collections-tree-wrapper .rct-tree-root.rct-tree-root-focus{outline:none}.collections-tree-wrapper .rct-tree-item-arrow-path{fill:#98a2b3}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-title-container-focused{border:none}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button{color:#667085;line-height:24px;justify-content:space-between;padding:12px 5px;overflow:hidden;border-radius:8px;transition:background-color 125ms ease-in-out,color 125ms ease-in-out}@media screen and (min-width:0px){.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button.rct-tree-item-button-current,.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button:hover{background-color:#edf0f4;color:#101828}@media(min-width:992px){.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button{padding:14px 5px}}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button span i{margin-left:.5em}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button span.inactive{color:#667085}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button span .smart-collection-icon{flex-shrink:0}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button span.searched .tree-collection-title{display:flex;gap:.25em}.collections-tree-wrapper .rct-tree-items-container .rct-tree-item-li .rct-tree-item-button:focus{outline:none}.collections-tree-wrapper .selected-collections{margin-top:.5rem}.collections-tree-wrapper .nothing-found{text-align:center;padding-bottom:.5em;color:#98a2b3}.collections-tree-wrapper .loader-small{padding-bottom:1em}.collections-tree-wrapper .rct-tree-root.rct-tree-root-focus .rct-tree-item-title-container-selected,.collections-tree-wrapper .rct-tree-root:not(.rct-tree-root-focus) .rct-tree-item-title-container-selected{background-color:#edf0f4;color:#98a2b3}.flash-messages{position:absolute;right:0;z-index:9999}.flash-messages .flash-message{position:relative;right:10px;top:10px;max-width:500px;white-space:pre-line}.shared-collections-grid,.shared-files-grid{padding:10px 30px 30px}.share-main{overflow-x:hidden;overflow-y:auto;min-height:100vh;padding-bottom:2rem}.share-main.with-actionbar{min-height:calc(100vh - 80px)}.shared-files-grid .grid-item{width:100%}.layout-share-with-footer .share-main{height:calc(100vh - 100px);overflow-x:hidden;overflow-y:auto}.share-header{align-content:center;flex-direction:row;flex-shrink:0;height:100px;justify-content:space-between;padding:20px 30px}.share-header,.share-header>div{align-items:center;display:flex}.share-header .share-actions-spacing{margin-right:.5rem}.share-header .share-logo{display:block}.share-header .share-logo img{height:auto;max-height:60px;max-width:235px;width:auto}.share-header .nav-go-to-workspace i{font-size:2em}.share-header .nav-notifications .nav-item-title{display:none}.share-header .nav-notifications .badge{position:absolute;top:0;right:0}.share-header .header-divider{height:3em}.share-header .nav-actions .navbar-nav{align-items:center}.share-header .nav-actions .nav-item .nav-item-icon i{font-size:2em}.share-header .nav-actions .nav-item .nav-item-title{display:none}@media(max-width:991.98px){.share-header{height:auto;flex-direction:column;padding:20px}.share-header .share-logo{margin-bottom:10px}.share-header .share-logo img{height:auto;max-height:60px;max-width:100%}}.share-content{margin-top:2rem;margin-bottom:.5rem;position:relative}.share-content .collections-breadcrumbs{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:.5rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.share-content .collection-tools,.share-content .share-list-header{justify-content:space-between;padding:0 30px}.share-content .share-list-header{margin:0 auto 1em;display:flex;flex-direction:row;flex-wrap:wrap}.share-content .share-list-header .share-title{margin-bottom:0}.share-content .share-list-header .share-title .view-in-workspace{margin-left:.5em;color:#101828}.share-content .share-list-header .share-title .view-in-workspace:hover{color:#203444}.share-content .share-list-header .share-details{color:#667085;margin-bottom:0}@media screen and (min-width:0px){.share-content .share-list-header .share-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.share-content .share-list-header .share-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.share-content .share-list-header .share-details{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.share-content .share-list-header .share-details{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.share-content .share-list-header .share-details .shared-by{font-weight:600}.share-content .share-list-header .share-comment{margin:1em 0 0}.share-content .share-list-header-actions{display:flex;justify-content:flex-end;flex-grow:1}.share-content .share-list-header-actions .btn-secondary,.share-content .share-list-header-actions .btn-secondary:hover{background-color:#fff;border:1px solid #e4e7ec;color:#667085}.share-content .share-list-header-actions .dropdown{margin-left:.8rem}.share-content .share-files-list{padding-top:20px}.share-content .share-slider{padding-bottom:4em}.share-content .share-slider .image-gallery-image,.share-content .share-slider .image-gallery-slide,.share-content .share-slider .image-gallery-slide-wrapper{height:calc(100vh - 300px)!important}.share-content header.page-header{margin:0 auto 1em;padding:0 30px}.share-content header.page-header .page-title{min-width:auto}@media(min-width:576px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:50%}}@media(min-width:768px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:50%}}@media(min-width:860px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:33.3333%}}@media(min-width:1200px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:25%}}@media(min-width:1350px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:20%}}@media(min-width:1800px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:20%}}@media(min-width:2100px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:16.6666%}}@media(min-width:2400px){.share-content .grid-item,.share-content .shared-collections-grid .collections-item{max-width:14.28571429%}}.share-footer{align-items:center;background-color:#203445;bottom:0;color:#fff;display:flex;height:100px;padding:20px 30px;position:fixed;width:100%}.share-footer .share-footer-logo{display:block;margin-right:20px}.share-footer .share-footer-logo img{height:auto;max-height:60px;max-width:60px;width:auto}.share-footer .share-footer-content{flex-grow:1}.share-footer .share-footer-content h4,.share-footer .share-footer-content p{margin-bottom:0}.share-footer .share-footer-button{margin-left:20px}@media(max-width:991.98px){.share-footer .share-footer-logo{display:none}.share-footer .share-footer-button .btn{white-space:nowrap}}@media(max-width:767.98px){.share-footer .share-footer-content p{display:none}}.share-cta{position:absolute;bottom:0;display:flex;align-items:center;align-self:center;justify-content:center;width:auto;background-color:#ebe9fe;padding:.5rem 2rem;margin-bottom:1em;border-radius:12px}@media(max-width:575.98px){.share-cta{display:none}}.share-cta span{color:#203445;font-weight:500}.share-cta .btn{background-color:#203445;margin-left:1em}.share-cta i{margin-left:1em}.table-wrapper table .selector{width:60px}.table-wrapper table .selector input{position:relative;margin:0}.table-wrapper table.users-list th{vertical-align:middle}.table-wrapper table.users-list td{border-top-color:#e4e7ec;color:#667085;padding:.75rem 20px;vertical-align:middle}.table-wrapper table.users-list td a{color:#667085}.table-wrapper table.users-list td a:hover{color:#203444}.table-wrapper table.users-list td.action-more{text-align:right}.table-wrapper table.users-list td.action-more .options>i{font-size:20px}.table-wrapper table.users-list td.action-more .dropdown-menu a:hover{text-decoration:none}.table-wrapper table.users-list td.action-more .dropdown-menu .dropdown-item i{width:1.125em}.table-wrapper table.users-list thead th{border-top:none}.table-wrapper table.users-list thead th.selector{max-width:20px}.table-wrapper table.users-list thead th.selector input{position:relative;margin:0}.table-wrapper table.users-list th{border-top-color:#e4e7ec;font-weight:500;padding:1.125rem 20px}.table-wrapper table.users-list th a{color:#101828;text-decoration:none}.table-wrapper table.users-list th a:hover{color:#203444}.table-wrapper table.users-list th.th-sortable.active{border-bottom-color:#203444}.table-wrapper table.users-list th.th-sortable.active a{color:#203444}.table-wrapper table.users-list th.user-name{white-space:nowrap}.table-wrapper table.users-list th.user-name.inactive a{color:#667085}.table-wrapper table.users-list th.user-name .user-name-container{display:inline-block;vertical-align:middle}.table-wrapper table.users-list th.user-name .user-name-container .user-activated-by,.table-wrapper table.users-list th.user-name .user-name-container .user-hidden{display:block;font-weight:400;color:#667085}@media screen and (min-width:0px){.table-wrapper table.users-list th.user-name .user-name-container .user-activated-by,.table-wrapper table.users-list th.user-name .user-name-container .user-hidden{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.users-list th.user-name .user-name-container .user-activated-by,.table-wrapper table.users-list th.user-name .user-name-container .user-hidden{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.users-list th.user-name .user-name-container .user-activated-by,.table-wrapper table.users-list th.user-name .user-name-container .user-hidden{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.users-list th.user-name .user-name-container .user-activated-by,.table-wrapper table.users-list th.user-name .user-name-container .user-hidden{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.table-wrapper table.users-list th.user-name .user-2fa-enabled{margin-left:.5em}.table-wrapper table.users-list th.user-name .user-2fa-enabled i{color:#667085}.table-wrapper table.users-list .user-avatar{margin-right:1rem;vertical-align:middle}.table-footer{align-items:center;display:flex;justify-content:space-between}.table-footer .page-results{align-items:center;display:flex;flex-grow:1}.table-footer .page-results span{display:inline-block;font-weight:500}.table-footer .page-results span+select{margin-left:.8em}.table-footer .page-results select{width:auto}.table-footer .table-pagination{flex-grow:1;text-align:right}.user-password .user-password-change,.user-role .user-role-change{max-width:600px;width:100%}.user-role-view-mode-switcher{margin-top:1rem}.user-role-view-mode-switcher .switch{display:flex}.user-role-view-mode-switcher .switch>i{margin-right:.5em}.user-2fa .g2fa-code{max-width:180px}.user-2fa .g2fa-qrcode{margin-bottom:1rem}.user-2fa .g2fa-qrcode img{width:300px;max-width:90%}.user-2fa .remove-2fa{margin-bottom:2em}.user-2fa .recovery-codes-list{padding:0;list-style:none;-moz-columns:2;column-count:2;width:500px;max-width:100%}.user-groups .user-groups-add{margin-bottom:2rem;max-width:600px;width:600px}.user-groups .user-groups-list{max-width:600px;width:600px}.inline-search{display:flex;align-items:center;justify-content:flex-end;width:450px;max-width:50%}@media(max-width:991.98px){.inline-search{width:100%;max-width:100%;margin-bottom:.5em}}.inline-search label{margin-bottom:0}.inline-search .search-clear{position:absolute;line-height:36px;top:0;right:.75em}.inline-search .search-clear i{color:rgb(152.49,159.19,173.26);font-size:18px}.bulk-actions{display:flex;margin-top:.5em;margin-bottom:.5em}.bulk-actions select{display:inline-block;width:auto;margin-right:.5em}.bulk-actions select:focus{box-shadow:none}.bulk-actions button{font-size:.9rem;vertical-align:top}.user-profile-groups-list{width:100%;max-width:600px}.notification-sound-option .switch{display:flex;font-weight:500}.notification-sound-option .switch .switch-control>i{margin-right:.5em}@media screen and (min-width:0px){span.sub{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){span.sub{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){span.sub{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){span.sub{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.user-notifications .notifications-settings-list li{display:flex;border-top:none}@media(max-width:991.98px){.user-notifications .notifications-settings-list li{flex-wrap:wrap}}.user-notifications .notifications-settings-list li.list-group-item-notification-header>div.actions{display:flex;justify-content:flex-end}.user-notifications .notifications-settings-list li>div{flex-grow:1;font-weight:500}@media(max-width:991.98px){.user-notifications .notifications-settings-list li .notification-label{margin-right:1.5em}}.user-notifications .notifications-settings-list li .switch-group{display:flex;flex-direction:row;flex-grow:0}@media(max-width:991.98px){.user-notifications .notifications-settings-list li .switch-group{flex-direction:column;width:100%}}.user-notifications .notifications-settings-list li .switch-group label{margin-right:1.5em}@media(max-width:991.98px){.user-notifications .notifications-settings-list li .switch-group label{margin-right:0}}.user-notifications .notifications-settings-list li .switch-group label:last-child{margin-right:0}.user-notifications .notifications-settings-list li .switch-group label i{margin-left:.5em}.user-notifications .notifications-settings-list li .switch-group label .switch-control{margin-left:0}.user-role-change .form-group{display:flex;align-items:center}.user-role-change .form-group .select-user-role{flex:1}.user-role-change .form-group #user-role-change-tooltip{margin-left:.5em}#modal-deactivate-user-tooltip{align-self:center;margin-left:.5em}.actions-wrapper .users-search{margin-bottom:.5em}.actions-wrapper .users-search input{border-radius:8px}.filters-selected{display:flex;align-items:center}.filters-selected-users{margin-bottom:1.5rem}.filters-selected-users .tags-list{align-items:center}.filter-statuses-users{margin-right:.5rem}.filter-statuses-users button{font-size:.9rem}.list-group-item-share-setting .share-view{justify-content:space-between}.table-wrapper table.groups-list th.group-name{white-space:nowrap}.table-wrapper table.groups-list td.group-image{min-width:110px;width:110px;padding-right:0}.table-wrapper table.groups-list td.group-image .list-item-img-wrapper{display:block;position:relative;height:0;padding-top:67%}.table-wrapper table.groups-list td.group-image .list-item-img-wrapper:after{background-color:rgba(0,0,0,.2);content:"";height:100%;width:100%;opacity:1;position:absolute;top:0;left:0;transition:opacity .2s ease,top .2s ease}.permissions-lists .permissions-title{padding:1rem 0;margin-bottom:0}.permissions-lists .switch-list{max-width:100%;width:600px}.group-members .group-members-add{margin-bottom:2rem;max-width:100%;width:600px}.group-members .group-members-list{max-width:600px;width:600px}.collectiongroups{justify-content:center;padding:30px 15px}@media(min-width:768px){.collectiongroups{justify-content:flex-start}}.collectiongroups .collectiongroups-item{flex-grow:0;flex-shrink:0;margin-bottom:20px;max-width:100%;width:320px}@media(min-width:992px){.collectiongroups .collectiongroups-item{max-width:50%}}@media(min-width:1200px){.collectiongroups .collectiongroups-item{max-width:33.3333%}}@media(min-width:1500px){.collectiongroups .collectiongroups-item{max-width:25%}}@media(min-width:1800px){.collectiongroups .collectiongroups-item{max-width:20%}}@media(min-width:2100px){.collectiongroups .collectiongroups-item{max-width:16.6666%}}@media(min-width:2400px){.collectiongroups .collectiongroups-item{max-width:14.28571429%}}.collectiongroups .collectiongroups-item:hover .collectiongroup-body{height:149px;margin-top:-59px}.collectiongroups .collectiongroups-item:hover .collectiongroup-actions{height:auto;overflow:visible}.collectiongroups .collectiongroups-item:hover .collectiongroup-actions .collectiongroup-actions-list{opacity:1}.collectiongroups .collectiongroups-item:hover .collectiongroup-actions .collectiongroup-actions-list li.action-more{flex-grow:1;text-align:right}.collectiongroups .collectiongroups-item:hover.non-extendable:hover .collectiongroup-body{height:90px;margin-top:0}.collectiongroups .collectiongroups-item:hover.non-extendable:hover .collectiongroup-actions{height:0;overflow:hidden}.collectiongroups .collectiongroups-item:hover.non-extendable:hover .collectiongroup-actions .collectiongroup-actions-list{opacity:0}.collectiongroups .collectiongroups-item:hover .collectiongroup-item-img-wrapper:after{background-color:transparent}.collectiongroups .collectiongroups-item:hover .collectiongroup-item-img-wrapper .collectiongroup-collections-count{opacity:0;top:calc(50% - 30px)}.collectiongroups .collectiongroups-item>div{background-color:#fff;border-radius:4px;box-shadow:2px 2px 2px 0 rgba(0,0,0,.04);position:relative;transition:box-shadow .2s ease}.collectiongroups .collectiongroups-item>div:after,.collectiongroups .collectiongroups-item>div:before{background-color:rgb(244.2,245.4,247.4);border:1px solid #e4e7ec;border-radius:4px;content:"";height:100%;width:100%;position:absolute;z-index:-1}.collectiongroups .collectiongroups-item>div:before{top:8px;left:8px}.collectiongroups .collectiongroups-item>div:after{top:4px;left:4px}.collectiongroups .collectiongroups-item .collectiongroup-item-img-wrapper{display:block;position:relative;height:0;padding-top:calc(67% - 2px)}.collectiongroups .collectiongroups-item .collectiongroup-item-img-wrapper:after{background-color:rgba(0,0,0,.2);border-radius:4px 4px 0 0;content:"";height:100%;width:100%;opacity:1;position:absolute;top:0;left:0;transition:opacity .2s ease,top .2s ease}.collectiongroups .collectiongroups-item .collectiongroup-item-img-wrapper .collectiongroup-collections-count{color:#fff;display:block;font-weight:600;opacity:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease,top .2s ease;z-index:10}@media screen and (min-width:0px){.collectiongroups .collectiongroups-item .collectiongroup-item-img-wrapper .collectiongroup-collections-count{font-size:1.125rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.collectiongroups .collectiongroups-item .collectiongroup-item-img-wrapper .collectiongroup-collections-count{font-size:1.35rem;line-height:1.35rem;letter-spacing:0}}@media screen and (min-width:768px){.collectiongroups .collectiongroups-item .collectiongroup-item-img-wrapper .collectiongroup-collections-count{font-size:1.7325rem;line-height:1.7325rem;letter-spacing:0}}@media screen and (min-width:1024px){.collectiongroups .collectiongroups-item .collectiongroup-item-img-wrapper .collectiongroup-collections-count{font-size:2.25rem;line-height:2.25rem;letter-spacing:0}}.collectiongroups .collectiongroups-item .collectiongroup-item-img{background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,10px 10px;background-size:20px 20px;border:1px solid #e4e7ec;border-bottom:none;border-radius:4px 4px 0 0;display:block;max-height:100%;top:0;position:absolute}.collectiongroups .collectiongroups-item .collectiongroup-body{background-color:#fff;border:1px solid #e4e7ec;border-top:none;border-radius:0 0 4px 4px;height:90px;margin-top:0;padding:20px 1em;position:relative;transition:all .2s ease}.collectiongroups .collectiongroups-item .collectiongroup-body .collection-author{position:absolute;right:1em;top:-15px}.collectiongroups .collectiongroups-item .collectiongroup-name{align-items:center;display:flex;margin-bottom:.25em}@media screen and (min-width:0px){.collectiongroups .collectiongroups-item .collectiongroup-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.collectiongroups .collectiongroups-item .collectiongroup-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.collectiongroups .collectiongroups-item .collectiongroup-name{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.collectiongroups .collectiongroups-item .collectiongroup-name{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.collectiongroups .collectiongroups-item .collectiongroup-name a{color:#101828;max-width:calc(100% - 8px);overflow:hidden;padding-right:.5em;text-overflow:ellipsis;white-space:nowrap}.collectiongroups .collectiongroups-item .collectiongroup-name a:hover{color:#203444;text-decoration:none}.collectiongroups .collectiongroups-item .badge.collection-group-badge{line-height:1.5rem}.collectiongroups .collectiongroups-item .collectiongroup-actions{height:0;overflow:hidden;padding-top:20px;position:relative;transition:all .2s ease;transition-delay:.2s}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list{border-top:1px solid #e4e7ec;display:flex;justify-content:flex-start;list-style:none;margin:0;opacity:0;padding:20px 0 0;transition:all .2s ease-in;transition-delay:.15s}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list li{margin-left:1.125em}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list li:first-child{margin-left:0}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list li.action-profile{flex-grow:1;text-align:right}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list li a{color:#667085;display:inline-block;font-size:20px;line-height:20px;transform:translateY(-5px)}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list li a:hover{color:#203444}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list li a.nav-link{padding:0}.collectiongroups .collectiongroups-item .collectiongroup-actions .collectiongroup-actions-list li span{display:inline-block;transform:translateY(-5px)}.collectiongroups .nothing-found-wrapper{margin:1em auto}.table-wrapper table.groups-list td.group-archived i.active,.table-wrapper table.groups-list td.group-default i.active{color:#203444}.table-wrapper table.groups-list .collection-group-access{margin-left:.5em}@media screen and (min-width:0px){.table-wrapper table.groups-list .collection-group-access{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.table-wrapper table.groups-list .collection-group-access{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.table-wrapper table.groups-list .collection-group-access{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.table-wrapper table.groups-list .collection-group-access{font-size:.8125rem;line-height:1.25rem;letter-spacing:0}}.table-wrapper table.groups-list .collection-group-access a,.table-wrapper table.groups-list .collection-group-access a:hover{color:#667085}.table-wrapper table.collections-list td.collection-archived i.active{color:#203444}.collectiongroups-search .search-clear{position:absolute;line-height:40px;top:0;right:1.5em}.collectiongroups-search .search-clear i{color:rgb(152.49,159.19,173.26);font-size:18px}.table-wrapper table.roles-list th.role-name{white-space:nowrap}.role-profile{display:flex}.role-profile .role-avatar-wrapper{margin-right:30px}.role-profile .role-details{max-width:600px;width:600px}.role-item .role-item-title{margin-bottom:0}.role-item .role-item-description{line-height:.5em!important}@media screen and (min-width:0px){.role-item .role-item-description{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.role-item .role-item-description{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.role-item .role-item-description{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.role-item .role-item-description{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings li{background-color:#fff;border:1px solid #e4e7ec;border-radius:0 0 4px 4px;box-shadow:2px 2px 2px 0 rgba(0,0,0,.04);margin-bottom:20px;padding:1em}.settings li a{align-items:center;display:flex;justify-content:space-between;padding:0;width:100%}.settings li a h5{color:#101828;margin-bottom:0}@media screen and (min-width:0px){.settings li a h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings li a h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings li a h5{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings li a h5{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.settings li a p{color:#667085;margin-bottom:0}@media screen and (min-width:0px){.settings li a p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings li a p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings li a p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings li a p{font-size:.9375rem;line-height:1.375rem;letter-spacing:0}}.settings li i{font-size:24px;width:30px;margin-right:.5em;text-align:center}@media(min-width:768px){.settings li i{font-size:30px;width:40px}}.settings li .settings-description{flex-grow:1;width:100%}.settings li .settings-description h5{display:flex;gap:.5em}.profile-edit-content-self{display:flex;flex-direction:column;height:100%}.profile-edit-content-self.settings-inner-content{max-height:100%}.profile-edit-content-self.settings-inner-content .settings-tab-content,.profile-edit-content-self.settings-inner-content .settings-tab-wrapper{padding-left:1rem;padding-right:1rem}.profile-edit-content-self.settings-inner-content .settings-tab-content{overflow:hidden}.profile-edit-content-self .tab-pane.active{display:flex;flex-direction:column;overflow:auto}.profile-edit-content-self .tab-pane.active .tab-content-wrapper{max-height:100%;height:100%;overflow:auto;min-height:350px}.profile-edit-content .settings-tab-wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:0px){.profile-edit-content .settings-tab-wrapper .settings-tabs .nav-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-edit-content .settings-tab-wrapper .settings-tabs .nav-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-edit-content .settings-tab-wrapper .settings-tabs .nav-item{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-edit-content .settings-tab-wrapper .settings-tabs .nav-item{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.profile-edit-content .settings-tab-wrapper .profile-edit-actions .nav-switch .nav-language{min-width:auto}.profile-edit-content .settings-tab-wrapper .profile-edit-actions .nav-switch .language-icon{height:20px;border:1px solid #e4e7ec}.profile-edit-content .settings-tab-wrapper .profile-edit-actions .nav-link{padding:0 .5rem;cursor:pointer;color:#203444}.profile-edit-content .settings-tab-wrapper .profile-edit-actions .nav-link:hover{color:#304c63}@media(min-width:992px){.profile-edit-content .settings-tab-wrapper .profile-edit-actions .nav-link{padding:.5rem}}.profile-edit-content .settings-tab-wrapper .profile-edit-actions i{font-size:1em}@media(min-width:992px){.profile-edit-content .settings-tab-wrapper .profile-edit-actions i{font-size:1.5em}}.profile-edit-content .prefix-suffix-content label.switch{width:100%;display:flex;gap:.5rem}.profile-edit-content .prefix-suffix-content .switch-list .form-group{display:flex;align-items:center;justify-content:space-between}.profile-edit-actions .nav{flex-wrap:nowrap}.settings-tabs{border-bottom:none;gap:.5rem;margin-bottom:.25rem}.settings-tabs .nav-link,.settings-tabs a:not([href]):not([tabindex]){color:#667085;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5em;border-radius:8px;border:0;padding:.5rem .75rem}@media(max-width:991.98px){.settings-tabs .nav-link,.settings-tabs a:not([href]):not([tabindex]){font-size:.875rem;line-height:1.125rem;padding:.35rem .5rem;text-transform:uppercase}}.settings-tabs .nav-link:hover,.settings-tabs a:not([href]):not([tabindex]):hover{color:#667085;background-color:#f5f5f5}.settings-tabs .nav-link.active,.settings-tabs a:not([href]):not([tabindex]).active{background-color:#ebedef;color:#203444}.settings-tabs .nav-item.show .nav-link{background-color:rgb(244.2,245.4,247.4);border-color:#e4e7ec #e4e7ec rgb(244.2,245.4,247.4)}@media(min-width:992px){.settings-tabs.icon-tabs:not(.icon-tabs-mini) .nav-link i{display:none}}.settings-tabs.icon-tabs:not(.icon-tabs-mini) .nav-link span{display:none}@media(min-width:992px){.settings-tabs.icon-tabs:not(.icon-tabs-mini) .nav-link span{display:inline}}.settings-tabs.icon-tabs.icon-tabs-mini i{display:none}.settings-tabs.icon-tabs.icon-tabs-mini span{text-transform:capitalize}.settings-tab-content{padding-bottom:0}.settings-tab-content .tab-pane{background-color:#fff;border:0;border-radius:12px;width:100%}.settings-tab-content .tab-pane .tab-content-wrapper{border:1px solid #e4e7ec;border-radius:12px;margin-bottom:.5rem}.settings-tab-content .tab-pane .tab-footer:not(.settings-save-wrapper){box-shadow:none}.settings-tab-content .tab-pane .tab-footer .buttons-group{display:flex}.settings-tab-content .tab-pane .tab-footer .buttons-group button{display:flex;align-items:center;margin-right:.5rem}.settings-tab-content .tab-pane .tab-footer .buttons-group button:last-child{margin-right:0}.settings-tab-content.analytics .tab-pane,.settings-tab-content.download-request .tab-pane,.settings-tab-content.export .tab-pane,.settings-tab-content.page-edit .tab-pane,.settings-tab-content.workspace-branding .tab-pane,.settings-tab-content.workspace-settings .tab-pane{background-color:#fff}.settings-tab-content.export .tab-pane{border:none}.settings-tab-content.export .tab-pane .page-header{padding:0}.settings-tab-content.export .exports-list thead th{font-weight:500}.settings-tab-content.export .exports-list tbody th{font-weight:400}.settings-tab-content .settings-permissions-list{width:100%;max-width:600px}.settings-tab-content .settings-permissions-list .list-group-item .switch-details{display:flex;flex-direction:column}.settings-tab-content .settings-permissions-list .list-group-item .switch-details .role-name{font-weight:500}.settings-tab-content .tab-content-wrapper{padding:30px}.settings-tab-content .tab-content-wrapper+.tab-content-wrapper{border-top:1px solid #e4e7ec}.settings-tab-content .custom-category-details .switch{width:100%}.settings-tab-content .custom-category-details .switch .switch-control{float:left;margin-right:.5em}.tab-footer{border-top:1px solid #e4e7ec;display:flex;padding:30px}.analytics-section h5{margin-bottom:0}.analytics-section .row,.request-reasons .request-reason{margin-bottom:1em}.request-reasons .request-reason>div{display:flex}.request-reasons .request-reason>div label{white-space:nowrap;padding-top:8px;margin-left:28px}.request-reasons .request-reason a{margin-right:1em;line-height:2.6em}.request-reasons .request-reason .reason-name{float:left}.request-reasons .request-reason .reason-actions{position:absolute;right:-60px}.download-request .row{width:100%}.download-request .status-history-list .status-history-item .status-history-comment,.download-request .status-history-list .status-history-item .status-history-text{font-weight:400}@media screen and (min-width:0px){.download-request .status-history-list .status-history-item .status-history-comment,.download-request .status-history-list .status-history-item .status-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.download-request .status-history-list .status-history-item .status-history-comment,.download-request .status-history-list .status-history-item .status-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.download-request .status-history-list .status-history-item .status-history-comment,.download-request .status-history-list .status-history-item .status-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.download-request .status-history-list .status-history-item .status-history-comment,.download-request .status-history-list .status-history-item .status-history-text{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.download-request .status-history-list .status-history-item .status-history-comment .user-name,.download-request .status-history-list .status-history-item .status-history-text .user-name{font-weight:600;margin-right:.5em}.download-request .status-history-list .status-history-item .status-history-comment .status-history-status,.download-request .status-history-list .status-history-item .status-history-text .status-history-status{font-weight:600}.download-request .status-history-list .status-history-item .status-history-comment .status-history-status i,.download-request .status-history-list .status-history-item .status-history-text .status-history-status i{margin-right:2px}.download-request .status-history-list .status-history-item .status-history-comment .status-history-date,.download-request .status-history-list .status-history-item .status-history-text .status-history-date{border-left:1px solid #e4e7ec;margin-left:.5em;padding-left:.5em}table.filters-list tbody,table.groups-list tbody,table.taxonomies-list tbody{cursor:grab}table.filters-list tbody.dragging,table.groups-list tbody.dragging,table.taxonomies-list tbody.dragging{cursor:grabbing}table.filters-list tbody tr.dragging,table.groups-list tbody tr.dragging,table.taxonomies-list tbody tr.dragging{opacity:.3;cursor:grabbing}table.filters-list tbody tr th .disabled,table.filters-list tbody tr th .disabled .dropdown,table.groups-list tbody tr th .disabled,table.groups-list tbody tr th .disabled .dropdown,table.taxonomies-list tbody tr th .disabled,table.taxonomies-list tbody tr th .disabled .dropdown{pointer-events:none;opacity:.65}table.filters-list tbody tr .taxonomy-name .taxonomy-name-content,table.groups-list tbody tr .taxonomy-name .taxonomy-name-content,table.taxonomies-list tbody tr .taxonomy-name .taxonomy-name-content{display:flex;align-items:center;gap:.5em}table.filters-list tbody tr .table-footer-buttons,table.groups-list tbody tr .table-footer-buttons,table.taxonomies-list tbody tr .table-footer-buttons{padding:30px;text-align:right}.settings-container{padding-top:1rem;padding-bottom:1rem;height:100%;display:flex;justify-content:stretch}.settings-container .btn-link:not(.password-visibility-switch){align-items:baseline;border:1px solid #e4e7ec;color:#667085}.settings-container .btn-link:not(.password-visibility-switch) i{color:#667085;margin-right:0}.settings-container .btn-link:not(.password-visibility-switch):hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}.settings-container .settings-menu-toggler-wrapper{display:none}.settings-container .settings-content{display:flex;gap:1rem;align-items:flex-start;max-height:100%;max-width:100%;flex:1;overflow-x:hidden}.settings-container .settings-content .settings-nav-wrapper{flex:2;height:100%;display:flex;flex-direction:column}.settings-container .settings-content .settings-nav-wrapper .settings-nav{border-radius:12px;border:1px solid #e4e7ec;padding:.75rem 1rem;color:#667085;max-height:100%;overflow:auto}.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;color:#101828;cursor:pointer}.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header.violet{color:#7a5af8}.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header h3{margin-bottom:0}@media screen and (min-width:0px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header h3{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header h3 i{margin-right:.5rem}.settings-container .settings-content .settings-nav-wrapper .settings-nav .settings-nav-header:not(:first-of-type){margin-top:.25rem;border-top:1px solid #e4e7ec}.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav{gap:.25rem}.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav .nav-link{color:#667085;cursor:pointer;border-radius:8px;padding:.25rem .5rem;transition:background-color 175ms ease-in-out,color 175ms ease-in-out}@media screen and (min-width:0px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav .nav-link{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav .nav-link.active,.settings-container .settings-content .settings-nav-wrapper .settings-nav .nav .nav-link:hover{background-color:#f5f5f5;color:#101828}.settings-container .settings-content .settings-inner{flex:10;height:100%;display:flex;overflow-x:auto}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper{height:100%;max-width:100%;display:flex;flex-direction:column;flex:1}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content{display:flex;flex-direction:column}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .tab-content{display:flex;overflow:hidden;height:100%}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .tab-content .tab-pane.active{width:100%;display:flex;flex-direction:column}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .tab-content .tab-pane.active .tab-content-wrapper{height:100%;overflow:auto}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .tab-content.taxonomy-edit,.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .tab-content.taxonomy-edit .tab-pane.active .tab-content-wrapper{height:unset}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .tab-content.taxonomy-edit .tab-pane.active .settings-save-wrapper{margin-bottom:1.5rem}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content.filters-content .settings-container{flex-direction:column}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .go-back-to-list-wrapper{margin-bottom:.5rem;padding:0}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .go-back-to-list-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .go-back-to-list-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .go-back-to-list-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .go-back-to-list-wrapper{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table-wrapper{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table-wrapper{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table{background-color:#fff}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table th{font-weight:500}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table td{vertical-align:middle;font-weight:500}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .table td.action-more{text-align:right}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .settings-inner-content{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem;flex-grow:1}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .settings-inner-content.filters-content,.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .settings-inner-content.profile-edit-content{padding-bottom:0;padding-right:0}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .settings-inner-content .container-fluid{padding-left:0}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .settings-inner-content.prefix-suffix-content label.switch{width:100%;display:flex;gap:.5rem}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .page-header{align-items:flex-start}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content,.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content>div{max-height:100%}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content.custom-role-edit-content,.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content.group-edit-content{padding-left:1em}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content.custom-role-edit-content .settings-save-wrapper,.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content.group-edit-content .settings-save-wrapper{margin-bottom:1em}.settings-container .settings-content .settings-inner h3{font-weight:700;color:#101828;margin-bottom:1rem;display:flex;gap:.5rem}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner h3{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner h3{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.settings-container .settings-content .settings-inner h4{font-weight:500;color:#101828;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner h4{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner h4{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner h4{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner h4{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.settings-container .settings-content .settings-inner h5{color:#667085;font-weight:700}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner h5{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings-container .settings-content .settings-inner p{color:#667085}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner p{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings-container .settings-content .settings-inner .page-header{padding:0;margin-bottom:1rem}.settings-container .settings-content .settings-inner .page-header h3{margin-bottom:0}.settings-container .settings-content .settings-inner .breadcrumbs{padding:0 0 .5rem}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner .breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner .breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner .breadcrumbs{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner .breadcrumbs{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings-container .settings-content .settings-inner .color-button{background-color:#fff;display:inline-block;box-shadow:none}.settings-container .settings-content .settings-inner .color-button .color-button-content{border-radius:8px;border:2px solid #e4e7ec;width:80px;height:25px;overflow:hidden;cursor:pointer}.settings-container .settings-content .settings-inner .color-button .color-button-content-big{height:80px;border-radius:12px}.settings-container .settings-content .settings-inner .color-picker-popover{position:absolute;z-index:2}.settings-container .settings-content .settings-inner .color-picker-popover .color-picker-cover{position:fixed;top:0;right:0;bottom:0;left:0}.settings-container .settings-content .settings-inner .billing-emails-row{margin-top:1rem}.settings-container .settings-content .settings-inner .billing-emails-row .tags-list{margin-bottom:.5rem}.settings-container .settings-content .settings-inner .billing-emails-input-area{display:flex}.settings-container .settings-content .settings-inner .billing-emails-input-area .btn{margin-left:.5rem}.settings-container .settings-content .settings-inner .billing-emails-input-area .btn i{margin:0}.settings-container .settings-content .settings-inner .image-content-wrapper{display:flex;gap:.5rem}.settings-container .settings-content .settings-inner .image-content-wrapper.watermark-content-wrapper{flex-direction:column;align-items:center}.settings-container .settings-content .settings-inner .image-content-wrapper .image-container{align-items:center;background-color:#f9fafb;display:inline-flex;flex-direction:column;flex-grow:1;padding:2rem 3rem;width:100%;border:1px solid #e4e7ec;border-radius:12px;height:230px}.settings-container .settings-content .settings-inner .image-content-wrapper .image-container.watermark-preview-container{padding:30px}.settings-container .settings-content .settings-inner .image-content-wrapper .image-container.watermark-preview-container .image-wrapper{position:relative}.settings-container .settings-content .settings-inner .image-content-wrapper .image-container.watermark-preview-container .watermark-preview-loading{position:absolute;color:#fff;margin:0;top:50%;left:50%;transform:translate(-50%,-50%)}.settings-container .settings-content .settings-inner .image-content-wrapper .image-container .image-wrapper{display:flex;flex-grow:1;max-height:100%;align-items:center}.settings-container .settings-content .settings-inner .image-content-wrapper .image-container img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.settings-container .settings-content .settings-inner .image-content-wrapper .image-container .watermark-position-select{margin-top:1em}.settings-container .settings-content .settings-inner .image-content-wrapper .logo-buttons{display:flex;flex-direction:column;gap:.5rem}.settings-container .settings-content .settings-inner .settings-section{display:flex;gap:1rem}.settings-container .settings-content .settings-inner .upload-file{display:none}.settings-container .settings-content .settings-inner .switch-list li label h4,.settings-container .settings-content .settings-inner .switch-list li label p{margin-bottom:0}.settings-container .settings-content .settings-inner .switch-list li label .switch-details{display:flex;flex-direction:column;gap:.25rem}.settings-container .settings-content .settings-inner .list-group-item{border-top:1px solid transparent;border-bottom:1px solid transparent;transition:border 175ms ease-in-out}.settings-container .settings-content .settings-inner .list-group-item:hover:not(.list-group-item-setting-array){border-top:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec}.settings-container .settings-content .settings-inner .list-group-item .presets-list-header-row-wrapper{flex:1}.settings-container .settings-content .settings-inner .list-group-item .presets-list-header-row-wrapper .presets-list-header{padding-top:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.settings-container .settings-content .settings-inner .list-group-item .presets-list-header-row-wrapper .presets-list-header h4{margin-bottom:0}.settings-container .settings-content .settings-inner .list-group-item.list-group-item-setting-select{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.settings-container .settings-content .settings-inner .list-group-item.list-group-item-setting-select label{margin:0}.settings-container .settings-content .settings-inner .list-group-item label .workspace-settings-name-wrapper{display:flex;gap:.5em}.settings-container .settings-content .settings-inner .list-group-item label p{margin-bottom:0}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner .list-group-item label span:not(.upgrade-plan-button-plan-name){font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner .list-group-item label span:not(.upgrade-plan-button-plan-name){font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner .list-group-item label span:not(.upgrade-plan-button-plan-name){font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner .list-group-item label span:not(.upgrade-plan-button-plan-name){font-size:.875rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:0px){.settings-container .settings-content .settings-inner .list-group-item .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-container .settings-content .settings-inner .list-group-item .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-container .settings-content .settings-inner .list-group-item .error{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-container .settings-content .settings-inner .list-group-item .error{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.settings-container .settings-content .settings-inner .nothing-found-table-wrapper{margin:0;align-items:center;justify-content:center;padding:2rem;display:flex}.settings-container .settings-content .settings-inner .nothing-found-table-wrapper h4{color:#667085}.settings-container .settings-save-wrapper{display:flex;justify-content:space-between;padding:.75rem;border-radius:12px;overflow:hidden;background-color:#f4f3ff;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);border:1px solid #d9d6fe;flex-shrink:0;transition:border 175ms ease-in-out}.settings-container .settings-save-wrapper-unsaved{border:1px solid #7a5af8}.settings-container .settings-save-wrapper .buttons-group{display:flex;gap:1rem;align-items:center}.settings-container .settings-save-wrapper .buttons-group .btn-link{background-color:#fff;display:flex;gap:.5rem}.settings-container .settings-save-wrapper .buttons-group .btn-primary{background-color:#203445;border-color:#203445}.settings-container .settings-save-wrapper .buttons-group .btn-primary:hover{background-color:rgb(26.56,43.16,57.27);border-color:rgb(26.56,43.16,57.27)}.settings-container .settings-save-wrapper .buttons-group .btn-primary:focus{box-shadow:none}.settings-container .settings-save-wrapper .buttons-group p{margin-bottom:0;color:#7a5af8}.settings-payment-wrapper .discount-alert{margin-bottom:2em;color:#fff;background-color:#8a6cfc;border-color:#8a6cfc}.settings-payment .btn-danger:hover{background-color:rgb(210.82,74.7,73.04);border-color:rgb(210.82,74.7,73.04)}.settings-payment .btn-danger:focus{box-shadow:0 0 0 .2rem rgba(254,90,88,.5)}.settings-payment .pricing-switcher{display:flex;justify-content:center;align-items:center;margin-bottom:1em}.settings-payment .pricing-switcher .pricing-switcher-title{text-transform:uppercase;font-weight:700}.settings-payment .pricing-switcher label.switch{margin:0 1em}.settings-payment .payment-plan{max-width:100%;margin-left:0;margin-bottom:3em}.settings-payment .payment-plan .row{align-items:center;padding:30px 1em;border:1px solid #e4e7ec;border-radius:0 0 4px 4px;box-shadow:2px 2px 2px 0 rgba(0,0,0,.04)}.settings-payment .payment-plan .row p:last-child{margin-bottom:0}.settings-payment .payment-plan .row .plan-header{margin-bottom:.25em}.settings-payment .payment-plan .row .plan-header .plan-name{margin-bottom:0}.settings-payment .payment-plan .row .plan-header .plan-details{color:#667085}.settings-payment .payment-plan .row .plan-body .plan-price{color:#3173cd;font-weight:500}@media screen and (min-width:0px){.settings-payment .payment-plan .row .plan-body .plan-price{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-payment .payment-plan .row .plan-body .plan-price{font-size:1.35rem;line-height:1.8rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-payment .payment-plan .row .plan-body .plan-price{font-size:1.7325rem;line-height:2.31rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-payment .payment-plan .row .plan-body .plan-price{font-size:2.25rem;line-height:3rem;letter-spacing:0}}.settings-payment .payment-plan .row .plan-content{text-align:left}.settings-payment .payment-plan .row .plan-button{text-align:right}.settings-payment .pricing-wrapper{align-items:stretch;justify-content:center}.settings-payment .pricing-wrapper>div{display:flex;flex-direction:column;margin-bottom:3em}.settings-payment .pricing-wrapper .current-plan .price-card{margin-top:0;border-radius:0 0 4px 4px}.settings-payment .pricing-wrapper .current-plan .current-plan-tag{border-radius:4px 4px 0 0;color:#fff;display:block;font-size:16px;font-weight:600;line-height:30px;padding:10px;text-align:center;text-transform:uppercase;white-space:nowrap}.settings-payment .pricing-wrapper .current-plan.free-plan .current-plan-tag{background-color:#203445}.settings-payment .pricing-wrapper .current-plan.teams-plan .current-plan-tag{background-color:#7a5af8}.settings-payment .pricing-wrapper .current-plan.basic-plan .current-plan-tag{background-color:#28c29b}.settings-payment .pricing-wrapper .current-plan.premium-plan .current-plan-tag{background-color:#00cfff}.settings-payment .price-card{height:100%;margin-top:50px;padding-top:20px;border-width:2px}.settings-payment .price-card .price-header{background-color:transparent;border-bottom:none;margin-bottom:.25em;text-align:left}@media screen and (min-width:0px){.settings-payment .price-card .price-header p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-payment .price-card .price-header p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-payment .price-card .price-header p{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-payment .price-card .price-header p{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.settings-payment .price-card .price-header .price-tag{color:#3173cd;font-weight:500}@media screen and (min-width:0px){.settings-payment .price-card .price-header .price-tag{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-payment .price-card .price-header .price-tag{font-size:1.35rem;line-height:1.8rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-payment .price-card .price-header .price-tag{font-size:1.7325rem;line-height:2.31rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-payment .price-card .price-header .price-tag{font-size:2.25rem;line-height:3rem;letter-spacing:0}}.settings-payment .price-card .price-header .price-details{color:#667085}.settings-payment .price-card .price-body{padding-top:0;text-align:left;height:200px;max-height:200px}.settings-payment .price-card .price-body .custom-select:focus{box-shadow:none;border-color:#bbb}.settings-payment .price-card .price-body .button-wrapper{text-align:center;margin-top:1em;margin-bottom:10px}.settings-payment .price-card .price-body p{margin-bottom:0}.settings-payment .price-card .price-body ul,.settings-payment .price-card .price-footer ul{display:inline-block;text-align:left;list-style:none;padding:0}.settings-payment .price-card .price-body ul li,.settings-payment .price-card .price-footer ul li{margin-bottom:.25em}@media screen and (min-width:0px){.settings-payment .price-card .price-body ul li,.settings-payment .price-card .price-footer ul li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-payment .price-card .price-body ul li,.settings-payment .price-card .price-footer ul li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-payment .price-card .price-body ul li,.settings-payment .price-card .price-footer ul li{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-payment .price-card .price-body ul li,.settings-payment .price-card .price-footer ul li{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.settings-payment .price-card .price-body ul li i,.settings-payment .price-card .price-footer ul li i{margin-right:.5em}.settings-payment .price-card .price-body ul li.unlimited-users,.settings-payment .price-card .price-footer ul li.unlimited-users{font-weight:500}.settings-payment .price-card .price-footer{background-color:transparent;border-top:none;padding-bottom:20px}@media screen and (min-width:0px){.settings-payment .price-card .price-footer h5,.settings-payment .price-card .price-footer ul li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.settings-payment .price-card .price-footer h5,.settings-payment .price-card .price-footer ul li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.settings-payment .price-card .price-footer h5,.settings-payment .price-card .price-footer ul li{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.settings-payment .price-card .price-footer h5,.settings-payment .price-card .price-footer ul li{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.settings-payment .price-card.scale-card{height:auto}.settings-payment .price-card.scale-card .price-body{text-align:left}.settings-payment .price-card.scale-card .price-body .card-title{margin-left:1em}.settings-payment .price-card.scale-card .price-body .right{display:flex;flex-direction:column;justify-content:center;align-items:center}.settings-payment .price-card.scale-card .price-body .right .card-subtitle{margin-bottom:1em}.settings-payment .price-card.free-card{border-color:#203445}.settings-payment .price-card.free-card .unlimited-users,.settings-payment .price-card.free-card a,.settings-payment .price-card.free-card h2,.settings-payment .price-card.free-card li i{color:#203445}.settings-payment .price-card.free-card a:hover{color:rgb(26.56,43.16,57.27)}.settings-payment .price-card.basic-card{border-color:#28c29b}.settings-payment .price-card.basic-card .unlimited-users,.settings-payment .price-card.basic-card a,.settings-payment .price-card.basic-card h2,.settings-payment .price-card.basic-card li i{color:#28c29b}.settings-payment .price-card.basic-card a:hover{color:rgb(33.2,161.02,128.65)}.settings-payment .price-card.basic-card button{background-color:#28c29b;border-color:#28c29b}.settings-payment .price-card.basic-card button:hover{background-color:rgb(33.2,161.02,128.65);border-color:rgb(33.2,161.02,128.65)}.settings-payment .price-card.basic-card button:focus{box-shadow:0 0 0 .2rem rgba(40,194,155,.5)}.settings-payment .price-card.teams-card{border-color:#7a5af8}.settings-payment .price-card.teams-card .unlimited-users,.settings-payment .price-card.teams-card a,.settings-payment .price-card.teams-card h2,.settings-payment .price-card.teams-card li i{color:#7a5af8}.settings-payment .price-card.teams-card a:hover{color:rgb(101.26,74.7,205.84)}.settings-payment .price-card.teams-card button{background-color:#7a5af8;border-color:#7a5af8}.settings-payment .price-card.teams-card button:hover{background-color:rgb(101.26,74.7,205.84);border-color:rgb(101.26,74.7,205.84)}.settings-payment .price-card.teams-card button:focus{box-shadow:0 0 0 .2rem rgba(122,90,248,.5)}.settings-payment .price-card.premium-card{border-color:#00cfff}.settings-payment .price-card.premium-card .unlimited-users,.settings-payment .price-card.premium-card a,.settings-payment .price-card.premium-card h2,.settings-payment .price-card.premium-card li i{color:#00cfff}.settings-payment .price-card.premium-card a:hover{color:rgb(0,171.81,211.65)}.settings-payment .price-card.premium-card button{background-color:#00cfff;border-color:#00cfff}.settings-payment .price-card.premium-card button:hover{background-color:rgb(0,171.81,211.65);border-color:rgb(0,171.81,211.65)}.settings-payment .price-card.premium-card button:focus{box-shadow:0 0 0 .2rem rgba(0,207,255,.5)}.settings-payment .most-popular .most-popular-tag{background-color:#203444;border-radius:4px 4px 0 0;color:#fff;display:block;font-size:16px;font-weight:600;line-height:30px;padding:10px;text-align:center;text-transform:uppercase;white-space:nowrap}.settings-payment .most-popular .price-card{border:2px solid #203444;border-radius:0 0 4px 4px;margin-top:0}.settings-payment .most-popular .price-card .price-header .price-tag{color:#203444}@media(max-width:991.98px){.settings-payment .payment-plan .row .plan-button{margin-top:30px;text-align:center}.settings-payment .payment-plan .row .plan-content{text-align:center}}.apexcharts-canvas>svg{overflow:visible}.stockpress-version{color:#98a2b3;text-align:center;margin:.25rem}@media screen and (min-width:0px){.stockpress-version{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.stockpress-version{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.stockpress-version{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.stockpress-version{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.stockpress-version a{color:#667085}.dropdown-item-link i.fa,.dropdown-item-link i.fab,.dropdown-item-link i.fal,.dropdown-item-link i.far,.dropdown-item-link i.fas{margin-right:.5em}.table-wrapper table.statuses-list th.status-name a{white-space:nowrap}.terms-content-wrapper .tag-search{margin-bottom:.5rem}.metadata-mapping-wrapper .list-group-flush:last-child .list-group-item:last-child{border-bottom:1px solid #e4e7ec}.metadata-mapping-wrapper .metadata-mapping-header{display:flex;justify-content:flex-end;margin-bottom:.5rem}.metadata-mapping-wrapper .metadata-mapping-table-wrapper{width:100%}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .table-responsive{overflow-x:visible}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table td{border-top:1px solid #e4e7ec}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table button i{margin-right:0}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table .metadata-mapping{display:flex;border-top:none}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table .metadata-mapping button{margin-left:.5rem}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table .metadata-mapping .metadata-mapping-select{width:100%}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table .metadata-mapping-simple-change{white-space:nowrap}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table .metadata-mapping-icon{color:#203444;text-align:center}.metadata-mapping-wrapper .metadata-mapping-table-wrapper .metadata-mapping-table .metadata-mapping-separator{margin-left:.5rem;width:50px}.share-settings-tab h5{margin-top:1rem;display:flex;align-items:center;gap:.5em}.share-settings-tab .restricted-notice{color:#667085}@media screen and (min-width:0px){.share-settings-tab .restricted-notice{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.share-settings-tab .restricted-notice{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.share-settings-tab .restricted-notice{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.share-settings-tab .restricted-notice{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.share-settings-tab .switch-list .share-setting-switch-wrapper{display:flex;align-items:center;gap:.75em}.share-settings-tab .switch-list .share-setting-switch-wrapper .switch-control{margin-left:0}.share-settings-tab .share-settings-templates-controls{display:flex;margin-bottom:.75rem}.share-settings-tab .share-settings-templates-controls .btn-group{margin-left:.5rem;margin-right:.5rem}.share-settings-tab .share-settings-templates-controls button .button-spinner-svg,.share-settings-tab .share-settings-templates-controls button i{margin-right:0}.share-settings-tab .share-settings-templates-controls .share-settings-select-templates{max-width:400px;width:100%}.share-color{justify-content:space-between}.share-color>div{display:flex;align-items:center}.share-color>div button{font-weight:400}.share-color .color-button{padding:6px;background-color:#fff;border-radius:1px;box-shadow:0 0 0 1px rgba(0,0,0,.1);display:inline-block;cursor:pointer;display:flex;align-items:center}.share-color .color-button.color-button-disabled{cursor:default}.share-color .color-button .color-button-content{width:50px;height:20px}.share-color .color-picker-popover{position:absolute;z-index:2;right:20px}.share-color .color-picker-popover .color-picker-cover{position:fixed;top:0;right:0;bottom:0;left:0}.share-logo{justify-content:space-between}.share-logo>div{display:flex;gap:.5rem;align-items:center}.share-logo .small-logo-container img{max-height:50px;max-width:130px}.shares-content .table-filters{display:flex;align-items:flex-end;justify-content:space-between}.shares-content .table-filters .inline-search{align-items:baseline}.dropdown-menu-action-more .dropdown-item .share-item-actions i{margin-right:.5em}@media(max-width:767.98px){.settings-container{flex-direction:column;min-height:calc(100vh - 160px)}.settings-container .settings-menu-toggler-wrapper{display:block}.settings-container .settings-menu-toggler-wrapper .btn:focus,.settings-container .settings-menu-toggler-wrapper .btn:hover{background:transparent}.settings-container .settings-content .settings-inner-content{padding-left:.25rem!important;padding-right:.25rem!important;padding-top:.5rem!important}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content{padding-left:0!important}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .settings-tab-content{padding-bottom:120px}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .main-content .settings-tab-content .settings-save-wrapper{position:absolute;bottom:40px;width:100%}.settings-container .settings-content .settings-inner .settings-inner-content-wrapper .container-fluid{padding-left:.25rem!important;padding-right:.25rem!important}.settings-nav-wrapper{position:absolute;z-index:99}.settings-nav-wrapper .settings-nav{background-color:#fff}}.external-auth-wrapper,.login-wrapper,.register-wrapper{display:flex;flex-direction:column;justify-content:center;min-height:100vh;margin:0 auto;max-width:400px;width:100%;padding:.5rem}.external-auth-wrapper .external-auth-inner,.external-auth-wrapper .login-inner,.external-auth-wrapper .register-inner,.login-wrapper .external-auth-inner,.login-wrapper .login-inner,.login-wrapper .register-inner,.register-wrapper .external-auth-inner,.register-wrapper .login-inner,.register-wrapper .register-inner{background-color:#fff;border-radius:4px;padding:2rem}@media(min-width:768px){.external-auth-wrapper .external-auth-inner,.external-auth-wrapper .login-inner,.external-auth-wrapper .register-inner,.login-wrapper .external-auth-inner,.login-wrapper .login-inner,.login-wrapper .register-inner,.register-wrapper .external-auth-inner,.register-wrapper .login-inner,.register-wrapper .register-inner{padding:3rem}}.external-auth-wrapper .external-auth-inner .login-message,.external-auth-wrapper .login-inner .login-message,.external-auth-wrapper .register-inner .login-message,.login-wrapper .external-auth-inner .login-message,.login-wrapper .login-inner .login-message,.login-wrapper .register-inner .login-message,.register-wrapper .external-auth-inner .login-message,.register-wrapper .login-inner .login-message,.register-wrapper .register-inner .login-message{text-align:center;color:#667085;margin-top:4em}.external-auth-wrapper .external-auth-inner a:hover i,.login-wrapper .external-auth-inner a:hover i,.register-wrapper .external-auth-inner a:hover i{text-decoration:inherit}.external-auth-wrapper .external-auth-inner .error,.login-wrapper .external-auth-inner .error,.register-wrapper .external-auth-inner .error{margin-top:2em}.external-auth-wrapper .external-auth-inner .signup-form .form-group,.login-wrapper .external-auth-inner .signup-form .form-group,.register-wrapper .external-auth-inner .signup-form .form-group{margin-bottom:1rem!important}.external-auth-wrapper .external-auth-inner .signup-form .form-group label,.login-wrapper .external-auth-inner .signup-form .form-group label,.register-wrapper .external-auth-inner .signup-form .form-group label{margin-bottom:0}.external-auth-wrapper .external-auth-inner .signup-form .form-group.signup-subdomain>div,.login-wrapper .external-auth-inner .signup-form .form-group.signup-subdomain>div,.register-wrapper .external-auth-inner .signup-form .form-group.signup-subdomain>div{display:flex;align-items:center}.external-auth-wrapper .external-auth-inner .signup-form .form-group.signup-subdomain>div span,.login-wrapper .external-auth-inner .signup-form .form-group.signup-subdomain>div span,.register-wrapper .external-auth-inner .signup-form .form-group.signup-subdomain>div span{margin-left:.25rem}.external-auth-wrapper .external-auth-logo img,.external-auth-wrapper .login-logo img,.external-auth-wrapper .register-logo img,.login-wrapper .external-auth-logo img,.login-wrapper .login-logo img,.login-wrapper .register-logo img,.register-wrapper .external-auth-logo img,.register-wrapper .login-logo img,.register-wrapper .register-logo img{display:block;margin:0 auto;max-height:200px;max-width:100%}.external-auth-wrapper .login-form,.external-auth-wrapper .register-form,.login-wrapper .login-form,.login-wrapper .register-form,.register-wrapper .login-form,.register-wrapper .register-form{margin-bottom:0}.external-auth-wrapper .login-form .error,.external-auth-wrapper .register-form .error,.login-wrapper .login-form .error,.login-wrapper .register-form .error,.register-wrapper .login-form .error,.register-wrapper .register-form .error{margin-bottom:1rem;text-align:center}.external-auth-wrapper .login-form .groups-wrapper .form-group:last-child,.external-auth-wrapper .register-form .groups-wrapper .form-group:last-child,.login-wrapper .login-form .groups-wrapper .form-group:last-child,.login-wrapper .register-form .groups-wrapper .form-group:last-child,.register-wrapper .login-form .groups-wrapper .form-group:last-child,.register-wrapper .register-form .groups-wrapper .form-group:last-child{margin-bottom:0}.external-auth-wrapper .login-form .login-forgot,.external-auth-wrapper .register-form .login-forgot,.login-wrapper .login-form .login-forgot,.login-wrapper .register-form .login-forgot,.register-wrapper .login-form .login-forgot,.register-wrapper .register-form .login-forgot{margin-bottom:1.5rem;text-align:right}@media screen and (min-width:0px){.external-auth-wrapper .login-form .login-forgot,.external-auth-wrapper .register-form .login-forgot,.login-wrapper .login-form .login-forgot,.login-wrapper .register-form .login-forgot,.register-wrapper .login-form .login-forgot,.register-wrapper .register-form .login-forgot{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.external-auth-wrapper .login-form .login-forgot,.external-auth-wrapper .register-form .login-forgot,.login-wrapper .login-form .login-forgot,.login-wrapper .register-form .login-forgot,.register-wrapper .login-form .login-forgot,.register-wrapper .register-form .login-forgot{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.external-auth-wrapper .login-form .login-forgot,.external-auth-wrapper .register-form .login-forgot,.login-wrapper .login-form .login-forgot,.login-wrapper .register-form .login-forgot,.register-wrapper .login-form .login-forgot,.register-wrapper .register-form .login-forgot{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.external-auth-wrapper .login-form .login-forgot,.external-auth-wrapper .register-form .login-forgot,.login-wrapper .login-form .login-forgot,.login-wrapper .register-form .login-forgot,.register-wrapper .login-form .login-forgot,.register-wrapper .register-form .login-forgot{font-size:.8125rem;line-height:1.25rem;letter-spacing:0}}.external-auth-wrapper .login-form .btn-wrapper,.external-auth-wrapper .register-form .btn-wrapper,.login-wrapper .login-form .btn-wrapper,.login-wrapper .register-form .btn-wrapper,.register-wrapper .login-form .btn-wrapper,.register-wrapper .register-form .btn-wrapper{text-align:center}.external-auth-wrapper .login-form .login-saml,.external-auth-wrapper .register-form .login-saml,.login-wrapper .login-form .login-saml,.login-wrapper .register-form .login-saml,.register-wrapper .login-form .login-saml,.register-wrapper .register-form .login-saml{text-align:center;margin-top:2rem}.external-auth-wrapper .login-form .login-saml a,.external-auth-wrapper .register-form .login-saml a,.login-wrapper .login-form .login-saml a,.login-wrapper .register-form .login-saml a,.register-wrapper .login-form .login-saml a,.register-wrapper .register-form .login-saml a{border:1px solid #98a2b3;border-radius:8px;display:block;color:#344054;font-weight:700;padding:.2em}.external-auth-wrapper .login-form .login-saml a:hover,.external-auth-wrapper .register-form .login-saml a:hover,.login-wrapper .login-form .login-saml a:hover,.login-wrapper .register-form .login-saml a:hover,.register-wrapper .login-form .login-saml a:hover,.register-wrapper .register-form .login-saml a:hover{text-decoration:none;background-color:#f5f5f5}.external-auth-wrapper .login-form .login-saml a img,.external-auth-wrapper .register-form .login-saml a img,.login-wrapper .login-form .login-saml a img,.login-wrapper .register-form .login-saml a img,.register-wrapper .login-form .login-saml a img,.register-wrapper .register-form .login-saml a img{max-width:100px}.external-auth-wrapper .login-form .register-link,.external-auth-wrapper .register-form .register-link,.login-wrapper .login-form .register-link,.login-wrapper .register-form .register-link,.register-wrapper .login-form .register-link,.register-wrapper .register-form .register-link{text-align:center;margin-top:2rem}.external-auth-wrapper .login-form .g2fa-group label,.login-wrapper .login-form .g2fa-group label,.register-wrapper .login-form .g2fa-group label{font-weight:400;display:block;text-align:center}.external-auth-wrapper .register-form .groups-wrapper,.login-wrapper .register-form .groups-wrapper,.register-wrapper .register-form .groups-wrapper{margin-bottom:1.5rem}.external-auth-wrapper .register-form .login-saml,.login-wrapper .register-form .login-saml,.register-wrapper .register-form .login-saml{margin:0 auto 2em}.external-auth-wrapper .register-form .login-saml a,.login-wrapper .register-form .login-saml a,.register-wrapper .register-form .login-saml a{margin:0 auto 1em;max-width:300px}.external-auth-wrapper,.register-wrapper{max-width:600px}.external-auth-wrapper .login-logo{margin-bottom:1em}.external-auth-wrapper .login-logo img{max-width:200px}.external-auth-wrapper .external-auth-accounts{margin-top:1em;padding:0}.external-auth-wrapper .external-auth-accounts .external-auth-account{display:flex;align-items:center;border-bottom:1px solid #e4e7ec;padding:.5em 0}.external-auth-wrapper .external-auth-accounts .external-auth-account:last-child{border-bottom:none}.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-icon{margin-right:15px}.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-icon span{border-radius:50%;color:#fff;display:block;font-size:18px;font-weight:600;height:40px;width:40px;line-height:40px;text-align:center}.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details{flex-grow:1;text-align:left;overflow:hidden}.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-domain{margin-bottom:0;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:0px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-domain{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-domain{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-domain{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-domain{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-name{color:#667085}@media screen and (min-width:0px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-details .external-auth-account-name{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.external-auth-wrapper .external-auth-accounts .external-auth-account .external-auth-account-actions .button-spinner-svg{display:flex;margin:0}.external-auth-wrapper .otp-input{width:3rem!important;height:3rem;margin:0 1rem;font-size:2rem;border-radius:4px;border:1px solid rgba(0,0,0,.3)}.table-wrapper .requests-list .request-user-name{vertical-align:middle}.table-wrapper .requests-list .request-date,.table-wrapper .requests-list .request-file-sizes,.table-wrapper .requests-list .request-files,.table-wrapper .requests-list .request-status{text-align:center}.table-wrapper .requests-list .request-file-sizes span{display:block}.table-wrapper .requests-list .action-more{max-width:110px}.table-wrapper .requests-list .action-more .dropdown{display:inline-block}.table-wrapper .requests-list .action-more .download-request-actions-list{display:flex;list-style:none;float:right;margin:0}.table-wrapper .requests-list .action-more .download-request-actions-list li{margin-left:1em;font-size:20px}.download-request .tab-content-wrapper{padding:0}.download-request .tab-content-wrapper .row{margin-left:0;margin-right:0}.download-request .tab-content-wrapper .row .col{padding:30px}.download-request .tab-content-wrapper .row .col+.col{border-left:1px solid #e4e7ec}@media screen and (min-width:0px){.download-request .tab-content-wrapper .row .col.download-details .requested-by-email{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.download-request .tab-content-wrapper .row .col.download-details .requested-by-email{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.download-request .tab-content-wrapper .row .col.download-details .requested-by-email{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.download-request .tab-content-wrapper .row .col.download-details .requested-by-email{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.download-details .file-sizes-list{margin-top:.5em}.download-details .status-label{display:block}.download-details .status-options label{margin-right:2em}.download-details .status-options label:hover{cursor:pointer}.download-details .status-options label .form-check-input{display:none;opacity:0}.download-details .status-options label i{color:#475467;margin-right:10px;vertical-align:middle}.download-details .status-options label span{color:#475467}.download-details .status-options label.status-label-pending .form-check-input:checked+i,.download-details .status-options label.status-label-pending .form-check-input:checked+i+span{color:#fbaa29}.download-details .status-options label.status-label-accepted .form-check-input:checked+i,.download-details .status-options label.status-label-accepted .form-check-input:checked+i+span{color:#28c29b}.download-details .status-options label.status-label-rejected .form-check-input:checked+i,.download-details .status-options label.status-label-rejected .form-check-input:checked+i+span{color:#fe5a58}.download-details .status-history-link{padding-left:1rem}.download-details .status-history-wrapper{overflow:hidden;background-color:rgb(252.3,252.6,253.1)}.download-details .status-history-wrapper .status-history{padding:1rem}.download-status-history h5{border-bottom:1px solid #e4e7ec;margin-bottom:1em;padding-bottom:1em}.download-status-history .status-history-list .status-history-item{align-items:flex-start}.download-status-history .status-history-list .status-history-item .user-item-body{padding-top:.25em}.inputEmailSection{margin-bottom:1.5rem}.dashboard-wrapper .widget-collections-big-list,.dashboard-wrapper .widget-files-big-list{padding:10px 0}.dashboard-wrapper .widget-files-list .file-name .list-item-title a{overflow:hidden;padding-right:.5em;text-overflow:ellipsis;white-space:nowrap}.dashboard-wrapper .widget-recent-activity .file-history-list{border-left:1px solid #e4e7ec;color:#667085;padding-left:20px}.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-item{position:relative}.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-item:before{background-color:#e4e7ec;content:"";height:1px;width:10px;position:absolute;left:-20px;top:50%}.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-item:after{background-color:#667085;border-radius:50%;content:"";height:9px;width:9px;position:absolute;left:-25px;top:50%;transform:translateY(-50%)}.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text{font-weight:400}@media screen and (min-width:0px){.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text .user-name{font-weight:600;margin-right:.5em}.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text .file-history-access,.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text .file-history-status{font-weight:600}.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text .file-history-date,.dashboard-wrapper .widget-recent-activity .file-history-list .file-history-text .file-history-link{border-left:1px solid #e4e7ec;margin-left:.5em;padding-left:.5em}.dashboard-content .page-title{display:flex;align-items:center;flex-grow:1;flex-wrap:wrap;min-width:auto}.dashboard-content .page-title h2{margin-bottom:0}.dashboard-content .page-title h2.welcome-message{-webkit-background-clip:text!important;background-clip:text!important;background:linear-gradient(90deg,#5925dc 10%,#6938ef 40%,#7a5af8 50%,#6938ef 60%,#5925dc 90%);animation:shine 1s ease-in 1 forwards}@keyframes shine{0%{color:transparent}to{color:#101828}}.dashboard-content .page-title .page-dashboard-title-actions{align-items:center;display:flex;flex-grow:1}.dashboard-content .page-title .g2-review-button .btn{display:flex;align-items:center;border:none;border-radius:2em;background-color:#ff492c;color:#fff;padding-right:1.25rem;font-size:.8rem}.dashboard-content .page-title .g2-review-button .btn:hover{background-color:rgb(211.65,60.59,36.52)}.dashboard-content .page-title .g2-review-button .btn:focus{box-shadow:none}.dashboard-content .page-title .g2-review-button .btn img{max-height:2em;margin-right:5px}.dashboard-content .page-title .period-select{width:auto;border:1px solid #e4e7ec;color:#667085}@media screen and (min-width:0px){.dashboard-content .page-title .period-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-content .page-title .period-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-content .page-title .period-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-content .page-title .period-select{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}.dashboard-content .page-title .widgets-menu .nav-link>i{color:#101828}.dashboard-content .page-title .widgets-menu .nav-link:hover>i{color:#203444}.dashboard-content .page-title .widgets-menu .dropdown-menu>div{display:flex;flex-direction:column}.dashboard-content .page-title .widgets-menu .dropdown-menu>div .widget-item{display:flex;padding:5px 8px;width:100%}.dashboard-content .page-title .widgets-menu .dropdown-menu>div .widget-item .switch-control{display:flex}.dashboard-content .page-title .widgets-menu .dropdown-menu>div .widget-item .switch-control .widget-title{white-space:nowrap}.dashboard-content .page-title .widgets-menu .dropdown-menu>div .widget-item .switch-control>i{margin-right:.5em}.dashboard-content .header-actions{align-items:center;margin-left:0;flex-grow:0;justify-content:flex-start}.dashboard-content .header-actions .header-link-icon{margin-left:0;margin-right:1rem}.dashboard-content .header-actions .header-link-icon:last-child{margin-right:0}.dashboard-content .header-actions .header-link-icon h5{margin:0}@media screen and (min-width:0px){.dashboard-content .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-content .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-content .header-actions .header-link-icon h5{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-content .header-actions .header-link-icon h5{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:0px){.dashboard-content .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:400px){.dashboard-content .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:768px){.dashboard-content .header-actions .header-link-icon h5{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:1024px){.dashboard-content .header-actions .header-link-icon h5{font-size:1rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:0px){.dashboard-content .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:400px){.dashboard-content .header-actions .header-link-icon h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:768px){.dashboard-content .header-actions .header-link-icon h5{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:1024px){.dashboard-content .header-actions .header-link-icon h5{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.dashboard-content .dashboard-header .page-title{gap:1rem}.dashboard-content .dashboard-header .dashboard-header-buttons{display:flex;justify-content:center;gap:.5rem;align-items:center}.dashboard-content .dashboard-header .dashboard-header-buttons .btn-link{display:flex;align-items:center;border:1px solid #e4e7ec;color:#667085;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.dashboard-content .dashboard-header .dashboard-header-buttons .btn-link i{color:#667085}.dashboard-content .dashboard-header .dashboard-header-buttons .btn-link:hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}.dashboard-content .dashboard-header .dashboard-header-trial-notice{background-color:#ebe9fe;color:#5925dc;height:24px;border-radius:12px;padding:0 .5rem;font-size:.8rem;font-weight:700;display:flex;align-items:center}.dashboard-wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:1.6rem}.dashboard-wrapper .row{margin-left:0;margin-right:0}.dashboard-wrapper .widget{margin-bottom:2em}.dashboard-wrapper .widget .card-header{display:flex;justify-content:space-between}.dashboard-wrapper .widget .card-header i{color:#203444;margin-right:.5em}.dashboard-wrapper .widget .card-header .widget-header-actions a{white-space:nowrap;color:#667085}@media screen and (min-width:0px){.dashboard-wrapper .widget .card-header .widget-header-actions a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .widget .card-header .widget-header-actions a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .widget .card-header .widget-header-actions a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .widget .card-header .widget-header-actions a{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}.dashboard-wrapper .widget .card-header .widget-header-actions a:hover{color:#203444}.dashboard-wrapper .widget .card-body{background:#fff}.dashboard-wrapper .widget .card-body .nothing-found{text-align:center;color:#667085;padding:1em}.dashboard-wrapper .widget .card-body .loader-small{margin-bottom:2em}.dashboard-wrapper .widget .card-body .table-wrapper{margin-bottom:0}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-name,.dashboard-wrapper .widget .card-body .widget-collections-list td.file-name,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-name,.dashboard-wrapper .widget .card-body .widget-files-list td.file-name{width:10%}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-name .list-item-title,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-name .list-item-title{display:flex;align-items:center}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-name .list-item-title .badge,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-name .list-item-title .badge{border-radius:4px;flex-shrink:0;line-height:20px;min-width:20px}.dashboard-wrapper .widget .card-body .widget-collections-list td.action-more,.dashboard-wrapper .widget .card-body .widget-files-list td.action-more{padding-right:0;padding-left:0}.dashboard-wrapper .widget .card-body .widget-collections-list td.action-more .dropdown,.dashboard-wrapper .widget .card-body .widget-files-list td.action-more .dropdown{display:inline-block}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image{min-width:220px;width:220px;padding-bottom:24px}@media(max-width:991.98px){.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image{min-width:110px;width:110px}}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image>div:after,.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image>div:before,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image>div:after,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image>div:before{background-color:rgb(244.2,245.4,247.4);border:1px solid #e4e7ec;border-radius:4px;content:"";height:100%;width:100%;position:absolute;transition:box-shadow .2s ease;z-index:0}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image>div:before,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image>div:before{top:8px;left:8px}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image>div:after,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image>div:after{top:4px;left:4px}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image .list-item-img-wrapper,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image .list-item-img-wrapper{max-width:100%;z-index:2}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image .list-item-img-wrapper:after,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image .list-item-img-wrapper:after{background:transparent}.dashboard-wrapper .widget .card-body .widget-collections-list td.collection-image .list-item-img-wrapper .list-item-img,.dashboard-wrapper .widget .card-body .widget-files-list td.collection-image .list-item-img-wrapper .list-item-img{background-color:#fff;background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,10px 10px;background-size:20px 20px;border:1px solid #e4e7ec;border-radius:4px;max-width:100%;max-height:100%}.dashboard-wrapper .widget .card-body .widget-collections-list tbody tr{align-items:stretch;display:flex;width:100%}.dashboard-wrapper .widget .card-body .widget-collections-list tbody tr td{display:flex;flex-direction:column;justify-content:center}.dashboard-wrapper .widget .card-body .widget-collections-list tbody tr td.collection-name{flex-grow:1}.dashboard-wrapper .widget .card-body .widget-files-list tbody tr{align-items:stretch;display:flex;width:100%}.dashboard-wrapper .widget .card-body .widget-files-list tbody tr td{display:flex;flex-direction:column;justify-content:center}.dashboard-wrapper .widget .card-body .widget-files-list tbody tr td.file-name{flex-grow:1}.dashboard-wrapper .widget.widget-buttons{display:flex;flex-wrap:wrap;justify-content:flex-start}@media(min-width:768px){.dashboard-wrapper .widget.widget-buttons{margin:0 -10px 20px}}.dashboard-wrapper .widget.widget-buttons .widget-button{cursor:pointer;margin-bottom:30px;text-align:left;width:100%}@media(min-width:992px){.dashboard-wrapper .widget.widget-buttons .widget-button{margin:0 10px 30px;width:calc(50% - 20px)}}@media(min-width:1200px){.dashboard-wrapper .widget.widget-buttons .widget-button{margin:0 10px 30px;width:calc(33.33333% - 20px)}}.dashboard-wrapper .widget.widget-buttons a{align-items:center;cursor:pointer;display:flex;padding:1.5em 1em;text-decoration:none}.dashboard-wrapper .widget.widget-buttons a i{font-size:30px;min-width:30px;margin-right:.5em;text-align:center}.dashboard-wrapper .widget.widget-buttons a h5{color:#101828;margin-bottom:0}.dashboard-wrapper .widget.widget-featured-collections .collections,.dashboard-wrapper .widget.widget-recently-updated-collections .collections{padding:0}.dashboard-wrapper .widget.widget-featured-collections .collections .collections-item .input-check,.dashboard-wrapper .widget.widget-recently-updated-collections .collections .collections-item .input-check{display:none}.dashboard-wrapper .widget.widget-recent-files .files-grid{padding:0}.dashboard-wrapper .widget.widget-recent-files .files-grid .grid-item .input-check{display:none}.dashboard-wrapper .widget.widget-stats-overview{margin-bottom:0}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview{display:flex;flex-wrap:wrap;gap:1rem}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview>div{flex:1 1 180px}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .widget-stat{border:1px solid #e4e7ec;border-radius:12px;padding:1rem;color:#667085}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .widget-stat .widget-stat-header{display:flex;justify-content:space-between}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .widget-stat .widget-stat-header .dropdown i{color:#98a2b3;cursor:pointer}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .widget-stat .stats-number{color:#101828}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-weight:500}@media screen and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:.9375rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:1.44375rem;line-height:1.925rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:1.875rem;line-height:2.5rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview span{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-weight:600}@media screen and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2.5rem;line-height:3.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:3rem;line-height:3.75rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:3.85rem;line-height:4.8125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:5rem;line-height:6.25rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.5625rem;line-height:2rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.875rem;line-height:2.4rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2.40625rem;line-height:3.08rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:3.125rem;line-height:4rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1rem;line-height:1.4375rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.2rem;line-height:1.725rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.54rem;line-height:2.21375rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2rem;line-height:2.875rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.3125rem;line-height:1.75rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.575rem;line-height:2.1rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2.02125rem;line-height:2.695rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2.625rem;line-height:3.5rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:.9rem;line-height:1.35rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.155rem;line-height:1.7325rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.5rem;line-height:2.25rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1rem;line-height:1.4375rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.2rem;line-height:1.725rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.54rem;line-height:2.21375rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2rem;line-height:2.875rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.3125rem;line-height:1.75rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.575rem;line-height:2.1rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2.02125rem;line-height:2.695rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2.625rem;line-height:3.5rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.5625rem;line-height:2rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:1.875rem;line-height:2.4rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:2.40625rem;line-height:3.08rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number{font-size:3.125rem;line-height:4rem;letter-spacing:0}}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-weight:600}@media screen and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.875rem;line-height:2.5rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:2.25rem;line-height:3rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:2.8875rem;line-height:3.85rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:3.75rem;line-height:5rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.0625rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.275rem;line-height:1.8rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.63625rem;line-height:2.31rem;letter-spacing:0}}@media screen and (min-width:576px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:2.125rem;line-height:3rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.77rem;line-height:1.44375rem;letter-spacing:0}}@media screen and (min-width:768px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1rem;line-height:1.875rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.8125rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.975rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.25125rem;line-height:1.925rem;letter-spacing:0}}@media screen and (min-width:992px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.625rem;line-height:2.5rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1200px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.875rem;line-height:1.375rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.86625rem;line-height:1.44375rem;letter-spacing:0}}@media screen and (min-width:1400px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.125rem;line-height:1.875rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.05rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.3475rem;line-height:1.925rem;letter-spacing:0}}@media screen and (min-width:1550px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.75rem;line-height:2.5rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.35rem;line-height:1.8rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:1.7325rem;line-height:2.31rem;letter-spacing:0}}@media screen and (min-width:1700px)and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number span{font-size:2.25rem;line-height:3rem;letter-spacing:0}}.dashboard-wrapper .widget.widget-stats-overview .widget-stat-overview .stats-number .loader{margin:calc(2rem - 5px) 1rem}.dashboard-wrapper .widget.widget-stats-overview .period-select-dropdown{border:1px solid #d0d5dd;font-weight:400;border-radius:8px;padding:.1rem .5rem;background-color:#f9fafb;color:#667085;cursor:pointer}@media screen and (min-width:0px){.dashboard-wrapper .widget.widget-stats-overview .period-select-dropdown{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .widget.widget-stats-overview .period-select-dropdown{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .widget.widget-stats-overview .period-select-dropdown{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .widget.widget-stats-overview .period-select-dropdown{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.dashboard-wrapper .widget.widget-stats-overview .period-select-dropdown i{margin:0 .25rem}.dashboard-wrapper .widget.widget-create-collection,.dashboard-wrapper .widget.widget-grid-skeleton,.dashboard-wrapper .widget.widget-upload-file{max-width:unset;width:unset;flex:1;font-weight:400}.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper{background-color:#f9fafb}.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .grid-item-img{background-color:#f4f3ff;background-image:none;color:#d9d6fe;border-color:#d9d6fe;display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media screen and (min-width:0px){.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .grid-item-img{font-size:2.5rem;line-height:2.5rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .grid-item-img{font-size:3rem;line-height:3rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .grid-item-img{font-size:3.85rem;line-height:3.85rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-create-collection .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .collections-item-img-wrapper .grid-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .collections-item-img,.dashboard-wrapper .widget.widget-upload-file .grid-item-img-wrapper .grid-item-img{font-size:5rem;line-height:5rem;letter-spacing:0}}.dashboard-wrapper .widget.widget-create-collection .collections-item-body,.dashboard-wrapper .widget.widget-create-collection .grid-item-body,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body,.dashboard-wrapper .widget.widget-upload-file .collections-item-body,.dashboard-wrapper .widget.widget-upload-file .grid-item-body{overflow:hidden;border:1px solid #e4e7ec}.dashboard-wrapper .widget.widget-create-collection .collections-item-body h5,.dashboard-wrapper .widget.widget-create-collection .grid-item-body h5,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body h5,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body h5,.dashboard-wrapper .widget.widget-upload-file .collections-item-body h5,.dashboard-wrapper .widget.widget-upload-file .grid-item-body h5{font-size:1rem}.dashboard-wrapper .widget.widget-create-collection .collections-item-body input,.dashboard-wrapper .widget.widget-create-collection .grid-item-body input,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body input,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body input,.dashboard-wrapper .widget.widget-upload-file .collections-item-body input,.dashboard-wrapper .widget.widget-upload-file .grid-item-body input{display:none}.dashboard-wrapper .widget.widget-create-collection .collections-item-body .collection-actions,.dashboard-wrapper .widget.widget-create-collection .collections-item-body .grid-item-actions,.dashboard-wrapper .widget.widget-create-collection .grid-item-body .collection-actions,.dashboard-wrapper .widget.widget-create-collection .grid-item-body .grid-item-actions,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body .collection-actions,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body .grid-item-actions,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body .collection-actions,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body .grid-item-actions,.dashboard-wrapper .widget.widget-upload-file .collections-item-body .collection-actions,.dashboard-wrapper .widget.widget-upload-file .collections-item-body .grid-item-actions,.dashboard-wrapper .widget.widget-upload-file .grid-item-body .collection-actions,.dashboard-wrapper .widget.widget-upload-file .grid-item-body .grid-item-actions{display:flex;justify-content:center;gap:.5rem}.dashboard-wrapper .widget.widget-create-collection .collections-item-body .collection-actions .btn-link,.dashboard-wrapper .widget.widget-create-collection .collections-item-body .grid-item-actions .btn-link,.dashboard-wrapper .widget.widget-create-collection .grid-item-body .collection-actions .btn-link,.dashboard-wrapper .widget.widget-create-collection .grid-item-body .grid-item-actions .btn-link,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body .collection-actions .btn-link,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body .grid-item-actions .btn-link,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body .collection-actions .btn-link,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body .grid-item-actions .btn-link,.dashboard-wrapper .widget.widget-upload-file .collections-item-body .collection-actions .btn-link,.dashboard-wrapper .widget.widget-upload-file .collections-item-body .grid-item-actions .btn-link,.dashboard-wrapper .widget.widget-upload-file .grid-item-body .collection-actions .btn-link,.dashboard-wrapper .widget.widget-upload-file .grid-item-body .grid-item-actions .btn-link{border:1px solid #e4e7ec;color:#667085;display:flex;align-items:center}.dashboard-wrapper .widget.widget-create-collection .collections-item-body .collection-actions .btn-link:hover,.dashboard-wrapper .widget.widget-create-collection .collections-item-body .grid-item-actions .btn-link:hover,.dashboard-wrapper .widget.widget-create-collection .grid-item-body .collection-actions .btn-link:hover,.dashboard-wrapper .widget.widget-create-collection .grid-item-body .grid-item-actions .btn-link:hover,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body .collection-actions .btn-link:hover,.dashboard-wrapper .widget.widget-grid-skeleton .collections-item-body .grid-item-actions .btn-link:hover,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body .collection-actions .btn-link:hover,.dashboard-wrapper .widget.widget-grid-skeleton .grid-item-body .grid-item-actions .btn-link:hover,.dashboard-wrapper .widget.widget-upload-file .collections-item-body .collection-actions .btn-link:hover,.dashboard-wrapper .widget.widget-upload-file .collections-item-body .grid-item-actions .btn-link:hover,.dashboard-wrapper .widget.widget-upload-file .grid-item-body .collection-actions .btn-link:hover,.dashboard-wrapper .widget.widget-upload-file .grid-item-body .grid-item-actions .btn-link:hover{border:1px solid #d0d5dd;background-color:#edf0f4;color:#101828;text-decoration:none}.dashboard-wrapper .widget.widget-create-collection .collections-item-img-wrapper:after{background-color:transparent}.dashboard-wrapper .dashboard-section{display:flex;flex-direction:column;font-weight:700;width:100%}.dashboard-wrapper .dashboard-section .dashboard-section-title{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.dashboard-wrapper .dashboard-section .dashboard-section-title>div{display:flex;gap:.5em;align-items:flex-end}.dashboard-wrapper .dashboard-section .dashboard-section-title h3{color:#101828;margin-bottom:0}@media screen and (min-width:0px){.dashboard-wrapper .dashboard-section .dashboard-section-title h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .dashboard-section .dashboard-section-title h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .dashboard-section .dashboard-section-title h3{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .dashboard-section .dashboard-section-title h3{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.dashboard-wrapper .dashboard-section .dashboard-section-title a{color:#667085;text-transform:uppercase;font-size:.8em;font-weight:400}.dashboard-wrapper .dashboard-section .dashboard-section-content{color:#667085;flex:1}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-not-found-message{font-weight:400}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{display:flex;align-items:center;justify-content:space-between;background-color:#edf0f4;border-radius:12px;overflow:hidden;padding:.4rem 1rem;height:80px;position:relative;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);width:100%}@media screen and (min-width:0px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}@media(min-width:576px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{width:calc(50% - .5rem)}}@media(min-width:992px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{width:calc(33.3% - .7rem)}}@media(min-width:1400px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion{width:calc(20% - .8rem)}}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .btn{opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;border:1px solid #7a5af8;background-color:#f4f3ff;padding:.1rem .5rem;color:#7a5af8;transition:transform .2s ease-in;font-size:.7rem}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .btn:hover{background-color:#ebe9fe;border-color:#4a1fb8;color:#4a1fb8}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .dashboard-section-suggestion-title{position:relative;z-index:1;color:#667085;display:flex;justify-content:space-between;flex-direction:column;height:100%;cursor:default}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .dashboard-section-suggestion-title span{transition:transform .2s ease-in}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .dashboard-section-suggestion-title>*{flex:1}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .dashboard-section-suggestion-title .dashboard-section-suggestion-title-buttons{display:flex;gap:.5rem}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .dashboard-section-suggestion-title .dashboard-section-suggestion-title-buttons .btn{border-radius:4px}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .dashboard-section-suggestion-title .dashboard-section-suggestion-title-buttons .btn:hover{text-decoration:none}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion .dashboard-section-suggestion-icon{position:absolute;right:-15px;color:#d0d5dd;font-size:85px;z-index:0;transition:transform 175ms ease-in;top:-4px}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion:hover .btn{opacity:1;pointer-events:all;transform:translateY(-7px)}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion:hover .dashboard-section-suggestion-title span{transform:translateY(-7px)}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-suggestion-wrapper .dashboard-section-suggestion:hover .dashboard-section-suggestion-icon{transform:scale(1.1)}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collection-files-count{display:none}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper{display:grid;padding:0;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:1fr;overflow:hidden;white-space:nowrap}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item{margin:0;padding:0;flex:1;min-width:0;width:unset;max-width:unset}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item .btn{display:none}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item:hover .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item:hover .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item:hover .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item:hover .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item:hover .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item:hover .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item:hover .btn,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item:hover .btn{display:flex}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item .grid-item-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item .grid-item-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item .grid-item-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item .grid-item-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item .grid-item-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item .grid-item-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item .grid-item-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item .collection-details,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item .grid-item-details{font-weight:500}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton .collections-item-img-wrapper:after{opacity:0}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-body,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-body{height:90px;margin-top:0}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton.selected .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton.selected .grid-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton:hover .collections-item-img-wrapper:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .grid-item.widget-grid-skeleton:hover .grid-item-img-wrapper:after{opacity:0}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item>div:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item>div:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item>div:after,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item>div:after{max-width:calc(100% - 8px)}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-collections-wrapper .collections-item>div:before,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-favorite-files-wrapper .collections-item>div:before,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-collections-wrapper .collections-item>div:before,.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-recent-files-wrapper .collections-item>div:before{max-width:calc(100% - 16px)}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper{border-radius:12px;border:1px solid #e4e7ec;overflow:hidden;height:100%;display:flex;flex-direction:column}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications-header{display:flex;justify-content:space-between;border-bottom:1px solid #e4e7ec}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications-header .btn{border-radius:0;font-size:.8rem;color:#667085;font-weight:700;border-bottom:2px solid transparent}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications-header .btn:focus{box-shadow:none}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications-header .btn.active{border-bottom:2px solid #7a5af7;color:#101828}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications-header .dashboard-section-notifications-header-icon-buttons .btn{color:#7a5af7;padding-left:.5rem;padding-right:.5rem}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications-header .dashboard-section-notifications-header-icon-buttons .btn:hover{background-color:#f5f5f5}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications-header .dashboard-section-notifications-header-icon-buttons .btn i{margin-right:0;transform:scale(1.2)}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications{overflow-y:auto}.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .dashboard-section-notifications .notification-header-properties{font-size:.9em}@media screen and (min-width:0px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .nothing-found-wrapper h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .nothing-found-wrapper h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .nothing-found-wrapper h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.dashboard-wrapper .dashboard-section .dashboard-section-content .dashboard-section-notifications-wrapper .nothing-found-wrapper h3{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.dashboard-carousel{margin:0 15px 1.5rem;border-radius:12px;overflow:hidden;background-color:#edf0f4;height:200px}.dashboard-carousel .carousel.slide{height:100%;cursor:default}.dashboard-carousel .carousel.slide .carousel-control-next,.dashboard-carousel .carousel.slide .carousel-control-prev{display:none}.dashboard-carousel .carousel.slide .carousel-indicators li{width:10px;height:10px;border:0;border-radius:5px;background-color:#d0d5dd;opacity:1}.dashboard-carousel .carousel.slide .carousel-indicators li.active{background-color:#667085}.dashboard-carousel .carousel-inner{height:100%}.dashboard-carousel .carousel-inner .carousel-item{height:100%;padding:2em}.dashboard-carousel .carousel-inner .carousel-item .carousel-content{display:flex;position:relative;justify-content:space-between;z-index:5}.dashboard-carousel .carousel-inner .carousel-item .carousel-content img{max-height:140px}.dashboard-carousel .carousel-inner .carousel-item .carousel-dismiss{display:flex;position:absolute;align-items:center;top:1rem;right:.75rem;background-color:transparent;padding:0 .5rem;border:0;color:#667085;transition:all 175ms ease-in-out;height:24px;border-radius:12px}.dashboard-carousel .carousel-inner .carousel-item .carousel-dismiss .carousel-dismiss-note{opacity:0;transition:opacity 175ms ease-in-out;font-size:.8rem;font-weight:700}.dashboard-carousel .carousel-inner .carousel-item .carousel-dismiss i{margin:0 0 0 .5rem}.dashboard-carousel .carousel-inner .carousel-item .carousel-dismiss:hover{color:#101828!important;background-color:#e4e7ec}.dashboard-carousel .carousel-inner .carousel-item .carousel-dismiss:hover .carousel-dismiss-note{opacity:1}.dashboard-carousel .carousel-inner .carousel-item img{max-width:100%}.dashboard-carousel .carousel-inner .carousel-item .carousel-caption{color:#667085;height:160px;top:0}.dashboard-carousel .carousel-inner .carousel-item .carousel-caption h3{margin-top:.75rem;margin-bottom:0;font-weight:700}.dashboard-carousel .carousel-inner .carousel-item .carousel-caption p{margin-bottom:0}.dashboard-carousel .carousel-inner .carousel-item .carousel-caption .carousel-subtitle{margin-bottom:.25rem}.dashboard-carousel .carousel-inner .carousel-item .carousel-caption .btn{color:#667085}.dashboard-carousel .carousel-inner .carousel-item .carousel-buttons .btn{margin-right:1em}.dashboard-carousel .carousel-inner .carousel-item .carousel-buttons .btn:focus{box-shadow:none}.dashboard-carousel .carousel-inner .carousel-item .carousel-overlay{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:2}.personalize-dashboard-modal{min-width:700px}.personalize-dashboard-modal .modal-body{display:flex;flex-direction:column;padding:0;color:#667085;height:530px;max-height:530px}.personalize-dashboard-modal .modal-body>div{display:flex;justify-content:center}.personalize-dashboard-modal .modal-body>div>div{flex:1;padding:1rem}.personalize-dashboard-modal .modal-body>div>div:first{border-right:#f5f5f5}.personalize-dashboard-modal .modal-body .personalize-dashboard-modal-bottom-section{padding:1rem;border-top:1px solid #f5f5f5;justify-content:flex-start}.personalize-dashboard-modal .modal-body .personalize-dashboard-modal-bottom-section ul li{align-items:center}.personalize-dashboard-modal .modal-body .personalize-dashboard-modal-bottom-section ul li h5{margin-bottom:0}.personalize-dashboard-modal .modal-body ul{list-style:none;padding:0;margin:0}.personalize-dashboard-modal .modal-body ul li{margin-bottom:.75rem;border:1px solid #e4e7ec;color:#667085;border-radius:12px;padding:.75rem;display:flex;gap:.5rem;align-items:flex-start;cursor:pointer;transition:background-color .2s ease-in-out;position:relative}.personalize-dashboard-modal .modal-body ul li .component-details h5{display:flex;align-items:center}.personalize-dashboard-modal .modal-body ul li .component-details h5 i{font-size:1.1rem;margin-right:.25rem}.personalize-dashboard-modal .modal-body ul li .component-details-restriction{position:absolute;top:.5rem;right:1rem;font-size:1.1rem}.personalize-dashboard-modal .modal-body ul li.selected{border:1px solid #7a5af8;background-color:#f4f3ff;color:#5925dc}.personalize-dashboard-modal .modal-body ul li:hover{background-color:#f9fafb}.personalize-dashboard-modal .modal-body ul li.selected:hover{background-color:#ebe9fe}.personalize-dashboard-modal .modal-body ul li input:checked{background-color:#5925dc}.personalize-dashboard-modal .modal-body ul li h5,.personalize-dashboard-modal .modal-body ul li p{font-size:.85rem}.personalize-dashboard-modal .modal-body ul li h5{font-weight:700;margin-bottom:.5rem}.personalize-dashboard-modal .modal-body ul li p{font-weight:400;margin-bottom:0}.personalize-dashboard-modal .modal-body .react-grid-layout{overflow-x:hidden}.personalize-dashboard-modal .modal-body .react-grid-layout .dashboard-personalize-element{border-radius:12px;display:flex;height:100%;align-items:center;gap:.5rem;border:1px solid #e4e7ec;color:#667085;padding:.5rem;background-color:#fff;overflow:hidden}.personalize-dashboard-modal .modal-body .react-grid-layout .dashboard-personalize-element .drag-handle{cursor:grab;font-size:1.1rem;transition:background-color 175ms ease-in;padding:.25rem;color:#667085}.personalize-dashboard-modal .modal-body .react-grid-layout .dashboard-personalize-element .drag-handle:hover{background-color:#edf0f4}.personalize-dashboard-modal .modal-body .react-grid-layout .dashboard-personalize-element span{font-size:.85rem;font-weight:700;display:flex;align-items:center}.personalize-dashboard-modal .modal-body .react-grid-layout .dashboard-personalize-element span i{margin-right:.5rem;font-size:1.1rem}.personalize-dashboard-modal .modal-body .react-grid-layout .react-grid-item .react-grid-placeholder{background-color:#667085;border-radius:12px}.personalize-dashboard-modal .modal-body .react-grid-layout .react-grid-item.component-suggestions .react-resizable-handle{display:none}@media(max-width:767.98px){.dashboard-carousel .carousel-content .carousel-text{display:none}.dashboard-carousel .carousel-content .carousel-buttons{display:flex;flex-direction:column;gap:.25em}.dashboard-header-buttons .btn-link{height:3em;width:3em;padding:0;justify-content:center}.dashboard-header-buttons .btn-link i{font-size:1.5em;margin:0!important}.dashboard-header-buttons .btn-link span{display:none!important}.dashboard-wrapper{display:block}.dashboard-wrapper>div{margin-bottom:1em}}.layout-landing{display:flex;flex-direction:column}.layout-landing .navbar-dark .navbar-toggler{color:#fff}.landing-toolbar{border-bottom:none;font-family:Source Sans Pro,sans-serif;position:absolute;left:0;top:0;width:100%;z-index:9999}.landing-toolbar .container{max-width:100%;padding:0 2em;width:100%}@media(min-width:576px){.landing-toolbar .container{max-width:100%}}@media(min-width:768px){.landing-toolbar .container{max-width:100%}}@media(min-width:992px){.landing-toolbar .container{max-width:100%}}@media(min-width:1200px){.landing-toolbar .container{max-width:100%}}.landing-toolbar .navbar{justify-content:space-between;padding-left:0;padding-right:0}.landing-toolbar .navbar .navbar-togglers{display:flex}.landing-toolbar .navbar .navbar-togglers .navbar-search-toggler{margin-right:.5rem}.landing-toolbar .navbar .navbar-togglers .navbar-search-toggler:last-child{margin-right:0}.landing-toolbar .navbar .navbar-togglers .navbar-search-toggler span{color:hsla(0,0%,100%,.5);width:1.5em;height:1.5em;justify-content:center;display:flex;align-items:center}.landing-toolbar .navbar .navbar-togglers .navbar-search-toggler:active,.landing-toolbar .navbar .navbar-togglers .navbar-search-toggler:hover{background:transparent}.landing-toolbar .landing-logo{display:block;margin-right:1em}@media(min-width:768px){.landing-toolbar .landing-logo{margin-right:2em}}.landing-toolbar .landing-logo img{height:auto;max-height:60px;max-width:235px;width:auto}.landing-toolbar .nav-search{max-width:500px;transition:max-width 1.2s ease;width:100%;display:flex}@media(min-width:768px){.landing-toolbar .nav-search{display:flex!important}}.landing-toolbar .nav-search .search-query-type-container{display:none}.landing-toolbar .nav-search .form-group{width:100%}.landing-toolbar .nav-search .form-group .search-input__control{border-radius:20px}.landing-toolbar .nav-search .form-group .search-input__menu .search-login{padding:.5em;text-align:center}.landing-toolbar .nav-search:focus-within{max-width:100%}.landing-toolbar .nav-main .nav-link{color:#fff;font-weight:400;text-decoration:none}@media screen and (min-width:0px){.landing-toolbar .nav-main .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-toolbar .nav-main .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-toolbar .nav-main .nav-link{font-size:.9625rem;line-height:1.3475rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-toolbar .nav-main .nav-link{font-size:1.25rem;line-height:1.75rem;letter-spacing:0}}.landing-toolbar .nav-main .nav-link:hover{text-decoration:underline}.landing-toolbar .nav-actions{flex-shrink:0;flex-grow:0}@media(max-width:991.98px){.landing-toolbar .nav-actions.nav-actions-desktop{display:none!important}}.landing-toolbar .nav-actions.nav-actions-mobile{margin-bottom:.5em}@media(min-width:768px){.landing-toolbar .nav-actions.nav-actions-mobile{display:none!important}}.landing-toolbar .nav-actions .navbar-nav .nav-item>a{color:#fff}.landing-toolbar .nav-actions .navbar-nav .nav-item .avatar{border:2px solid #fff}.landing-toolbar .nav-actions .navbar-nav .nav-item-title{display:none}.landing-toolbar .nav-actions.collapsing,.landing-toolbar .nav-actions.show{border-radius:8px;align-items:stretch;background-color:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:2px 2px 2px 0 rgba(0,0,0,.04);display:flex}.landing-toolbar .nav-actions.collapsing .nav-main,.landing-toolbar .nav-actions.show .nav-main{align-items:center}.landing-toolbar .nav-actions.collapsing .nav-main .nav-link,.landing-toolbar .nav-actions.show .nav-main .nav-link{color:#203444;text-decoration:none}@media(max-width:991.98px){.landing-toolbar .nav-actions.collapsing .nav-main .nav-link,.landing-toolbar .nav-actions.show .nav-main .nav-link{font-size:14px}}.landing-toolbar .nav-actions.collapsing .nav-main .nav-link:hover,.landing-toolbar .nav-actions.show .nav-main .nav-link:hover{text-decoration:underline}.landing-toolbar .nav-actions.collapsing .dropdown-menu,.landing-toolbar .nav-actions.show .dropdown-menu{position:absolute}.landing-toolbar .nav-actions.collapsing .navbar-nav .nav-item>a.nav-profile,.landing-toolbar .nav-actions.show .navbar-nav .nav-item>a.nav-profile{color:#203444;padding:.5rem 1rem}.landing-toolbar.solid{position:relative}.landing-toolbar.solid .nav-main .nav-link{color:#101828}.landing-toolbar.solid .nav-actions .navbar-nav .nav-item>a{color:rgb(152.49,159.19,173.26)}.landing-content{flex-grow:1;font-family:Source Sans Pro,sans-serif}.landing-content .container{width:90%}@media(min-width:1200px){.landing-content .container{max-width:1470px}}.landing-content .featured-jumbotron{background-image:url(/images/ray-hennessy-651863-unsplash.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;margin-bottom:0;padding:0;position:relative}.landing-content .featured-jumbotron:last-child{padding-bottom:0}.landing-content .featured-jumbotron:before{background-color:rgba(0,0,0,.5);content:"";height:100%;width:100%;position:absolute;left:0;top:0}.landing-content .featured-jumbotron h1{color:#fff;font-weight:400;letter-spacing:-2px!important;margin-bottom:0}@media screen and (min-width:0px){.landing-content .featured-jumbotron h1{font-size:1.875rem;line-height:2.1875rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-content .featured-jumbotron h1{font-size:2.25rem;line-height:2.625rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-content .featured-jumbotron h1{font-size:2.8875rem;line-height:3.36875rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-content .featured-jumbotron h1{font-size:3.75rem;line-height:4.375rem;letter-spacing:0}}.landing-content .featured-jumbotron a{color:#fff;text-decoration:underline}.landing-content .featured-jumbotron a:hover{text-decoration:none}.landing-content .featured-jumbotron p{font-weight:400}@media screen and (min-width:0px){.landing-content .featured-jumbotron p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-content .featured-jumbotron p{font-size:.9rem;line-height:1.2rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-content .featured-jumbotron p{font-size:1.155rem;line-height:1.54rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-content .featured-jumbotron p{font-size:1.5rem;line-height:2rem;letter-spacing:0}}.landing-content .featured-jumbotron .container{align-items:flex-end;display:flex;min-height:56vw;position:relative;z-index:999}@media(min-width:992px){.landing-content .featured-jumbotron .container{min-height:calc(100vh - 11.25vw)}}.landing-content .featured-jumbotron .jumbotron-content{border-left:5px solid #203444;margin:120px 0 80px;padding-left:20px}.landing-featured-images.custom-page-section{padding-top:0}.landing-featured-images .container header{padding-top:2rem}.landing-featured-images .container-fluid{padding:0}.landing-featured-images:last-child{padding-bottom:0}.landing-featured-images .landing-featured-images-item{position:relative}.landing-featured-images .landing-featured-images-item:before{background-color:rgba(0,0,0,.3);content:"";height:100%;width:100%;position:absolute;left:0;top:0;transition:background-color .15s ease}.landing-featured-images .landing-featured-images-item:hover{text-decoration:none}.landing-featured-images .landing-featured-images-item:hover:before{background-color:rgba(0,0,0,.5)}.landing-featured-images .featured-image-header{border-left:5px solid #203444;color:#fff;display:block;position:relative;padding:1em 0 1em 1em;width:100%}.landing-featured-images .featured-image-header h4{font-weight:400;margin-bottom:0;text-transform:uppercase}@media screen and (min-width:0px){.landing-featured-images .featured-image-header h4{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-featured-images .featured-image-header h4{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-featured-images .featured-image-header h4{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-featured-images .featured-image-header h4{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.landing-featured-images .featured-image-header h3{font-weight:600;letter-spacing:-1px!important;margin-bottom:0}@media screen and (min-width:0px){.landing-featured-images .featured-image-header h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-featured-images .featured-image-header h3{font-size:.9rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-featured-images .featured-image-header h3{font-size:1.155rem;line-height:1.3475rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-featured-images .featured-image-header h3{font-size:1.5rem;line-height:1.75rem;letter-spacing:0}}.landing-featured-images-wrapper{display:flex;flex-wrap:wrap}.landing-featured-images-wrapper .landing-featured-images-item{align-items:flex-end;background-image:url(/images/ray-hennessy-651863-unsplash.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:90vw;width:100%}@media(min-width:576px){.landing-featured-images-wrapper .landing-featured-images-item.item1{min-height:35vw}}@media(min-width:768px){.landing-featured-images-wrapper .landing-featured-images-item.item1{min-height:25vw}}@media(min-width:576px){.landing-featured-images-wrapper .landing-featured-images-item.item2{width:50%;min-height:40vw}}@media(min-width:768px){.landing-featured-images-wrapper .landing-featured-images-item.item2{min-height:30vw}}@media(min-width:576px){.landing-featured-images-wrapper .landing-featured-images-item.item3{width:50%;min-height:45vw}.landing-featured-images-wrapper .landing-featured-images-item.item3:last-child{width:100%}}@media(min-width:768px){.landing-featured-images-wrapper .landing-featured-images-item.item3{width:33.3333333333%;min-height:29.7vw}.landing-featured-images-wrapper .landing-featured-images-item.item3:last-child{width:33.3333333333%}}@media(min-width:576px){.landing-featured-images-wrapper .landing-featured-images-item.item4{width:50%;min-height:45vw}}@media(min-width:992px){.landing-featured-images-wrapper .landing-featured-images-item.item4{width:25%;min-height:22.5vw}}.landing-gallery .react-photo-album{margin:0 -10px;width:calc(100% + 20px)}.landing-gallery .react-photo-album>div>a,.landing-gallery .react-photo-album>div>div{background-color:transparent!important;position:relative}.landing-gallery .react-photo-album .photo-gallery-content{background-color:rgba(0,0,0,.3);color:#fff;display:flex;flex-direction:column;height:calc(100% - 20px);justify-content:space-between;width:100%;margin:10px 0;padding:20px;position:absolute;left:0;top:0;transition:background-color .15s ease}.landing-gallery .react-photo-album .photo-gallery-content:hover{background-color:rgba(0,0,0,.5)}.landing-gallery .react-photo-album .photo-gallery-content a{color:#fff}@media screen and (min-width:0px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-qty{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-qty{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-qty{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-qty{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-qty span{margin-left:.5em}.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header .photo-gallery-date{text-transform:uppercase}@media screen and (min-width:0px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header .photo-gallery-date{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header .photo-gallery-date{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header .photo-gallery-date{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header .photo-gallery-date{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header h3{font-weight:600;letter-spacing:-1px!important;margin-bottom:0}@media screen and (min-width:0px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header h3{font-size:.9625rem;line-height:1.25125rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-gallery .react-photo-album .photo-gallery-content .photo-gallery-header h3{font-size:1.25rem;line-height:1.625rem;letter-spacing:0}}.landing-collection-slider .image-gallery-slide-wrapper,.share-slider .image-gallery-slide-wrapper{height:calc(100vh - 80px)}.landing-collection-slider .image-gallery-slide-wrapper:hover .image-gallery-left-nav,.landing-collection-slider .image-gallery-slide-wrapper:hover .image-gallery-right-nav,.share-slider .image-gallery-slide-wrapper:hover .image-gallery-left-nav,.share-slider .image-gallery-slide-wrapper:hover .image-gallery-right-nav{opacity:1}.landing-collection-slider .image-gallery-slide,.share-slider .image-gallery-slide{align-items:center;background-color:rgb(244.2,245.4,247.4);display:flex;height:calc(100vh - 80px);justify-content:center}.landing-collection-slider .image-gallery-left-nav,.landing-collection-slider .image-gallery-right-nav,.share-slider .image-gallery-left-nav,.share-slider .image-gallery-right-nav{background-color:rgba(0,0,0,.1);opacity:0;padding:0;transition:all .15s ease}.landing-collection-slider .image-gallery-left-nav:hover,.landing-collection-slider .image-gallery-right-nav:hover,.share-slider .image-gallery-left-nav:hover,.share-slider .image-gallery-right-nav:hover{background-color:rgba(0,0,0,.2)}.landing-collection-slider .image-gallery-left-nav:hover .image-gallery-icon,.landing-collection-slider .image-gallery-right-nav:hover .image-gallery-icon,.share-slider .image-gallery-left-nav:hover .image-gallery-icon,.share-slider .image-gallery-right-nav:hover .image-gallery-icon{color:#fff}.landing-collection-slider .image-gallery-left-nav .image-gallery-svg,.landing-collection-slider .image-gallery-right-nav .image-gallery-svg,.share-slider .image-gallery-left-nav .image-gallery-svg,.share-slider .image-gallery-right-nav .image-gallery-svg{height:60px;width:60px}.landing-collection-slider .image-gallery-icon,.share-slider .image-gallery-icon{filter:none}.landing-collection-slider .image-gallery-icon:hover,.share-slider .image-gallery-icon:hover{color:#fff}.landing-collection-slider .image-gallery-icon:hover .image-gallery-svg,.share-slider .image-gallery-icon:hover .image-gallery-svg{transform:none}.landing-collection-slider .image-gallery-thumbnail.active,.landing-collection-slider .image-gallery-thumbnail:focus,.landing-collection-slider .image-gallery-thumbnail:hover,.share-slider .image-gallery-thumbnail.active,.share-slider .image-gallery-thumbnail:focus,.share-slider .image-gallery-thumbnail:hover{border-color:#203444}.landing-html h1,.landing-html h2,.landing-html h3,.landing-html h4,.landing-html h5,.landing-html h6,.landing-html table{margin-bottom:1rem}.landing-html iframe{border:0}.landing-footer{background-color:#000;color:#fff;padding:20px 0}.landing-footer .container{max-width:100%;padding:0 2em;width:100%}@media(min-width:576px){.landing-footer .container{max-width:100%}}@media(min-width:768px){.landing-footer .container{max-width:100%}}@media(min-width:992px){.landing-footer .container{max-width:100%}}@media(min-width:1200px){.landing-footer .container{max-width:100%}}.landing-footer .landing-footer-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.landing-footer .landing-footer-navigation{display:flex;justify-content:flex-end;width:100%;text-align:center}@media(min-width:768px){.landing-footer .landing-footer-navigation{flex-grow:1;width:auto;text-align:right}}.landing-footer .landing-footer-navigation ul{margin:0 0 1em}@media(min-width:768px){.landing-footer .landing-footer-navigation ul{margin:0;padding-left:2em}}.landing-footer .landing-footer-navigation ul li{display:inline-block;letter-spacing:-1px;list-style:none;margin-left:1em}@media screen and (min-width:0px){.landing-footer .landing-footer-navigation ul li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.landing-footer .landing-footer-navigation ul li{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.landing-footer .landing-footer-navigation ul li{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.landing-footer .landing-footer-navigation ul li{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.landing-footer .landing-footer-navigation a{color:#fff}.landing-footer .landing-footer-navigation a:hover{text-decoration:underline}.landing-footer .landing-footer-logo{text-align:center}@media(min-width:768px){.landing-footer .landing-footer-logo{text-align:right}}.landing-footer .landing-footer-logo a{color:#fff;display:inline-block;text-decoration:none}.landing-footer .landing-footer-logo img{max-height:30px;width:auto;max-width:30px;margin:0 8px}.custom-page-section{padding:2rem 0 4rem}.custom-page-section.page-divider{padding:2rem 0}.custom-page-section header{margin-bottom:2rem}.custom-page-section header h2{margin-bottom:.5rem}.custom-page-section header h2:last-child,.custom-page-section header h5{margin-bottom:0}@media(max-width:767.98px){.custom-page-section.landing-html .container{width:100%;max-width:100%}.custom-page-section.landing-html .container table tr{display:grid}.custom-page-section.landing-html .container table tr td{width:100%}.custom-page-section.landing-html .container table tr td img{max-width:100%}}.reports-list{margin:0 -10px!important;width:calc(100% + 20px)}.reports-list li{margin-left:10px;margin-right:10px;width:calc(100% - 20px)}@media(min-width:576px){.reports-list li{width:calc(50% - 20px)}}@media(min-width:1200px){.reports-list li{width:calc(33.33333% - 20px)}}.report-date-filter-wrapper{float:left}.report-date-filter-wrapper .form-group{margin-bottom:0}.report-date-filter-wrapper .form-group label{font-weight:400;margin-bottom:0;margin-right:.5em}.report-date-filter-wrapper .date-filter .DateRangePicker{margin-left:.5em}.report-date-filter-wrapper .date-filter .DateRangePickerInput{align-items:center;display:flex;justify-content:space-between}.report-date-filter-wrapper .date-filter .DateRangePickerInput_calendarIcon{padding:10px 0;margin:0 .5em 0 0}.report-date-filter-wrapper .date-filter .DateInput{width:100px;text-align:center}.report-date-filter-wrapper .date-filter .DateInput_input{border:1px solid #98a2b3;border-radius:8px;font-weight:400;font-size:1rem;line-height:1.6;padding:.25rem .5rem}.report-date-filter-wrapper .date-filter .DateInput_input__focused{border-color:#203444}.report-date-filter-wrapper .date-filter .DateRangePickerInput_arrow{padding:0 .5rem}.report-date-filter-wrapper .date-filter .DateRangePickerInput_arrow i{color:#999}.report-buttons-wrapper{display:flex}.report-buttons-wrapper button{display:flex;align-items:center;margin-right:.5em}.report-list{margin-top:1em}.report-list tbody th{font-weight:500}.report-list tbody th a{color:#101828}.report-list tbody th a:hover{text-decoration:none}.report-list tbody td{vertical-align:middle}.report-list tbody td.download-link a{color:#101828;text-decoration:none;font-weight:500}.report-list tbody td.download-link a:hover{color:#203444}.report-list tbody .user{white-space:nowrap;vertical-align:middle}.report-list .file-image{min-width:114px;padding:.75rem;width:114px}.report-list .file-image .list-item-img-wrapper{display:block;position:relative;outline:none;height:0;padding-top:67%}.report-list .file-image .list-item-img-wrapper img{max-width:90px;max-height:100%;top:0;position:absolute}.report-filters-wrapper .report-taxonomy-filter-wrapper,.report-filters-wrapper>div{padding-left:0}.report-taxonomies-filter-wrapper{margin:0;width:100%}.report-taxonomies-filter-wrapper .report-taxonomy-filter-wrapper{margin-bottom:10px}.report-taxonomies-filter-wrapper .report-taxonomy-filter{width:100%}.report-taxonomies-filter-wrapper .report-taxonomy-filter .css-1wy0on6{width:auto!important}.report-filters-control{display:flex;flex-wrap:wrap;align-items:baseline;margin:0!important;padding:0!important}.report-filters-control .report-user-filter-wrapper{width:320px;max-width:100%;margin-right:.5rem}.report-filters-control .report-user-filter-wrapper .user-select{width:100%}.report-filters-control .report-date-filter-wrapper{margin-bottom:10px;margin-right:15px}.report-filters-control .report-date-filter-wrapper .form-group{align-items:center;display:flex;flex-wrap:wrap}@media(min-width:320px){.report-filters-control .report-date-filter-wrapper .form-group{flex-wrap:nowrap}}.report-filters-control .report-date-filter-wrapper .form-group.period-filter{margin-left:10px}.report-filters-control .report-buttons-wrapper button{margin-bottom:10px}.report-filters-control .report-buttons-wrapper button i{margin:0 .5em}.report-filters-control .report-buttons-wrapper button.filters-button{position:relative;margin-left:.5em}.report-filters-control .report-buttons-wrapper button.filters-button:before{content:" ";border-left:1px solid #e4e7ec;margin:0 .5em;position:absolute;height:100%;top:0;left:calc(-1em - 1px)}.report-filters-control .report-buttons-wrapper button:last-child{margin-right:0}.report-filters-collapse{width:100%}.report-widget{margin-bottom:2em}.report-widget .card .card-header{display:flex;justify-content:space-between;background:transparent;padding:.75rem 1.25rem}.report-widget .card .card-header a{color:#101828;display:flex;align-items:center}.report-widget .card .card-header a:hover{text-decoration:none}.report-widget .card .card-header i{color:#203444}@media screen and (min-width:0px){.report-widget .card .card-header i{font-size:.9375rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.report-widget .card .card-header i{font-size:1.125rem;line-height:1.35rem;letter-spacing:0}}@media screen and (min-width:768px){.report-widget .card .card-header i{font-size:1.44375rem;line-height:1.7325rem;letter-spacing:0}}@media screen and (min-width:1024px){.report-widget .card .card-header i{font-size:1.875rem;line-height:2.25rem;letter-spacing:0}}.report-widget .card .card-header>div{display:flex;align-items:center}.report-widget .card .card-header>div h5{margin:0 0 0 .75em}@media screen and (min-width:0px){.report-widget .card .card-header>div h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.report-widget .card .card-header>div h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.report-widget .card .card-header>div h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.report-widget .card .card-header>div h5{font-size:.9375rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:0px){.report-widget .card .card-header .period-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.report-widget .card .card-header .period-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.report-widget .card .card-header .period-select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.report-widget .card .card-header .period-select{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}.report-widget .card .card-body{background:transparent;padding:1.25rem}.report-widget.report-widget-most-active-users .report-widget-table tbody th{white-space:nowrap}.report-widget .report-widget-table{margin-bottom:0}.report-widget .report-widget-table thead th{font-weight:500;text-align:center}@media screen and (min-width:0px){.report-widget .report-widget-table thead th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.report-widget .report-widget-table thead th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.report-widget .report-widget-table thead th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.report-widget .report-widget-table thead th{font-size:.9375rem;line-height:1.25rem;letter-spacing:0}}.report-widget .report-widget-table thead th:first-child{text-align:left}.report-widget .report-widget-table tbody td{text-align:center;vertical-align:middle}@media screen and (min-width:0px){.report-widget .report-widget-table tbody td{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.report-widget .report-widget-table tbody td{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.report-widget .report-widget-table tbody td{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.report-widget .report-widget-table tbody td{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}.report-widget .report-widget-table tbody td:first-child{text-align:left}.report-widget .report-widget-table tbody th{font-weight:500}@media screen and (min-width:0px){.report-widget .report-widget-table tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.report-widget .report-widget-table tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.report-widget .report-widget-table tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.report-widget .report-widget-table tbody th{font-size:.9375rem;line-height:1.25rem;letter-spacing:0}}.report-widget .report-widget-table tbody th a{color:#101828}.report-widget .report-widget-table tbody th a:hover{text-decoration:none}.profile-form{display:flex;flex-wrap:wrap}.profile-form .profile-avatar-wrapper{margin-bottom:20px;margin-right:0;width:100%;text-align:center}@media(min-width:576px){.profile-form .profile-avatar-wrapper{margin-bottom:0;margin-right:30px;width:auto}}@media(min-width:768px){.profile-form .profile-avatar-wrapper{margin-bottom:20px;margin-right:0;width:100%}}@media(min-width:992px){.profile-form .profile-avatar-wrapper{margin-bottom:0;flex-wrap:wrap;margin-right:30px;width:auto}}.profile-form .profile-avatar-wrapper .profile-avatar{display:inline-block;margin:0 auto 10px;position:relative}@media(min-width:576px){.profile-form .profile-avatar-wrapper .profile-avatar{display:block;margin:0 0 10px}}@media(min-width:768px){.profile-form .profile-avatar-wrapper .profile-avatar{display:inline-block;margin:0 auto 10px}}@media(min-width:992px){.profile-form .profile-avatar-wrapper .profile-avatar{display:block;margin:0 0 10px}}.profile-form .profile-avatar-wrapper .profile-avatar input{display:none}.profile-form .profile-avatar-wrapper .profile-avatar .avatar{display:flex;align-items:center;justify-content:center}.profile-form .profile-avatar-wrapper .avatar{display:block;overflow:hidden;position:relative}.profile-form .profile-avatar-wrapper .profile-avatar-change{background-color:rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;position:absolute;height:100%;width:100%;left:0;top:0;transition:background-color .2s ease}.profile-form .profile-avatar-wrapper .profile-avatar-change i{font-size:48px;line-height:48px;margin-bottom:5px}.profile-form .profile-avatar-wrapper .profile-avatar-change span{font-weight:500}@media screen and (min-width:0px){.profile-form .profile-avatar-wrapper .profile-avatar-change span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-form .profile-avatar-wrapper .profile-avatar-change span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-form .profile-avatar-wrapper .profile-avatar-change span{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-form .profile-avatar-wrapper .profile-avatar-change span{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.profile-form .profile-avatar-wrapper .profile-avatar-change:hover{background-color:rgba(0,0,0,.5);cursor:pointer}.profile-form .profile-avatar-wrapper .profile-avatar-remove,.profile-form .profile-avatar-wrapper .profile-avatar-select{background-color:rgb(152.49,159.19,173.26);border-radius:50%;color:#fff;display:inline-block;height:40px;line-height:40px;padding:0;width:40px;transition:background-color .2s ease;position:absolute;bottom:0;right:0}.profile-form .profile-avatar-wrapper .profile-avatar-remove i,.profile-form .profile-avatar-wrapper .profile-avatar-select i{font-size:20px;line-height:40px;width:100%;text-align:center}.profile-form .profile-avatar-wrapper .profile-avatar-remove:hover,.profile-form .profile-avatar-wrapper .profile-avatar-select:hover{background-color:#203444;color:#fff}.profile-form .profile-details{max-width:600px;width:100%}@media(min-width:576px){.profile-form .profile-details{flex-grow:1;max-width:600px;width:auto}}@media(min-width:768px){.profile-form .profile-details{flex-grow:0;max-width:none;width:100%}}@media(min-width:992px){.profile-form .profile-details{flex-grow:1;max-width:600px;width:auto}}.profile-form .profile-details .next-password-change{margin-bottom:1rem}.profile-form .profile-details .switch-details p{font-weight:500;margin-bottom:0}.profile-form .profile-details .switch-details span{font-weight:400}@media screen and (min-width:0px){.profile-form .profile-details .switch-details span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-form .profile-details .switch-details span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-form .profile-details .switch-details span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-form .profile-details .switch-details span{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:0px){table.import-list-table{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){table.import-list-table{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){table.import-list-table{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){table.import-list-table{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}table.import-list-table tr{border:1px solid #d0d5dd}table.import-list-table tr.status-failed,table.import-list-table tr.status-overlimit{background-color:rgb(254.6,189,188.2)}table.import-list-table tr.status-failed td,table.import-list-table tr.status-failed th,table.import-list-table tr.status-overlimit td,table.import-list-table tr.status-overlimit th{font-weight:700}table.import-list-table tr.status-finished{background-color:rgb(165.8,173.8,180.6)}table.import-list-table tr.message{border-bottom:none}table.import-list-table tr.message a{text-decoration:underline}table.import-list-table tr.message a:hover{text-decoration:none}table.import-list-table tr.with-message{border-top:none}table.import-list-table tr td,table.import-list-table tr th{font-weight:400;border:none}table.import-list-table tr td a,table.import-list-table tr th a{color:#101828}table.import-list-table tr td.import-message,table.import-list-table tr th.import-message{padding-bottom:0}table.import-list-table tr td.action-more,table.import-list-table tr th.action-more{text-align:right}table.import-list-table tr td.action-more a,table.import-list-table tr th.action-more a{margin-left:1em}table.import-list-table tr td.action-more i,table.import-list-table tr th.action-more i{margin-left:.25em}.ftp-accounts-content .inline-search{display:grid;margin-bottom:.5em;width:100%;max-width:100%;float:none}.ftp-accounts-content .inline-search input{width:450px}.ftp-accounts-content table.accounts-list tr:first-child .account-login{border-top:none}.ftp-accounts-content table.accounts-list .account-login{display:flex;align-items:center}.ftp-accounts-content table.accounts-list .account-login .account-avatar{margin-right:.5em}.ftp-accounts-content table.accounts-list .account-user .user-avatar{margin-right:0}.ftp-accounts-content table.accounts-list .account-created-at{max-width:180px}.ftp-queue-content table.files-list tbody tr.file-error td,.ftp-queue-content table.files-list tbody tr.file-error th{color:#fe5a58}.ftp-queue-content table.files-list tbody td,.ftp-queue-content table.files-list tbody th{vertical-align:middle}.ftp-queue-content table.files-list tbody td.file-image{width:calc(90px + 1em);min-width:calc(90px + 1em);padding-left:1em}.ftp-queue-content table.files-list tbody td .status-complete{color:#203445}.ftp-queue-content table.files-list tbody td .file-user{display:block}@media screen and (min-width:0px){.ftp-queue-content table.files-list tbody td .file-user{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.ftp-queue-content table.files-list tbody td .file-user{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.ftp-queue-content table.files-list tbody td .file-user{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.ftp-queue-content table.files-list tbody td .file-user{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.ftp-queue-content .ftp-queue-filters{display:flex;justify-content:space-between;padding-bottom:0}.ftp-queue-content .ftp-queue-filters .filters-selected{display:flex;align-items:center}.ftp-queue-content .ftp-queue-filters form{margin:0}.ftp-queue-content .ftp-queue-filters .filter-statuses label{font-weight:400;margin-left:1rem}.ftp-queue-content .ftp-queue-filters .filter-statuses .dropdown-item{padding-left:2rem}.ftp-queue-content .ftp-queue-filters .filter-statuses .dropdown-item i{margin-left:-1.5em}.integrations-page .table-wrapper{border-top:none}.integrations-page .integrations-list{display:flex;flex-wrap:wrap;gap:1rem}.integrations-page .integrations-list .integrations-list-element{border-radius:12px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;max-width:230px;border:1px solid #e4e7ec;width:100%;max-width:300px}.integrations-page .integrations-list .integration-header{display:flex;justify-content:space-between;gap:.5rem}.integrations-page .integrations-list .integration-logo{width:50px;height:50px;text-align:center}.integrations-page .integrations-list .integration-logo img{max-height:100%;max-width:100%}.integrations-page .integrations-list .integration-name{font-weight:500}@media screen and (min-width:0px){.integrations-page .integrations-list .integration-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.integrations-page .integrations-list .integration-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.integrations-page .integrations-list .integration-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.integrations-page .integrations-list .integration-name{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.integrations-page .integrations-list .integration-name .integration-name-container{display:flex;gap:.5em;align-items:center}.integrations-page .integrations-list .integration-name a{color:#203444}.integrations-page .integrations-list .integration-description{flex-grow:1}@media screen and (min-width:0px){.integrations-page .integrations-list .integration-description{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.integrations-page .integrations-list .integration-description{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.integrations-page .integrations-list .integration-description{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.integrations-page .integrations-list .integration-description{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.integrations-page .integrations-list .integration-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5em;flex-direction:column}.integrations-page .integrations-list .integration-actions .btn{width:100%}@media screen and (min-width:0px){.integrations-page .integrations-list .integration-actions .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.integrations-page .integrations-list .integration-actions .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.integrations-page .integrations-list .integration-actions .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.integrations-page .integrations-list .integration-actions .btn{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.integration-page .page-header .page-title{align-items:center!important}.integration-page .page-header .page-title img{max-height:50px;margin-right:.5em}.integration-page .authentication-token{border:1px solid #98a2b3;border-radius:8px;padding:0 .5em}.integration-page .authentication-token.show-short{height:1.9em;position:relative;overflow:hidden;padding-right:3em}.integration-page .authentication-token a{position:absolute;right:10px;top:4px}@media screen and (min-width:0px){.integration-page .authentication-token a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.integration-page .authentication-token a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.integration-page .authentication-token a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.integration-page .authentication-token a{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.integration-page .authentication-token code{word-break:break-all}.grid-item-actions-list .action-more .dropdown-menu .dropdown-item i,.grid-item-actions-list .action-more .dropdown-menu .dropdown-item img,.nav-actions .action-more .dropdown-menu .dropdown-item i,.nav-actions .action-more .dropdown-menu .dropdown-item img{width:1.125em}.grid-item-actions-list .action-more .dropdown-submenu,.nav-actions .action-more .dropdown-submenu{padding:0}.grid-item-actions-list .action-more .dropdown-submenu:active,.nav-actions .action-more .dropdown-submenu:active{background-color:#f5f5f5;color:#101828}.grid-item-actions-list .action-more .dropdown-submenu .dropdown,.nav-actions .action-more .dropdown-submenu .dropdown{width:100%}.grid-item-actions-list .action-more .dropdown-submenu .dropdown .dropdown-menu,.nav-actions .action-more .dropdown-submenu .dropdown .dropdown-menu{top:-10px!important}.grid-item-actions-list .action-more .dropdown-submenu span.dropdown-toggle,.nav-actions .action-more .dropdown-submenu span.dropdown-toggle{display:block;cursor:pointer;font-size:.9rem;color:#101828;padding:.25rem 1.5rem}.grid-item-actions-list .action-more .dropdown-submenu span.dropdown-toggle i,.nav-actions .action-more .dropdown-submenu span.dropdown-toggle i{width:1.125em;margin-right:.5em}.grid-item-actions-list .action-more .dropdown-submenu span.dropdown-toggle a,.grid-item-actions-list .action-more .dropdown-submenu span.dropdown-toggle a:hover,.nav-actions .action-more .dropdown-submenu span.dropdown-toggle a,.nav-actions .action-more .dropdown-submenu span.dropdown-toggle a:hover{color:#101828}.grid-item-actions-list .action-more .dropdown-submenu span.dropdown-toggle:after,.nav-actions .action-more .dropdown-submenu span.dropdown-toggle:after{position:absolute;right:1rem;top:calc(50% - 3px)}.list-item-actions-list .dropdown-submenu:active{background-color:#f5f5f5;color:#101828}.list-item-actions-list .dropdown-submenu .dropdown{width:100%}.list-item-actions-list .dropdown-submenu span.dropdown-toggle{cursor:pointer;width:100%;display:inline-block}.list-item-actions-list .dropdown-submenu span.dropdown-toggle i{width:1.125em;margin-right:.5em}.list-item-actions-list .dropdown-submenu span.dropdown-toggle:after{position:absolute;right:0;top:calc(50% - 3px)}.integrations-actions-dropdown{cursor:pointer;width:100%}.integrations-actions-dropdown span.dropdown-toggle{width:100%;display:inline-block}.integrations-actions-dropdown span.dropdown-toggle i{margin-right:.5em!important}.integrations-actions-dropdown .dropdown-menu i,.integrations-actions-dropdown .dropdown-menu img,.integrations-actions-dropdown span.dropdown-toggle i,.integrations-actions-dropdown span.dropdown-toggle img{width:1.125em}.integration-account ul{list-style:none;padding:0}.integration-account ul li{margin-bottom:.5rem}.api-key-form>div{display:flex}.api-key-form>div input{margin-right:.5em}.integration-page{margin-top:1em}.integration-page .go-back-to-list-wrapper{padding:0}.integration-page .go-back-to-list-wrapper a:hover{text-decoration:none}.integration-page .page-header{padding:1em 0}.settings-container .integration-page{margin-top:0}.actionbar .btn-integration{margin-right:1em}.btn-integration{display:flex;align-items:center;gap:.5em}.btn-integration img{height:2em}.btn-integration:focus{box-shadow:none!important}.btn-integration.btn-design-pickle{background-color:#d5ff02;border-color:#c2e31b;color:#203445}.btn-integration.btn-design-pickle:hover{background-color:rgb(176.79,211.65,1.66);border-color:#c2e31b}@media(max-width:767.98px){.btn-integration span{display:none}}.stockpress-admin .stockpress-version{padding:0 1.5rem}.stockpress-admin .admin-dashboard-wrapper{display:flex;padding:0!important}.stockpress-admin .admin-dashboard-wrapper .widget-stats-overview{width:100%}.stockpress-admin .nav-profile .settings-wrapper,.stockpress-admin .profile-edit-content .breadcrumbs{display:none}.stockpress-admin .widget-stat-online-users .widget-stat>div{display:flex;justify-content:space-between}.stockpress-admin .page-changelog .changelog-wrapper h2{font-size:1.575rem}.stockpress-admin .page-changelog .changelog-wrapper h3{font-size:1.35rem}.stockpress-admin .page-accounts .account-url{display:block;font-weight:400}@media screen and (min-width:0px){.stockpress-admin .page-accounts .account-url{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.stockpress-admin .page-accounts .account-url{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.stockpress-admin .page-accounts .account-url{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.stockpress-admin .page-accounts .account-url{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.stockpress-admin .page-accounts .account-url a{color:#667085}@media screen and (min-width:0px){.stockpress-admin .page-accounts .users-list thead th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.stockpress-admin .page-accounts .users-list thead th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.stockpress-admin .page-accounts .users-list thead th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.stockpress-admin .page-accounts .users-list thead th{font-size:.9375rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:0px){.stockpress-admin .page-accounts .users-list tbody td,.stockpress-admin .page-accounts .users-list tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.stockpress-admin .page-accounts .users-list tbody td,.stockpress-admin .page-accounts .users-list tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.stockpress-admin .page-accounts .users-list tbody td,.stockpress-admin .page-accounts .users-list tbody th{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.stockpress-admin .page-accounts .users-list tbody td,.stockpress-admin .page-accounts .users-list tbody th{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.stockpress-admin .page-accounts .admin-accounts-wrapper .actions-wrapper{justify-content:flex-end;margin-bottom:.5em}.stockpress-admin .page-online-users .header-actions .items-displaying{margin-bottom:0}.stockpress-admin .page-online-users .table th{font-weight:400}.stockpress-admin .page-online-users .table td{vertical-align:middle}.stockpress-admin .page-online-users .table td a,.stockpress-admin .page-online-users .table th a{color:#101828}.stockpress-admin .page-online-users .table td a:hover,.stockpress-admin .page-online-users .table th a:hover{color:#203444;text-decoration:none}.stockpress-admin .page-online-users .table td a i,.stockpress-admin .page-online-users .table th a i{margin-left:.5rem}.stockpress-admin .page-pricing table td{vertical-align:top}.stockpress-admin .page-pricing table td h5{margin-bottom:0}.stockpress-admin .page-pricing table td ul{padding-left:1em}.profile-dropdown.in-admin-panel .profile-links-wrapper,.profile-dropdown.in-admin-panel .profile-tools .profile-edit,.profile-dropdown.in-admin-panel .settings-links-wrapper{display:none}.modal .modal-admin-account-edit-modal{width:800px;max-width:95%}.modal .modal-admin-account-edit-modal .modal-content{max-height:90vh;height:90vh}.modal .modal-admin-account-edit-modal .modal-body{padding:1rem;max-height:none}.modal .modal-admin-account-edit-modal .modal-body .storage-fields-wrapper{display:flex}.modal .modal-admin-account-edit-modal .modal-body .storage-fields-wrapper #inpStorage{width:100%}.modal .modal-admin-account-edit-modal .modal-body .storage-fields-wrapper #inpStorageUnit{width:auto}.modal .admin-panel-modal-tab-content .tab-pane{display:none}.modal .admin-panel-modal-tab-content .tab-pane.active{display:block}.modal .admin-panel-modal-tab-content .feature span{margin-left:.5em;color:#667085}.duplicates-header .header-actions{gap:1em}.duplicates-header .header-actions label{margin-bottom:0;margin-right:.8rem;font-weight:500;cursor:pointer}.duplicates-header .header-actions .dropdown{margin:0}.duplicates-header .header-actions .dropdown .dropdown-toggle{display:flex;align-items:center}.duplicates-wrapper{display:flex;flex-wrap:wrap;padding:0 15px 50px}.duplicates-wrapper .duplicates-sidebar{margin-bottom:30px;width:100%}@media(min-width:992px){.duplicates-wrapper .duplicates-sidebar{margin-bottom:0;margin-right:30px;width:300px}}.duplicates-wrapper .duplicates-sidebar .card-header{background-color:transparent;font-weight:500}.duplicates-wrapper .duplicates-sidebar .card-body{padding:0}@media(max-width:991.98px){.duplicates-wrapper .duplicates-sidebar .card-body{max-height:300px;overflow-y:auto}}.duplicates-wrapper .duplicates-sidebar .card-body p{margin-top:1rem}.duplicates-wrapper .duplicates-sidebar .loader-small{margin-bottom:2em}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list{list-style:none;margin:0;padding:0}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file{background-color:#fff;border-bottom:1px solid #e4e7ec;padding:10px 20px;transition:background-color .15s ease;cursor:pointer}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file.selected,.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file:hover{background-color:rgb(244.2,245.4,247.4)}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file:last-child{border-bottom:none}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper{display:flex}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper .duplicated-file-img{display:block;margin-right:1em;height:40px;width:40px}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper .duplicated-file-body{width:calc(100% - 60px)}.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper .duplicated-file-body .duplicated-file-title{margin-bottom:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper .duplicated-file-body .duplicated-file-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper .duplicated-file-body .duplicated-file-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper .duplicated-file-body .duplicated-file-title{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-sidebar .duplicated-files-list .duplicated-file .duplicated-file-wrapper .duplicated-file-body .duplicated-file-title{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.duplicates-wrapper .duplicates-main{flex-grow:1;width:100%}@media(min-width:992px){.duplicates-wrapper .duplicates-main{width:calc(100% - 330px)}}.duplicates-wrapper .duplicates-main .card-header{background-color:transparent;font-weight:500}.duplicates-wrapper .duplicates-main .card-body{padding:0}.duplicates-wrapper .duplicates-main .card-footer{background-color:#fff}.duplicates-wrapper .duplicates-main .card-footer .duplicated-footer-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.duplicates-wrapper .duplicates-main .card-footer .duplicated-footer-wrapper .buttons-group button{margin-left:.5em}.duplicates-wrapper .duplicates-main .card-footer .files-selected{align-items:center;display:none;font-weight:400}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-main .card-footer .files-selected{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-main .card-footer .files-selected{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-main .card-footer .files-selected{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-main .card-footer .files-selected{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}@media(min-width:992px){.duplicates-wrapper .duplicates-main .card-footer .files-selected{display:flex;flex-wrap:wrap}}.duplicates-wrapper .duplicates-main .card-footer .files-selected>span:after{color:rgba(0,0,0,.8);content:"|";margin:0 1rem}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-main .card-footer .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-main .card-footer .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-main .card-footer .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-main .card-footer .files-selected>span:after{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.duplicates-wrapper .duplicates-main .card-footer .files-selected>span:last-child:after{display:none}.duplicates-wrapper .duplicates-main .card-footer .files-selected>span.files-selected-num{align-items:center;display:flex}.duplicates-wrapper .duplicates-main .card-footer .files-selected>span button{padding:0}.duplicates-wrapper .duplicates-main .card-footer .buttons-group{width:100%;text-align:right}@media(min-width:992px){.duplicates-wrapper .duplicates-main .card-footer .buttons-group{width:auto;margin-left:20px}}.duplicates-wrapper .duplicates-main .duplicated-previews-list{list-style:none;margin:0;padding:0}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview{background-color:#fff;border-bottom:1px solid #e4e7ec;display:flex;flex-direction:column;padding:20px 0;width:100%}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview:last-child{border-bottom:none}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;height:100%;width:100%;padding:0 20px}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-image-wrapper{height:auto;margin-bottom:20px;position:relative;width:100%}@media(min-width:1200px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-image-wrapper{margin-bottom:0;margin-right:20px;width:30%}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-image-wrapper .input-check{position:absolute;left:20px;top:20px}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-img{display:block;width:100%;background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,10px 10px;background-size:20px 20px;border:1px solid #e4e7ec;border-radius:4px;max-height:100%;top:0}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body{display:flex;flex-direction:column;justify-content:space-between;width:100%}@media(min-width:1200px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body{width:calc(70% - 20px)}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-header{display:flex;justify-content:space-between;width:100%}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-header .duplicated-preview-header-content{width:calc(100% - 60px)}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-header .duplicated-preview-file-owner{margin-left:20px;width:60px}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-title{margin-bottom:.25em}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-title{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-title{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-title span{margin-left:.5em}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button{background-color:#fff;border:1px solid #e4e7ec;color:#667085}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button i{margin:0}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button.duplicated-preview-details-btn{white-space:nowrap}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button.duplicated-preview-details-btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button.duplicated-preview-details-btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button.duplicated-preview-details-btn{font-size:.77rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button.duplicated-preview-details-btn{font-size:1rem;line-height:1.5rem;letter-spacing:0}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body button.duplicated-preview-details-btn i{margin-left:8px}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-upload{color:#667085;margin-top:10px}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-upload{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-upload{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-upload{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-upload{font-size:.875rem;line-height:1.375rem;letter-spacing:0}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-file-archived{color:#667085;font-weight:500;margin-top:10px}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-file-archived{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-file-archived{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-file-archived{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-file-archived{font-size:.875rem;line-height:1.375rem;letter-spacing:0}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-tools{display:flex;justify-content:space-between;margin-top:20px;width:100%}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-tools .duplicated-preview-tools-list{display:flex;list-style:none}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-wrapper .duplicated-preview-body .duplicated-preview-tools .duplicated-preview-tools-list .duplicated-preview-tool{margin-left:8px}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details{border-top:1px solid #e4e7ec;margin-top:20px;padding:0 20px}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list{list-style:none;margin:0;padding:0;width:100%}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail{align-items:baseline;display:flex;flex-wrap:wrap;margin-top:20px;width:100%}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail:last-child{margin-bottom:0}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail h5{width:100%}@media screen and (min-width:0px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail h5{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail h5{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}@media(min-width:1200px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail h5{margin-right:20px;width:30%;text-align:right}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail .duplicated-preview-detail-content{width:100%}@media(min-width:1200px){.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail .duplicated-preview-detail-content{width:calc(70% - 20px)}}.duplicates-wrapper .duplicates-main .duplicated-previews-list .duplicated-preview .duplicated-preview-details .duplicated-preview-details-list .duplicated-preview-detail .duplicated-preview-detail-content p:last-child{margin-bottom:0}.page-edit .tab-content-wrapper{padding:20px}.custom-page-details.custom-page-sections-list{margin-top:1em}.custom-page-details .form-row{margin-bottom:1em}.custom-page-details .form-row:last-child{margin-bottom:0}@media(max-width:575.98px){.custom-page-details .form-row>div{margin-bottom:1em;min-width:100%}}@media(max-width:575.98px){.custom-page-details .form-row>div.last-child{margin-bottom:0}}.custom-page-details .form-row .page-url-actions{position:absolute;right:0}.custom-page-details .form-row .page-url-actions a{margin-left:.5em}.custom-page-details .custom-page-sections{margin-top:1em}.custom-page-details .custom-page-sections .section-drag-preview{background-color:#fff;border:1px solid #e4e7ec;border-radius:.25rem;position:fixed;pointer-events:none;z-index:100;left:0;top:0}.custom-page-details .custom-page-sections .section-container.dragging>.card{border:1px dashed #e4e7ec}.custom-page-details .custom-page-sections .section-container.dragging>.card>.card-body,.custom-page-details .custom-page-sections .section-container.dragging>.card>.card-header{opacity:0;cursor:grabbing}.custom-page-details .custom-page-sections .section-container.section-divider .color-button-container{display:block;width:100%}.custom-page-details .custom-page-sections .section-container.section-divider .color-button-container .color-button{padding:6px;background-color:#fff;border-radius:1px;box-shadow:0 0 0 1px rgba(0,0,0,.1);display:inline-block;cursor:pointer}.custom-page-details .custom-page-sections .section-container.section-divider .color-button-container .color-button .color-button-content{width:50px;height:20px}.custom-page-details .custom-page-sections .section-container.section-divider .color-picker-popover{position:absolute;z-index:2}.custom-page-details .custom-page-sections .section-container.section-divider .color-picker-popover .color-picker-cover{position:fixed;top:0;right:0;bottom:0;left:0}.custom-page-details .custom-page-sections .section-container .card{margin-bottom:1em}.custom-page-details .custom-page-sections .section-container .card .card-header{cursor:move}.custom-page-details .custom-page-sections .section-container .card .card-header .section-actions a{color:#667085;margin-left:.75em}.custom-page-details .custom-page-sections .section-container .card .card-header .section-actions a:hover{color:#203444}.custom-page-details .custom-page-sections .section-container .card .card-body label{font-weight:500;margin-bottom:0}.custom-page-details .custom-page-sections .section-container .card .card-body .section-meta .row>div{margin-bottom:1rem}.custom-page-details .custom-page-sections .section-container .card .card-body .section-meta hr{margin-top:0}.custom-page-details .custom-page-sections .section-container .card .card-body .section-meta .form-row{margin-bottom:0}.custom-page-details .custom-page-sections .section-container .card .card-body .section-meta .form-row>div{margin-bottom:1em}@media(max-width:575.98px){.custom-page-details .custom-page-sections .section-container .card .card-body .section-meta .form-row>div{min-width:100%}}.custom-page-details .custom-page-sections .section-container .card .table-wrapper{margin-top:1em;border-top:none}.custom-page-details .custom-page-sections .section-container .card .table-wrapper .collections-list tr{cursor:move}.custom-page-details .custom-page-sections .section-container .card .table-wrapper .collections-list tr.dragging{opacity:0;cursor:grabbing}i.section-icon{margin-right:.5em}.page-edit-content{order:2}@media(min-width:992px){.page-edit-content{max-width:calc(100% - 220px);order:1}}.page-edit-content .settings-tab-content .tab-pane{border-radius:calc(.25rem - 1px)}.page-edit-sidebar{margin-bottom:30px;min-width:100%;order:1;width:100%}@media(min-width:992px){.page-edit-sidebar{margin-bottom:0;max-width:220px;min-width:220px;order:2;width:auto}}.custom-page-edit-sidebar .card{border-bottom-width:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-page-edit-sidebar .card:first-child{border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-page-edit-sidebar .card:last-child{border-bottom-width:1px}.custom-page-edit-sidebar .card.closed .card-header{border-bottom-width:0}.custom-page-edit-sidebar .card .card-header{display:flex;justify-content:space-between;font-weight:500;cursor:pointer}.custom-page-edit-sidebar .card .card-body{padding:1rem}@media screen and (min-width:0px){.custom-page-edit-sidebar .card .card-body .form-group label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.custom-page-edit-sidebar .card .card-body .form-group label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.custom-page-edit-sidebar .card .card-body .form-group label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.custom-page-edit-sidebar .card .card-body .form-group label{font-size:.9375rem;line-height:1.25rem;letter-spacing:0}}@media screen and (min-width:0px){.custom-page-edit-sidebar .card .card-body .form-group select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.custom-page-edit-sidebar .card .card-body .form-group select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.custom-page-edit-sidebar .card .card-body .form-group select{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.custom-page-edit-sidebar .card .card-body .form-group select{font-size:.8125rem;line-height:1.125rem;letter-spacing:0}}.custom-page-edit-sidebar .card .card-body .form-group .btn-link{padding:0}.custom-page-edit-sidebar .card .card-body .form-group .btn-link:focus{box-shadow:none}.custom-page-edit-sidebar .card .card-body .form-group .section-button{text-align:left;width:100%}.custom-page-edit-sidebar .card .card-body .form-group .section-button:hover{color:#fff}.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader label{display:flex;justify-content:space-between;align-items:center}.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .image-wrapper{margin-bottom:.5em}.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .image-wrapper img{max-width:100%;background-image:linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,hsla(0,0%,90.2%,0) 0,hsla(0,0%,90.2%,0) 75%,#e6e6e6 0,#e6e6e6);background-position:0 0,10px 10px;background-size:20px 20px}.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .logo-buttons{text-align:center}.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .logo-buttons .upload-file{display:none}.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .logo-buttons .logo-uploader-button{padding:5px}@media screen and (min-width:0px){.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .logo-buttons .logo-uploader-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .logo-buttons .logo-uploader-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .logo-buttons .logo-uploader-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.custom-page-edit-sidebar .card .card-body .form-group.logo-uploader .logo-buttons .logo-uploader-button{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.custom-page-edit-sidebar .card.sidebar-save{border-color:#101828;border-bottom:none;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.custom-page-edit-sidebar .card.sidebar-save .card-header{color:#fff;background:#101828;border:none;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.custom-page-edit-sidebar .card.sidebar-save .card-header .button-spinner-svg{margin:0}.notification-wrapper{display:flex;font-weight:400;font-size:.9rem;padding:1rem;align-items:center;color:#667085}.notification-wrapper .notification-avatar{position:relative}.notification-wrapper .notification-avatar .notification-type{width:23px;height:23px;border-radius:50%;background-color:#fff;position:absolute;text-align:center;bottom:-2px;right:-1px}.notification-wrapper .notification-avatar .notification-type i{vertical-align:middle}.notification-wrapper .notification-content{display:flex;flex-direction:column;flex:1}.notification-wrapper .notification-content .notification-header{display:flex;justify-content:space-between}.notification-wrapper .notification-content .notification-header .notification-header-properties{display:flex;align-items:center;gap:.25rem}.notification-wrapper .notification-content .notification-header .notification-header-properties .notification-unread-badge{width:10px;height:10px;border-radius:50%;background-color:#7a5af7}.notification-wrapper .notification-content .notification-subheader{font-size:.8rem}.notification-wrapper.notification-skeleton .notification-header>span{min-width:50%}.user-profile .user-profile-wrapper>.row{border:1px solid #e4e7ec;padding:1rem}.user-profile .user-profile-wrapper>.row .avatar-container{flex-grow:0}.user-profile .user-profile-wrapper .job-title{color:#667085;margin-bottom:0}.user-profile .user-profile-wrapper .user-profile-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e4e7ec;padding-bottom:1.5rem;margin-bottom:1.5rem}.user-profile .user-profile-wrapper .user-profile-buttons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;line-height:40px;color:#667085;background-color:#e4e7ec;border-radius:50%;margin:0;padding:0}.user-profile .user-profile-wrapper .user-profile-buttons a:hover{text-decoration:none;color:#101828}.user-profile .user-profile-wrapper .user-profile-buttons i{font-size:20px}.user-profile .user-profile-wrapper .user-profile-details ul.user-profile-details-list{display:flex;list-style:none;padding:0}.user-profile .user-profile-wrapper .user-profile-details ul.user-profile-details-list li{color:#667085;margin-right:2rem}.user-profile .user-profile-wrapper .user-profile-details ul.user-profile-details-list li i{margin-right:.5rem}.user-profile .user-profile-wrapper .user-profile-details ul.user-profile-details-list li a{color:#667085}.user-profile .user-profile-wrapper .user-profile-details ul.user-profile-details-list li a:hover{color:#203444}.user-profile .user-profile-wrapper .user-profile-fields{border-top:1px solid #e5e5e5;padding-top:1.5rem;margin-top:1.5rem}.user-profile .user-profile-wrapper .user-profile-fields .user-profile-fields-list{display:flex;flex-direction:column;list-style:none;padding:0}.user-profile .user-profile-wrapper .user-profile-actions .user-profile-actions-list tr:first-child td{border-top:none}.user-profile .user-profile-wrapper .user-profile-actions .user-profile-actions-list tr td{padding:.75rem 0}.user-profile .user-profile-wrapper .user-profile-actions .user-profile-actions-list tr .user-profile-action-title i{width:2em}.user-profile .user-profile-wrapper .user-profile-actions .user-profile-actions-list tr .user-profile-action-title a{font-weight:700;color:#101828}.user-profile .user-profile-wrapper .user-profile-actions .user-profile-actions-list tr .user-profile-action-date{text-align:right}.layout-upload .actionbar{position:fixed;width:95%;left:50%;bottom:1em;transform:translate(-50%);background-color:#203444;border:0;border-radius:12px;color:#fff}.layout-upload .actionbar .navbar{justify-content:space-between}.layout-upload .actionbar .navbar .files-selected>span:after{color:#e4e7ec}.layout-upload .actionbar .navbar .files-actions{display:flex;align-items:center}.layout-upload .actionbar .navbar .files-actions .save-after-upload{margin-right:1rem}.layout-upload .actionbar .navbar .files-actions .save-after-upload label{display:flex;align-items:center}.layout-upload .actionbar .navbar .files-actions .save-after-upload label .switch-details{margin-right:.25em}.layout-upload .actionbar .navbar .files-actions button{margin-right:.5rem}.layout-upload .actionbar .navbar .files-actions .progress{width:140px;background-color:#98a2b3;margin-right:1rem}.layout-upload .actionbar .navbar .files-actions .progress .progress-bar{background-color:#fff}.layout-upload .actionbar .navbar .btn-primary{color:#203444;background-color:#fff}.layout-upload .actionbar .navbar .btn-secondary{background-color:transparent;border:1px solid #fff}.layout-upload .actionbar .navbar .btn-link,.layout-upload .actionbar .navbar a{color:#fff}@media screen and (min-width:0px){.layout-upload .footer .footer-message .text-muted{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.layout-upload .footer .footer-message .text-muted{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.layout-upload .footer .footer-message .text-muted{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.layout-upload .footer .footer-message .text-muted{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.layout-upload .footer .footer-message .text-muted a{color:#28c29b}.upload-main .upload-page-header{margin:2em auto 4em;max-width:1200px;width:90%;text-align:center}.upload-main .upload-page-header .upload-overtitle{margin:1em 0 .5em}.upload-main .upload-page-header .upload-subtitle{margin-top:3em}.upload-main .upload-page-lock{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 30px}.upload-main .upload-page-lock .invalid-feedback{text-align:center}.upload-main .upload-page-lock .lock-wrapper{margin:30px 0}.upload-main .upload-page-lock .lock-wrapper i{font-size:86px;color:#98a2b3}.upload-main .upload-page-lock .acccess-input-container{margin-top:15px;display:flex}.upload-main .upload-page-lock .acccess-input-container>div{margin-right:.5rem}.upload-main .upload-page-lock .acccess-input-container>div:last-child{margin-right:0}.upload-main .upload-page-lock .acccess-input-container button{display:flex;justify-content:center;align-items:center;min-width:110px}.upload-main .upload-page-finished{text-align:center}.upload-main .upload-area{min-height:33vh;margin:1em auto}.upload-main .upload-area.bordered{padding:5em 1em 1em;width:50vw;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23ccc' stroke-width='3' stroke-dasharray='4, 10' stroke-linecap='square'/%3E%3C/svg%3E")}.upload-main .upload-area.has-files{width:auto;margin:1em}.upload-main .upload-area.finished{padding-bottom:4em}.upload-main .upload-button-wrapper{display:flex;flex-direction:column;align-items:center;color:#667085}.upload-main .upload-button-wrapper i{margin-bottom:2rem}.upload-main .upload-button-wrapper button{margin-bottom:1rem}.upload-main .upload-button-wrapper .upload-file{display:none}.upload-main .upload-files-wrapper .grid-item{padding-right:5px;padding-left:5px;width:100%}@media(min-width:576px){.upload-main .upload-files-wrapper .grid-item{max-width:50%}}@media(min-width:768px){.upload-main .upload-files-wrapper .grid-item{max-width:50%}}@media(min-width:860px){.upload-main .upload-files-wrapper .grid-item{max-width:33.3333%}}@media(min-width:1200px){.upload-main .upload-files-wrapper .grid-item{max-width:25%}}@media(min-width:1350px){.upload-main .upload-files-wrapper .grid-item{max-width:20%}}@media(min-width:1800px){.upload-main .upload-files-wrapper .grid-item{max-width:20%}}@media(min-width:2100px){.upload-main .upload-files-wrapper .grid-item{max-width:16.6666%}}@media(min-width:2400px){.upload-main .upload-files-wrapper .grid-item{max-width:14.28571429%}}.upload-main .upload-files-wrapper .grid-item .uploading-file-progress{position:absolute;width:calc(100% - 30px);top:50%;transform:translateY(-50%)}.upload-main .upload-files-wrapper .grid-item .grid-item-body{display:flex;align-items:center;justify-content:space-between}.upload-main .upload-files-wrapper .grid-item .grid-item-body .grid-item-body-main{overflow:hidden;flex-grow:1}.upload-main .upload-files-wrapper .grid-item .grid-item-body.has-folder{padding:5px 1em}.upload-main .upload-files-wrapper .grid-item .grid-item-body .grid-item-title span:hover{color:#101828}.upload-main .upload-files-wrapper .grid-item:hover .grid-item-img-wrapper:after{display:none}.upload-main .upload-files-wrapper .grid-item:hover .grid-item-body{height:90px;margin-top:0}.upload-pages-content .table-filters{display:flex}.upload-pages-content .inline-search{display:grid;margin-bottom:.5em;width:100%;max-width:100%;float:none}.upload-pages-content .inline-search input{width:450px;max-width:100%}.upload-pages-content table.upload-pages-list .upload-page-user .user-avatar{margin-right:0}.upload-pages-content table.upload-pages-list .upload-page-created-at{max-width:180px}.dropdown-menu .dropdown-item i{width:1.125em}.dropdown-menu.dropdown-menu-action-more .copy-link-dropdown-item{padding:0}.dropdown-menu.dropdown-menu-action-more .copy-link-dropdown-item .btn-link{color:inherit;font-weight:400;line-height:1;padding:.25rem 1.5rem;width:100%;text-align:left;border:0}.dropdown-menu.dropdown-menu-action-more .copy-link-dropdown-item .btn-link:hover{text-decoration:none}.sidebar-navigation{flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;max-height:calc(100vh - 1px);width:100%;background-color:#203444;overflow:hidden;overflow-y:auto}.sidebar-navigation .sidebar-navigation-top .navbar-nav .nav-item{height:auto;margin-bottom:.5rem}.sidebar-navigation .sidebar-navigation-top .upgrade-plan-button{position:absolute;top:10px;left:40px}.sidebar-navigation .sidebar-navigation-bottom{margin-bottom:.75em}.sidebar-navigation .sidebar-navigation-bottom .navbar-nav .nav-item{height:auto;margin-top:.5rem}@media(min-width:768px){.sidebar-navigation{border-right:1px solid #e4e7ec;height:100vh;width:80px}}@media(max-width:767.98px){.sidebar-navigation{flex-direction:column;height:70px;min-height:70px}.sidebar-navigation .navbar-nav{flex-direction:row}.sidebar-navigation .navbar-nav .nav-item{height:60px;width:60px;border:none!important;margin-right:8px}.sidebar-navigation .navbar-nav .nav-item:last-child{margin-right:0}.sidebar-navigation .sidebar-navigation-bottom{display:flex}.sidebar-navigation .sidebar-navigation-bottom .navbar-nav{justify-content:flex-end}}.sidebar-navigation .navbar-nav{margin:0 auto;width:100%}.sidebar-navigation .navbar-nav .nav-item{display:flex;position:relative;align-items:center;color:#fff}.sidebar-navigation .navbar-nav .nav-item.active .nav-link .nav-item-icon,.sidebar-navigation .navbar-nav .nav-item:hover .nav-link .nav-item-icon{background-color:hsla(0,0%,100%,.25)}.sidebar-navigation .navbar-nav .nav-item.active .nav-link .nav-item-icon i,.sidebar-navigation .navbar-nav .nav-item:hover .nav-link .nav-item-icon i{transform:scale(1.5);transition:transform .3s ease}.sidebar-navigation .navbar-nav .nav-item.account-switcher{height:70px}.sidebar-navigation .navbar-nav .nav-item.nav-item-upload-pages .upgrade-plan-button{top:5px}.sidebar-navigation .navbar-nav .nav-item .nav-link .nav-item-icon{display:flex;justify-content:center;align-items:center;border-radius:4px;padding:0;height:2.5em;width:2.5em}.sidebar-navigation .navbar-nav .nav-item .nav-link .nav-item-icon img.avatar{height:2em;width:2em}.sidebar-navigation .navbar-nav .nav-item .nav-link i{transform:scale(1.25);transition:transform .2s ease}.sidebar-navigation .navbar-nav .nav-item a{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.sidebar-navigation .navbar-nav .nav-item a .nav-item-title{line-height:1rem!important;text-align:center;padding:1px}@media screen and (min-width:0px){.sidebar-navigation .navbar-nav .nav-item a .nav-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.sidebar-navigation .navbar-nav .nav-item a .nav-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.sidebar-navigation .navbar-nav .nav-item a .nav-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.sidebar-navigation .navbar-nav .nav-item a .nav-item-title{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.sidebar-navigation .navbar-nav .nav-item a .badge{background-color:#fe5a58;position:absolute;left:40px;top:10px}.sidebar-navigation .navbar-nav .nav-item a .badge.sidebar-badge-small{height:12px;min-width:12px;top:12px;left:45px}.sidebar-navigation .navbar-nav .nav-item a.disabled{opacity:.5}.account-switcher-dropdown,.more-menu-dropdown,.notifications-dropdown,.profile-dropdown{left:76px!important;z-index:9999}.more-menu-dropdown,.profile-dropdown{padding:0}.account-switcher-dropdown{max-height:300px;overflow:auto}@media screen and (min-width:0px){.account-switcher-dropdown .dropdown-header input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.account-switcher-dropdown .dropdown-header input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.account-switcher-dropdown .dropdown-header input{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.account-switcher-dropdown .dropdown-header input{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.account-switcher-dropdown .dropdown-item.disabled:before{content:"\F00C";font-family:Font Awesome\ 7 Pro;position:absolute;left:6px;margin-top:6px}.account-switcher-dropdown .dropdown-item .account-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:16px;margin-right:.5em}.account-switcher-dropdown .dropdown-item .account-icon>span{text-transform:uppercase;font-weight:700;color:#fff}.profile-dropdown{color:rgb(152.49,159.19,173.26);padding:0 .25rem}@media(min-width:576px){.profile-dropdown{padding:.5rem}}@media(min-width:768px)and (max-width:1199.98px){.profile-dropdown{padding:0 .5rem}}@media(min-width:992px){.profile-dropdown{padding:.5rem}}.profile-dropdown.active,.profile-dropdown:hover{color:#203444;text-decoration:none}.profile-dropdown.nav-profile{padding-right:0}@media(max-width:991.98px){.profile-dropdown.nav-profile img{height:30px;width:30px}}.profile-dropdown>a{padding-right:0}.profile-dropdown.dropdown-menu{max-width:calc(100vw - 60px);width:calc(100vw - 60px);padding:0}@media(min-width:320px){.profile-dropdown.dropdown-menu{width:500px}}@media(min-width:768px){.profile-dropdown.dropdown-menu{width:417px}}@media(min-width:992px){.profile-dropdown.dropdown-menu{width:500px}}.profile-dropdown.dropdown-menu h6{color:#000}@media screen and (min-width:0px){.profile-dropdown.dropdown-menu h6{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-dropdown.dropdown-menu h6{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-dropdown.dropdown-menu h6{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-dropdown.dropdown-menu h6{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.profile-dropdown.dropdown-menu .dropdown-item{font-weight:500;margin:.75em 0}@media screen and (min-width:0px){.profile-dropdown.dropdown-menu .dropdown-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-dropdown.dropdown-menu .dropdown-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-dropdown.dropdown-menu .dropdown-item{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-dropdown.dropdown-menu .dropdown-item{font-size:1rem;line-height:1.125rem;letter-spacing:0}}.profile-dropdown.dropdown-menu .dropdown-item .icon-gray{display:inline-block;background-color:#bbb;height:40px;width:40px;line-height:40px;border-radius:50%;text-align:center;margin-right:.5em}.profile-dropdown.dropdown-menu .dropdown-item .icon-gray i{color:#fff;font-size:18px;line-height:40px;margin:0}.profile-dropdown.dropdown-menu .dropdown-item:hover{background:#fff;color:#203444}.profile-dropdown.dropdown-menu .dropdown-item:hover .icon-gray{background:#203444}.profile-dropdown .dropdown-menu{padding-top:0}.profile-dropdown .profile-wrapper{display:flex;flex-wrap:wrap;margin-right:.5rem;padding:20px;width:100%}@media(min-width:576px){.profile-dropdown .profile-wrapper{flex-wrap:nowrap}}.profile-dropdown .profile-wrapper .profile-avatar{margin-right:.5rem}.profile-dropdown .profile-wrapper .profile-avatar i{color:rgb(152.49,159.19,173.26);font-size:40px;line-height:50px}.profile-dropdown .profile-wrapper .profile-view{font-size:inherit;font-weight:400;padding:0;margin:0}.profile-dropdown .profile-wrapper .profile-details{display:flex;align-items:center;flex-grow:1;margin-right:.5rem;margin-top:5px;margin-bottom:5px;width:100%;overflow:hidden}@media(min-width:576px){.profile-dropdown .profile-wrapper .profile-details{width:auto}}.profile-dropdown .profile-wrapper .profile-details .profile-view{text-decoration:none;flex-direction:column;align-items:flex-start}.profile-dropdown .profile-wrapper .profile-details h6{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.profile-dropdown .profile-wrapper .profile-details .profile-email{color:#667085;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.profile-dropdown .profile-wrapper .profile-tools{display:flex}.profile-dropdown .profile-wrapper .profile-tools a,.profile-dropdown .profile-wrapper .profile-tools button{background-color:rgb(244.2,245.4,247.4);border:none;border-radius:50%;color:#667085;height:40px;line-height:40px;margin-left:.5rem;margin-top:5px;padding:0;width:40px}.profile-dropdown .profile-wrapper .profile-tools a:first-child,.profile-dropdown .profile-wrapper .profile-tools button:first-child{margin-left:0}.profile-dropdown .profile-wrapper .profile-tools a i,.profile-dropdown .profile-wrapper .profile-tools button i{font-size:20px;line-height:40px;width:100%;text-align:center}.profile-dropdown .profile-wrapper .profile-tools a:hover,.profile-dropdown .profile-wrapper .profile-tools button:hover{background-color:rgb(152.49,159.19,173.26);color:#fff}.profile-dropdown .settings-wrapper{border-top:1px solid #e4e7ec;padding:20px 20px 10px}.profile-dropdown .settings-wrapper .settings-header{display:flex;justify-content:space-between;margin-bottom:20px}.profile-dropdown .settings-wrapper .settings-header h6{flex-grow:1}@media screen and (min-width:0px){.profile-dropdown .settings-wrapper .settings-header a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-dropdown .settings-wrapper .settings-header a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-dropdown .settings-wrapper .settings-header a{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-dropdown .settings-wrapper .settings-header a{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.profile-dropdown .settings-wrapper .settings-list{display:flex;flex-direction:row!important;margin:0 -5px;width:calc(100% + 10px)}.profile-dropdown .settings-wrapper .settings-list .nav-item{margin-left:5px;margin-right:5px;margin-bottom:20px;width:calc(100% - 10px)}@media(min-width:576px){.profile-dropdown .settings-wrapper .settings-list .nav-item{width:calc(50% - 10px)}}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link{align-items:center;display:flex;padding:0}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link i{display:inherit;background-color:rgb(152.49,159.19,173.26);border-radius:50%;color:#fff;font-size:20px;height:40px;line-height:40px;margin-right:10px;width:40px;min-width:40px;transition:color .15s ease}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link i:before{width:100%;text-align:center}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description{display:flex;flex-direction:column;justify-content:center}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description h5{color:#101828;margin-bottom:0;transition:color .15s ease}@media screen and (min-width:0px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description h5{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description h5{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description p{color:#667085;margin-bottom:0;transition:color .15s ease}@media screen and (min-width:0px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description p{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link .settings-description p{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link:hover i{background-color:#203444}.profile-dropdown .settings-wrapper .settings-list .nav-item .nav-link:hover .settings-description h5{color:#203444}.profile-dropdown .settings-wrapper .settings-list.links-list .nav-item{margin-bottom:10px}.profile-dropdown .settings-wrapper .settings-list.links-list .nav-item .nav-link:hover .settings-description h5{color:#101828}.profile-dropdown .settings-wrapper .settings-list.links-list .nav-item .nav-link:hover i{color:#304c63;background-color:transparent}.profile-dropdown .settings-wrapper .settings-list.links-list .nav-item .nav-link i{color:#203444;background-color:transparent;font-size:24px;margin-right:15px;width:auto}.notifications-dropdown{max-width:calc(100vw - 30px);width:500px;padding-bottom:0}@media(max-width:575.98px){.notifications-dropdown{right:-60px}}@media(min-width:768px)and (max-width:1199.98px){.notifications-dropdown{max-width:calc(100vw - 390px)}}.notifications-dropdown .dropdown-divider{margin-bottom:0}.notifications-dropdown .dropdown-header{display:flex;justify-content:space-between;color:#000}@media screen and (min-width:0px){.notifications-dropdown .dropdown-header{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.notifications-dropdown .dropdown-header{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.notifications-dropdown .dropdown-header{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.notifications-dropdown .dropdown-header{font-size:1.125rem;line-height:1.25rem;letter-spacing:0}}.notifications-dropdown .dropdown-header.dropdown-footer{justify-content:center;border-top:1px solid #e4e7ec;padding:1rem 1.5rem}.notifications-dropdown .dropdown-header.dropdown-footer .btn{margin-right:1em}.notifications-dropdown .dropdown-header.dropdown-footer .btn:last-child{margin-right:0}@media screen and (min-width:0px){.notifications-dropdown .dropdown-header .notifications-settings{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.notifications-dropdown .dropdown-header .notifications-settings{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.notifications-dropdown .dropdown-header .notifications-settings{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.notifications-dropdown .dropdown-header .notifications-settings{font-size:1rem;line-height:1.25rem;letter-spacing:0}}.notifications-dropdown .dropdown-header .notifications-settings i{margin-right:.25em}.notifications-dropdown .dropdown-header .notifications-settings a:hover{text-decoration:none}.notifications-dropdown .notifications-dropdown-items{overflow-y:auto;max-height:calc(90vh - 150px)}.notifications-dropdown .notifications-dropdown-items .nothing-found-wrapper{margin:2em 0}@media screen and (min-width:0px){.notifications-dropdown .notifications-dropdown-items .nothing-found-wrapper h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.notifications-dropdown .notifications-dropdown-items .nothing-found-wrapper h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.notifications-dropdown .notifications-dropdown-items .nothing-found-wrapper h3{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.notifications-dropdown .notifications-dropdown-items .nothing-found-wrapper h3{font-size:1.125rem;line-height:1.375rem;letter-spacing:0}}.notifications-dropdown .notifications-dropdown-items .notification-item{display:flex;align-items:center;padding:1rem .5rem 1rem 1.5rem;border-bottom:1px solid #e4e7ec}@media screen and (min-width:0px){.notifications-dropdown .notifications-dropdown-items .notification-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.notifications-dropdown .notifications-dropdown-items .notification-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.notifications-dropdown .notifications-dropdown-items .notification-item{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.notifications-dropdown .notifications-dropdown-items .notification-item{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.notifications-dropdown .notifications-dropdown-items .notification-item.unread{background:#f5f5f5}@media(max-width:575.98px){.notifications-dropdown .notifications-dropdown-items .notification-item .notification-avatar .avatar.avatar-40{height:30px;line-height:30px;width:30px}}.notifications-dropdown .notifications-dropdown-items .notification-item .notification-avatar .avatar.avatar-40.icon-avatar i{font-size:14px;line-height:30px}.notifications-dropdown .notifications-dropdown-items .notification-item .notification-title{width:100%;overflow:hidden;text-overflow:ellipsis;padding-right:.5em}.notifications-dropdown .notifications-dropdown-items .notification-item .notification-title .notification-date{color:#475467}.notifications-dropdown .notifications-dropdown-items .notification-item .notification-title .notification-date>i{padding-right:.25em}.notifications-dropdown .notifications-dropdown-items .notification-item .notification-title .notification-date span{margin-left:.25em}.notifications-dropdown .notifications-dropdown-items .notification-item .notification-title a{color:#101828}.more-menu-dropdown{flex-direction:row;flex-wrap:wrap;width:520px;max-width:calc(100% - 20px)}.more-menu-dropdown.show{display:flex}.more-menu-dropdown .dropdown-item{display:flex;align-items:center;padding:.75rem .75rem .75rem .5rem;width:100%;text-wrap:wrap;border-radius:12px}@media(min-width:768px){.more-menu-dropdown .dropdown-item{width:50%}}.more-menu-dropdown .dropdown-item .more-item-wrapper{display:flex;flex-direction:column}.more-menu-dropdown .dropdown-item .more-item-wrapper .more-item-title{font-weight:500;line-height:1.4em;display:flex;align-items:center;gap:.5em}.more-menu-dropdown .dropdown-item .more-item-wrapper .more-item-subtitle{color:#667085}@media screen and (min-width:0px){.more-menu-dropdown .dropdown-item .more-item-wrapper .more-item-subtitle{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.more-menu-dropdown .dropdown-item .more-item-wrapper .more-item-subtitle{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.more-menu-dropdown .dropdown-item .more-item-wrapper .more-item-subtitle{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.more-menu-dropdown .dropdown-item .more-item-wrapper .more-item-subtitle{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.more-menu-dropdown .dropdown-item.active .more-item-subtitle,.more-menu-dropdown .dropdown-item:active .more-item-subtitle{color:#fff}.more-menu-dropdown .dropdown-item i{width:1.5em;display:flex;justify-content:center;font-size:1.5em;margin-right:.25em}.sidebar{display:flex;flex-direction:column;max-height:calc(100vh - 1px);width:100%;transition:.2s ease-in}@media(min-width:768px){.sidebar{height:100vh;width:260px}}.sidebar>.container-fluid{align-items:stretch;display:flex;flex-direction:column;min-height:100%;justify-content:space-between}.sidebar .sidebar-header{align-items:center;display:flex;justify-content:space-between;padding:0 1.5rem;text-align:center;flex-shrink:0}@media(min-width:768px){.sidebar .sidebar-header{display:block}}.sidebar .sidebar-header .expand-button{display:none}.sidebar .sidebar-header .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5);height:40px;margin-left:1em}@media(min-width:768px){.sidebar .sidebar-header .navbar-toggler{display:none}}.sidebar .sidebar-header .navbar-toggler i{margin-right:0}.sidebar .sidebar-header .upload-btn-wrapper{display:none}@media(min-width:768px){.sidebar .sidebar-header .upload-btn-wrapper{display:block}}.sidebar .sidebar-header .upload-btn-wrapper .btn{max-width:250px;margin:0 auto}.sidebar .navbar-brand{display:block;padding:1em 0;text-align:left}@media(min-width:768px){.sidebar .navbar-brand{display:flex;max-height:calc(150px + 4em);padding:2em 0;text-align:center}}.sidebar .navbar-brand img{width:100%;max-width:235px}@media(min-width:768px){.sidebar .navbar-brand img{height:auto;-o-object-fit:contain;object-fit:contain}}.sidebar .navbar-brand img.logo{display:none}@media(min-width:768px){.sidebar .navbar-brand img.logo{display:inline}}.sidebar .navbar-brand img.logo-alt{display:inline;max-height:100px}@media(min-width:768px){.sidebar .navbar-brand img.logo-alt{display:none}}.sidebar .navbar-collapse{align-items:flex-start}.sidebar .sidebar-nav{display:none;flex-direction:column;flex-grow:1;margin-bottom:-1px;overflow:hidden}@media(min-width:768px){.sidebar .sidebar-nav{display:flex;width:260px}}.sidebar .sidebar-nav.active{display:flex}.sidebar .sidebar-nav.filters .filter-header,.sidebar .sidebar-nav.filters .filters-header{background:#f9f9f9}.sidebar .sidebar-nav .sidebar-core-nav .nav-item{margin-bottom:.25rem;transition:background-color .1s ease-in-out}.sidebar .sidebar-nav .sidebar-core-nav .nav-item .nav-link{color:#667085}.sidebar .sidebar-nav .sidebar-core-nav .nav-item.nav-item-people .nav-link{position:relative}.sidebar .sidebar-nav .sidebar-core-nav .nav-item.nav-item-people .nav-link .upgrade-plan-button{margin-left:.5rem}.sidebar .sidebar-nav .sidebar-core-nav .nav-item.active,.sidebar .sidebar-nav .sidebar-core-nav .nav-item:hover{background-color:#edf0f4}.sidebar .sidebar-nav .sidebar-core-nav .nav-item.active .nav-link,.sidebar .sidebar-nav .sidebar-core-nav .nav-item:hover .nav-link{color:#101828}.sidebar .sidebar-nav .tree-collection-title{display:inline-block!important}.sidebar .nav-tab-content{flex-grow:1;overflow-y:auto;overflow-x:hidden}.sidebar .nav-tab-content .tab-more,.sidebar .nav-tab-content .tab-settings,.sidebar .nav-tab-content .tab-start{padding:0}.sidebar .nav-tab-content .tab-more .book-demo-link,.sidebar .nav-tab-content .tab-more .featured-collections-collapse,.sidebar .nav-tab-content .tab-more .sidebar-core-nav,.sidebar .nav-tab-content .tab-settings .book-demo-link,.sidebar .nav-tab-content .tab-settings .featured-collections-collapse,.sidebar .nav-tab-content .tab-settings .sidebar-core-nav,.sidebar .nav-tab-content .tab-start .book-demo-link,.sidebar .nav-tab-content .tab-start .featured-collections-collapse,.sidebar .nav-tab-content .tab-start .sidebar-core-nav{padding:0 .75rem}.sidebar .nav-tab-content .tab-more .featured-collections-collapse,.sidebar .nav-tab-content .tab-settings .featured-collections-collapse,.sidebar .nav-tab-content .tab-start .featured-collections-collapse{padding-top:4px}.sidebar .nav-tab-content .tab-more .collections-tree-collapse,.sidebar .nav-tab-content .tab-more .sidebar-collections-preview-label,.sidebar .nav-tab-content .tab-more .sidebar-featured-collections-label,.sidebar .nav-tab-content .tab-more .sidebar-links-label,.sidebar .nav-tab-content .tab-settings .collections-tree-collapse,.sidebar .nav-tab-content .tab-settings .sidebar-collections-preview-label,.sidebar .nav-tab-content .tab-settings .sidebar-featured-collections-label,.sidebar .nav-tab-content .tab-settings .sidebar-links-label,.sidebar .nav-tab-content .tab-start .collections-tree-collapse,.sidebar .nav-tab-content .tab-start .sidebar-collections-preview-label,.sidebar .nav-tab-content .tab-start .sidebar-featured-collections-label,.sidebar .nav-tab-content .tab-start .sidebar-links-label{padding:0 1.5rem}.sidebar .nav-tab-content .nav-item.nav-item-collection-groups,.sidebar .nav-tab-content .nav-item.nav-item-collections{display:flex;align-items:baseline;justify-content:space-between}.sidebar .nav-tab-content .nav-item.nav-item-collection-groups>.nav-link,.sidebar .nav-tab-content .nav-item.nav-item-collections>.nav-link{flex-grow:1}.sidebar .nav-tab-content .nav-item.nav-item-collection-groups #create-new-collection,.sidebar .nav-tab-content .nav-item.nav-item-collections #create-new-collection{color:#667085;padding-left:.25rem;padding-right:.25rem}.sidebar .nav-tab-content .nav-item.nav-item-collection-groups #create-new-collection:hover,.sidebar .nav-tab-content .nav-item.nav-item-collections #create-new-collection:hover{color:#101828}.sidebar .sidebar-tabs{background-color:#fff;display:block;margin:0}@media(max-width:767.98px){.sidebar .sidebar-tabs{bottom:0;position:fixed;width:100%;z-index:999999999}}.sidebar .sidebar-tabs .nav-item{display:inline-block;width:33.3333%}.sidebar .sidebar-tabs .nav-item.half{width:50%}.sidebar .sidebar-tabs .nav-item .nav-link{background-color:rgb(244.2,245.4,247.4);border:1px solid #e4e7ec;border-right:none;border-radius:0;color:#667085;cursor:pointer;height:80px;line-height:80px;position:relative;text-align:center;transition:all .15s ease}.sidebar .sidebar-tabs .nav-item .nav-link.active{background-color:#fff;color:#203444}.sidebar .sidebar-tabs .nav-item .nav-link:hover{background-color:#fff}.sidebar .sidebar-tabs .nav-item .nav-link i{font-size:30px}.sidebar .nav-main{margin-bottom:2em}@media(min-width:768px){.sidebar .nav-main{flex-direction:column}}.sidebar .nav-main .nav-label{align-items:center;color:#98a2b3;display:flex;justify-content:space-between;margin-top:20px;text-transform:uppercase;width:100%}@media screen and (min-width:0px){.sidebar .nav-main .nav-label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.sidebar .nav-main .nav-label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.sidebar .nav-main .nav-label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.sidebar .nav-main .nav-label{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.sidebar .nav-main .nav-label:hover{text-decoration:none}.sidebar .nav-main .collapse,.sidebar .nav-main .collapsing{width:100%}.sidebar .nav-main .nav-item{border-radius:8px}@media(max-width:767.98px){.sidebar .nav-main .nav-item{width:calc(50% - 1em)}}@media(max-width:575.98px){.sidebar .nav-main .nav-item{width:100%}}.sidebar .nav-main .nav-item.book-demo-link{margin-bottom:1em}.sidebar .nav-main .nav-item.book-demo-link a{color:#7a5af8;border-radius:8px}.sidebar .nav-main .nav-item.book-demo-link a:hover{color:rgb(97.6,72,198.4)!important;background-color:#edf0f4}.sidebar .nav-main .nav-item.nav-notifications .badge{position:absolute;top:12px;right:-12px}.sidebar .nav-main .nav-item .nav-link{align-items:center;display:flex;font-weight:500;padding:.25rem .5rem}@media screen and (min-width:0px){.sidebar .nav-main .nav-item .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.sidebar .nav-main .nav-item .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.sidebar .nav-main .nav-item .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.sidebar .nav-main .nav-item .nav-link{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.sidebar .nav-main .nav-item .nav-link i{font-size:18px;margin-right:.5em;min-width:25px;vertical-align:middle;text-align:center}.sidebar .nav-main .nav-item.hovered{outline:2px solid #203444}.sidebar .nav-settings{margin-bottom:2em}.sidebar .nav-settings .nav-item .nav-link{color:#667085;padding:.5rem 0;align-items:center;display:flex}@media screen and (min-width:0px){.sidebar .nav-settings .nav-item .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.sidebar .nav-settings .nav-item .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.sidebar .nav-settings .nav-item .nav-link{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.sidebar .nav-settings .nav-item .nav-link{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.sidebar .nav-settings .nav-item .nav-link:focus,.sidebar .nav-settings .nav-item .nav-link:hover{color:rgb(81.6,89.6,106.4)}.sidebar .nav-settings .nav-item .nav-link i{font-size:20px;margin-right:.5em;min-width:25px;vertical-align:middle;text-align:center}.sidebar.second-sidebar-closed{width:0}.sidebar .sidebar-space-usage{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;font-size:.9rem;color:#98a2b3}.sidebar .sidebar-space-usage .progress{background-color:#e4e7ec}.sidebar .sidebar-space-usage .progress .progress-bar{background-color:#7a5af7}.sidebar .sidebar-onboarding-progress{margin:.5rem 1.5rem .25rem;border-radius:12px;border:1px solid #e4e7ec;padding:.5rem .75rem;font-weight:400;color:#98a2b3;background-color:#fff;box-shadow:0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06);display:flex;flex-direction:column;gap:.25rem;transition:box-shadow 175ms ease-in-out}@media screen and (min-width:0px){.sidebar .sidebar-onboarding-progress{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.sidebar .sidebar-onboarding-progress{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.sidebar .sidebar-onboarding-progress{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.sidebar .sidebar-onboarding-progress{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.sidebar .sidebar-onboarding-progress .sidebar-onboarding-progress-title{font-weight:700;color:#667085}.sidebar .sidebar-onboarding-progress:hover{cursor:pointer;text-decoration:none;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)}.sidebar .sidebar-onboarding-progress:hover .sidebar-onboarding-progress-title{text-decoration:underline}.filters-switch{position:relative;display:flex;align-items:center;align-self:flex-start;margin-right:1em;border:1px solid #e4e7ec;border-radius:4px;background-color:#fff}@media(min-width:576px){.filters-switch{align-self:center}}.filters-switch.active{background-color:#203444}.filters-switch.active a,.filters-switch.active a:hover{color:#fff}.filters-switch a{padding:8px 10px;color:#667085;text-decoration:none}.filters-switch a:hover{color:#203444}.filters-switch a i{display:block;font-size:1.5em}.filters-switch .badge{background-color:#fe5a58;position:absolute;left:38px;top:-6px}@media(max-width:767.98px){.sidebar{align-items:flex-start}.sidebar .sidebar-header{width:100%;justify-content:flex-start}.sidebar .sidebar-header .expand-button{display:flex;align-items:center;justify-content:center;color:#fff;width:40px;height:40px;margin-right:1em}.sidebar .sidebar-header .expand-button:hover{text-decoration:none}.sidebar .sidebar-header .expand-button i{font-size:1.25em;margin:0}.sidebar .sidebar-space-usage{display:none}.sidebar .sidebar-nav.active{position:absolute;z-index:9999;background:#fff;max-width:80%;top:240px;border:1px solid #e4e7ec;left:23px;border-radius:8px}.sidebar .sidebar-nav.active .tab-content{padding-top:1em}.sidebar .sidebar-nav.active .tab-content .sidebar-core-nav{width:100%}.sidebar-navigation{position:absolute;height:100%;z-index:99999;top:100px;left:23px;width:80px;align-items:center;border-radius:8px;display:none;min-width:auto!important}.sidebar-navigation.expanded{display:flex;max-height:calc(100vh - 150px)}.sidebar-navigation .navbar-nav{flex-direction:column;align-items:center}.sidebar-navigation .navbar-nav .nav-item{margin-right:0}.more-menu-dropdown,.notifications-dropdown,.profile-dropdown{max-width:calc(100% - 110px)}}.image-editor{display:flex;flex-direction:column;height:100%;overflow:hidden}.image-editor .image-editor-no-margin{margin:0}.image-editor .image-editor-container{display:flex;overflow:hidden}.image-editor .image-editor-container .image-editor-box{border-top:1px solid #e4e7ec;overflow:hidden;flex:6}.image-editor .image-editor-container .image-editor-sidebar{flex:2;background-color:#fff;padding:1rem;overflow-y:scroll}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row{display:flex;gap:.5rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row:not(:first-of-type){margin-top:1rem;border-top:1px solid #e4e7ec;padding-top:1rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls{display:flex;flex-direction:column;flex-grow:1}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls-no-grow{flex-grow:0}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-controls-presets-dropdown-wrapper{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-controls-presets-container{display:flex;flex-direction:column}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-controls-presets-container>div{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-controls-presets-container>div button{width:100%;height:100%;border:1px solid #667085}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .switch-list{margin-bottom:0}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .switch-list label{font-size:.95rem;width:100%}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-save-info{color:#667085;font-size:.9rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-save-error{color:#fe5a58}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-crop-labels{display:flex;flex-direction:column}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-lock-ratio{display:flex;flex-direction:column;margin-top:.25rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-lock-ratio button{width:-moz-fit-content;width:fit-content}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-lock-ratio span{font-size:.85rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper{text-align:center;font-size:.9rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper .image-editor-preset-button{background-color:rgb(239.7,240.7,242.8);border:1px solid rgb(140.25,147.75,163.5);color:#667085;font-size:.85rem;padding:.5rem;display:flex;flex-direction:row;align-items:center;gap:.7rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper .image-editor-preset-button .image-editor-preset-box{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper .image-editor-preset-button .image-editor-preset-box>div{background-color:#667085;border-radius:2px}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper .image-editor-preset-button .image-editor-preset-labels p{margin-bottom:0;text-align:left}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper .image-editor-preset-button .image-editor-preset-labels p :nth-child(2){font-size:.8rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper-active .image-editor-preset-button,.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-preset-button-wrapper:hover .image-editor-preset-button{text-decoration:none;background-color:rgb(224.4,226.4,230.6)}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls>div{display:flex}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls button i{margin-right:0}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .dropdown button i,.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-controls-input{margin-left:.5rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls p{margin-bottom:.25rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls input{margin-left:.5rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls input.input-no-margin{margin-left:0}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls input.input-crop-ratio-height{margin-left:0;border-left:0}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-ratio .dropdown button{border-top-left-radius:0;border-bottom-left-radius:0;height:100%}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-ratio .input-group-append span{font-weight:700}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-save-controls{justify-content:flex-end}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-save-controls .image-editor-label-column{display:flex;flex-direction:column;width:100%;align-items:flex-start;font-size:1rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-save-controls .image-editor-label-column span{margin-bottom:.25rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-save-controls-buttons{gap:.5rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls .image-editor-save-controls .dropdown-toggle:after{margin-left:.75rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls label{display:flex;align-items:center;font-size:.85rem;margin-bottom:.5rem}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls label.label-column{align-items:flex-start;flex-direction:column}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row .image-editor-controls label.label-column input{margin-left:0}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row:last-of-type .image-editor-controls{justify-content:flex-end}.image-editor .image-editor-container .image-editor-sidebar .image-editor-controls-row:last-of-type .image-editor-controls .btn-group{display:block}.nothing-found-wrapper{text-align:center;color:#667085;margin-bottom:2em}@media(max-width:767.98px){.nothing-found-wrapper{margin-top:1em}}@media(min-width:576px){.nothing-found-wrapper{margin-top:5em}}.nothing-found-wrapper.has-upload-area{margin-top:0;display:flex;flex-direction:column;align-items:center}.nothing-found-wrapper.bottom{margin-top:0;margin-bottom:5em}.nothing-found-wrapper.nothing-found-archive{color:#203444;text-align:left;margin-top:0}.nothing-found-wrapper img{margin-top:2em;width:100%}.nothing-found-wrapper h4{margin-bottom:1em}.nothing-found-wrapper .upload-wrapper>i,.nothing-found-wrapper>i{margin-bottom:1rem}.nothing-found-wrapper .btn.btn-outline-secondary:hover{color:#203444;border-color:#203444;background-color:transparent}.nothing-found-wrapper .upload-wrapper{justify-self:center;width:60%;padding:5em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23ccc' stroke-width='3' stroke-dasharray='4, 10' stroke-linecap='square'/%3E%3C/svg%3E")}.nothing-found-wrapper .more-wrapper{margin-top:2rem}.nothing-found-wrapper .more-buttons-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:1em}.nothing-found-wrapper .more-buttons-wrapper:last-child{margin-bottom:0}@media(max-width:991.98px){.nothing-found-wrapper .more-buttons-wrapper button span{display:none}}.nothing-found-wrapper .more-buttons-wrapper .btn{margin-right:1rem;width:200px;display:flex;align-items:center;justify-content:center}.nothing-found-wrapper .more-buttons-wrapper .btn.upload-pages-button{width:auto;padding-left:2rem;padding-right:2rem}.nothing-found-wrapper .more-buttons-wrapper .btn:last-child{margin-right:0}.nothing-found-wrapper .more-buttons-wrapper .btn .icon-gray{height:25px;margin-right:.5rem}.nothing-found-wrapper .more-buttons-wrapper .btn .icon-gray i{font-size:22px}.nothing-found-wrapper .more-buttons-wrapper .btn .icon-image{display:flex;align-items:center;height:22px;width:22px;line-height:25px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain}.nothing-found-wrapper .more-buttons-wrapper .upload-button-dropdown .dropdown-toggle{background-color:transparent!important}.nothing-found-wrapper .more-buttons-wrapper .upload-button-dropdown .dropdown-toggle:after{margin-left:.5em}.nothing-found-wrapper .more-buttons-wrapper .upload-button-dropdown .dropdown-item{justify-content:flex-start;margin:0}.nothing-found-wrapper .more-buttons-wrapper .upload-button-dropdown .dropdown-item:hover{background-color:#f5f5f5}.empty-state-wrapper-padded{padding:2em}.empty-state-wrapper .empty-state-image .image-shape{top:0;left:0;z-index:1;-o-object-fit:cover;object-fit:cover;max-width:calc(800px + 25%);width:100%}.empty-state-wrapper .empty-state-image .image-main{padding:10% 15% 10% 10%;z-index:2;max-width:calc(800px + 25%);width:100%}.empty-state-wrapper .empty-state-image .image-main.image-high{padding:15% 15% 15% 10%}.empty-state-wrapper .empty-state-image .image-main.image-low{padding:5% 15% 5% 10%}@media(max-width:767.98px){.nothing-found-wrapper .upload-wrapper{width:90%;padding:3em}.nothing-found-wrapper .more-buttons-wrapper{flex-direction:column}.nothing-found-wrapper .more-buttons-wrapper .upload-button-dropdown{margin-bottom:.5em}.nothing-found-wrapper .more-buttons-wrapper .upload-button-dropdown .btn{margin:0}}.upgrade-plan-button{padding:0;pointer-events:all!important}.upgrade-plan-button .btn{font-size:.65rem!important;text-transform:uppercase!important;height:24px!important;border-radius:12px!important;padding:0 1em!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5em!important;transform:none!important;border:0!important}.upgrade-plan-button .btn i{font-size:.65rem!important;margin:0!important;width:unset!important;display:unset!important}.upgrade-plan-button.upgrade-plan-button-active .btn:hover{color:#fff!important;background-color:#203444!important}.upgrade-plan-button-flying{position:absolute;top:-12px;left:-12px}.upgrade-plan-button-flying .btn{padding:0!important}@media(max-width:991.98px){.upgrade-plan-button .upgrade-plan-button-responsive{width:18px!important;height:18px!important;border-radius:9px!important;border:0!important;padding:0!important}.upgrade-plan-button .upgrade-plan-button-responsive i{font-size:.55rem!important}.upgrade-plan-button .upgrade-plan-button-responsive .upgrade-plan-button-plan-name{display:none}}.upgrade-plan-button .upgrade-plan-button-simple{width:18px!important;height:18px!important;border-radius:9px!important;border:0!important;padding:0!important}.upgrade-plan-button .upgrade-plan-button-simple i{font-size:.55rem!important}.upgrade-plan-button .upgrade-plan-button-essential,.upgrade-plan-tooltip .upgrade-plan-button-essential{background-color:#1adfa2!important;border-color:#1adfa2!important;color:#203445!important}.upgrade-plan-button .upgrade-plan-button-pro,.upgrade-plan-tooltip .upgrade-plan-button-pro{background-color:#7a5af8!important;border-color:#7a5af8!important;color:#fff!important}.upgrade-plan-button .upgrade-plan-button-premium,.upgrade-plan-tooltip .upgrade-plan-button-premium{background-color:#00cfff!important;border-color:#00cfff!important;color:#203445!important}.upgrade-plan-button .upgrade-plan-button-in-trial,.upgrade-plan-tooltip .upgrade-plan-button-in-trial{background-color:#475467!important;border-color:#475467!important;color:#fff!important}.upgrade-plan-tooltip .arrow{display:none}.upgrade-plan-tooltip .tooltip.show{opacity:1!important}.upgrade-plan-tooltip.upgrade-plan-tooltip-in-trial .fa-ul{margin-bottom:0!important}.upgrade-plan-tooltip-essential a,.upgrade-plan-tooltip-essential a:hover,.upgrade-plan-tooltip-essential li:before{color:#1adfa2}.upgrade-plan-tooltip-pro a,.upgrade-plan-tooltip-pro a:hover,.upgrade-plan-tooltip-pro li:before{color:#7a5af8}.upgrade-plan-tooltip-premium a,.upgrade-plan-tooltip-premium a:hover,.upgrade-plan-tooltip-premium li:before{color:#00cfff}.upgrade-plan-tooltip .bs-tooltip-auto[x-placement^=top] .arrow:before,.upgrade-plan-tooltip .bs-tooltip-top .arrow:before{border-top-color:#f5f5f5!important}.upgrade-plan-tooltip .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.upgrade-plan-tooltip .bs-tooltip-bottom .arrow:before{border-bottom-color:#f5f5f5!important}.upgrade-plan-tooltip .bs-tooltip-auto[x-placement^=left] .arrow:before,.upgrade-plan-tooltip .bs-tooltip-left .arrow:before{border-left-color:#f5f5f5!important}.upgrade-plan-tooltip .bs-tooltip-auto[x-placement^=right] .arrow:before,.upgrade-plan-tooltip .bs-tooltip-right .arrow:before{border-right-color:#f5f5f5!important}.upgrade-plan-tooltip .tooltip-inner{background-color:#f5f5f5!important;min-width:310px;border:1px solid #e4e7ec!important;border-radius:8px}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner{color:#101828!important;padding:2em!important;display:flex!important;flex-direction:column!important;text-align:left!important}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner h5{font-weight:600}@media screen and (min-width:0px){.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner h5{font-size:.86625rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner h5{font-size:1.125rem;line-height:1.375rem;letter-spacing:0}}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner a.close-icon{color:#667085;position:absolute;right:20px;top:10px}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner a.close-icon:hover{color:#101828}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner p{font-size:1.2em!important;margin-top:.2em!important;margin-bottom:1em!important}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner p.mb-0{margin-bottom:0!important}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner .fa-ul{margin-top:.2em;margin-bottom:1em;margin-left:0;font-size:1.2em}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner .fa-ul li{padding-left:1.2em}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner .fa-ul li:before{content:"\F061";font-family:Font Awesome\ 7 Pro;font-weight:900;position:absolute;left:0;top:0}.upgrade-plan-tooltip .tooltip-inner .upgrade-plan-tooltip-inner .upgrade-plan-button-a{margin-top:.75rem}.file-comments-btn-annotate-wrapper .upgrade-plan-button{top:-2px;left:0}.modal-start-trial .modal-start-trial-background-wrapper{display:none}@media(min-width:768px){.modal-start-trial{min-width:750px}.modal-start-trial .modal-start-trial-background-wrapper{display:block}}.modal-start-trial .modal-content{overflow:hidden}@media(min-width:768px){.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container{position:absolute;top:0;left:0;right:0;bottom:0}}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-header{border-bottom:0}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-header .close{z-index:9;padding:.25em .5em}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body{display:flex}@media(min-width:768px){.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body{position:absolute;top:0;left:0;right:0;bottom:0}}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .row{flex-grow:1;overflow-y:auto}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .row>div{display:flex}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content{border-radius:.9rem;background-color:#fff;padding:1rem;display:flex;align-items:center;box-shadow:0 0 4px 4px rgba(0,0,0,.2);margin:6px}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content h3{font-weight:600}@media screen and (min-width:0px){.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content h3{font-size:.825rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content h3{font-size:1.05875rem;line-height:1.44375rem;letter-spacing:0}}@media screen and (min-width:1024px){.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content h3{font-size:1.375rem;line-height:1.875rem;letter-spacing:0}}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .fa-ul,.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content p{font-size:.95rem}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .fa-ul{margin-left:1.5em}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .fa-ul a,.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .fa-ul i{color:#7a5af8}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .modal-button-wrapper{display:flex;align-items:center}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .modal-button-wrapper button{background-color:#7a5af8;color:#fff}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .modal-button-wrapper button i{transition:transform .2s ease-in-out}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-body .modal-start-trial-content .modal-button-wrapper button:hover i{transform:rotate(45deg)}.modal-start-trial .modal-content .modal-start-trial-wrapper .modal-start-trial-container .modal-footer{border-top:0}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(40,194,153,.4)}to{box-shadow:0 0 0 10px transparent}}.onboarding{display:flex;flex-direction:column;padding-bottom:30px}.onboarding h3{color:#101828;margin-bottom:0}@media screen and (min-width:0px){.onboarding h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding h3{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding h3{font-size:.86625rem;line-height:1.155rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding h3{font-size:1.125rem;line-height:1.5rem;letter-spacing:0}}.onboarding h4{color:#101828;margin-bottom:0}@media screen and (min-width:0px){.onboarding h4{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding h4{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding h4{font-size:.77rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding h4{font-size:1rem;line-height:1.375rem;letter-spacing:0}}.onboarding h5{color:#101828;margin-bottom:0}@media screen and (min-width:0px){.onboarding h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding h5{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding h5{font-size:.875rem;line-height:1.375rem;letter-spacing:0}}.onboarding p,.onboarding p a,.onboarding span{color:#667085;margin-bottom:0}@media screen and (min-width:0px){.onboarding p,.onboarding p a,.onboarding span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding p,.onboarding p a,.onboarding span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding p,.onboarding p a,.onboarding span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding p,.onboarding p a,.onboarding span{font-size:.875rem;line-height:1.25rem;letter-spacing:0}}.onboarding .onboarding-section-title{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;transition:all 225ms ease-in-out;border:1px solid transparent;border-radius:12px}.onboarding .onboarding-section-title .btn{color:#667085;border:1px solid #e4e7ec;font-weight:400;background-color:#fff}.onboarding .onboarding-section-title .btn:hover{color:#101828;text-decoration:none;background-color:#edf0f4!important;border-color:#d0d5dd}.onboarding .onboarding-section-title .btn:focus{box-shadow:none;text-decoration:none}.onboarding .onboarding-section-title .btn-primary{background-color:#203444;color:#fff;font-weight:700}.onboarding .onboarding-section-title-box{padding:.5rem .75rem;border:1px solid #d9d6fe;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);color:#5925dc;background-color:#f4f3ff;cursor:pointer;transition:background-color 175ms ease-in-out}.onboarding .onboarding-section-title-box .btn-primary{background-color:#6938ef;border:1px solid #5925dc}.onboarding .onboarding-section-title-box .btn-primary:hover{background-color:#5925dc}.onboarding .onboarding-section-title-box .btn-primary.dismiss{border-color:#304c63}.onboarding .onboarding-section-title-box .btn-primary.dismiss:hover{border-color:#d0d5dd}.onboarding .onboarding-section-title-box .progress{background-color:#d9d6fe}.onboarding .onboarding-section-title-box .progress .progress-bar{background-color:#7a5af8}.onboarding .onboarding-section-title-box h3,.onboarding .onboarding-section-title-box p{color:#5925dc}.onboarding .onboarding-section-title .onboarding-section-title-right{display:flex;justify-content:flex-end;gap:1rem;flex-grow:1;align-items:center}.onboarding .onboarding-section-title .onboarding-section-title-right .onboarding-progress{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.onboarding .onboarding-section-title .onboarding-section-title-right .onboarding-progress .onboarding-progress-icons{display:flex}.onboarding .onboarding-section-title .onboarding-section-title-right .onboarding-progress .onboarding-progress-icons>div{margin-left:-8px}.onboarding .onboarding-section-content{display:flex;flex-direction:column;gap:1rem;flex-wrap:wrap}@media(min-width:992px){.onboarding .onboarding-section-content{flex-direction:row}}.onboarding .onboarding-section-content .onboarding-section-content-left{display:flex;flex-direction:column;gap:.5rem;flex:8}.onboarding .onboarding-section-content .onboarding-section-content-right{display:flex;flex-direction:column;gap:.5rem;flex:2;min-width:200px}.onboarding .onboarding-step{padding:1rem;border-radius:12px;box-shadow:0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06);border:1px solid #f5f5f5;transition:box-shadow 175ms ease-in-out}.onboarding .onboarding-step-next{box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);border:1px solid #d0d5dd;background-color:#f9fafb}.onboarding .onboarding-step-next .onboarding-step-icon{animation:pulse-animation 2s infinite}.onboarding .onboarding-step .onboarding-step-header{display:flex;justify-content:space-between}.onboarding .onboarding-step .onboarding-step-header>div{display:flex;gap:.5rem}.onboarding .onboarding-step .onboarding-step-header .btn-link{color:#667085;transition:color 175ms ease-in-out;font-size:1.1rem}.onboarding .onboarding-step .onboarding-step-header .btn-link i{margin-right:0}.onboarding .onboarding-step .onboarding-step-header .btn-link:hover{color:#101828;text-decoration:none;background-color:#edf0f4;border-color:#d0d5dd}.onboarding .onboarding-step .onboarding-step-header .btn-link:focus{border:1px solid transparent;box-shadow:none}.onboarding .onboarding-step .onboarding-step-header-completed h4,.onboarding .onboarding-step .onboarding-step-header-completed p{text-decoration:line-through}.onboarding .onboarding-step .onboarding-step-collapse>div{margin-top:.75rem;margin-left:calc(24px + .5rem);display:flex;gap:1rem;align-items:flex-start}.onboarding .onboarding-step .onboarding-step-collapse>div .onboarding-step-collapse-video{max-width:270px}.onboarding .onboarding-step .onboarding-step-collapse>div .onboarding-step-collapse-video .video-showcase{border:1px solid #d0d5dd}.onboarding .onboarding-step .onboarding-step-collapse>div .onboarding-step-collapse-buttons{display:flex;gap:.5rem;justify-content:space-between;align-items:center;flex-grow:1}.onboarding .onboarding-step .onboarding-step-collapse>div .onboarding-step-collapse-buttons div{display:flex;gap:.5rem}.onboarding .onboarding-step .onboarding-step-collapse>div .onboarding-step-collapse-buttons .btn-link{border:1px solid #e4e7ec;background-color:#fff}.onboarding .onboarding-step .onboarding-step-collapse>div .onboarding-step-collapse-buttons .btn-link:hover{color:#304c63;text-decoration:none;background-color:#edf0f4;border-color:#d0d5dd}.onboarding .onboarding-step .onboarding-step-collapse>div .onboarding-step-collapse-buttons .onboarding-step-collapse-button-skip{font-weight:400;text-wrap:nowrap}.onboarding .onboarding-step.onboarding-step-integrate .onboarding-step-integrate-integrations-wrapper{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.onboarding .onboarding-step-integrate-integrations-element{height:48px;padding:.5rem;border-radius:8px;border:1px solid #e4e7ec;display:flex;gap:.5rem;align-items:center;flex:1;background-color:#fff}.onboarding .onboarding-step-integrate-integrations-element-variants{justify-content:space-between;margin-top:.5rem}.onboarding .onboarding-step-integrate-integrations-element-variants .onboarding-step-integrate-integrations-element-logos-wrapper{display:flex}.onboarding .onboarding-step-integrate-integrations-element-variants .onboarding-step-integrate-integrations-element-logos-wrapper .onboarding-step-integrate-integrations-element-logo{border-radius:50%;overflow:hidden;border:1px solid #edf0f4;background-color:#fff;padding:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);transition:margin 125ms ease-in-out}.onboarding .onboarding-step-integrate-integrations-element-variants .onboarding-step-integrate-integrations-element-logos-wrapper .onboarding-step-integrate-integrations-element-logo:not(:first-child){margin-left:-12px}.onboarding .onboarding-step-integrate-integrations-element-variants .onboarding-step-integrate-integrations-element-logos-wrapper .onboarding-step-integrate-integrations-element-logo:hover{margin-right:8px}.onboarding .onboarding-step-integrate-integrations-element-variants .btn{padding:.25rem;margin-right:.5rem}.onboarding .onboarding-step-integrate-integrations-element span{color:#101828;flex-grow:1}@media screen and (min-width:0px){.onboarding .onboarding-step-integrate-integrations-element span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding .onboarding-step-integrate-integrations-element span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding .onboarding-step-integrate-integrations-element span{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding .onboarding-step-integrate-integrations-element span{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.onboarding .onboarding-step-integrate-integrations-element .onboarding-step-integrate-connected{color:#7a5af8;text-align:right;padding:0 .75rem}@media screen and (min-width:0px){.onboarding .onboarding-step-integrate-integrations-element .onboarding-step-integrate-connected{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding .onboarding-step-integrate-integrations-element .onboarding-step-integrate-connected{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding .onboarding-step-integrate-integrations-element .onboarding-step-integrate-connected{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding .onboarding-step-integrate-integrations-element .onboarding-step-integrate-connected{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.onboarding .onboarding-step-integrate-integrations-element .onboarding-step-integrate-integrations-element-logo{width:calc(48px - 1rem);height:calc(48px - 1rem);display:flex;align-items:center;justify-content:center}.onboarding .onboarding-step-integrate-integrations-element .onboarding-step-integrate-integrations-element-logo img{max-height:100%;max-width:100%}.onboarding .onboarding-step-integrate-integrations-element .btn{background-color:transparent;border:0;color:#101828;font-weight:400}@media screen and (min-width:0px){.onboarding .onboarding-step-integrate-integrations-element .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding .onboarding-step-integrate-integrations-element .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding .onboarding-step-integrate-integrations-element .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding .onboarding-step-integrate-integrations-element .btn{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}.onboarding .onboarding-step-integrate-integrations-element .btn:hover{text-decoration:underline}.onboarding .onboarding-card{background-color:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1rem}.onboarding .onboarding-card .onboarding-card-header{display:flex;justify-content:space-between}.onboarding .onboarding-card .onboarding-card-links,.onboarding .onboarding-card .onboarding-features-videos{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.onboarding .onboarding-card .onboarding-card-links a span,.onboarding .onboarding-card .onboarding-features-videos a span{text-align:left}.onboarding .onboarding-card .onboarding-card-links>div,.onboarding .onboarding-card .onboarding-features-videos>div{display:flex;gap:.5rem;align-items:center;cursor:pointer}.onboarding .onboarding-card .onboarding-card-links>div:hover,.onboarding .onboarding-card .onboarding-features-videos>div:hover{text-decoration:underline}.onboarding .onboarding-card .onboarding-card-links>div>*,.onboarding .onboarding-card .onboarding-features-videos>div>*{flex:1}.onboarding .onboarding-card .btn-link{padding:0;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#667085;font-weight:400;transition:color 175ms ease-in-out}.onboarding .onboarding-card .btn-link:focus{box-shadow:none;text-decoration:none}.onboarding .onboarding-card .btn-link i{margin-right:0}.onboarding .onboarding-card .btn-link span{text-decoration:underline}@media screen and (min-width:0px){.onboarding .onboarding-card .btn-link a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.onboarding .onboarding-card .btn-link a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.onboarding .onboarding-card .btn-link a{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.onboarding .onboarding-card .btn-link a{font-size:.875rem;line-height:1.375rem;letter-spacing:0}}.onboarding .onboarding-card .btn-link:hover{text-decoration:none;color:#101828}.onboarding .onboarding-card .btn-link:hover span{text-decoration:underline;color:#101828}.onboarding .onboarding-step-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;border:1px solid #e4e7ec;color:#d0d5dd;background-color:#fff;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);flex-shrink:0}.onboarding .onboarding-step-icon i{margin-top:1px}.onboarding .onboarding-step-icon .onboarding-step-complete-icon{display:none}.onboarding .onboarding-step-icon-completed{border:1px solid #27dcac;background-color:#28c29a;color:#fff}.onboarding .onboarding-step-icon-completed .onboarding-step-complete-icon{display:unset}.onboarding .onboarding-step-icon-completed .onboarding-step-incomplete-icon{display:none}.modal-onboarding-finished{text-align:center}.modal-onboarding-finished .lottie-wrapper{border-radius:12px;overflow:hidden;margin-bottom:1.5rem;border:1px solid #e4e7ec;box-shadow:0 4px 8px -2px rgba(16,24,40,.1),0 2px 4px -2px rgba(16,24,40,.06)}.modal-onboarding-finished p a{color:#203444;font-weight:700}@media(max-width:767.98px){.onboarding-section-title.onboarding-section-title-box{flex-direction:column}}.page-people .page-header .header-actions{align-items:baseline}.page-people .page-header .header-actions>span{margin-right:1rem;font-weight:500}.page-people .people-list{display:flex;flex-direction:row;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px}.page-people .people-list .person-wrapper{position:relative;flex-grow:0;flex-shrink:0;margin-bottom:20px;max-width:100%;width:320px}.page-people .people-list .person-wrapper:before{content:"";display:block;padding-top:100%}@media(min-width:576px){.page-people .people-list .person-wrapper{max-width:calc(25% - 20px)}}@media(min-width:768px){.page-people .people-list .person-wrapper{max-width:calc(50% - 20px)}}@media(min-width:860px){.page-people .people-list .person-wrapper{max-width:calc(25% - 20px)}}@media(min-width:1200px){.page-people .people-list .person-wrapper{max-width:calc(16.66667% - 20px)}}@media(min-width:1350px){.page-people .people-list .person-wrapper{max-width:calc(12.5% - 20px)}}@media(min-width:1800px){.page-people .people-list .person-wrapper{max-width:calc(10% - 20px)}}@media(min-width:2100px){.page-people .people-list .person-wrapper{max-width:calc(10% - 20px)}}@media(min-width:2400px){.page-people .people-list .person-wrapper{max-width:calc(8.33333% - 20px)}}.page-people .people-list .person-wrapper>a:before{background-color:rgba(0,0,0,.4);border-radius:12px;content:"";display:none;height:100%;width:100%;opacity:0;position:absolute;left:0;top:0;transition:all .2s ease;z-index:2}.page-people .people-list .person-wrapper>a:hover:before{display:block;opacity:1}.page-people .people-list .person-wrapper .person-thumbnail{position:absolute;top:0;left:0;bottom:0;right:0}.page-people .people-list .person-wrapper .person-thumbnail .person-thumbnail-image{border-radius:12px;background-position:50%;background-size:cover;height:100%}.page-people .people-list .person-wrapper .person-thumbnail .person-faces{position:absolute;top:10px;left:10px;color:#fff;z-index:3}.page-people .people-list .person-wrapper .person-thumbnail .person-faces i{margin-right:.1rem}.page-people .people-list .person-wrapper .person-name{display:flex;align-items:center;justify-content:space-between;position:absolute;left:0;bottom:0;padding:5px 10px;width:100%;color:#fff;background:rgba(0,0,0,.4);border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:3}@media screen and (min-width:0px){.page-people .people-list .person-wrapper .person-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.page-people .people-list .person-wrapper .person-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.page-people .people-list .person-wrapper .person-name{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.page-people .people-list .person-wrapper .person-name{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.page-people .people-list .person-wrapper .person-name button.nav-link{padding:0;box-shadow:none!important;outline:none!important;background:transparent;border:none;color:#ebedef}.page-people .people-list .person-wrapper .person-name button.nav-link:hover{color:#667085}.page-people .people-list .person-wrapper .person-name button.nav-link i{margin:0}.page-people .people-list .person-wrapper .person-thumbnail-icon{position:absolute;top:-.5em;right:-.65em;font-size:1.5em}.person-dropdown-menu .dropdown-item{padding:.25rem 1rem}.similar-people{color:#fe5a58}@media screen and (min-width:0px){.similar-people{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:400px){.similar-people{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:768px){.similar-people{font-size:.75rem;line-height:1.125rem;letter-spacing:0}}@media screen and (min-width:1024px){.similar-people{font-size:.875rem;line-height:1.125rem;letter-spacing:0}}.cs1 .badge-primary{background-color:#dc1f2b!important}.cs1 .files-grid .grid-item>.input-check:checked+div,.cs1 .files-masonry .masonry-item input.input-check:checked+.masonry-item-wrapper{box-shadow:0 0 0 3px #dc1f2b!important}.cs1 label.switch input[type=checkbox]:checked+i{background:#dc1f2b!important}.cs1 .archive-header .btn-secondary{background-color:#dc1f2b!important;border-color:#dc1f2b!important}.cs1 .archive-header .btn-secondary:hover{background-color:rgb(182.6,25.73,35.69)!important;border-color:rgb(182.6,25.73,35.69)!important}.cs1 .landing-toolbar.logged-in .nav-main .home-login{display:none}.navbar-laravel{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.04)}.react-fine-uploader-total-progress-bar{display:inline-block;height:10px;background:#000}