/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0);src:url(fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0) format("woff2"),url(fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0) format("woff"),url(fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0) format("truetype"),url(fontawesome-webfont.da909aa098b0ee2d.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font: 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-star:before{content:"\f005"}.fa-times:before{content:"\f00d"}.fa-check-circle:before{content:"\f058"}.fa-filter:before{content:"\f0b0"}.fa-bars:before{content:"\f0c9"}.fa-undo:before{content:"\f0e2"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-share-alt:before{content:"\f1e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@charset "UTF-8";/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scaleX(1)}}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate(-25%) rotate(-5deg)}30%{transform:translate(20%) rotate(3deg)}45%{transform:translate(-15%) rotate(-3deg)}60%{transform:translate(10%) rotate(2deg)}75%{transform:translate(-5%) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translateZ(0)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes lightSpeedIn{0%{transform:translate(100%) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate(100%) skew(30deg);opacity:0}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translateY(700px);opacity:0}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes rollIn{0%{opacity:0;transform:translate(-100%) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%) rotate(120deg)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translateY(-1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translateY(60px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate(-1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate(10px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate(1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate(-10px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translateY(1000px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translateY(-60px);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translateY(-60px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translateY(2000px);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate(42px)}to{opacity:0;transform:scale(.1) translate(-2000px);transform-origin:left center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate(-42px)}to{opacity:0;transform:scale(.1) translate(2000px);transform-origin:right center}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translateY(60px);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translateY(-2000px);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate(-100%);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate(100%);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateZ(0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(100%)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-100%)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(100%)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-100%)}}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.fast{animation-duration:.8s}.animated.slow{animation-duration:2s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.toast-top-right{top:12px;right:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E")}.toast-error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")}.toast-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")}.toast-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E")}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{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:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}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{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{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:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,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;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}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.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.blockquote{margin-bottom:1rem;font-size:1.25rem}.img-fluid{max-width:100%;height:auto}.figure{display:inline-block}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@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}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-xl-12,.col-xl-10,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg-auto,.col-lg-12,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-md-12,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-sm-12,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}@media (min-width: 576px){.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width: 1200px){.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-12{flex:0 0 100%;max-width:100%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;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:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}select.form-control[size],select.form-control[multiple],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.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,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.is-invalid~.invalid-feedback{display:block}.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback{display:block}.btn{display:inline-block;font-weight:400;color:#212529;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:1rem;line-height:1.5;border-radius:.25rem;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:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.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}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.form-control:focus{z-index:3}.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend{display:flex}.input-group-prepend .btn{position:relative;z-index:2}.input-group-prepend .btn:focus{z-index:3}.input-group-prepend .btn+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-prepend>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:first-child>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.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:.25rem}.card>hr{margin-right:0;margin-left:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;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:hover,a.badge:focus{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:#007bff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#0062cc}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem #007bff80}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem #17a2b880}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.media{display:flex;align-items:flex-start}.close{float:right;font-size:1.5rem;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):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.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.modal-static .modal-dialog{transform:scale(1.02)}.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-header,.modal-dialog-scrollable .modal-footer{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);height:-moz-min-content;height:min-content;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 #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.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);height:-moz-min-content;height:min-content}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;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}.carousel{position:relative}.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.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translate(-100%)}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' 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(360deg)}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-bottom-0{border-bottom:0!important}.border-dark{border-color:#343a40!important}.rounded{border-radius:.25rem!important}.clearfix:after{display:block;clear:both;content:""}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-wrap{flex-wrap:wrap!important}.justify-content-center{justify-content:center!important}.float-right{float:right!important}.position-sticky{position:sticky!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.m-0{margin:0!important}.mr-0{margin-right:0!important}.ml-0{margin-left:0!important}.mr-1{margin-right:.25rem!important}.mt-2,.my-2{margin-top:.5rem!important}.my-2{margin-bottom:.5rem!important}.mt-3{margin-top:1rem!important}.mr-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.mt-4{margin-top:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.mt-5{margin-top:3rem!important}.p-0{padding:0!important}.pr-0{padding-right:0!important}.pl-0{padding-left:0!important}.pt-1{padding-top:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-3{padding-right:1rem!important}.px-3{padding-left:1rem!important}.pb-4{padding-bottom:1.5rem!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,*:before,*:after{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}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{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}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item.center{z-index:5}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}input.mat-input-element{margin-top:-.0625em}.mat-radio-button,.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-tab-group{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tab-label{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-ripple-element{background-color:#0000001a}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:#0000008a}.mat-pseudo-checkbox{color:#0000008a}.mat-pseudo-checkbox:after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel{background:white;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:black}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card{background:white;color:#000000de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card-subtitle{color:#0000008a}.mat-checkbox-frame{border-color:#0000008a}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:black}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.mat-calendar-arrow{fill:#0000008a}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:#0000008a}.mat-calendar-body-cell-content{color:#000000de;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-calendar-body-in-preview{color:#0000003d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range:before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#3f51b566}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#3f51b54d}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#3f51b54d}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ff408166}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}@media (hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#000000de}.mat-divider{border-top-color:#0000001f}.mat-divider-vertical{border-right-color:#0000001f}.mat-expansion-panel{background:white;color:#000000de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#0000001f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.mat-expansion-panel-header-title{color:#000000de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:#3f51b5}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:white}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label{color:#000000de}.mat-tab-label.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}@font-face{font-family:themify;src:url(themify.0504804445e9a55f.eot?-fvbane);src:url(themify.0504804445e9a55f.eot?#iefix-fvbane) format("embedded-opentype"),url(themify.58ecddba064e63f7.woff?-fvbane) format("woff"),url(themify.6cb5a30a9518fb87.ttf?-fvbane) format("truetype"),url(themify.521461b29694f8e6.svg?-fvbane#themify) format("svg");font-weight:400;font-style:normal;font-display:swap}[class^=ti-],[class*=" ti-"]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-search:before{content:"\e610"}.ti-close:before{content:"\e646"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}:root{--theme-deafult: #0948BB;--theme-gradient1: #01effc;--theme-gradient2: #485ff2}html{overflow-x:hidden;scroll-behavior:smooth}body{font-family:Lato!important;position:relative;background:#ffffff;font-size:14px;overflow-x:hidden;min-width:unset!important}h1{font-size:60px;color:#222;font-weight:700;text-transform:uppercase}h1 span{font-size:107px;font-weight:700;color:#0948bb;color:var(--theme-deafult)}h2{font-size:36px;color:#222;text-transform:uppercase;font-weight:400;line-height:1;letter-spacing:.02em}h3{font-size:24px;color:#777;color:#001733!important;letter-spacing:.03em}h4{font-size:18px;text-transform:capitalize;font-weight:400;letter-spacing:.03em;line-height:1}h5{font-size:16px;font-weight:400;color:#222;line-height:24px;letter-spacing:.05em}h6{font-size:14px;font-weight:400;color:#777;line-height:24px}ul{padding-left:0;margin-bottom:0}li{display:inline-block}p{font-size:14px;color:#777;line-height:1}a{transition:.5s ease}a:hover{text-decoration:none;transition:.5s ease}a:focus{outline:none}button:focus{outline:none}.form-control{height:50px}.progress-bar{background-color:#19a340}.section-b-space{padding-top:70px!important}.form-control{border-radius:0}.light-layout{background-color:#f9f9f9}.white{background-color:#fff;border:1px solid #aaa}.pink{background-color:pink}.red{background-color:#ff647f}.green{background-color:#6fb866}.yellow{background-color:#f2f896}.skyblue{background-color:#7ee7ec}.blue{background-color:#63b4f2}.orange{background-color:#ffb17a}.purple{background-color:#eeb1d7}.violet{background-color:#a06da0}.brown{background-color:#a57372}.lightgreen{background-color:#90ee90}.olive{background-color:olive}.navy{background-color:#505c80}.black{background-color:#000}.gray,.grey{background-color:#777}del{font-size:14px;color:#aaa;font-weight:400}.br-default .br-unit{font-size:18px!important;width:unset!important;height:unset!important}.br-default .br-selected:after{color:#005ccc!important}.owl-prev,.owl-next{position:absolute;display:block;height:35px;width:35px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;transform:translateY(-50%);padding:0;border:none;outline:none}.sticky.fixed{position:fixed;width:100%;top:0;z-index:999;transition:all .3s ease;background:#fff;box-shadow:0 0 8px #ddd}.bg-grey{background-color:#f7f7f7}button{cursor:pointer}.btn{line-height:20px;text-transform:capitalize;font-size:14px;font-weight:700;border-radius:0;transition:.3s ease-in-out}.btn:hover{transition:.3s ease-in-out}.btn:focus{box-shadow:none}.btn-solid{padding:13px 29px;color:#fff;letter-spacing:.05em;border:2px solid var(--theme-bg-color);background-image:linear-gradient(30deg,var(--theme-bg-color) 50%,transparent 50%);background-size:850px;background-repeat:no-repeat;background-position:0;transition:background .3s ease-in-out}.btn-solid:hover{background-position:100%;color:#fff!important;background-color:var(--add-to-cart-button-active)}.btn-solid:focus{color:#fff}button.btn.btn-solid:active{background-image:linear-gradient(30deg,#0948BB 50%,transparent 50%);background-image:linear-gradient(30deg,var(--theme-deafult) 50%,transparent 50%);color:#fff;background:#0948BB;background:var(--theme-deafult)}.btn-theme{background-color:#0948bb;background-color:var(--theme-deafult);color:#fff!important}header{background-color:#fff}.onhover-div{position:relative;padding-top:40px;padding-bottom:40px;font-family:Lato!important}.onhover-div img,.onhover-div i{cursor:pointer}.main-menu{position:relative;display:flex;justify-content:space-between;align-items:center;z-index:9;padding:0 20px}.main-menu .brand-logo{display:inline-block;padding-top:35px;padding-bottom:35px}.main-menu .menu-left{display:flex;align-items:center}.main-menu .menu-left .navbar{display:inline-block;padding:40px 45px 40px 0}.main-menu .menu-left .navbar i{font-size:34px;color:#fff;cursor:pointer}.blog .owl-item{line-height:1}.timer{padding-top:15px;padding-bottom:15px;padding-left:40px;margin-top:30px;background-color:#2d2a25;display:inline-block}.timer p{font-size:18px;color:#fff;margin-bottom:0}.timer span{width:70px;display:inline-block}.background{background-color:#f1f5f4;padding:20px 10px;margin:0}.color-variant li{display:inline-block;height:20px;width:20px;border-radius:100%;margin-right:5px;transition:all .1s ease;vertical-align:middle}.product-box .product-detail h4 del,.product-box .product-info h4 del{color:#aaa;font-size:14px}.product-box .img-wrapper .product-thumb-list li img{width:45px}.product-box{position:relative;transition:all .5s ease}.product-box .img-wrapper{position:relative}.product-box .img-wrapper .front{opacity:1;top:0;left:0;text-align:center;transition:all .5s ease}.product-box .img-wrapper .back{opacity:0;position:absolute;backface-visibility:hidden;top:0;left:0;transition:all .5s ease;transform:translate(-100px)}.product-box .img-wrapper .lable-block .lable3{border-radius:100%;background-color:#0948bb;background-color:var(--theme-deafult);text-align:center;font-size:13px;font-weight:700;position:absolute;padding:9px 4px;text-transform:uppercase;color:#fff;top:7px;left:7px;z-index:1}.product-box .img-wrapper .lable-block .lable4{position:absolute;font-size:14px;font-weight:700;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(-180deg);top:7px;right:7px;letter-spacing:.1em;z-index:1;color:#212529}.product-box .product-detail,.product-box .product-info{padding-left:10px}.product-box .product-detail .rating,.product-box .product-info .rating{margin-top:15px}.product-box .product-detail .rating i,.product-box .product-info .rating i{padding-right:5px}.product-box .product-detail .rating i:nth-child(-n+4),.product-box .product-info .rating i:nth-child(-n+4){color:#ffa200}.product-box .product-detail .rating i:last-child,.product-box .product-info .rating i:last-child{color:#ddd}.product-box .product-detail .product-rating,.product-box .product-info .product-rating{display:flex}.product-box .product-detail .badge-info,.product-box .product-info .badge-info{display:inline-block;padding:3px 8.5px 2px;color:#001733;font-size:12px;line-height:20px;border:1px solid #eeeeee;border-top:none;font-weight:600;margin-bottom:-2.5px}.product-box .product-detail .seller-info,.product-box .product-info .seller-info{color:var(--theme-bg-color);font-size:12px;line-height:17px;padding-top:8px;font-weight:300}.product-box .product-detail .best-promo,.product-box .product-info .best-promo{color:#d01833;font-size:12px;font-style:italic;line-height:17px;padding-top:5px}.product-box .product-detail p,.product-box .product-info p{display:none}.product-box .product-detail h6,.product-box .product-info h6{line-height:1;margin-bottom:0;padding-top:0;padding-bottom:5px;transition:all .5s ease;font-size:16px;margin-top:-17px}.product-box .product-detail h4,.product-box .product-info h4{font-size:18px;color:#222;font-weight:700;margin-bottom:0;transition:all .5s ease}.product-box .product-detail .color-variant,.product-box .product-info .color-variant{padding-top:12px}.product-box .product-detail .color-variant li,.product-box .product-info .color-variant li{display:inline-block;height:20px;width:20px;border-radius:100%;margin-right:5px;transition:all .1s ease;cursor:pointer;vertical-align:middle}.product-box .product-detail .color-variant li.white,.product-box .product-info .color-variant li.white{background-color:#fff;border:1px solid #aaa}.product-box .product-detail .color-variant li.pink,.product-box .product-info .color-variant li.pink{background-color:pink}.product-box .product-detail .color-variant li.red,.product-box .product-info .color-variant li.red{background-color:#ff647f}.product-box .product-detail .color-variant li.green,.product-box .product-info .color-variant li.green{background-color:#6fb866}.product-box .product-detail .color-variant li.yellow,.product-box .product-info .color-variant li.yellow{background-color:#f2f896}.product-box .product-detail .color-variant li.skyblue,.product-box .product-info .color-variant li.skyblue{background-color:#7ee7ec}.product-box .product-detail .color-variant li.blue,.product-box .product-info .color-variant li.blue{background-color:#63b4f2}.product-box .product-detail .color-variant li.orange,.product-box .product-info .color-variant li.orange{background-color:#ffb17a}.product-box .product-detail .color-variant li.purple,.product-box .product-info .color-variant li.purple{background-color:#eeb1d7}.product-box .product-detail .color-variant li.violet,.product-box .product-info .color-variant li.violet{background-color:#a06da0}.product-box .product-detail .color-variant li.brown,.product-box .product-info .color-variant li.brown{background-color:#a57372}.product-box .product-detail .color-variant li.lightgreen,.product-box .product-info .color-variant li.lightgreen{background-color:#90ee90}.product-box .product-detail .color-variant li.olive,.product-box .product-info .color-variant li.olive{background-color:olive}.product-box .product-detail .color-variant li.navy,.product-box .product-info .color-variant li.navy{background-color:#505c80}.product-box .product-detail .color-variant li.black,.product-box .product-info .color-variant li.black{background-color:#000}.product-box .product-detail .color-variant li.gray,.product-box .product-detail .color-variant li .grey,.product-box .product-info .color-variant li.gray,.product-box .product-info .color-variant li .grey{background-color:#777}.product-box .product-info{padding:0;text-align:center;position:relative}.product-box .product-info .br-default .br-units{justify-content:center}.product-box:hover .img-wrapper .first{opacity:0;transition:all .5s ease}.product-box:hover .img-wrapper .back{opacity:1;transition:all .5s ease;transform:translate(0)}.modal-open,.theme-modal{padding-right:0!important}.theme-modal .modal-dialog .modal-content .modal-body{padding:15px;background-image:linear-gradient(135deg,#0948BB 5.77%,#ffffff 5.77%,#ffffff 25%,#111111 25%,#111111 30.77%,#ffffff 30.77%,#ffffff 50%,#0948BB 50%,#0948BB 55.77%,#ffffff 55.77%,#ffffff 75%,#111111 75%,#111111 80.77%,#ffffff 80.77%,#ffffff 100%);background-image:linear-gradient(135deg,var(--theme-deafult) 5.77%,#ffffff 5.77%,#ffffff 25%,#111111 25%,#111111 30.77%,#ffffff 30.77%,#ffffff 50%,var(--theme-deafult) 50%,var(--theme-deafult) 55.77%,#ffffff 55.77%,#ffffff 75%,#111111 75%,#111111 80.77%,#ffffff 80.77%,#ffffff 100%);background-size:36.77px 36.77px}@keyframes animate{0%{background-position:0 0}to{background-position:0 500px}}.add_to_cart{position:fixed;background-color:#fff;z-index:9999;transition:all .5s ease}.add_to_cart ::-webkit-scrollbar{width:3px;height:7px}.add_to_cart ::-webkit-scrollbar-track{background:#dddddd}.add_to_cart ::-webkit-scrollbar-thumb{background:#888888}.add_to_cart ::-webkit-scrollbar-thumb:hover{background:#555555}.add_to_cart .empty-cart-cls{padding:30px 44px}.add_to_cart .overlay{visibility:hidden;opacity:0;background-color:#212331;position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;transition:all .5s ease}.add_to_cart.left{left:-300px;top:0;height:100vh;width:300px}.add_to_cart.right{right:-300px;height:100vh;width:300px;top:0}.add_to_cart.top,.add_to_cart.bottom{height:218px;width:100%}.add_to_cart.top{top:-300px}.add_to_cart.bottom{bottom:-300px}footer{position:relative}footer p{line-height:32px;letter-spacing:.03em;margin-bottom:0}.footer-light .subscribe{display:flex;height:100%;align-items:center;border-right:1px solid #dddddd;text-align:left}.footer-light .subscribe p{line-height:1}.footer-light .subscribe h4{margin-bottom:10px}.subscribe{text-align:center}.subscribe h4{color:#222;text-transform:uppercase;font-weight:700;display:block;margin-bottom:15px;margin-top:-5px}.subscribe h4 i{color:#0948bb;color:var(--theme-deafult);padding-right:5px;font-size:23px}.footer-social{margin-top:40px;display:flex;align-items:center}.footer-social li{display:inline-block;padding-right:45px}.footer-social i{font-size:20px;color:#000;transition:.5s ease}.footer-social i:hover{color:#0948bb;color:var(--theme-deafult);transition:.5s ease}.footer-theme .sub-title h4{color:#222;margin-bottom:25px;text-transform:uppercase;font-weight:700}.footer-theme .sub-title li{position:relative;display:inherit;padding-top:13px;text-transform:none;text-transform:initial;font-size:14px;color:#777}.footer-theme .sub-title li a{position:relative;color:#777}.footer-theme .sub-title li a:before{position:absolute;top:20px;content:"";height:2px;width:0;background-color:#0948bb;background-color:var(--theme-deafult);transition:.5s ease}.footer-theme .sub-title li:hover a:before{width:100%;height:2px;transition:.5s ease}.sub-footer{background-color:#fff}.sub-footer p{color:#777;margin-bottom:0;padding:20px 0}@keyframes loading{0%{border:0 solid white;transition:all .3s ease}20%{border:8px solid white;width:0;height:0;transition:all .3s ease}to{border:8px solid white;width:100%;height:100%;transition:all .3s ease}}.tap-top{width:50px;height:50px;border-radius:100%;position:fixed;bottom:50px;right:30px;z-index:8;display:none;color:#fff;text-align:center;background:#0948BB;background:var(--theme-deafult);border:none;font-size:22px;padding:7px;cursor:pointer}.tap-top.top-cls{bottom:130px}.color1{background:#ff4c3b}.handle i{animation:ring-rotate 3s infinite linear}.handle:hover{background-color:#fff}@keyframes ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-thumb-list{position:absolute;bottom:0;left:0}.product-thumb-list li{display:block;opacity:.3}.product-thumb-list li.active{opacity:1}.cart_qty_cls{position:absolute;background:#41E0D0;width:20px;height:20px;color:#003980;border-radius:20px;text-align:center;font-size:12px;line-height:14px;font-weight:600;top:-23%;right:-15px;padding:3px}.product-filter-tags li{display:inline-flex;margin-bottom:30px}.product-filter-tags li a.filter_tag{color:#777;border:1px solid #777777;padding:4px 10px 4px 12px;text-transform:capitalize;border-radius:15px;font-size:13px}.product-filter-tags li a i{padding-left:6px;font-size:10px}.product-right .product-infinitescroll{margin:50px 20px 0}.product-right .loading-more.active{font-size:16px;font-weight:600;text-transform:capitalize;color:#0948bb;color:var(--theme-deafult);cursor:context-menu}@keyframes square-spin{0%{transform:perspective(100px) rotateX(0) rotateY(0)}25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}to{transform:perspective(100px) rotateX(0) rotateY(360deg)}}.product-right .br-default .br-selected:after{color:#ffa200d1}.product-right a{text-decoration:none;outline:none}.product-right .br-default .br-unit{margin-right:1px;font-size:18px;height:18px;width:18px;line-height:16px}.product-right .btn.disabled,.product-right .btn:disabled{opacity:.65;pointer-events:none;touch-action:none}.error-section{padding:130px 0 140px;text-align:center}.error-section h1{font-size:200px;font-weight:900;margin:0;line-height:.8;color:#aaa}.error-section h2{color:#aaa;font-weight:500;letter-spacing:3px;margin:40px 0}.breadcrumb-section{background-color:#f8f8f8;padding:30px 0}.breadcrumb-section .page-title{display:flex;height:100%;align-items:center}.breadcrumb-section .page-title h2{font-size:16px;margin-bottom:0;text-transform:capitalize}.breadcrumb-section .breadcrumb{background-color:transparent;justify-content:flex-start;font-size:14px;color:#555;font-weight:600;margin:0;padding-bottom:unset!important}.breadcrumb-section .breadcrumb a{font-weight:400;color:var(--breadcrumbs-bg-color);font-size:12px!important}.collection-filter-block{margin-bottom:30px;padding:0 30px;border:1px solid #dddddd;background-color:#fff}.collection-collapse-block{padding-bottom:24px}.collection-collapse-block .collapse-block-title{position:relative;cursor:pointer;text-transform:capitalize;font-size:16px;color:#444;font-weight:600;margin:30px 0 0;z-index:10}.collection-collapse-block .collapse-block-title:after{position:absolute;display:block;top:0;right:-3px;content:"\f0d7";font-family:FontAwesome!important;color:#444}.collection-collapse-block.open .collection-collapse-block-content{max-height:500px;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(0,1,.5,1)}.collection-collapse-block .collection-collapse-block-content{max-height:0;overflow:hidden;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(0,1,.5,1)}.collection-collapse-block .collection-collapse-block-content .collection-brand-filter{max-height:170px;overflow-y:scroll;overflow-x:hidden;margin-top:30px}.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox{margin-bottom:12px}.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child{margin-bottom:0}.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox span{width:14px;height:14px;top:2px}.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label{padding-bottom:5px;text-transform:capitalize;cursor:pointer;font-size:12px;color:#777;font-weight:600;letter-spacing:.5px}.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before{top:1px;height:15px;width:15px;background:#ffffff;border:1px solid #777777;box-shadow:none}.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after{top:1px;height:15px;width:15px;background-size:65%}.collection-sidebar-banner{margin-top:30px}.collection-sidebar-banner img{width:100%}.product-wrapper-grid.list-view .product-box,.product-wrapper-grid.list-view .product-box .ng-star-inserted{display:flex;padding-bottom:0}.product-wrapper-grid.list-view .product-box>div{display:flex;padding-bottom:0}.product-wrapper-grid.list-view .product-box .img-wrapper{width:25%}.product-wrapper-grid.list-view .product-box .product-detail{padding-left:15px!important;align-self:center;text-align:left!important;width:75%}.product-wrapper-grid.list-view .product-box .product-detail .rating{margin-top:0}.product-wrapper-grid.list-view .product-box .product-detail p{display:block!important;margin-bottom:10px;line-height:18px}.product-wrapper-grid.list-view .product-box .product-detail h4 del{margin-top:5px}.product-wrapper-grid.list-view .product-box .product-detail .color-variant{padding-top:10px}.product-wrapper-grid.list-view .product-box .product-detail h6{font-weight:700}.product-wrapper-grid.list-view .product-box .product-detail p{display:none}.collection-product-wrapper .product-top-filter{border-bottom:1px solid #dddddd;border-top:1px solid #dddddd}.collection-product-wrapper .product-top-filter .product-filter-content{display:flex;flex-wrap:wrap;justify-content:space-between}.collection-product-wrapper .product-top-filter .product-filter-content .search-count{border-right:1px solid #dddddd;padding:20px;text-transform:capitalize;width:35%}.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5{margin-bottom:0}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view{padding:20px;width:20%;border-right:1px solid #dddddd}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul{display:flex;justify-content:flex-end}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li{margin-left:10px}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img{height:18px;cursor:pointer}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{position:relative;width:20%}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{border:0;padding:20px 0;border-right:1px solid #dddddd;width:100%;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background:url(/assets/images/dropdown.png) no-repeat 90%}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus{outline:unset}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option{padding:20px 0}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{width:15%}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before{right:10px}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{border-right:none}.collection-product-wrapper .product-wrapper-grid .product-box .product-detail,.collection-product-wrapper .product-wrapper-grid .product-box .product-info{padding-left:0}.collection-product-wrapper .product-wrapper-grid .product-box{margin-top:50px}.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p{display:none}.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6{font-size:13px}.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4{font-size:18px}.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i{padding-right:0}.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3{padding:8px 4px;font-size:12px}.collection-product-wrapper .grand-parent select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.collection-product-wrapper .grand-parent select::-ms-expand{display:none}.collection-product-wrapper .grand-parent .select{position:relative}.collection-product-wrapper .grand-parent .select:after{content:"\f0d7";font-family:FontAwesome!important;position:absolute;top:30px;right:13px;cursor:pointer;pointer-events:none;color:#969696}.filter-main-btn{display:none;margin-bottom:20px;cursor:pointer}.filter-main-btn span{width:40%;border-radius:0;font-size:20px}.collection-mobile-back{padding:15px 0;border-bottom:1px solid #dddddd;display:none}.collection-mobile-back span{text-transform:capitalize;font-size:14px;color:#000;cursor:pointer}.collection-mobile-back span i{font-size:20px;font-weight:700;margin-right:5px}.bundle{margin-top:10px}.loading-more.active{color:var(--link-text-color);background-color:#fff;border:1px solid #0948BB;border:1px solid var(--theme-deafult);padding:10px}.loading-more:hover{color:#002857!important;background-color:#eee!important}.qty-box .input-group{justify-content:center}.qty-box .input-group span button{background:#ffffff!important;border:1px solid #ced4da}.qty-box .input-group .form-control{text-align:center;width:53px;flex:unset;font-weight:400;font-size:20px!important}.qty-box .input-group button{background-color:transparent;border:0;color:#777;cursor:pointer;padding-left:12px;font-size:12px;font-weight:900;line-height:1;z-index:0}.qty-box .input-group button i{font-weight:900;color:#222}.qty-box .input-group .icon{padding-right:0}.cart-section .table tbody+tbody{border-top:none}.cart-section .cart-buttons{padding-top:35px}.cart-section .cart-buttons>div:last-child{text-align:right;padding-right:59px}.cart-section tbody h2{margin-bottom:0}.cart-section tbody tr td{min-width:210px;vertical-align:middle;color:#717171;border-top:0;border-bottom:1px solid #eeeeee;text-align:center}.cart-section tbody tr td a,.cart-section tbody tr td p{color:#777;font-weight:400;font-size:14px;text-transform:capitalize;margin-bottom:0}.cart-section tbody tr td a img,.cart-section tbody tr td p img{height:90px}.cart-section tbody tr td h2{font-size:24px;color:#222;font-weight:400}.cart-section tfoot tr th{padding-top:35px;text-align:right}.cart-section tfoot tr td{padding-top:35px;padding-bottom:0;text-align:right;border:none;padding-right:63px}.cart-section tfoot tr td h2{font-size:24px;margin-bottom:0}.cart-section tfoot tr td:first-child{width:85%;font-size:15px;padding-right:10px;text-transform:capitalize;font-weight:700}.product-slick .owl-prev,.product-slick .owl-next{opacity:0;transform:scale(1);transition:all .5s ease;margin-top:-10px}.product-slick .owl-prev:before,.product-slick .owl-next:before{font: 14px/1 FontAwesome;opacity:1;color:#000;background-color:#fff;border-radius:100%;height:100%;display:flex;justify-content:center;align-items:center}.product-slick .owl-next{right:1px}.product-slick .owl-next:before{content:"\f105"}.product-slick .owl-prev{left:1px;z-index:1}.product-slick .owl-prev:before{content:"\f104"}.product-slick .owl-item>div{margin-bottom:15px}.product-slick:hover .owl-prev,.product-slick:hover .owl-next{opacity:1;transform:scale(1.05);transition:all .5s ease}.product-slick:hover .owl-prev:before,.product-slick:hover .owl-next:before{opacity:1}.product-slick:hover .owl-next{right:20px}.product-slick:hover .owl-prev{left:20px}.owl-item>div.owl-thumb{margin:5px 5px 0 0;border:1px solid #dddddd;transition:all .5s ease;cursor:pointer}.owl-item>div.owl-thumb.active{border-color:#aaa;transition:all .5s ease}.slider-nav .owl-item>div{margin:15px 15px 0;border:1px solid #dddddd;transition:all .5s ease}.check-out{margin-bottom:30px}.product-badge{margin-top:10px;border:1px solid transparent;display:inline-block;border-radius:2rem;font-size:1rem;font-weight:700;letter-spacing:.1rem;line-height:.5;padding:.6rem 1.3rem;text-align:center;color:#0948bb;position:relative;flex-wrap:wrap;background-color:#f7da06}.product-right p{margin-bottom:0;line-height:1.5em}.product-right .product-title{color:#222;text-transform:capitalize;font-weight:700;margin-bottom:0}.product-right .border-product{padding-top:15px;padding-bottom:20px;border-top:1px solid #dddddd}.product-right h2{text-transform:capitalize;margin-bottom:15px;font-size:25px;line-height:1.2em}.product-right h3{font-size:26px;color:#222;margin-bottom:15px}.product-right h4{font-size:16px;margin-bottom:7px}.product-right h4 del{color:#777}.product-right h4 span{padding-left:5px;color:#0948bb;color:var(--theme-deafult)}.product-right .color-variant{margin-bottom:10px}.product-right .color-variant li{height:42px;width:40px;cursor:pointer}.product-right .color-variant li.white{background-color:#fff;border:1px solid #aaa}.product-right .color-variant li.pink{background-color:pink}.product-right .color-variant li.red{background-color:#ff647f}.product-right .color-variant li.green{background-color:#6fb866}.product-right .color-variant li.yellow{background-color:#f2f896}.product-right .color-variant li.skyblue{background-color:#7ee7ec}.product-right .color-variant li.blue{background-color:#63b4f2}.product-right .color-variant li.orange{background-color:#ffb17a}.product-right .color-variant li.purple{background-color:#eeb1d7}.product-right .color-variant li.violet{background-color:#a06da0}.product-right .color-variant li.brown{background-color:#a57372}.product-right .color-variant li.lightgreen{background-color:#90ee90}.product-right .color-variant li.olive{background-color:olive}.product-right .color-variant li.navy{background-color:#505c80}.product-right .color-variant li.black{background-color:#000}.product-right .color-variant li.gray,.product-right .color-variant li .grey{background-color:#777}.product-right .product-buttons{margin-bottom:20px}.product-right .product-buttons .btn-solid{padding:7px 25px}.product-right .product-buttons a:last-child{margin-left:10px}.product-right .product-description h6 span{float:right}.product-right .product-description .qty-box{display:flex;align-items:center;margin-top:10px}.product-right .product-description .qty-box .input-group{justify-content:unset;width:unset}.product-right .product-description .qty-box .input-group .form-control{border-right:none}.product-right .fit-box ul li a{color:#222;font-size:16px;display:flex;align-items:center;justify-content:center;height:100%}.product-right .fit-box{margin-top:10px;margin-bottom:16px;height:auto}.product-right .fit-box ul li{border-radius:3px;cursor:pointer;border:1px solid #f7f7f7;text-align:center;padding:0 20px;border:1px solid #d0d0d0;border-bottom-width:2px;margin:1px 6px 10px 0;line-height:32px;background:none;font-weight:600;font-size:15px;display:inline-block}.product-right .fit-box ul li a{color:#222;font-size:14px;display:flex;align-items:center;justify-content:center;height:100%}.product-right .fit-box ul li.active{background-color:#f7f7f7;border:2px solid;color:#0948bb;color:var(--theme-deafult)}.product-right .fit-box ul li.disabled{color:gray;cursor:not-allowed;text-decoration:underline}.product-right .product-icon{display:flex}.product-right .timer{margin-top:10px;background-color:#f7f7f7}.product-right .timer p{color:#222}.rating{margin-top:0}.rating i{padding-right:5px}.rating i:nth-child(-n+4){color:#ffa200}.rating i:last-child{color:#ddd}.tab-product{padding-top:15px}.tab-product .nav-tabs.nav-tabs{display:flex;align-items:center;flex-wrap:nowrap;margin:0}.tab-product .nav-tabs.nav-tabs .nav-item .nav-link{font-family:Lato!important;font-weight:600;color:#001733;font-size:14px;text-align:center;padding:0 15px 20px;text-transform:capitalize;border:0;font-weight:700;text-align:initial}.tab-product .nav-tabs.nav-tabs .nav-link.active{color:#001733!important;font-size:14px!important;background-color:transparent;border-bottom:2px solid #66FF99}.tab-product .theme-form input{border-color:#ddd;font-size:15px;padding:15px 25px;margin-bottom:15px;height:inherit;text-align:left}.tab-product .theme-form .btn-solid{margin:0 auto}.tab-product .theme-form textarea{border-color:#ddd;font-size:15px;padding:17px 25px;margin-bottom:15px;height:inherit}.tab-product .title{padding-right:45px;color:#0948bb;color:var(--theme-deafult);padding-bottom:20px}.tab-product .product-box{position:relative;margin:5px}.tab-product .product-box:hover{box-shadow:0 0 12px #ddd}.tab-product .product-box:hover .color-variant li{opacity:1!important;animation:fadeInUp .5s ease-in-out}.tab-product .product-box a{color:#0072bb;font-size:15px;font-weight:700;letter-spacing:1px}.tab-product .product-box .color-variant{position:absolute;top:-35px;width:100%}.tab-product .product-box .product-details{position:relative}.tab-product .product-box .product-details h6{color:#333;font-weight:600;letter-spacing:1px;text-transform:capitalize}.tab-product .product-box .product-details .price{padding-bottom:10px;font-size:16px;color:#0948bb;color:var(--theme-deafult)}.checkout-page .checkout-title{margin-bottom:25px}.checkout-page .checkout-title h3{color:#444;font-weight:700}.checkout-page .checkout-form .checkout-details{position:relative;background-color:#f9f9f9;border:1px solid #dddddd;padding:40px}.checkout-page .checkout-form .check-out .form-group:last-child{margin-bottom:-5px}.checkout-page .checkout-form .check-out .form-group:last-child label{margin-bottom:-5px}.checkout-page .checkout-form .form-group{position:relative;margin-bottom:25px}.checkout-page .checkout-form .form-group h3{color:#444;font-weight:700;margin-bottom:30px;margin-top:30px}.checkout-page .checkout-form .form-group .field-label{line-height:24px;text-transform:capitalize;color:#333;margin-bottom:10px;font-weight:700}.checkout-page .checkout-form .form-group .field-label span{font-size:16px;color:#222;font-weight:600}.checkout-page .checkout-form .form-group label{color:#777}.checkout-page .checkout-form select{cursor:pointer;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;-moz-appearance:none;background:url(/assets/images/dropdown.png) no-repeat 95%}.checkout-page .checkout-form input[type=text],.checkout-page .checkout-form input[type=email],.checkout-page .checkout-form input[type=password],.checkout-page .checkout-form input[type=tel],.checkout-page .checkout-form input[type=number],.checkout-page .checkout-form input[type=url],.checkout-page .checkout-form select,.checkout-page .checkout-form textarea{width:100%;padding:0 22px;height:45px;border:1px solid #dddddd}.order-box{position:relative;margin-bottom:50px}.order-box .title-box{position:relative;padding-bottom:25px;color:#444;font-weight:600;font-size:22px;border-bottom:1px solid #ededed;margin-bottom:20px}.order-box .title-box span{position:relative;width:35%;float:right;line-height:1.2em}.order-box .qty{position:relative;border-bottom:1px solid #ededed;margin-bottom:30px}.order-box .qty li{position:relative;display:block;font-size:15px;color:#444;line-height:20px;margin-bottom:20px}.order-box .qty li span{float:right;font-size:18px;line-height:20px;color:#232323;font-weight:400;width:35%}.order-box .sub-total{position:relative;border-bottom:1px solid #dddddd;margin-bottom:30px}.order-box .sub-total li{position:relative;display:inline-block;font-size:16px;font-weight:600;color:#333;line-height:20px;margin-bottom:20px;width:100%}.order-box .sub-total li .count{position:relative;font-size:18px;line-height:20px;color:#0948bb;color:var(--theme-deafult);font-weight:400;width:35%;float:right}.order-box .sub-total .shopping-option label{position:relative;font-size:16px;line-height:32px;padding-left:10px;color:#6f6f6f}.order-box .sub-total .shipping{width:35%;float:right}.order-box .total{position:relative;margin-bottom:40px}.order-box .total li{position:relative;display:block;font-weight:400;color:#333;line-height:20px;margin-bottom:10px;font-size:18px}.order-box .total li .count{position:relative;font-size:18px;line-height:20px;color:#0948bb;color:var(--theme-deafult);font-weight:400}.order-box .total li span{float:right;font-size:15px;line-height:20px;color:#444;font-weight:400;width:35%;display:block}.payment-box,.payment-box .upper-box{position:relative}.payment-box .payment-options{position:relative;margin-top:20px;margin-bottom:30px}.payment-box .payment-options li{display:flex;margin-bottom:15px}.payment-box .payment-options li .radio-option{position:relative}.payment-box .payment-options li .radio-option label{position:relative;padding-left:30px;text-transform:capitalize;color:#6f6f6f;cursor:pointer;font-weight:600;font-size:16px;line-height:20px;margin-bottom:0}.payment-box .payment-options li .radio-option input[type=radio]{position:absolute;left:0;top:5px}.payment-box .payment-options li .radio-option label .small-text{position:relative;display:none;font-size:15px;line-height:25px;font-weight:300;color:#666;margin-top:10px}.payment-box .payment-options li .radio-option label img{position:relative;display:block;max-width:100%;margin-left:-30px;margin-top:5px}.stripe-section{text-transform:uppercase;background-color:#f9f9f9;padding:15px;border:1px solid #dddddd}.stripe-section h5{font-weight:700}.stripe-section .content h5{color:#4f4f4f;font-weight:400}.stripe-section .content table{width:100%}.stripe-section .content table tr{border-bottom:1px solid #f1f1f1}.stripe-section .content table tr td{padding:8px 0;color:#9a9a9a}.stripe-section .content table tr td:last-child{text-align:right}.margin-cls{margin-top:25px}.dashboard-left a{text-decoration:none;color:#000;outline:none}.dashboard-left .block-content{border:1px solid #ddd;padding:15px}.dashboard-left .block-content ul li{display:flex;transition:all .5s ease}.dashboard-left .block-content ul li.active,.dashboard-left .block-content ul li.active a{color:#0948bb;color:var(--theme-deafult)}.dashboard-left .block-content ul li:before{content:"\f105";display:inline-block;font-family:FontAwesome!important;font-style:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:30px;height:30px;text-align:center;font-size:18px;font-weight:700;margin-top:3px}.dashboard-left .block-content ul li:hover{padding-left:10px;color:red;transition:all .5s ease}.dashboard-left .block-content ul li:hover a{color:red;transition:all .5s ease}.dashboard-left.open{left:0}.padding-cls{padding-left:50px;padding-right:50px}.dashboard .box a{color:#0948bb;color:var(--theme-deafult)}.dashboard .box h6{margin-bottom:0}.dashboard .box .box-title{border-bottom:1px solid #ddd;display:inline-block;margin-bottom:5px;padding:12px 0;position:relative;width:100%}.dashboard .box .box-title h3{font-size:16px;margin:0;text-transform:capitalize;color:#333}.dashboard .box .box-title>a{position:absolute;right:0;top:12px;color:#0948bb;color:var(--theme-deafult)}.dashboard .box address{margin-bottom:0}.account-sidebar{display:none;cursor:pointer;background-color:#0948bb;background-color:var(--theme-deafult);color:#fff;width:30%;font-size:16px;text-transform:uppercase;text-align:center;font-weight:700;margin-bottom:20px;padding:5px}.success-text{text-align:center}.success-text i{font-size:50px;color:#4ead4e}.success-text h2{margin-top:10px;margin-bottom:15px}.success-text p{font-size:18px;text-transform:capitalize}.success-text p:last-child{margin-bottom:0}.order-success-sec h4{font-weight:700;text-transform:capitalize}.order-success-sec .order-detail li{display:flex;text-transform:capitalize;line-height:28px;font-size:16px}.order-success-sec .payment-mode p{font-size:16px;line-height:26px;margin-bottom:0;letter-spacing:.05em}.delivery-sec{padding:30px;text-align:center;margin-top:20px;background-color:#f9f9f9}.delivery-sec h2,.delivery-sec h3{color:#000;text-transform:capitalize}.product-order h3{font-weight:700;text-transform:uppercase;color:#000;margin-bottom:-2px}.product-order .product-order-detail{margin-top:15px}.product-order .product-order-detail img{height:130px}.product-order .product-order-detail .order_detail{display:flex;align-items:center}.product-order .product-order-detail .order_detail h4{margin-bottom:5px;text-transform:capitalize;font-weight:700}.product-order .product-order-detail .order_detail h5{text-transform:capitalize;margin-bottom:0}.product-order .total-sec{border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;margin:15px 0;padding:15px 0}.product-order .total-sec ul li{font-size:18px;display:block;text-transform:capitalize}.product-order .total-sec ul li span{float:right}.product-order .final-total h3{display:block}.product-order .final-total h3 span{float:right}.template-password{background:url(/assets/images/coming-soon.jpg);background-size:cover;height:100vh}.template-password #container{height:100vh;max-width:600px;margin:0 auto;display:flex;align-items:center;justify-content:center}.template-password #container>div{width:100%}.template-password #container #login{width:100%;margin-bottom:120px}.template-password #container #login h2{color:#0948bb;color:var(--theme-deafult);font-size:30px;font-weight:400}.template-password #container #login .theme-form h3{color:#999;font-size:20px}.template-password #container #login .theme-form input{border-color:#ddd;font-size:12px;padding:17px 25px;margin-bottom:15px;height:inherit}.template-password #container #login .theme-form input:focus{box-shadow:none}.template-password #container #powered{position:absolute;bottom:5px;left:0;right:0}.template-password #container #owner a{color:#0948bb;color:var(--theme-deafult)}[dir=rtl] .owl-item{float:left}[dir=rtl] .owl-prev{left:1px;right:unset}[dir=rtl] .owl-next{left:unset;right:1px}.rtl .no-found h3,.rtl .no-found p{text-align:center}.rtl .brand-logo img.img-fluid{transform:scaleX(-1)}body.rtl{direction:rtl}.rtl header .main-navbar .nav-menu>li{float:right}.rtl .product-thumb-list{left:unset;right:0}.rtl .main-menu .menu-left .navbar{padding:40px 0 40px 45px}.rtl .size-text{text-align:right!important}.rtl .br-default .br-unit{margin-right:0;margin-left:5px}.rtl .br.br-default{display:flex;justify-content:right}.rtl .owl-carousel .br.br-default{display:flex;justify-content:flex-end}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6,.rtl p{text-align:right}.rtl .color-variant li{margin-right:0!important;margin-left:5px!important}.rtl ul{-webkit-padding-start:0}.rtl .product-right .rating{text-align:right!important}.rtl .timer{padding-left:0;padding-right:40px}.rtl .home.text-left h1,.rtl .home.text-left h2,.rtl .home.text-left h3,.rtl .home.text-left h4,.rtl .home.text-left h5,.rtl .home.text-left h6{text-align:left}.rtl .empty-cart-cls h3,.rtl .empty-cart-cls h4{text-align:center}.rtl .product-right .product-buttons a:last-child{margin-right:10px;margin-left:0}.rtl .owl-carousel{direction:ltr}.rtl .stripe-section .content table tr td:first-child{text-align:right}.rtl .mr-3{margin-right:0!important;margin-left:5px}.rtl .cart_qty_cls{left:-12px;right:unset}.rtl .product-box .color-variant{-webkit-padding-start:0}.rtl .product-box .product-info h4,.rtl .product-box .product-info h6{text-align:center}.rtl .product-box .product-info .br.br-default{justify-content:center}.rtl .product-box .product-detail .rating{text-align:right}.rtl .product-box .product-detail .color-variant{text-align:right;padding:15px 0 0}.rtl .product-box .product-detail.text-center .color-variant{text-align:center!important}.rtl .product-box .img-wrapper .lable-block .lable3{left:unset;right:7px}.rtl .product-box .img-wrapper .lable-block .lable4{left:7px;right:unset}.rtl .footer-light .subscribe{border-right:none;border-left:1px solid #dddddd}.rtl .footer-light .subscribe h4{text-align:right}.rtl .subscribe h4{text-align:center}.rtl .subscribe h4 i{padding-left:5px;padding-right:0}.rtl .instagram h2{text-align:center}.rtl .breadcrumb-item+.breadcrumb-item{padding-right:.5rem;padding-left:0}.rtl .breadcrumb-item+.breadcrumb-item:before{padding-right:0;padding-left:.5rem}.rtl .main-menu .menu-left .navbar i{float:unset}.rtl .cart-section tbody tr td h2,.rtl .cart-section tbody tr td p{text-align:center}.rtl .cart-section tfoot tr td:first-child{padding-right:0;padding-left:10px;text-align:left}.rtl .cart-section .cart-buttons>div:last-child{text-align:left;padding-left:59px;padding-right:0}.rtl .cart-section .cart-buttons>div:first-child .btn-solid{float:right}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count{border-right:none;border-left:1px solid #dddddd;padding-right:0;padding-left:20px}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view{border-right:none;border-left:1px solid #dddddd}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{padding:20px;background:url(/assets/images/dropdown.png) no-repeat 5%}.rtl .qty-box .input-group span button{transform:rotate(180deg)}.rtl .template-password #container #login .actions,.rtl .template-password #container #login .theme-form h3,.rtl .template-password #container #login h2,.rtl .template-password #container #powered p{text-align:center}.rtl .order-success-sec .order-detail{text-align:right}.rtl .product-right .rating,.rtl .product-right .color-variant{text-align:center}.rtl .tab-product .theme-form input{text-align:right}.rtl .tab-product .tab-content .theme-form .media .ml-3{margin-left:0!important;margin-right:1rem!important}.rtl .theme-form{text-align:right}.rtl .collection-wrapper .product-right .product-buttons{text-align:center}.rtl .collection-wrapper .product-right .product-description h6 span,.rtl .collection-mobile-back span i{float:left}.rtl .modal-header .close{padding:unset;margin:unset}.rtl .collection-collapse-block .collapse-block-title:after{left:-3px;right:unset}.rtl .collection-sidebar-banner{text-align:right}.rtl .custom-control{padding-left:0;padding-right:1.5rem}.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox{text-align:right}.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label{padding-right:25px;padding-left:0}.rtl .product-wrapper-grid.list-view .product-box .product-detail{padding-right:15px!important;padding-left:0!important}.rtl .footer-theme .sub-title{text-align:right}.rtl .footer-theme .sub-title li a:before{right:0}.rtl .footer-social li{padding-right:0;padding-left:45px}.rtl .rtl-text .product-right .color-variant,.rtl .rtl-text .product-right .product-buttons,.rtl .rtl-text .product-right .border-product{text-align:right}.rtl .payment-box .payment-options li .radio-option{text-align:right}.rtl .payment-box .payment-options li .radio-option label{padding-right:30px;padding-left:0}.rtl .payment-box .payment-options li .radio-option input[type=radio]{right:0;left:unset}.rtl .order-box .total li .count,.rtl .order-box .sub-total .shipping{text-align:right}.rtl .order-box .sub-total .shopping-option label{padding-left:0;padding-right:10px}.rtl .order-box .sub-total li .count,.rtl .order-box .qty li span,.rtl .order-box .title-box span{text-align:right}.rtl .error-section h1,.rtl .error-section h2{text-align:center}.rtl .dashboard .box .box-title>a{right:unset;left:0}.rtl .dashboard .box address{text-align:right}.rtl .success-text h2,.rtl .success-text p{text-align:center}.rtl .product-order .product-order-detail{text-align:right}.rtl .product-order .final-total h3 span{float:left}.rtl .delivery-sec h2,.rtl .delivery-sec h3{text-align:center}@keyframes animate{0%{background-position:0 0}to{background-position:0 500px}}.collection-brand-filter::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}.collection-brand-filter::-webkit-scrollbar{width:5px;background-color:#f5f5f5;color:#0948bb!important}.collection-brand-filter::-webkit-scrollbar-thumb{border-radius:10px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.62,#0948BB),color-stop(.86,#0948BB));background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.62,var(--theme-deafult)),color-stop(.86,var(--theme-deafult)))}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.openFilterbar{left:-15px!important}.color1{background:#ff4c3b}.owl-carousel{position:unset!important}@keyframes ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#toast-container>div{opacity:1}.toast-container .ngx-toastr{border-radius:15px;width:345px}.toast-success{background-color:#51a351!important}.toast-error{background-color:#bd362f!important}.toast-info{background-color:#2f96b4!important}.toast-warning{background-color:#f89406!important}@keyframes modal-animation{0%{transform:scale(0)}25%{transform:scale(.7)}75%{transform:scale(1.01)}to{transform:scale(1)}}.handle-top-description-tags ul{padding-left:0!important;margin-bottom:0!important}.handle-top-description-tags li{display:list-item!important}.handle-top-description-tags h2{text-transform:capitalize!important;font-weight:400!important;font-size:28px;line-height:40px}.handle-top-description-tags h3{text-transform:capitalize!important;font-weight:600!important;font-size:24px!important;line-height:36px!important}.handle-top-description-tags h1{text-transform:capitalize!important;font-weight:300!important;font-size:32px;line-height:48px}.handle-Short-description-tags ul{margin-bottom:0!important;padding-left:18px!important;padding-top:10px!important}.handle-Short-description-tags li{display:list-item!important}.handle-Short-description-tags p{padding:10px 0 0!important}.handle-Short-description-tags h2{text-transform:capitalize!important;font-weight:400!important;font-size:28px;line-height:40px}.handle-Short-description-tags h3{text-transform:capitalize!important;font-weight:600!important;font-size:24px!important;line-height:36px!important}.handle-Short-description-tags h1{font-size:32px!important;font-weight:300!important;padding-left:0!important;line-height:48px!important;text-transform:capitalize;padding-top:10px!important}.handle-long-description-tags{padding:0 0 0 19px!important}.handle-long-description-tags ul{margin-bottom:16px!important;padding-left:21px!important;padding-top:10px!important}.handle-long-description-tags li{display:list-item!important}.handle-long-description-tags h1{font-size:32px!important;font-weight:300!important;padding-left:0!important;line-height:48px!important;text-transform:capitalize;padding-top:10px!important}.handle-long-description-tags p{font-weight:400!important;padding-left:0!important;padding-top:10px!important;padding-bottom:10px!important}.handle-long-description-tags h2{text-transform:capitalize!important;font-weight:400!important;font-size:28px!important;line-height:40px!important}.handle-long-description-tags h3{text-transform:capitalize!important;font-weight:600!important;font-size:24px!important;line-height:36px!important}.review-slider{position:relative!important}.review-slider .owl-next{position:absolute!important;height:35px!important;width:35px!important;text-align:center!important;padding:5px!important;margin:14px!important;float:right!important;border-radius:50%!important;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important}.review-slider .owl-prev{position:absolute!important;height:35px!important;width:35px!important;text-align:center!important;padding:5px!important;margin:14px!important;float:left!important;border-radius:50%!important;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important;left:0!important}.review-slider .owl-carousel{position:relative!important}.review-slider .owl-next,.review-slider .owl-prev{position:absolute!important;top:30%!important;transform:translateY(-50%)!important;-webkit-transform:translateY(-50%)!important}.review-slider .owl-next{right:0!important;display:flex!important}.review-slider .owl-prev{left:0!important;display:flex!important}.arrow-slider .owl-theme .owl-nav [class*=owl-]{font-size:14px}.arrow-slider .owl-next{position:relative!important;height:35px!important;width:35x!important;text-align:center!important;padding:6px!important;margin:-24px!important;float:right!important;border-radius:50%!important;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important}.arrow-slider .owl-prev{height:35px!important;width:35px!important;text-align:center!important;padding:6px!important;margin:-24px!important;float:left!important;border-radius:50%!important;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important}.arrow-slider .owl-carousel{position:relative!important}.arrow-slider .owl-next,.arrow-slider .owl-prev{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;-webkit-transform:translateY(-50%)!important}.arrow-slider .owl-next{right:0!important;display:flex!important;left:90%}.arrow-slider .owl-prev{left:10%!important;display:flex!important}@media print{footer{display:none!important}header{display:none!important}.account-sidebar{display:none!important}}.Open-sans-font,.Open-sans-Semibold{font-family:Lato!important}.modal-open .modal{z-index:9999!important}.prop65-text a{color:#005ccc!important}.prop65-text a:hover{text-decoration:underline!important;color:#005ccc!important}span .price-wrapper{font-weight:700}.vnb-image-wrapper .wrapper-image-width{justify-content:center;display:flex}.vnb-image-wrapper img{margin-bottom:10px}.vnb-image-wrapper .custom-vnb{height:220px!important;width:250px!important}.vnb-title{text-align:center!important;font-weight:600!important;height:40px!important}.myCarouselStyle{width:unset!important}.social-share-styles-mobile{margin-top:7%;margin-left:57%!important}.social-share-styles-desktop{margin-top:0%}.hover-cursor :hover{cursor:pointer!important}.header-points .points-currency .dollars{font-size:16px;font-weight:600}.header-points .points-currency .cents{font-size:11px;font-weight:600;top:2px}.sign-in .points-currency .dollars{font-size:18px;font-weight:500}.sign-in .points-currency .cents{font-size:14px;font-weight:500;top:-3px}@media screen and (min-width: 992px){.katapult-details-modal .modal-dialog{max-width:800px!important}}.mat-tab-label-content,.btn-primary,.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab,.mat-card,.mat-checkbox,.mat-calendar,.mat-dialog-title,.mat-expansion-panel-header,.mat-expansion-panel-content,.mat-form-field,.mat-radio-button,.mat-select,.mat-tab-group,.mat-tab-label,.mat-option,.mat-optgroup-label{font-family:Lato!important}.red-status-error{color:red!important}.custom-h3{font-weight:700;color:#333;letter-spacing:.03rem}.custom-h5{font-size:1.25rem;font-weight:700;margin:0}.custom-h4{font-size:18px;color:#222;font-weight:700;line-height:1.2}.selectFileField .mat-form-field-flex,.selectFileField .mat-form-field-infix{padding:0!important}.selectFileField .myfilebrowser{top:-10px!important;position:relative!important}header .main-navbar{text-align:center}header .main-navbar .nav-menu{display:inline-block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left}header .main-navbar .nav-menu>li{position:relative;float:left;display:block}header .main-navbar .nav-menu>li>a{display:block;color:#222;font-size:16px;font-weight:400;line-height:23px;text-decoration:none;text-transform:uppercase;padding:31px 45px 42px 0;letter-spacing:.07em;position:relative}header .main-navbar .nav-menu>li:hover>a{color:#0948bb;color:var(--theme-deafult)}@media (max-width: 1367px){.nav-menu a{font-size:14px!important}}@media (max-width: 1199px){header .main-navbar .nav-menu{position:fixed;background-color:#fff;width:300px;border-radius:0;border:1px solid #eee;top:0;height:100vh;right:-300px;z-index:99;transition:all .3s ease;overflow:scroll}header .main-navbar .nav-menu>li{display:block;float:none;width:100%}header .main-navbar .nav-menu>li a{padding:10px 15px;font-size:16px;font-weight:700;position:relative}}@media (max-width: 386px){.main-menu .menu-left .navbar{padding:30px 45px 30px 0!important}.brand-logo{position:absolute;left:50%;margin-right:-50%;transform:translate(-50%);padding-top:30px!important;padding-bottom:30px!important}.rtl .main-menu .menu-left .navbar{padding:30px 0 30px 25px!important}}@media (max-width: 480px){.brand-logo img{height:25px;width:111.11px}.brand-logo .kenmore-img{height:33px!important;width:auto}}@media (max-width: 375px){.brand-logo{left:67%!important}}@media (min-width: 1200px){.container{max-width:1800px}.account-sidebar{width:45%;background-color:#0948bb;background-color:var(--theme-deafult)}.popup-btn{color:#fff}}@media (max-width: 1430px){.collection-product-wrapper .product-top-filter .product-filter-content .search-count{width:100%;border-left:1px solid #dddddd;border-bottom:1px solid #dddddd;text-align:center}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view{padding:20px 20px 20px 0!important;width:20%;border-left:1px solid #dddddd}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child{display:none}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{border-right:1px solid #dddddd;width:30%}.cart-section .cart-buttons>div:last-child{padding-right:38px}.cart-section tbody tr td{min-width:175px}.cart-section tbody tr td .qty-box .input-group .form-control{width:75px}.cart-section tfoot tr td{padding-right:41px}.rtl .cart-section .cart-buttons>div:last-child{padding-left:41px}.rtl .collection-product-wrapper .product-filter-content .product-page-filter{border-left:1px solid #dddddd;border-right:none}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count{border-right:1px solid #dddddd;padding-right:20px}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5{text-align:center}}@media (max-width: 1367px){h2{font-size:28px}.product-box .product-detail .rating i,.product-box .product-info .rating i{padding-right:0}.footer-theme .sub-title h4{font-size:16px}}@media (max-width: 1199px){section{padding-top:60px}.footer-social{margin-top:25px}.section-b-space{padding-bottom:60px}.footer-social li{padding-right:38px}.collection-product-wrapper .product-top-filter .product-filter-content .search-count{width:100%;border-left:1px solid #dddddd;border-bottom:1px solid #dddddd}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view{padding:20px 20px 20px 0!important;width:20%}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child{display:none}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{width:30%}.cart-section tbody tr td{min-width:140px}.cart-section tbody tr td .qty-box .input-group .form-control{width:52px}.cart-section tfoot tr td{padding-right:25px}.product-right h2{font-size:20px}.timer span{width:60px}.rtl .cart-section .cart-buttons>div:last-child{padding-left:17px}.rtl .footer-social li{padding-right:0;padding-left:38px}}@media (max-width: 991px) and (min-width: 767px){.account-sidebar{width:45%;background-color:#0948bb;background-color:var(--theme-deafult)}.popup-btn{color:#fff}}@media (max-width: 991px){.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{border-right:1px solid #ddd}.rtl .product-right *{text-align:center!important;justify-content:center!important}.rtl .product-right *.size-text{text-align:right!important}.rtl .rtl-text .product-right .color-variant{text-align:center!important}h2{font-size:28px}.section-b-space{padding-bottom:50px}h4{font-size:16px}.main-menu .brand-logo{padding-top:25px;padding-bottom:25px;padding-right:16px}.main-menu .kenmore-brand-logo{padding-top:31px!important}.main-menu .menu-left .navbar{padding:25px 25px 25px 0}.footer-light .subscribe{text-align:center;justify-content:center;border:none;margin-bottom:5px}.footer-light .subscribe p{display:none}.footer-theme .col{max-width:50%;flex-basis:unset}.footer-theme .sub-title h4{margin-bottom:10px}.footer-social{margin-top:15px}.alert{max-width:45%!important}.stripe-section{margin-bottom:25px}.stripe-section h5{font-size:14px;margin-bottom:0}.margin-cls{margin-top:0}.collection-product-wrapper .product-top-filter{border-top:none}.collection-product-wrapper .product-top-filter .product-filter-content .search-count{border-top:1px solid #dddddd;text-align:left}.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view{display:none}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{width:100%}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before{right:15px!important}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{border-left:1px solid #dddddd;padding:21px;border-top:none;border-bottom:none;font-size:16px;background:url(/assets/images/dropdown.png) no-repeat 95%}.collection-collapse-block{border-bottom:1px solid #dddddd!important}.filter-main-btn{display:block}.collection-filter{position:fixed;height:100vh;top:0;left:-350px;background-color:#fff;z-index:9999;overflow-y:scroll;padding:15px 0 15px 15px;max-width:350px;transition:all .5s ease}.collection-filter .collection-sidebar-banner{text-align:center}.collection-filter .collection-sidebar-banner{padding:0 30px}.collection-filter-block{border:none}.collection-mobile-back{display:block}.cart-section tbody tr td{min-width:135px}.cart-section tbody tr td:last-child{display:none}.cart-section .cart-buttons>div:last-child{padding-right:15px}.cart-section tfoot tr td{padding-right:0}.tab-product{padding-top:0}.product-right h2{margin-top:75px;text-transform:capitalize}.product-right{text-align:left;margin:20px 0 10px}.product-right .product-icon,.product-right .product-description .qty-box{justify-content:center}.product-right .size-text,.product-right .timer{text-align:left}.dashboard-left{position:fixed;height:100vh;top:0;left:-350px;background-color:#fff;z-index:9999;padding:0 35px 35px;max-width:350px;transition:all .5s ease;box-shadow:0 0 8px #ddd}.dashboard-left .block-content{border:none;padding:0;margin-top:20px}.dashboard-left .block-content ul li:hover{padding-left:0}.account-sidebar{display:block}.rtl .main-menu .menu-left .navbar{padding:25px 0 25px 45px}.rtl .product-right .product-icon{justify-content:right}.rtl .product-right .size-text{text-align:right}.rtl .product-right .product-description .qty-box{justify-content:right}.rtl .collection-product-wrapper .product-filter-content .product-page-filter{border-left:none}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{padding:21px 34px}.rtl .footer-light .subscribe{border-left:none}}@media (max-width: 767px){.product-wrapper-grid.list-view .product-box .ng-star-inserted{display:block;border:1px solid #eee;padding:15px}.product-wrapper-grid.list-view .product-box .img-wrapper{margin:0 auto 15px}.product-wrapper-grid.list-view .product-box .product-detail{padding-left:0}section{padding-top:40px}.section-b-space{padding-bottom:40px}.footer-title{margin-top:10px;text-align:left;border-bottom:1px solid #dddddd;position:relative}.footer-title h4{text-transform:uppercase;font-weight:700;cursor:pointer}.footer-contant{text-align:left}.footer-contant li{text-align:left}.footer-contant .footer-social ul{margin:unset}.footer-contant .footer-social ul li{padding-right:25px;padding-left:0}.footer-theme{text-align:center}.footer-theme .col{max-width:50%;flex-basis:unset}.footer-theme .footer-social{margin-bottom:15px}.footer-theme .sub-title li{padding-top:7px}.footer-social ul{margin:0 auto}.footer-social li{padding:0 15px}.footer-end{text-align:center}.background .col{flex-basis:unset}.filter-main-btn span{font-size:16px}.tap-top{bottom:70px;right:20px}.cart-section tbody tr td a{justify-content:center;display:flex;align-items:center}.cart-section tbody tr td:nth-last-child(-n+4){display:none}.tab-pane iframe{width:100%}.product-order .product-order-detail img{height:auto}.rtl .footer-end p{text-align:center}.rtl .footer-contant li{text-align:right}.rtl .footer-contant .footer-social ul li{padding-right:0;padding-left:25px}.account-sidebar{width:45%;background-color:#0948bb;background-color:var(--theme-deafult)}.popup-btn{color:#fff}}@media (max-width: 386px){.section-b-space{padding-bottom:30px}section{padding-top:30px}h2{font-size:24px}.btn-solid{padding:7px 15px}.product-box .product-detail .color-variant,.product-box .product-info .color-variant{padding-top:10px}footer{margin-bottom:60px}footer .btn-solid{padding:13px 29px}footer p{line-height:20px}.filter-main-btn span{font-size:14px}.alert{right:0!important;left:0;max-width:90%!important}.tap-top{width:35px;height:35px;padding:2px;font-size:19px}.error-section{padding:100px 0}.error-section h1{font-size:100px}.error-section h2{margin:20px 0;font-size:18px}.breadcrumb-section .page-title{text-align:center;text-align:left;margin:0 auto;vertical-align:middle;display:unset}.breadcrumb-section .breadcrumb{justify-content:center;padding:0;line-height:30px}.collection-product-wrapper .product-wrapper-grid .product-box{margin-top:30px}.collection-product-wrapper .product-top-filter .product-filter-content .search-count{padding:10px 20px}.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5{font-size:14px;line-height:20px}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{width:100%}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{padding:10px 20px}.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before{top:11px}.cart-section .cart-buttons>div:last-child{padding-right:15px}.cart-section .cart-buttons .btn-solid{padding:7px 8px}.product-box .img-wrapper .lable-block .lable3{font-size:12px;padding:13px 8px}.checkout-page .checkout-form .checkout-details{padding:15px}.padding-cls{padding-left:15px;padding-right:15px}.success-text i{font-size:40px}.success-text p{font-size:16px;margin-bottom:10px;line-height:1.2}.success-text h2{margin-bottom:10px}.order-success-sec>div{margin-top:15px}.delivery-sec{padding:15px;margin-top:15px}.delivery-sec h3,.delivery-sec h2,.product-order h3{font-size:20px}.product-order .product-order-detail .order_detail h4,.product-order .product-order-detail .order_detail h5{font-size:14px;line-height:1.2}.product-order .total-sec ul li,.product-order .final-total h3{font-size:16px}.main-menu .menu-left .navbar i{font-size:24px}.template-password #container #login{margin-bottom:0}.timer p{font-size:14px}.rtl .breadcrumb-section .page-title h2{text-align:center}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter{border-right:1px solid #dddddd}.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select{padding:10px 34px}}@media (max-width: 480px){.account-sidebar{width:45%;background-color:#0948bb;background-color:var(--theme-deafult)}.popup-btn{color:#fff}.success-text h2{font-size:20px}.success-text p{font-size:14px}.delivery-sec h3,.delivery-sec h2{font-size:18px}}@media (max-width: 420px){h2{font-size:22px}.subscribe h4{display:block}footer .btn-solid{padding:7px 8px}footer p{line-height:25px}.footer-theme .sub-title h4{margin-bottom:5px}.breadcrumb-section{padding:15px 0}.product-box .img-wrapper .lable-block .lable3{font-size:13px;padding:15px 10px}.product-right .product-buttons .btn-solid{padding:5px 8px}.product-right .timer{padding-left:35px;width:100%}.product-right .timer span{width:55px}.tab-product .theme-form input,.tab-product .theme-form textarea{font-size:12px;padding:8px 15px}.order-box .sub-total .shipping{width:unset;float:unset;display:flex}.order-box .sub-total .shipping .shopping-option:last-child{padding-left:20px}.checkout-page .checkout-form .form-group{margin-bottom:15px}.checkout-page .checkout-form input[type=text],.checkout-page .checkout-form input[type=email],.checkout-page .checkout-form input[type=password],.checkout-page .checkout-form input[type=tel],.checkout-page .checkout-form input[type=number],.checkout-page .checkout-form input[type=url],.checkout-page .checkout-form select,.checkout-page .checkout-form textarea{height:40px}.rtl .order-box .sub-total .shopping-option label{padding-right:0}.account-sidebar{background-color:#0948bb;background-color:var(--theme-deafult)}.popup-btn{color:#fff}}@media (max-width: 360px){.btn-solid{padding:10px 15px}h2{font-size:25px}.footer-end p{font-size:13px}.theme-modal .modal-dialog .modal-content .modal-body{padding:10px}.cart-section tbody tr td{min-width:115px}.cart-section tbody tr td a img{height:80px}.cart-section tfoot tr td{padding-right:27px}.cart-section tfoot tr td h2{font-size:21px}.product-buttons .btn-solid{padding:7px 16px}.product-description .qty-box .input-group{width:100%}.product-right .timer{padding-left:25px}.border-product .timer span{width:45px}.rtl .border-product .timer span{width:55px}.account-sidebar{background-color:#0948bb;background-color:var(--theme-deafult)}.popup-btn{color:#fff}}@media (max-width: 320px){.account-sidebar{background-color:#0948bb;background-color:var(--theme-deafult)}.popup-btn{color:#fff}}@supports (-webkit-touch-callout: none){input:focus,textarea:focus,select:focus{font-size:16px}}.br-default .br-units{align-items:center}.br-default .br-unit{margin-right:5px;font-size:23px;height:18px;width:18px}.br-default .br-unit:after{content:"\2605";color:#d2d2d2}.br-default .br-selected:after{color:#edb867}.br-default .br-active:after{color:#edb867}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}input.mat-input-element{margin-top:-.0625em}.mat-radio-button,.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-tab-group{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tab-label{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-ripple-element{background-color:#0000001a}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:#0000008a}.mat-pseudo-checkbox{color:#0000008a}.mat-pseudo-checkbox:after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel{background:#fff;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card{background:#fff;color:#000000de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card-subtitle{color:#0000008a}.mat-checkbox-frame{border-color:#0000008a}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.mat-calendar-arrow{fill:#0000008a}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:#0000008a}.mat-calendar-body-cell-content{color:#000000de;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-calendar-body-in-preview{color:#0000003d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range:before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(63,81,181,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#3f51b566}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#3f51b54d}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#3f51b54d}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ff408166}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}@media (hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#fff;color:#000000de}.mat-divider{border-top-color:#0000001f}.mat-divider-vertical{border-right-color:#0000001f}.mat-expansion-panel{background:#fff;color:#000000de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#0000001f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:#000000de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:#3f51b5}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label{color:#000000de}.mat-tab-label.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled){background-color:#c5cae94d}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.has-loader-small,.has-loader-medium,.has-loader-large{background-repeat:no-repeat;background-position:center}.has-loader-small{background-image:url(data:image/gif;base64,R0lGODlhMgAyAKIAAN7e3srKyqWlpYCAgGdnZ////wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBgAFACwAAAAAMgAyAAAD/1i63K4kkkervUVOzO0YlEYBQHd94CM+ZGk6KKpKbEu+Tfw5K2PfOIYuxegtfq7gYtgwFpBKWKxJ89mi0unCCH0JKrpiVfGrJBuC9IMJGXcbrUd6vg5nqm9rnDHvf4V2DnlPSGd+foA7ZntkhUB8h3QKihaPjo8OkZJBl2cUmn8vl16HnIMmfVFXWAVqWJissbKzHQG2t7i3sp0tub62u7wAv77BvMS5xp20zM3OjaywptIdq9PWJoWijtdlF8tK4DXc0N9J4kej6dTrZ+jk7eyD8I2Menurp4T26+OM1vr4HVlkD5s3FjjyGDwYi+E+Tw5VOcT2kF22iBQrekqIURqgvmoRH/qzyEFgvY31ZskzSeiZIJYu/cVKAAAh+QQFBgAFACwAAAAAKAAbAAADj1i63K4jjkerhfLqJQSV00MQm9J5D0iN5HWeaeawrPuijNrQo3bjCx2D17K9GkIFsVS4IWULHrPpDEILS0egUsVEhjRKYPz4Wb9KqXZMdpgLumyDTd8y3jP1vE6/wyphFXx9JkArRYKDbVMlinaMjXyQjISTU4uWmZqbjACen6CfnAuhpZ6jCqalqAWqoawJACH5BAUGAAUALAIAAAAuABUAAAOTWLrcLlC4SatVUd5NQ6AZNQxc54GROJaM535P6ow0yRbv2YRNvd64XAwy8wEVOdiCt/DZjkHXTtasQRdJBrPg5AAqwiWVa6UQGID0JIuhdh2E+CJNX4d570Z8X6D7vy1hRWULe4YEf3+BOio/CoeHCol+WEoVjpCGDZN1UJl8E5yAN59nF5NHmTeUnqBAalcFchUJACH5BAUGAAUALAoAAAAoABsAAAOOWLq88aHJSWuB0WoGAMWUIGxL503gJI6aaaKQuoqtezIpM9O1K+WLHav3wsV0O5LC1gAWksqC7XY5KoTRpc9hfc4qA8qU+whCG4N0ZVwte7+StFzMlMEX8nx4sg2tGHp6a1R+eIFzWRuHiIkWi3uNGoeRUXmUiWqXmpucnQsEoKGioZ4Fo6egpainqquiCQAh+QQFBgAFACwXAAAAGwAoAAADhQgK1f4wtsWkldSGcF+WG9cVHxSGXemc26g2rHi98Ugu5mnfylPbKtZF4MHBhBGBstgr/CDK6OXZiFqJGpTjeu20qlzpDhzGjsvmcSGsTorbbrh8To8M7vg8fqzv3/l+eoCBe3WGhwQEhwWJiYaNkHSQk3OTlHCWkXKZjZWZdZegjouMDwkAIfkEBQYABQAsHQACABUALgAAA4dYugD7MJbmpJ20XZj1fl31YdnIlCZJpaoYBVwnBTQov3SthFDuw7vV4vezDYm5DTJ5WQKVRJaPdaRarx+BdsvdWrpg7TfcHZO92PRlMLiy2dS3PCWvm+r2CIGwwM8fe3sPfm8KgYEQhIaHfBF5i4cShRCMa3qVLJgpjI2bmiOcVKGZglalHwkAIfkEBQYABQAsFwAKABsAKAAAA4hYutxe4MkJ6rysaky1540nRiA0bqV5kuXKpmfqfPJj1XiuN0Hv/74ScNgTEoHGY3DHbAoEzcLzyZxaddZsLqvlDAYL7vXy/TLEU0m53EArCHCCYm12dAtx+Zz+SC/yDHwSUH9xgYIYgIdsHIoLdGCJhg2QknAOlReOi4wSm4uNk5iRlno7nzgJACH5BAUGAAUALAoAFwAoABsAAAOMWLrc7iDKKZ+9i+qIO9yUJypgOJ5oqq5OELCp68KjbNOdreOXvncEgkcgWPhul2AQQyQyjrKHUmlpNhtQ6VRYGHgHCquzhWxsud3vQlwkv7TUxRe8tvbgccWcwUZtG3t8diNngGqCg0B/hl4OfYpTDoGIVxiFkocNj5ZLD5OaYyKdmI0PoTifPBapKgkAIfkEBQYABQAsAgAdAC4AFQAAA5FYukzEMEoApG3u3U3pjln4TV03hugYlayFpurKltArKsMwBsEy0wVbhpHLbXg8xq8jhBSLFiQSsgzenE9dQcAVKKRJmUkxjGS12+4C3BM3LllG17uWXiqjs1xdt8ckcXtcEGB/ZoELc4SFhjiIiXwMbI0FehCKi35/lpeRkoyGUBKYEVOUjhaki6cqqqyUroYJACH5BAUGAAUALAAAFwAoABsAAAOLSLq89TDKOZtVNGt47f5Vx4BkaZ5oWg6DmrKsu8KwvNG4TeG5LvE0iEAAAgA0wJpwSNQYjZmkhMnMPJ/R4IQ6fAS+gccVmm1tuRBwWDyOatBpcKR94ja9csj4aILHvxJ0JHYSaoGCG4SFeXOIGYoRhodXH5CRjI2UlV0UkhNYJZwTnoc+eICmG6QaCQAh+QQFBgAFACwAAAoAGwAoAAADhFhatP4wMtKkfTTfnXvdkOeBkdiRmEmhqcm25wvL5UffeDTsfM+jvuAOKPQRi7+cckkSCJhOZy5KpVGvryuWpa0qAoFLN+oAgy3jh9mM9qrX4QJgDnCQIfC4nG63wB10dSB5gHyDaw+Bh4iFcxuEiYZ+f5GOk4yVghdsEYqHEp45oTiBCQAh+QQJBgAFACwAAAAAMgAyAAADoli63P4wykmrhYTcvbPmYOR5YemMmakW6LeW7WuiMkzX0CCOeD7op1tv8Ss+YsNCcQlcIIdMJoOXJEaNilSVccVufdevJCwee8uRH3rNlgne8Dh8La+/6XY5Pj9v+/89AQGADYKChAWGin+KjW2NjmyQiwoAAF+ThgyWlluZDZycnpSgoZejgw6mp54RpoirsKGys4CxhLd/ubidiAu9vsGACQA7)}.has-loader-medium{background-image:url(data:image/gif;base64,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)}.has-loader-large{background-image:url(data:image/gif;base64,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)}@font-face{font-family:Open Sans;src:url(OpenSans-Regular.7f30fb28073ba5e9.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(Lato-Regular.4291f48c2ea51320.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border:1px solid darkgray;border-radius:50%;outline:none;box-shadow:0 0 2px gray inset;cursor:pointer}input[type=radio]:before{content:"";display:block;width:60%;height:60%;margin:20% auto;border-radius:50%}input[type=radio]:checked:before{background:var(--radio-button-selected-color)}input[type=radio]:disabled{background:#ddd;cursor:default}.disablescroll{overflow:hidden!important;overflow-y:hidden!important;position:relative!important;height:100%;-ms-overflow-style:none;scrollbar-width:none}.disablescroll::-webkit-scrollbar{display:none}#pr-reviewdisplay *,#pr-reviewsnippet *{font-family:Lato!important}
